@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway+Dots&display=swap";
@import "https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap";

@font-face {
  font-family: "BlueSkyStandardLight";
  src: url("/assets/fonts/BlueSkyStandardLight.woff") format("woff");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  color: #fff;
  background: #000;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #40b0bf;
  color: #000;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-200%);
  transition: transform 0.2s ease;
  z-index: 3000;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* Loader */
.loader-container {
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.loader-container img {
  width: 80px;
  height: auto;
}

/* Navbar */
.navbar {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 40px;
  background: #00000080;
  transition: background 0.3s ease-in-out;
  z-index: 1000;
}

.navbar.open {
  background: #111;
}

.logo img {
  width: 100px;
  height: auto;
  max-height: 50px;
}

.menu-container {
  display: flex;
  align-items: center;
}

.language-toggle {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
  font-weight: 400;
}

.language-toggle span {
  padding: 0 5px;
  transition: color 0.3s ease;
}

.language-toggle .active {
  font-weight: 700;
}

.language-toggle .divider {
  color: #fff;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.menu-icon .line {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  transition: all 0.3s ease-in-out;
}

.menu-icon .line1 {
  transform: translateY(8px) rotate(45deg);
}

.menu-icon .line2 {
  opacity: 0;
}

.menu-icon .line3 {
  transform: translateY(-8px) rotate(-45deg);
}

.menu {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #111;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, height 0.8s ease-in-out;
}

.menu.show {
  opacity: 1;
  visibility: visible;
}

.menu li {
  list-style: none;
  margin: 13px 0;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar {
    padding: 7px 30px;
  }

  .intro-section {
    padding: 90px 8% 70px;
  }

  .intro-content h1 {
    font-size: 28px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .results-section {
    padding: 70px 8% 80px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }
}

/* Hero */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.center-image {
  width: 180px;
  height: auto;
}

.intro-section {
  padding: 120px 8% 90px;
  background: #0a0a0a;
}

.intro-content {
  max-width: 1100px;
  margin: 0 auto;
}

.intro-eyebrow {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #40b0bf;
  margin-bottom: 18px;
}

.intro-content h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.intro-body {
  font-size: 17px;
  line-height: 1.7;
  color: #d9d9d9;
  margin-bottom: 40px;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.intro-card {
  background: #101010;
  border: 1px solid #1f1f1f;
  padding: 24px;
  border-radius: 12px;
}

.intro-card h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}

.intro-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
}

.results-section {
  padding: 90px 8% 100px;
  background: #050505;
}

.results-content {
  max-width: 1100px;
  margin: 0 auto;
}

.results-content h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.results-body {
  font-size: 16px;
  line-height: 1.7;
  color: #d2d2d2;
  margin-bottom: 32px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.result-card {
  background: #0e0e0e;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  padding: 24px;
}

.result-value {
  font-size: 28px;
  font-weight: 700;
  color: #40b0bf;
  margin-bottom: 8px;
}

.result-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c7c7c7;
}

.case-results {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #1f1f1f;
}

.case-results h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #40b0bf;
  margin-bottom: 10px;
}

.case-results p {
  font-size: 15px;
  line-height: 1.6;
  color: #d0d0d0;
}

.hero-subheading {
  max-width: 720px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #dcdcdc;
  padding: 0 20px;
}

.image-section {
  width: 100%;
  height: 90vh;
  background: url("/assets/img/entertainment-bg.jpg") no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 6%;
}

.overlay-content {
  color: #fff;
  max-width: 500px;
  text-align: left;
  animation: fadeInUp 1.5s ease-in-out;
}

.overlay-content h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
}

.overlay-content h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0;
  font-family: "Raleway Dots", sans-serif;
}

.overlay-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.circular-button {
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border: 2px solid #40b0bf;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #40b0bf;
}

.circular-button:hover {
  border-color: #67cbd8;
  color: #67cbd8;
}

.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mute-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #00000080;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mute-button:hover {
  background: #000000b3;
}

.mute-button .icon-muted {
  display: none;
}

.mute-button.is-muted .icon-unmuted {
  display: none;
}

.mute-button.is-muted .icon-muted {
  display: block;
}

