header.elementor-element {
  display: none;
}
.elementor-location-footer {
  display: none;
}
/* Main Navigation Styles */
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
}

.nav-container {
  max-width: 1200px;
  margin: 20px auto;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  transition: all 0.3s ease;
}

.main-navigation.scrolled .nav-container {
  margin: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-logo {
  flex: 0 0 auto;
}

.nav-logo img {
  height: 40px;
  width: auto;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger-menu span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-link a:hover {
  color: #9fc2cc !important;
}
.elementor-kit-1434 a {
  color: #fff !important;
  /* overide elementor link style */
}
.elementor-kit-1434 a:hover {
  color: #9fc2cc !important;
  /* overide elementor link style */
}
.contact-nav-button {
  background: transparent !important;
  border: 1px solid #9fc2cc;
  color: #9fc2cc !important;
  padding: 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-nav-button:hover,
.contact-button:hover {
  background-color: #0c7484 !important;
  border: 1px solid #0c7484 !important;
  color: #fff !important;
}
.elementor-location-header {
  display: none !important;
}
@media (max-width: 768px) {
  .nav-menu .sub-logo {
    display: block !important;
  }
  .hamburger-menu {
    background: transparent !important;
  }
  .nav-container {
    border-radius: 0;
    margin: 0 auto;
  }
  .hamburger-menu {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    transition: right 0.3s ease;
    padding: 20px;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .nav-link {
    font-size: 18px;
  }

  .hamburger-menu.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .nav-container {
    padding: 0 15px;
  }

  .contact-nav-button {
    padding: 12px 30px;
    font-size: 16px;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-container {
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.loader-logo {
  opacity: 0;
  transform: scale(2);
  width: 200px;
  margin-bottom: 50px;
}

.loader-bar {
  width: 100%;
  height: 10px;
  background-color: #555555;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0;
}

.loader-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #3498db;
  transition: background-color 0.05s linear;
}

.loader-percentage {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  opacity: 0;
}

.hero-section {
  position: relative;
  height: 94vh;
  width: 100%;
  overflow: hidden;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #101419, transparent);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 75px;
  text-align: center;
  z-index: 2;
}

.hero-title {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  opacity: 0;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
}

/* Services Section */
.services {
  padding: 80px 0;
  background-image: url("/wp-content/themes/hello-theme-child-master/assets/images/Group-service.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
}
.services .section-header {
  max-width: 1200px;
  margin: 0 auto;
}
.services-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 75vh;
  overflow: hidden;
  max-height: 675px;
}

.services-left {
  flex: 0 0 50%;
  position: relative;
  height: 100%;
}

.services-right {
  height: 100%;
  flex: 0 0 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
svg.service-graphic {
  max-width: 150px;
}
.svg-container {
  position: relative;
  width: 95%;
  height: 100%;
}
.svg-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 80%;
  height: auto;
  opacity: 0.9;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
svg.service-graphic.service-graphic-3 {
  max-width: 100px;
}
.service-item {
  display: flex;
  align-items: flex-start;
}

.service-icon-container {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #9fc2cc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.service-icon {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.service-graphic {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin-top: -15px;
}
.service-content {
  flex: 1;
}

.service-title {
  color: #9fc2cc;
  font-size: 1.2rem;
  margin: 0 0 15px 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

.service-description {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

/* who is forge apollo section */
.who-is-forge-section {
  position: relative;
  width: 100%;
  margin: 0;
}

.who-is-forge-video {
  position: relative;
  width: 100%;
  padding-top: 52%;
  /* 56.25% for 16:9 aspect ratio */
  overflow: hidden;
  background-color: #000;
  margin-bottom: -2px;
}

.who-is-forge-video video,
.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-placeholder img {
  width: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.play-button {
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 10;
  background-color: rgb(255 255 255 / 0%) !important;
  padding: 10 !important;
  line-height: 0 !important;
  border-radius: 50% !important;
  transition: background-color 0.3s ease-in-out;
}

.video-overlay .play-button:hover {
  transform: scale(1.1);
  padding: 0;
  margin: 0;
  line-height: 0;
  border-radius: 50% !important;
  background-color: rgb(16 116 132 / 80%) !important;
  transition: background-color 0.3s ease-;
}

.video-overlay h2.video-fade {
  position: absolute;
  bottom: 150px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 10;
}
.contact-button {
  border: 1px solid #ffffff;
  opacity: 1;
  background: transparent;
  color: #ffffff;
  padding: 10px 30px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  z-index: 10;
}
.video-overlay .contact-button {
  position: absolute;
  bottom: 60px;
}
.video-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.who-is-forge-video.playing .video-placeholder,
.who-is-forge-video.playing .video-fade {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.who-is-forge-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add this new style for better control visibility */
.who-is-forge-video.playing video:hover {
  cursor: pointer;
}

.who-is-forge-video.playing .video-controls-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  /* Space for controls */
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  pointer-events: none;
}

.who-is-forge-video.playing:hover .video-controls-overlay {
  opacity: 1;
}

/* Make sure controls are visible and not blocked by other elements */
.who-is-forge-video.playing video {
  z-index: 10;
}

/* Video controls need to be above other elements */
.who-is-forge-video.playing video::-webkit-media-controls-panel {
  z-index: 20;
}

/* Hide controls when not playing */
.who-is-forge-video:not(.playing) video::-webkit-media-controls {
  display: none !important;
}

.who-is-forge-video:not(.playing) video::-webkit-media-controls-enclosure {
  display: none !important;
}
.nav-menu .sub-logo {
  display: none;
}
/* Media Queries */
@media (max-width: 992px) {
  .video-overlay button.contact-button {
    bottom: 10px;
  }
  button.play-button svg {
    height: 45px;
    width: 45px;
  }
  .video-overlay h2.video-fade {
    font-size: 1.3rem;
  }
  .service-item {
    margin-bottom: 40px;
  }
  .services-container {
    flex-direction: column;
  }

  .services-left {
    flex: 0 0 100%;
    height: 400px;
  }

  .services-right {
    flex: 0 0 100%;
  }

  .service-svg {
    width: 200px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 25px;
    letter-spacing: 5px !important;
  }
  .services {
    padding: 80px 0 20px 0;
  }
  .service-item {
    flex-direction: row;
    text-align: left;
    gap: 15px;
  }
  .services-container {
    height: auto;
  }

  .services-left {
    display: none;
  }
  .service-icon-container {
    margin: 0 auto 20px;
    flex: 0;
    padding: 10px;
    height: 55px;
  }
  .service-icon {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
  .services .section-header {
    margin-left: 20px;
  }
  .services .section-title {
    font-size: 2rem;
    margin-block-end: 5px;
  }
}

/* Initial state of elements before animation */
.service-graphic {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.service-item {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.cls-1,
.cls-2,
.cls-1-mid,
.cls-2-mid {
  opacity: 0;
}

/* Add a class that we'll apply to the services container */
.services.animation-ready .service-graphic-1 {
  opacity: 1;
}

.services.animation-ready .service-item {
  opacity: 1;
  transform: translateX(0);
}

.services.animation-ready .cls-1,
.services.animation-ready .cls-2,
.services.animation-ready .cls-1-mid,
.services.animation-ready .cls-2-mid {
  opacity: 1;
}

/* Case Studies Section */
/* Case Study Intro Section */
.case-study-intro-section {
  background-color: #101419;
  padding: 20px;
  text-align: center;
}

.case-study-intro-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 20px 10px;
}

.case-study-intro-subtitle {
  color: #9fc2cc;
  font-size: 20px;
  margin: 0 0 15px 0;
  letter-spacing: 0.1em;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
}

.case-study-intro-title {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: "lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  position: relative;
}
.blue-divider-center::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(12, 116, 132, 0),
    rgba(12, 116, 132, 1),
    rgba(12, 116, 132, 0)
  );
}
.case-study-intro-divider {
  display: block;
  width: 60px;
  height: 0;
  border-top: 2px dashed #9fc2cc;
  margin: 0 auto 20px;
}

.case-study-intro-description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 950px;
  margin: 30px auto;
  font-family: "Montserrat", sans-serif;
}
.case-studies {
  width: 100%;
  background-color: #101419;
  padding-bottom: 60px;
}

/* Two-column grid layout */
.case-studies-grid-2-col {
  display: flex;
  width: 100%;
}

.case-studies-grid-2-col .case-study-item {
  flex: 0 0 50%;
  padding: 5px;
}

/* Three-column grid layout */
.case-studies-grid-3-col {
  display: flex;
  width: 100%;
}

.case-studies-grid-3-col .case-study-item {
  flex: 0 0 33.333%;
  padding: 5px;
}

/* Case study items styling */
.case-study-item {
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.case-study-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  cursor: pointer;
}

.case-study-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-study-item:hover .case-study-video {
  transform: scale(1.05);
}

.video-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

.case-study-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin: 0;
  transition: transform 0.5s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 90%;
}

.case-study-item:hover .case-study-title {
  transform: translateX(-50%) translateY(-25px);
}

.case-cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  font-size: 0.85rem !important;
  opacity: 0; /* Initially hidden */
  white-space: nowrap;
}

.case-study-item:hover .case-cta {
  opacity: 1;
  border-color: #fff;
}

.case-cta:hover {
  background-color: #0c7484 !important;
  border-color: #0c7484 !important;
  color: #fff !important;
}

/* Add cursor styles for video interactions */
.case-study-video-container video:not([paused]) {
  cursor: default;
}
.dashed-border {
  position: relative;
  padding-left: 20px;
}
.dashed-border:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px; /* thickness of the line */
  background-image: repeating-linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgb(254, 254, 254) 8px,
    transparent 8px,
    transparent 12px
  );
}
/*  */
.dashed-border-both {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; /* Add padding for right border */
}

.dashed-border-both:before,
.dashed-border-both:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px; /* thickness of the line */
  background-image: repeating-linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgb(254, 254, 254) 8px,
    transparent 8px,
    transparent 12px
  );
}

.dashed-border-both:before {
  left: 0;
}

.dashed-border-both:after {
  right: 0;
}
/* awards section */

.testimonials {
  padding: 80px 0 40px 0;
  background-color: #101419;
  overflow-x: hidden;
}
.testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  opacity: 1;
}
/* Media queries for responsiveness */
@media (max-width: 992px) {
  .case-studies-grid-2-col,
  .case-studies-grid-3-col {
    flex-wrap: wrap;
  }

  .case-studies-grid-2-col .case-study-item {
    flex: 0 0 100%;
  }

  .case-studies-grid-3-col .case-study-item {
    flex: 0 0 50%;
  }

  .case-study-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .case-studies-grid-3-col .case-study-item {
    flex: 0 0 100%;
  }

  .case-study-title {
    font-size: 1.2rem;
    bottom: 50px;
  }

  .case-cta {
    padding: 8px 15px;
    font-size: 0.8rem;
  }
}

/* Video Strip Section Styles */
.video-strip {
  width: 100%;
  overflow: hidden;
  background-color: #101419;
}

.video-strip-container {
  display: flex;
  gap: 10px;
  width: 100%;
}

.video-strip-column {
  flex: 1;
  position: relative;
}

.video-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.video-strip-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  background-color: #000;
}

.video-strip-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strip-play-button {
  position: absolute;
  z-index: 3;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-color: transparent !important;
  padding: 0 !important;
  line-height: 0 !important;
  border-radius: 50% !important;
}

.strip-play-button:hover {
  transform: scale(1);
  background-color: rgba(16, 116, 132, 0.8) !important;
}

.video-strip-embed {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .dashed-border-both {
    margin: 20px;
  }
  .contact-section {
    padding-top: 0;
  }
  .hero-section {
    height: 60vh;
  }
  .hero-content {
    padding-bottom: 50px;
  }
  .loader-logo {
    opacity: 0;
    transform: scale(1.8);
    max-width: 200px;
    margin-bottom: 50px;
  }
  .video-strip-container {
    flex-direction: column;
  }

  .video-strip-column {
    width: 100%;
    height: 33.33vh;
  }

  .strip-play-button svg {
    width: 45px;
    height: 45px;
  }
}

/* Custom Footer Styles */
.custom-footer {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-image: url("/wp-content/themes/hello-theme-child-master/assets/images/footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.custom-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(16, 20, 25, 1) 10%,
    transparent 45%
  );
}

.footer-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  width: 200px;
  margin-bottom: 40px;
}

.footer-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: #0c7484;
  transform: translateY(-3px);
}

.social-link svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .custom-footer {
    padding: 60px 0;
  }

  .footer-logo {
    width: 150px;
    margin-bottom: 30px;
  }

  .footer-title {
    font-size: 1.5rem;
  }

  .footer-text {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .social-link {
    width: 35px;
    height: 35px;
  }

  .social-link svg {
    width: 18px;
    height: 18px;
  }
}

.case-study-intro-section.contact-section {
  background-color: #101419;
  padding: 60px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .case-study-intro-section.contact-section {
    padding: 10px 0;
  }
  .case-study-intro-section {
    padding: 20px;
  }
}
