.elementor-6990 .elementor-element.elementor-element-e422760{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6990 .elementor-element.elementor-element-b93303a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap");

body {
  color: white;
  background-color: #000;
  overflow-x: hidden;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #ffffff;
  height: 100%;
}

h3 {
  font-size: clamp(1.75rem, 2.5vw, 3rem) !important;
}

p {
  line-height: 1.4;
  font-size: clamp(1rem, 1.25vw, 1.5rem) !important;
}

#smooth-wrapper {
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

#smooth-wrapper.loaded {
  opacity: 1;
  visibility: visible;
}

#smooth-content {
  min-height: 200vh;
}

#smooth-content > * {
  width: 100%;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 40%;
  opacity: 0;
  margin: -19px auto;
  transition: transform 1s cubic-bezier(0.14, 0.15, 0.13, 0.99);
}

#content {
  display: none;
}

#container {
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.panel {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.scroll {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: white;
  gap: 8px;
}

.scroll svg {
  width: 20px;
  height: 20px;
  stroke: white;
  stroke-width: 2;
  fill: none;
  animation: scroll 1s ease-in-out infinite alternate;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

.hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  padding: 4rem;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  background: linear-gradient(
    135deg,
    #0000ff 0%,
    #4b0082 50%,
    #ff69b4 75%,
    #ffa500 100%
  );
}

.hero-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 1rem 2rem;
}

.subtitle {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: 0;
  opacity: 0.9;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.title {
  margin-bottom: 2rem;
}

.title div {
  font-size: clamp(32px, 7vw, 150px);
  font-weight: 800;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.highlight {
  color: #f1ff14 !important;
}

.bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
}

.description {
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  line-height: 1.4;
  opacity: 0.9;
  color: #ffffff;
  font-weight: 300;
  max-width: 60%;
}

.cta-section {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}

.arrows-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.arrow-icon {
  width: 1rem;
  height: auto;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #f1ff14;
}

.cta-button {
  background: #f1ff14;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4101f6;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Restore original cities section */
.cities-section {
  width: 100%;
  position: relative;
  overflow: visible;
  background: #000;
}

.support-banner {
  width: 100%;
  height: 40vh;
  position: relative;
  z-index: 100;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.support-banner-text {
  position: relative;
  z-index: 101;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  max-width: 950px;
  margin: 0;
  padding: 0 2rem;
}

.city-panels-container {
  position: relative;
  width: 100%;
}

.city-panels {
  width: 100%;
  height: 70vh;
  will-change: transform;
  backface-visibility: hidden;
}

.city-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.city-title {
  position: absolute;
  top: 35%;
  left: 6%;
  transform: translate(0, -50%);
  z-index: 10;
  color: #4101f6;
  font-size: 6em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  width: auto;
}

.white-text {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 2rem;
  }

  .hero-content {
    top: 25px;
  }
  #smooth-content > section.hero > div.hero-content > div.subtitle{
      font-size: 32px !important;
  }

  .bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .description {
    max-width: 100%;
    font-size: 1rem;
  }

  .cta-section {
    width: 100%;
    justify-content: flex-start;
  }

  .cta-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .arrow-icon {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #f1ff14;
  }

  .city-title {
    left: 5%;
    font-size: 3em;
  }

  .support-banner-text {
    font-size: 1rem;
    padding: 0 1.25rem;
    line-height: 1.4;
  }
}


/* Video Section Styles */
.video-section {
  width: 100%;
  position: relative;
  background: #000;
  z-index: 1;
  overflow: hidden;
}

.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
  background: #000;
}

/* Play button styles */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 3;
  pointer-events: auto;
}

.play-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.play-circle svg {
  width: 40px;
  height: 40px;
  margin-left: 4px; /* Offset to center the play icon visually */
}

.play-button:hover .play-circle {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
#smooth-content > section:nth-child(2) > div > button, #smooth-content > section:nth-child(4) > div > button {
     background-color: unset !important;
}
.play-circle:hover {
    background-color: #c36 !important;
}

/* Fullscreen video container styles */
.fullscreen-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: none; /* Initially hidden */
  align-items: center;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 1120px;
  padding-bottom: 50.625%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Close button for fullscreen video */