.second-image-section {
  position: relative;
  background-image: url("/assets/img/experience-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  padding: 50px 6% 50px 50px;
  color: #fff;
}

.align-right {
  margin-left: auto;
  text-align: right;
}

/* Clients section */
.camera-pic-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.top-overlay,
.bottom-overlay {
  position: absolute;
  width: 100%;
  height: 85px;
  background: #000;
  z-index: 2;
  opacity: 0.5;
}

.top-overlay {
  top: 0;
}

.bottom-overlay {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title {
  position: absolute;
  top: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Raleway Dots", sans-serif;
  font-size: 20px;
  font-weight: 700;
  z-index: 3;
}

.background-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("/assets/img/clients-bg.jpg") no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0006;
  top: 0;
  left: 0;
}

.centered-image {
  max-width: 450px;
  max-height: 450px;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .centered-image {
    max-width: 290px;
  }
}

/* Gallery */
.image-section11 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #232323;
  padding: 40px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.image-container {
  position: relative;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.image-container:hover .hover-overlay {
  opacity: 1;
}

.search-icon {
  background: #00000080;
  border: 2px solid white;
  padding: 12px 15px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }

  .image-section11 {
    padding: 20px;
  }
}

.modal {
  position: fixed;
  inset: 0;
  background: #000c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1500;
}

.modal-content {
  position: relative;
  display: flex;
  align-items: center;
}

.modal-image {
  max-width: 100%;
  max-height: 100vh;
}

.close-btn,
.prev-btn,
.next-btn {
  position: absolute;
  background: transparent;
  border: 2px solid white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

.close-btn {
  top: 40px;
  right: 40px;
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

/* Vision */
.hero-section1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("/assets/img/vision-bg.jpg") center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 20px;
}

.title1 {
  font-size: 1.3rem;
  font-family: "Fjalla One", sans-serif;
  color: #40b0bf;
  font-weight: 700;
  margin-bottom: 45px;
}

.subtitle {
  font-family: "Raleway Dots", sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}

.cards {
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.card {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 250px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.iconimage {
  width: 90px;
  margin-bottom: 20px;
}

.iconimage1 {
  width: 88px;
  margin-bottom: 20px;
}

.iconimage2 {
  width: 95px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .hero-section1 {
    height: 150vh;
  }

  .container {
    padding: 10px;
  }

  .title1,
  .subtitle {
    font-size: 0.9rem;
  }
}

/* Footer */
.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer-top {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 240px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: inline-block;
  margin-bottom: 100px;
  font-family: "Fjalla One", sans-serif;
}

.footer-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box-container {
  display: flex;
  gap: 30px;
}

.footer-box,
.footer-box-center {
  display: flex;
  align-items: center;
  background-color: #232323;
  padding: 40px 60px;
  width: 520px;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 30px;
}

.footer-box-center {
  margin-bottom: 0;
}

.footer-icon {
  width: 35px;
  margin-right: 15px;
}

.footer-content h3 {
  font-family: "Fjalla One", sans-serif;
  margin: 0;
  font-size: 21px;
}

.footer-content p {
  font-family: "Jost", sans-serif;
  margin: 5px 0 0;
  font-size: 16px;
}

.footer-bottom,
.footer-bottom1,
.footer-bottom12 {
  background-color: #232323;
  padding: 40px;
  font-family: "Raleway Dots", sans-serif;
  font-size: 21px;
  margin-top: 50px;
  color: #fff;
  text-align: center;
}

.nu-em {
  color: #fff;
  text-decoration: none;
}

.nu-em:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-top {
    padding: 10px 20px;
  }

  .footer-box-center {
    width: 80px;
  }

  .footer-box-container {
    flex-direction: column;
  }

  .footer-box,
  .footer-box-center {
    width: 300px !important;
    padding: 30px 10px !important;
  }
}

/* Case pages */
.background-sectionpag,
.background-sectionpag2 {
  position: relative;
  background-image: url("/assets/img/page-hero-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 20px 24px;
}

.background-sectionpag::before,
.background-sectionpag2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000c;
  z-index: 0;
}

.hero-headingpag,
.hero-headingpag2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 0;
  max-width: 900px;
  line-height: 1.4;
  z-index: 1;
  font-family: "Fjalla One", sans-serif;
}

@media (max-width: 768px) {
  .background-sectionpag,
  .background-sectionpag2 {
    height: 220px;
    padding: 20px 16px;
  }

  .hero-headingpag,
  .hero-headingpag2 {
    font-size: 1.35rem;
  }
}

.full-image-section,
.full-image-section2,
.full-image-section3,
.full-image-section3-lakaDa,
.full-image-section-new,
.full-image-section11111,
.full-image-sectionpag2,
.full-image-section-no-new,
.full-image-sectionpag22,
.full-image-sectionpag222,
.full-image-purple,
.full-image-GREENRY {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.full-image-section-new {
  background-image: url("/assets/img/tnf-urban-hero.jpg");
}

.full-image-section {
  background-image: url("/assets/img/diesel-hero.jpg");
}

.full-image-section11111 {
  background-image: url("/assets/img/tnf-summit-hero.jpg");
}

.full-image-section2 {
  background-image: url("/assets/img/corona-hero.jpg");
}

.full-image-section3 {
  background-image: url("/assets/img/xplr-hero.jpg");
}

.full-image-section3-lakaDa {
  background-image: url("/assets/img/lakada-hero.jpg");
}

.full-image-sectionpag2 {
  background-image: url("/assets/img/mizone-hero.jpg");
}

.full-image-section-no-new {
  background-image: url("/assets/img/harbin-hero.jpg");
}

.full-image-sectionpag22 {
  background-image: url("/assets/img/budweiser-hero.jpg");
}

.full-image-sectionpag222 {
  background-image: url("/assets/img/tnf-annual-hero.jpg");
}

.full-image-purple {
  background-image: url("/assets/img/aptamil-hero.jpg");
}

.full-image-GREENRY {
  background-image: url("/assets/img/harbin-hero2.png");
}

.black-section,
.red-section,
.blue-section,
.purple-section,
.whitee-section,
.yellow-section,
.greenry-section,
.HAR-section,
.LakaDA-section {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.black-section {
  background: #000;
}

.red-section {
  background: #d70b0b;
}

.blue-section {
  background: #0818ab;
}

.purple-section {
  background: #bb86b8;
}

.whitee-section {
  background: #fafafa;
  color: #000;
}

.yellow-section {
  background: #ffcf1e;
  color: #000;
}

.greenry-section {
  background: #0c3017;
}

.HAR-section {
  background: #cbb4a1;
  color: #000;
}

.LakaDA-section {
  background: #d70b0b;
}

.content-box {
  background: #fff;
  width: 100%;
  display: flex;
  padding: 75px 50px;
  gap: 50px;
  box-shadow: 0 10px 30px #0009;
  color: #000;
}

.box-image {
  width: 50%;
}

.box-text {
  width: 50%;
  padding: 20px;
  text-align: left;
}

.box-text h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
}

.box-text .neww,
.box-text .new1 {
  font-family: "BlueSkyStandardLight", sans-serif;
  font-size: 16px;
}

.box-text .new1 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .content-box {
    flex-direction: column;
    padding: 20px;
  }

  .box-image,
  .box-text {
    width: 100%;
    text-align: center;
  }
}

/* Video player */
.video-wrapper {
  position: relative;
  width: 100%;
  margin: 140px auto 40px;
}

.video {
  width: 100%;
}

.center-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0009;
  border: none;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
}

.video-player.is-playing .center-play-button {
  display: none;
}

.video-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
}

.video-controls button {
  background: #0009;
  border: none;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.video-icon {
  display: block;
}

.video-player .icon-pause,
.video-player .icon-muted {
  display: none;
}

.video-player.is-playing .icon-play {
  display: none;
}

.video-player.is-playing .icon-pause {
  display: block;
}

.video-player.is-muted .icon-unmuted {
  display: none;
}

.video-player.is-muted .icon-muted {
  display: block;
}

@media screen and (max-width: 768px) {
  .video-controls {
    position: static;
    margin-top: 10px;
    justify-content: center;
    flex-direction: row;
    gap: 0.7rem;
  }
}