.close-video {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s ease;
  z-index: 100000;
}

.close-video:hover {
  transform: scale(1.1);
}

.close-video svg {
  width: 32px;
  height: 32px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .play-circle {
    width: 70px;
    height: 70px;
  }

  .play-circle svg {
    width: 25px;
    height: 25px;
  }

  .video-wrapper {
    width: 95%;
  }

  .close-video {
    top: 10px;
    right: 10px;
  }

  .close-video svg {
    width: 24px;
    height: 24px;
  }
}

/* Add a subtle overlay to the video container */
.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

/* Restore Franchisetastic section */
.franchisetastic-section {
  width: 100%;
  position: relative;
}

.franchisetastic-connections-banner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  height: fit-content;
  
}

.franchisetastic-left,
.franchisetastic-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 7rem !important;
}

.franchisetastic-left {
   background: url("https://www.franchiseba.com/wp-content/uploads/2025/05/franchisetastic-left.webp");
  background-size: cover;
  background-repeat: no-repeat;

}

.franchisetastic-right {
  background: url("https://www.franchiseba.com/wp-content/uploads/2025/05/franchisetastic-right.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.franchisetastic-title {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.franchisetastic-description {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.9;
}

.franchisetastic-left .franchisetastic-title {
  color: #4101f6;
}

.franchisetastic-left .franchisetastic-description {
  color: #4101f6;
}

.franchisetastic-right .franchisetastic-title {
  color: #F1FF14;
}

.franchisetastic-right .franchisetastic-description {
  color: #ffffff;
}

.conference-slideshow {
  width: 100%;
  overflow: hidden;
  padding: 0;
  height: 60vh;
  background: #000;
  background-color: #ffffff;
}

.slideshow-container {
  display: flex;
  width: fit-content;
  height: 100%;
  will-change: transform;
}

.slide {
  flex: 0 0 33.333vw;
  height: 100% !important;
  overflow: hidden;
  position: relative;
}

.slideshow-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

@media (max-width: 768px) {
  .franchisetastic-connections-banner {
    flex-direction: column;
    height: auto;
  }

  .franchisetastic-left,
  .franchisetastic-right {
    width: 100%;
    padding: 3rem 2rem;
  }

  .franchisetastic-title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    margin-bottom: 1rem;
  }

  .franchisetastic-description {
    font-size: 1rem;
  }

  .conference-slideshow {
    height: 50vh;
  }

  .slide {
    flex: 0 0 100vw;
  }
}

.franchise-fame-section {
  width: 100%;
  padding: 0;
}

.fame-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  min-height: 100vh;
}

.fame-item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 700px;
}

.fame-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(241, 255, 20, 0.8) 25%,
    rgba(241, 255, 20, 0.1) 40%,
    rgba(241, 255, 20, 0) 75%,
    rgba(241, 255, 20, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Add gradient overlay for the second grid item */
.fame-item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(254, 18, 144, 0.8) 25%,
    rgba(254, 18, 144, 0.1) 40%,
    rgba(254, 18, 144, 0) 75%,
    #fe129000 100%
  );
  pointer-events: none;
  z-index: 1;
}

.fame-item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(255, 110, 69, 0.8) 25%,
    rgba(255, 110, 69, 0.1) 40%,
    rgba(255, 110, 69, 0) 75%,
    #ff6e4500 100%
  );
  pointer-events: none;
  z-index: 1;
}

.fame-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 4rem !important;
  color: white;
  z-index: 2;
}

.fame-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.fame-description {
  font-size: 1rem;
  line-height: 1.2;
  opacity: 0.9;
}

.fame-cta {
  background: #f1ff14;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #4101f6;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 3rem !important;
}

.fame-item:nth-child(1) .fame-title {
  color: #4101f6;
  text-shadow: 0 2px 4px rgba(241, 255, 20, 0.1);
}

.fame-item:nth-child(1) .fame-description {
  color: #4101f6;
  text-shadow: 0 2px 4px rgba(241, 255, 20, 0.1);
}

.fame-item:nth-child(2) .fame-title {
  color: #ffffff;
}

.fame-item:nth-child(3) .fame-title {
  color: #ffffff;
}

.fame-item:nth-child(4) .fame-title {
  color: #ffffff;
}

.fame-item:nth-child(4) .fame-content {
  position: relative;
  flex-direction: column;
}

@media (max-width: 768px) {
  .fame-grid {
    grid-template-columns: 1fr;
  }

  .fame-item-large {
    grid-column: auto;
    grid-row: auto;
  }

}

/* Visionaries Section */
.visionaries-section {
  width: 100%;
  min-height: 120vh;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.visionaries-container {
  width: 100%;
  height: 200vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8rem;
}

.visionaries-content {
  max-width: 1200px;
  padding: 0 4rem;
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 4rem;
}

.visionaries-title {
  font-size: clamp(3rem, 4vw, 5rem);
  font-weight: 800;
  color: #4101f6;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.visionaries-subtitle {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  color: #fe1290;
  line-height: 1.2;
  margin-bottom: 0.5em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.visionaries-description {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  color: #4101f6;
  line-height: 1.4;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.visionaries-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.visionaries-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.team-image {
  position: absolute;
  top: 40%;
  left: 12.5vw;
  width: 75%;
  object-fit: contain;
  z-index: 2;
}

@media (max-width: 768px) {
  .regionals-logo {
      left: -25px !important;
  }
  .visionaries-section {
    min-height: 120vh;
  }

  .visionaries-container {
    padding-top: 4rem; /* Adjusted for mobile */
    height: auto;
    min-height: 120vh;
  }

  .visionaries-content {
    padding: 0 1.5rem;
    margin-bottom: 3rem; /* Adjusted for mobile */
  }

  .team-image {
    top: 45% !important; 
  }

  .visionaries-title {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    margin-bottom: 1rem;
  }

  .visionaries-subtitle {
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
    margin-bottom: 1rem;
  }
}

/* Legacy Section */
.legacy-section {
  width: 100%;
  height: 489px;
  position: relative;
  background-image: url("https://www.franchiseba.com/wp-content/uploads/2025/05/9.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legacy-container {
  max-width: 1000px;
  padding: 0 4rem;
  text-align: center;
}

.legacy-title {
  color: #ffffff;
  font-size: clamp(2.5rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .legacy-container {
    padding: 0 1.5rem;
  }

  .legacy-title {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  }
}


@media (max-width: 768px) {
  /* Hero Section */
  .hero {
    padding: 2rem;
    min-height: 100vh;
    overflow: hidden;
  }

  .subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .title {
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 1.5rem;
  }

  .description {
    font-size: 1rem;
    max-width: 100%;
    line-height: 1.4;
  }

  .cta-section {
    max-width: 100%;
    justify-content: flex-start;
  }

  .cta-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
  .city-image {
      height: 100% !important;
  }

  /* Video Section */
  .play-circle {
    width: 70px;
    height: 70px;
  }

  .play-circle svg {
    width: 25px;
    height: 25px;
  }

  /* Cities Section */
  .city-title {
    font-size: 2.5em;
    padding: 12% 0;
  }

  /* Franchisetastic Section */
  .franchisetastic-connections-banner {
    flex-direction: column;
    height: auto;
  }

  .franchisetastic-left,
  .franchisetastic-right {
    width: 100%;
    padding: 1.5rem;
    min-height: 200px;
  }

  .franchisetastic-title {
    font-size: 1.25em;
    padding-bottom: 3%;
  }

  .franchisetastic-description {
    font-size: 0.85em;
    line-height: 1.4;
  }

  .conference-slideshow {
    height: 500px;
    margin-bottom: 0;
  }

  .slide {
    flex: 0 0 100%;
    height: 500px;
  }

  /* Fame Section */
  .fame-grid {
    grid-template-columns: 1fr;
  }

  .fame-item {
    min-height: 400px;
  }

  .fame-content {
    padding: 1.25rem;
  }

  .fame-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .fame-description {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .fame-cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  /* Visionaries Section */
  .visionaries-section {
    min-height: 100vh;
  }

  .visionaries-container {
    padding-top: 2.5rem;
    height: auto;
    min-height: 100vh;
  }

  .visionaries-content {
    padding: 0 1.25rem;
  }

  .visionaries-title {
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }

  .visionaries-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.3rem);
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
  .team-image {
      top: unset;
      height: auto !important;
      width: 100% !important;
  }

  /* Legacy Section */
  .legacy-section {
    height: auto;
    min-height: 350px;
    padding: 1.5rem 0;
  }

  .legacy-container {
    padding: 0 1.25rem;
  }

  .legacy-title {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    line-height: 1.3;
  }
    #smooth-content > section.franchise-fame-section > div > div:nth-child(4) > div > h2 {
      line-height: 2rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .bottom-content {
    align-items: center;
  }
  .slideshow-container {
    max-height: 55vh;
    height: 55vh;
  }
  .slide {
    max-height: 55vh;
    height: 55vh;
  }
}

.fullscreen-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 1120px;
  padding-bottom: 50.625%;
  height: 0;
  z-index: 99999;
}

.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 99999;
}

.close-video {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s ease;
  z-index: 100000;
}

.close-video:hover {
  transform: scale(1.1);
}

.close-video svg {
  width: 32px;
  height: 32px;
}

/* Add to existing styles */
.play-button {
  cursor: pointer;
}

.scroll-indicator {
  position: fixed;
  bottom: 5rem; /* Increased for desktop */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 100;
  pointer-events: none;
}

.scroll-indicator span {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  color: #ffffff;
}

.scroll-indicator svg {
  width: 24px;
  height: 24px;
  animation: bounce 2s infinite;
  stroke-width: 2.5;
  stroke: #ffffff;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Mobile and Tablet Styles */
@media (max-width: 1024px) {
  .scroll-indicator {
    position: fixed;
    bottom: 4rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 8px;
  }

  .scroll-indicator span {
    font-size: 1rem;
    font-weight: 500;
  }

  .scroll-indicator svg {
    width: 28px;
    height: 28px;
  }
}

/* Small Mobile Styles */
@media (max-width: 768px) {
  .hero {
    padding: 2rem;
  }

  .scroll-indicator {
    bottom: 3rem;
    padding: 0.75rem;
  }

  .scroll-indicator span {
    font-size: 0.875rem;
  }

  .scroll-indicator svg {
    width: 24px;
    height: 24px;
  }
  
}

/* Handle devices in landscape orientation */
@media (max-height: 600px) and (orientation: landscape) {
  .scroll-indicator {
    bottom: 1.5rem;
    padding: 0.5rem;
  }
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}

.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-content {
  text-align: center;
  color: white;
}

.loading-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 2rem;
  color: #f1ff14;
}

.loading-content p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  letter-spacing: 0.2em;
  margin-top: 1rem;
  opacity: 0.7;
}

.loading-bar {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.loading-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #f1ff14;
  transition: width 0.3s ease-out;
}

/* Essential Elementor Overrides */
.elementor-section-wrap {
  overflow: visible !important;
}

.elementor-container {
  max-width: none !important;
  padding: 0 !important;
}

.elementor-section {
  padding: 0 !important;
}

/* Force font family */
body,
h1,
h2,
h3,
p,
span,
div {
  font-family: "League Spartan", sans-serif !important;
}

/* Reset Elementor margins */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Reset Elementor paddings */
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0 !important;
}

/* Add max-width containers for other sections */
.video-section,
.cities-section,
.franchisetastic-section,
.franchise-fame-section,
.visionaries-section,
.legacy-section {
  width: 100%;
}

.video-section > *,
.cities-section > *,
.franchisetastic-section > *,
.franchise-fame-section > *,
.visionaries-section > *,
.legacy-section > * {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .subtitle {
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
  }

  h1, .title {
    font-size: 100px !important;
    line-height: 0.9 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .paragraph-hero {
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  .cta-button {
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .support-banner-text {
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  .franchisetastic-description,
  .fame-description,
  .visionaries-description {
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
  }

  .city-title {
    font-size: 140px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .franchisetastic-title {
    font-size: 48px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .fame-title {
    font-size: 52px !important;
    line-height: 60px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .fame-cta {
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }
  .team-image {
      left: unset;
      width: 100%;
  }
  .visionaries-section {
      height: 100vh;
      min-height: 100vh;
  }
  .bottom-content{
  flex-direction: column;
  align-items: start;
  row-gap: 3rem;
}
}/* End custom CSS */