@charset "UTF-8";
/* Reset and Base Styles */
body {
  overflow-x: hidden; }

button {
  outline: none !important; }

/****/
.hero-banner-section {
  aspect-ratio: 1440 / 605;
  background-color: black;
  background-image: url("https://file.hstatic.net/200000874831/file/ldp_3_-_banner.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 70px 0;
  position: relative; }

.hero-section .hero-background {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440 / 605;
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1; }

.hero-section .hero-content-wrapper {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row wrap;
  flex-wrap: wrap;
  z-index: 2; }

.hero-section .hero-content-grid {
  display: flex;
  width: 100%; }

.hero-section .hero-spacer-left {
  align-self: stretch;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  width: 8%; }

.hero-section .hero-text-content {
  align-self: stretch;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 30px;
  width: 54%; }

.hero-section .hero-header {
  border-color: white;
  color: white;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
  outline-color: white;
  overflow-wrap: break-word;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  word-wrap: break-word; }

.hero-section .hero-title {
  border-color: white;
  color: white;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 70px;
  margin-top: 24px;
  outline-color: white;
  overflow-wrap: break-word;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  word-wrap: break-word; }
  .hero-section .hero-title br {
    background-position: 0% 0%;
    border-color: white;
    color: white;
    display: inline;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 70px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
    word-wrap: break-word; }

.hero-section .hero-subtitle-wrapper {
  border-color: white;
  color: white;
  font-size: 16px;
  line-height: 27px;
  outline-color: white;
  overflow-wrap: break-word;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  word-wrap: break-word; }

.hero-section .hero-subtitle {
  border-color: white;
  color: white;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 30px;
  outline-color: white;
  overflow-wrap: break-word;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  word-wrap: break-word; }

.hero-section .hero-description {
  border-color: white;
  color: white;
  font-size: 16px;
  line-height: 27px;
  outline-color: white;
  overflow-wrap: break-word;
  padding-right: 20px;
  padding-top: 6px;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  word-wrap: break-word; }

.hero-section .hero-text {
  border-color: white;
  color: white;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  max-width: 600px;
  outline-color: white;
  overflow-wrap: break-word;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  word-wrap: break-word; }

.hero-section .hero-superscript {
  border-color: white;
  color: white;
  display: inline;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 0px;
  outline-color: white;
  overflow-wrap: break-word;
  position: relative;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
  top: -6.28571px;
  word-wrap: break-word; }
  .hero-section .hero-superscript strong {
    border-color: white;
    color: white;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 0px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
    word-wrap: break-word; }

.hero-section .hero-cta-section {
  margin-top: 48px; }

.hero-section .hero-cta-wrapper {
  display: inline-block;
  margin-right: 14px; }

.hero-section .hero-cta-button {
  background-color: #ffdd00;
  background-position: 0% 0%;
  border: 1.2px solid #ffdd00;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  max-width: 240px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.5s;
  vertical-align: middle;
  text-decoration: none; }
  .hero-section .hero-cta-button:hover {
    background-color: #ffeb3b;
    border-color: #ffeb3b; }

.hero-section .hero-cta-text {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: black; }

.hero-section .hero-image-section {
  align-self: stretch;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 30px;
  text-align: center;
  width: 31%; }

.hero-section .hero-product-figure {
  position: relative;
  text-align: center; }

.hero-section .hero-product-image {
  display: inline;
  max-width: 100%;
  overflow-clip-margin: content-box;
  overflow-x: clip;
  overflow-y: clip;
  text-align: center;
  vertical-align: top; }

.hero-section .hero-product-image-mobile {
  display: none;
  max-width: 100%;
  overflow-clip-margin: content-box;
  overflow-x: clip;
  overflow-y: clip;
  text-align: center;
  vertical-align: top; }

.hero-section .hero-spacer-right {
  align-self: stretch;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  width: 8%; }

.hero-section .hero-navigation-wrapper {
  bottom: 0px;
  height: fit-content;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 10; }

.hero-section .hero-navigation {
  background-position: 0% 0%;
  border-color: white;
  color: white;
  height: 69px;
  margin-bottom: 12px;
  outline-color: white;
  padding: 12px 0;
  text-decoration-color: white;
  text-emphasis-color: white;
  width: 100%; }

.hero-section .hero-nav-container {
  border-color: white;
  color: white;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  outline-color: white;
  position: relative;
  scrollbar-width: none;
  text-decoration-color: white;
  text-emphasis-color: white;
  transition: background 0.25s ease-out, padding-bottom 0.25s ease-out, top 0.5s ease-out; }

.hero-section .hero-nav-inner {
  border-color: white;
  color: white;
  outline-color: white;
  text-decoration-color: white;
  text-emphasis-color: white; }

.hero-section .hero-nav-content {
  border-color: white;
  color: white;
  margin: 0 auto;
  max-width: 956px;
  outline-color: white;
  text-decoration-color: white;
  text-emphasis-color: white; }

.hero-section .hero-nav-border {
  border-bottom: 1.2px solid #bdbdbd;
  border-color: white white #bdbdbd;
  color: white;
  height: 42px;
  margin: 0 auto;
  max-width: 956px;
  outline-color: white;
  position: absolute;
  text-decoration-color: white;
  text-emphasis-color: white;
  top: 0px;
  width: 100%; }

.hero-section .hero-nav-list {
  border-color: white;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  outline-color: white;
  overflow: auto;
  text-align: center;
  text-decoration-color: white;
  text-emphasis-color: white;
  list-style: none;
  padding: 0;
  margin: 0; }

.hero-section .hero-nav-item {
  align-items: center;
  border-color: white;
  color: white;
  display: flex;
  height: 42px;
  outline-color: white;
  padding: 0 12px;
  position: relative;
  text-align: center;
  text-decoration-color: white;
  text-emphasis-color: white;
  text-wrap: nowrap;
  white-space: nowrap; }
  .hero-section .hero-nav-item:hover {
    border-bottom: 2px solid #ffdd00;
    border-color: #ffdd00;
    color: #ffdd00;
    font-weight: 600;
    outline-color: #ffdd00;
    text-decoration-color: #ffdd00;
    text-emphasis-color: #ffdd00; }
    .hero-section .hero-nav-item:hover .hero-nav-title {
      color: #ffdd00; }

.hero-section .hero-nav-item-active {
  border-bottom: 2px solid #ffdd00;
  border-color: #ffdd00;
  color: #ffdd00;
  font-weight: 600;
  outline-color: #ffdd00;
  text-decoration-color: #ffdd00;
  text-emphasis-color: #ffdd00; }

.hero-section .hero-nav-link {
  border-color: #bdbdbd;
  color: #bdbdbd;
  cursor: pointer;
  outline-color: #bdbdbd;
  text-align: center;
  text-decoration-color: #bdbdbd;
  text-emphasis-color: #bdbdbd;
  text-wrap: nowrap;
  transition: color 0.25s ease-out;
  white-space: nowrap;
  text-decoration: none; }

.hero-section .hero-nav-link-active {
  border-color: #ffdd00;
  color: #ffdd00;
  font-weight: 600;
  outline-color: #ffdd00;
  text-decoration-color: #ffdd00;
  text-emphasis-color: #ffdd00; }
  .hero-section .hero-nav-link-active:hover .hero-nav-title-active {
    color: #ffdd00; }

.hero-section .hero-nav-title {
  border-color: #bdbdbd;
  color: #bdbdbd;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 24px;
  outline-color: #bdbdbd;
  text-align: center;
  text-decoration-color: #bdbdbd;
  text-emphasis-color: #bdbdbd;
  text-wrap: nowrap;
  transition: color 0.25s ease-out;
  white-space: nowrap;
  margin: 0; }

.hero-section .hero-nav-title-active {
  border-color: #ffdd00;
  color: #ffdd00;
  outline-color: #ffdd00;
  text-decoration-color: #ffdd00;
  text-emphasis-color: #ffdd00; }

@media (max-width: 767px) {
  .hero-section .hero-content-grid {
    flex-direction: column-reverse;
    flex-wrap: wrap; }
    .hero-section .hero-content-grid .hero-text-content {
      width: 100%; }
      .hero-section .hero-content-grid .hero-text-content .hero-title {
        font-size: 32px !important;
        line-height: 1.25 !important; }
      .hero-section .hero-content-grid .hero-text-content .hero-subtitle {
        font-size: 16px; }
    .hero-section .hero-content-grid .hero-image-section {
      width: 100%; }
  .hero-section .hero-spacer-left, .hero-section .hero-spacer-right {
    display: none !important; } }

/* Sticky Navigation Styles */
.hero-navigation-wrapper.sticky {
  position: fixed;
  top: 0px;
  /* Chiều cao của header navbar */
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.hero-navigation-wrapper.sticky .hero-navigation {
  margin-bottom: 0;
  background-color: transparent; }

.hero-navigation-wrapper.sticky .hero-nav-border {
  border-bottom-color: rgba(189, 189, 189, 0.3); }

/* Animation cho sticky state */
@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.hero-navigation-wrapper.sticky.animated {
  animation: slideInFromTop 0.3s ease-out; }

/* Responsive cho sticky navigation */
@media (max-width: 768px) {
  .hero-navigation-wrapper.sticky {
    top: 0px;
    /* Điều chỉnh cho mobile header */ }
  .hero-navigation-wrapper .hero-nav-list::-webkit-scrollbar {
    display: none; }
  .hero-navigation-wrapper.sticky .hero-nav-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .hero-navigation-wrapper.sticky .hero-nav-list::-webkit-scrollbar {
    display: none; }
  .hero-navigation-wrapper.sticky .hero-nav-item {
    flex-shrink: 0;
    min-width: max-content; } }

/****/
.camera-showcase {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  transition: top 0.6s ease-in-out;
  width: 100%;
  height: 932.647px;
  will-change: top;
  background-color: black;
  /*
	.showcase-container img{
	width: 600px !important;
	height: 750px;
	object-fit: cover;
}
	*/ }
  @media (max-width: 767px) {
    .camera-showcase {
      height: auto;
      padding: 50px 0px; } }
  .camera-showcase .showcase-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    text-align: center;
    max-width: 1152px;
    z-index: 1; }
  .camera-showcase .main-title-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 921.6px;
    opacity: 0.893452;
    position: absolute;
    text-align: center;
    top: 75px;
    z-index: 5; }
    @media (max-width: 767px) {
      .camera-showcase .main-title-section {
        position: static; } }
  .camera-showcase .showcase-container .main-title {
    border-color: white;
    color: white;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 10px 0;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  .camera-showcase .showcase-container .product-canvas {
    aspect-ratio: auto 1224 / 892;
    max-height: 892px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: clip;
    position: absolute;
    text-align: center;
    top: 0px;
    max-width: 1224px;
    width: 100%;
    z-index: 2; }
    @media (max-width: 767px) {
      .camera-showcase .showcase-container .product-canvas {
        position: static;
        object-fit: contain;
        transform: none; } }
  .camera-showcase .showcase-container .product-description {
    background-color: transparent;
    position: absolute;
    top: 659.059px;
    opacity: 1;
    max-width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767px) {
      .camera-showcase .showcase-container .product-description {
        position: static;
        max-width: 100%;
        padding: 0px 15px; } }
  .camera-showcase .feature-title {
    border-color: white;
    color: white;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 47.5px;
    margin: 24px 0 12px 0;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  .camera-showcase .description-text {
    border-color: white;
    color: white;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 27px;
    margin: 0 0 10px 0;
    max-width: 1843.2px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  .camera-showcase .footnote-ref {
    border-color: white;
    color: white;
    display: inline;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 0px;
    outline-color: white;
    position: relative;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    top: -6.28571px; }
  .camera-showcase .footnote-number {
    border-color: white;
    color: white;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 0px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }

/* Zoom Section */
.zoom-section {
  background: #000000;
  padding: 0;
  position: relative; }

.zoom-header {
  margin-bottom: 60px; }

.zoom-title {
  border-color: white;
  color: white;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 10px 0;
  outline-color: white;
  text-align: center;
  text-decoration-color: white;
  text-emphasis-color: white; }

.zoom-title sup {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600; }

.zoom-gallery {
  position: relative;
  padding: 0;
  margin: 0 auto; }

.zoom-slider-wrapper {
  position: relative;
  overflow: hidden; }

.zoom-images-slider {
  position: relative; }

.zoom-slide-item {
  outline: none;
  padding: 0; }

.zoom-image-item {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  height: 500px;
  border-radius: 0;
  background: #111;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

/* All images same size now */
.zoom-180,
.zoom-359,
.zoom-539,
.zoom-1078 {
  width: 100%;
  height: 500px; }

.zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 0px; }

/* Center mode styles */
.zoom-images-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.6s ease-in;
  will-change: opacity; }

.zoom-images-slider .slick-slide.slick-center {
  opacity: 1;
  transform: scale(1); }

.zoom-images-slider .slick-slide.slick-current.slick-active {
  opacity: 1; }

.zoom-image-item.active {
  transform: scale(1.05);
  z-index: 10; }

.zoom-image-item.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #ffdd00;
  border-radius: 12px;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(255, 221, 0, 0.5); }

.zoom-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px); }

/* Slick Slider Custom Styles */
.zoom-images-slider .slick-list {
  margin: 0 -10px;
  overflow: visible; }

.zoom-images-slider .slick-track {
  display: flex;
  align-items: center; }

.zoom-images-slider .slick-slide {
  height: auto; }

.zoom-images-slider .slick-prev,
.zoom-images-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center; }

.zoom-images-slider .slick-prev:hover,
.zoom-images-slider .slick-next:hover {
  background: rgba(255, 221, 0, 0.9);
  border-color: #ffdd00;
  color: #000000;
  transform: translateY(-50%) scale(1.1); }

.zoom-images-slider .slick-prev {
  left: -70px; }

.zoom-images-slider .slick-next {
  right: -70px; }

.zoom-images-slider .slick-prev:before,
.zoom-images-slider .slick-next:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px; }

.zoom-images-slider .slick-prev:before {
  content: '\f104';
  /* fa-angle-left */ }

.zoom-images-slider .slick-next:before {
  content: '\f105';
  /* fa-angle-right */ }

/* Hide default slick dots */
.zoom-images-slider .slick-dots {
  display: none !important; }

/* Navigation Bar */
.zoom-navigation-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  background: #333;
  border-radius: 12px;
  padding: 5px 1.2rem;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px; }

.zoom-nav-arrow {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important; }

.zoom-nav-arrow:hover {
  background-color: #555;
  /*
	color: #ffdd00;
	background: rgba(255, 221, 0, 0.15);
	transform: scale(1.1);
	*/ }

.zoom-navigation-controls {
  display: flex;
  gap: 12px;
  margin: 0 25px; }

.zoom-nav-btn {
  background: transparent;
  border: 0px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  min-width: 75px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }

.zoom-nav-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease; }

.zoom-nav-btn:hover::before {
  left: 100%; }

.zoom-nav-btn:hover {
  background: #ffdd00;
  border-color: #ffdd00;
  color: #000000;
  opacity: 0.5; }

.zoom-nav-btn.active {
  background: #ffdd00;
  border-color: #ffdd00;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 221, 0, 0.4);
  font-weight: 400; }

/* Break The Distance Barrier Section */
.zoom-features {
  margin-top: 80px;
  text-align: center; }

.zoom-features h3 {
  color: #ffdd00;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.5px; }

.zoom-features p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.5px; }

/* Responsive Design for Zoom Section */
@media (max-width: 1200px) {
  .zoom-images-slider .slick-prev {
    left: -60px; }
  .zoom-images-slider .slick-next {
    right: -60px; }
  .zoom-image-item {
    height: 250px; }
  .zoom-180,
  .zoom-359,
  .zoom-539,
  .zoom-1078 {
    height: 250px; } }

@media (max-width: 1024px) {
  .zoom-images-slider .slick-prev {
    left: -50px; }
  .zoom-images-slider .slick-next {
    right: -50px; }
  .zoom-image-item {
    height: 220px; }
  .zoom-180,
  .zoom-359,
  .zoom-539,
  .zoom-1078 {
    height: 220px; }
  .zoom-navigation-bar {
    max-width: 450px;
    padding: 10px 20px; }
  .zoom-nav-btn {
    padding: 8px 15px;
    font-size: 11px;
    min-width: 65px; } }

@media (max-width: 768px) {
  .zoom-section {
    padding: 60px 0; }
  .zoom-title {
    font-size: 36px;
    line-height: 45px; }
  .zoom-images-slider .slick-prev,
  .zoom-images-slider .slick-next {
    display: none !important; }
  .zoom-slide-item {
    padding: 0 5px; }
  .zoom-image-item {
    height: 180px; }
  .zoom-180,
  .zoom-359,
  .zoom-539,
  .zoom-1078 {
    height: 180px; }
  .zoom-navigation-bar {
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 20px;
    max-width: 350px; }
  .zoom-navigation-controls {
    order: 1;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center; }
  .zoom-nav-arrow {
    order: 2; }
  .zoom-nav-prev {
    order: 0; } }

@media (max-width: 576px) {
  .zoom-title {
    font-size: 28px;
    line-height: 35px; }
  .zoom-slide-item {
    padding: 0 3px; }
  .zoom-image-item {
    height: 200px;
    width: 100%; }
  .zoom-180,
  .zoom-359,
  .zoom-539,
  .zoom-1078 {
    width: 100%;
    height: 200px; }
  .zoom-navigation-controls {
    gap: 8px; }
  .zoom-nav-btn {
    padding: 8px 12px;
    font-size: 10px;
    min-width: 60px; }
  .zoom-nav-arrow {
    display: none; } }

/* Features Section */
.features-section {
  background: #fff; }

.feature-card {
  padding: 30px 20px;
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 15px; }

.feature-icon {
  transition: transform 0.3s ease; }

.feature-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333; }

/* Gallery Section */
.gallery-section {
  background: linear-gradient(135deg, #212529 0%, #495057 100%); }

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease; }

.gallery-item:hover {
  transform: scale(1.05); }

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease; }

.gallery-item:hover img {
  transform: scale(1.1); }

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 30px 20px 20px;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform 0.3s ease; }

.gallery-item:hover .gallery-caption {
  transform: translateY(0); }

/* Owl Carousel Custom Styles */
.owl-nav button {
  background: rgba(255, 193, 7, 0.9) !important;
  color: #000 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease; }

.owl-nav button:hover {
  background: #ffc107 !important;
  transform: translateY(-50%) scale(1.1); }

.owl-nav .owl-prev {
  left: -25px; }

.owl-nav .owl-next {
  right: -25px; }

.owl-dots {
  text-align: center;
  margin-top: 30px; }

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 5px;
  transition: all 0.3s ease; }

.owl-dot.active,
.owl-dot:hover {
  background: #ffc107;
  transform: scale(1.2); }

/* Video Section */
.video-section {
  background: #fff; }

.video-feature {
  padding: 30px 20px;
  transition: transform 0.3s ease; }

.video-feature:hover {
  transform: translateY(-5px); }

.video-feature i {
  transition: transform 0.3s ease; }

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

/* SnapBridge Section */
.snapbridge-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }

.app-buttons .btn {
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease; }

.app-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); }

/* Newsletter Section */
.newsletter-section {
  background: linear-gradient(135deg, #212529 0%, #495057 100%); }

.newsletter-section .form-control {
  border-radius: 25px;
  border: none;
  padding: 12px 20px; }

.newsletter-section .btn-warning {
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease; }

.newsletter-section .btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3); }

.social-links a {
  transition: all 0.3s ease;
  display: inline-block; }

.social-links a:hover {
  transform: translateY(-3px) scale(1.1);
  color: #ffc107 !important; }

/* Footer */
.footer {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6; }

.footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333; }

.footer ul li {
  margin-bottom: 8px; }

.footer ul li a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease; }

.footer ul li a:hover {
  color: #ffc107;
  text-decoration: none; }

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem; }
  .tab-pane h2 {
    font-size: 2rem; }
  .tab-pane h3 {
    font-size: 1.5rem; }
  .nav-pills .nav-link {
    margin: 5px;
    padding: 10px 15px;
    font-size: 0.9rem; }
  .zoom-slider {
    height: 300px; }
  .feature-card {
    margin-bottom: 30px; }
  .hero-section {
    text-align: center; }
  .hero-section .row {
    flex-direction: column-reverse; }
  .newsletter-section .form-control {
    width: 100% !important;
    margin-bottom: 15px; }
  .app-buttons .btn {
    display: block;
    margin: 10px 0; } }

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem; }
  .nav-pills {
    flex-direction: column; }
  .nav-pills .nav-link {
    margin: 5px 0; }
  .zoom-controls .zoom-btn {
    font-size: 0.8rem;
    padding: 6px 12px;
    margin: 2px; }
  .feature-card h5 {
    font-size: 1rem; }
  .feature-card p {
    font-size: 0.9rem; } }

/* Smooth Scrolling */
html {
  scroll-behavior: smooth; }

/* Loading Animation */
.loading {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards; }

@keyframes fadeIn {
  to {
    opacity: 1; } }

/* Hover Effects for Images */
img {
  transition: transform 0.3s ease; }

.img-hover:hover {
  transform: scale(1.05); }

/* Custom Button Styles */
.btn-custom {
  background: linear-gradient(45deg, #ffc107, #ff8f00);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 25px;
  transition: all 0.3s ease; }

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
  color: #000; }

/* Parallax Effect */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* Section Transitions */
section {
  transition: all 0.3s ease; }

/* Text Selection */
::selection {
  background: #ffc107;
  color: #000; }

::-moz-selection {
  background: #ffc107;
  color: #000; }

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 4px; }

::-webkit-scrollbar-thumb:hover {
  background: #ff8f00; }

/* Enhanced Tab Navigation Styles */
.layout-productdetail-new .tab-navigation {
  border-bottom: 1.6px solid #f1f2f2;
  position: relative;
  transition: all 0.3s ease;
  background: white;
  z-index: 10; }

/* Sticky tab navigation */
.layout-productdetail-new .tab-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; }

/* Tab progress indicator */
.layout-productdetail-new .tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f1f2f2; }

.layout-productdetail-new .tab-progress-bar {
  height: 100%;
  background: #ffdd00;
  width: 33.33%;
  transition: width 0.3s ease; }

/* Enhanced tab headers */
.layout-productdetail-new .tab-header {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }

.layout-productdetail-new .tab-header:focus {
  outline: 2px solid #ffdd00;
  outline-offset: -2px; }

.layout-productdetail-new .tab-header.active .tab-link {
  border-top: 1.6px solid #ffdd00;
  color: #ffdd00;
  background: rgba(255, 221, 0, 0.05); }

.layout-productdetail-new .tab-header .tab-link {
  border-top: 1.6px solid #f1f2f2;
  cursor: pointer;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 50px 30px 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  display: block;
  transition: all 0.3s ease;
  background: transparent; }

.layout-productdetail-new .tab-header .tab-link:hover {
  color: #ffdd00;
  background: rgba(255, 221, 0, 0.02); }

/* Tab content animations */
.layout-productdetail-new .tab-content {
  padding-bottom: 1px;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease; }

.layout-productdetail-new .tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0); }

/* Loading states for tab content */
.layout-productdetail-new .tab-content.loading {
  position: relative;
  min-height: 200px; }

.layout-productdetail-new .tab-content.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f1f2f2;
  border-top: 3px solid #ffdd00;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Tab keyboard navigation indicators */
.layout-productdetail-new .tab-header[tabindex]:focus {
  background: rgba(255, 221, 0, 0.1);
  outline: none;
  box-shadow: inset 0 0 0 2px #ffdd00; }

/* Smooth scroll adjustment when sticky tabs are active */
.layout-productdetail-new .tab-navigation.sticky + .tab-content {
  padding-top: 20px; }

/* Tab transition effects */
.layout-productdetail-new .tab-content {
  animation: fadeInUp 0.5s ease-out; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Mobile accordion styles */
@media (max-width: 768px) {
  .layout-productdetail-new .tab-navigation {
    border-bottom: none; }
  .layout-productdetail-new .tab-header {
    border-bottom: 1px solid #f1f2f2;
    margin-bottom: 0; }
  .layout-productdetail-new .tab-header .tab-link {
    padding: 20px 15px;
    border-top: none;
    border-left: 3px solid transparent;
    position: relative; }
  .layout-productdetail-new .tab-header.active .tab-link {
    border-top: none;
    border-left: 3px solid #ffdd00;
    background: rgba(255, 221, 0, 0.1); }
  .layout-productdetail-new .tab-header .tab-link::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease; }
  .layout-productdetail-new .tab-header.active .tab-link::after {
    content: '−';
    color: #ffdd00;
    transform: translateY(-50%) rotate(180deg); }
  .layout-productdetail-new .tab-content {
    display: none;
    padding: 20px 15px;
    background: #f9f9f9;
    border-left: 3px solid #ffdd00;
    margin-bottom: 10px; }
  .layout-productdetail-new .tab-content.active {
    display: block; } }

/* Enhanced specifications table for better UX */
.layout-productdetail-new .specifications-table {
  border-collapse: collapse;
  display: table;
  max-width: 100%;
  width: 100%;
  margin: 20px 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.layout-productdetail-new .specifications-table tbody tr:hover {
  background: rgba(255, 221, 0, 0.05); }

/* Description content enhancements */
.layout-productdetail-new .description-content {
  max-width: 1450px;
  margin: 0 auto;
  padding: 30px 0; }

.layout-productdetail-new .description-text {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  line-height: 1.8;
  font-size: 16px;
  color: #333; }

/* Reviews section placeholder */
.layout-productdetail-new .reviews-content {
  padding: 30px 0;
  text-align: center;
  color: #666;
  font-style: italic; }

.layout-productdetail-new .reviews-content:empty::before {
  content: 'Reviews section coming soon...'; }

/* Basic table styles */
.layout-productdetail-new .table-caption {
  border-collapse: collapse;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 1px; }

.layout-productdetail-new .specifications-table tbody {
  border-collapse: collapse;
  display: table-row-group; }

.layout-productdetail-new .specifications-table tr {
  border-collapse: collapse;
  display: table-row; }

.layout-productdetail-new .section-header {
  border-collapse: collapse;
  color: #000;
  display: table-cell;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  min-width: 240px;
  padding: 12px 10px 30px 0;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top; }

.layout-productdetail-new .spec-label {
  border-collapse: collapse;
  color: #000;
  font-size: 12px;
  line-height: 21px;
  min-width: 240px;
  padding: 0 10px 18px 0;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top; }

.layout-productdetail-new .spec-value {
  border-collapse: collapse;
  padding-bottom: 18px;
  vertical-align: top;
  width: 100%; }

/* Product details container */
.layout-productdetail-new .product-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  width: 100%; }

.layout-productdetail-new .details-container {
  margin-right: 30px;
  width: calc(68% - 30px); }

/* Responsive adjustments for tabs */
@media (max-width: 991px) {
  .layout-productdetail-new .details-container {
    width: 100%;
    margin-right: 0; }
  .layout-productdetail-new .tab-header .tab-link {
    padding: 25px 30px 25px 0; } }

@media (max-width: 576px) {
  .layout-productdetail-new .tab-header .tab-link {
    font-size: 14px;
    padding: 18px 15px; }
  .layout-productdetail-new .description-text {
    font-size: 14px;
    line-height: 1.6; } }

/*****/
.camera-information {
  background-color: black;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0 0; }
  .camera-information .hero-section {
    background-color: black;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0; }
  .camera-information .hero-container {
    margin: 0 auto;
    width: 100%; }
  .camera-information .hero-content {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
  .camera-information .hero-spacer-left {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%; }
  .camera-information .hero-text-content {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 60%; }
  .camera-information .hero-title {
    border-color: white;
    color: white;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 47.5px;
    margin: 24px 0 12px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  .camera-information .hero-description {
    border-color: white;
    color: white;
    font-size: 16px;
    line-height: 27px;
    outline-color: white;
    overflow-wrap: break-word;
    padding: 24px 20px 0;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    word-wrap: break-word; }
  .camera-information .hero-paragraph {
    border-color: white;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    outline-color: white;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    word-wrap: break-word; }
  .camera-information .footnote-ref {
    border-color: white;
    color: white;
    display: inline;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 0;
    outline-color: white;
    overflow-wrap: break-word;
    position: relative;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    top: -6.28571px;
    word-wrap: break-word; }
    .camera-information .footnote-ref strong {
      border-color: white;
      color: white;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 0;
      outline-color: white;
      overflow-wrap: break-word;
      text-align: center;
      text-decoration-color: white;
      text-emphasis-color: white;
      word-wrap: break-word; }
  .camera-information .hero-spacer-right {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%; }
  .camera-information .features-section {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 10px 80px; }
  .camera-information .features-container {
    align-self: stretch;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    position: relative; }
  .camera-information .features-slider {
    position: relative; }
    .camera-information .features-slider .slick-list {
      overflow: visible; }
    .camera-information .features-slider .slick-track {
      display: flex;
      align-items: center; }
    .camera-information .features-slider .slick-slide {
      outline: none; }
    .camera-information .features-slider .slick-dots {
      bottom: -50px;
      text-align: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      .camera-information .features-slider .slick-dots li {
        display: inline-block;
        margin: 0; }
        .camera-information .features-slider .slick-dots li button {
          width: 100px;
          height: 3px;
          border-radius: 0;
          background: rgba(255, 255, 255, 0.3);
          border: none;
          font-size: 0;
          cursor: pointer;
          transition: all 0.3s ease;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
          .camera-information .features-slider .slick-dots li button:hover {
            background: #ffdd00;
            transform: scale(1.3); }
      .camera-information .features-slider .slick-dots li.slick-active button {
        background: #ffdd00;
        transform: scale(1.3); }
  .camera-information .feature-card {
    user-select: none;
    cursor: pointer;
    padding: 0 15px; }
  .camera-information .card-content {
    user-select: none; }
  .camera-information .card-inner {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    user-select: none;
    width: 100%; }
  .camera-information .feature-image {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    position: relative;
    user-select: none;
    overflow: hidden; }
  .camera-information .feature-img {
    border-radius: 10px;
    max-width: 100%;
    height: 100%;
    object-fit: cover; }
  .camera-information .feature-title-wrapper {
    border-color: white;
    color: white;
    font-size: 16px;
    line-height: 27px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information .feature-title {
    border-color: white;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 22.5px;
    margin: 24px 0 12px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information .feature-footnote {
    border-color: white;
    color: white;
    display: inline;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 0;
    outline-color: white;
    overflow-wrap: break-word;
    position: relative;
    text-decoration-color: white;
    text-emphasis-color: white;
    top: -7.07143px;
    user-select: none;
    word-wrap: break-word; }
    .camera-information .feature-footnote strong {
      border-color: white;
      color: white;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.2px;
      line-height: 0;
      outline-color: white;
      overflow-wrap: break-word;
      text-decoration-color: white;
      text-emphasis-color: white;
      user-select: none;
      word-wrap: break-word; }
  .camera-information .feature-title-simple {
    border-color: white;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 22.5px;
    margin: 24px 0 12px;
    outline-color: white;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none; }
  .camera-information .feature-description {
    border-color: white;
    color: white;
    font-size: 16px;
    line-height: 27px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information .feature-text {
    border-color: white;
    color: white;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 600px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information .features-slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    left: -70px; }
    .camera-information .features-slick-prev:hover {
      background: rgba(255, 221, 0, 0.9);
      border-color: #ffdd00;
      color: #000000;
      transform: translateY(-50%) scale(1.1); }
  .camera-information .features-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: -70px; }
    .camera-information .features-slick-next:hover {
      background: rgba(255, 221, 0, 0.9);
      border-color: #ffdd00;
      color: #000000;
      transform: translateY(-50%) scale(1.1); }

@media (max-width: 1024px) {
  .camera-information .hero-content {
    flex-direction: column;
    text-align: center; }
  .camera-information .hero-spacer-left {
    display: none; }
  .camera-information .hero-spacer-right {
    display: none; }
  .camera-information .hero-text-content {
    width: 100%;
    padding: 0 20px; }
  .camera-information .hero-title {
    font-size: 32px;
    line-height: 40px; }
  .camera-information .features-slick-prev {
    left: -60px; }
  .camera-information .features-slick-next {
    right: -60px; } }

@media (max-width: 768px) {
  .camera-information {
    padding: 40px 10px 0; }
    .camera-information .features-section {
      padding: 40px 10px 60px; }
    .camera-information .hero-title {
      font-size: 28px;
      line-height: 35px;
      margin: 20px 0 10px; }
    .camera-information .hero-description {
      padding: 0; }
    .camera-information .hero-paragraph {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 1px;
      margin: 0; }
    .camera-information .feature-title {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 10px; }
    .camera-information .feature-title-simple {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 10px; }
    .camera-information .feature-text {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1px; }
    .camera-information .features-slick-prev {
      display: none !important; }
    .camera-information .features-slick-next {
      display: none !important; } }

@media (max-width: 480px) {
  .camera-information .hero-title {
    font-size: 24px;
    line-height: 30px; }
  .camera-information .feature-card {
    padding: 0 10px; } }

/*****/
.camera-information-2 {
  background-color: black;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 60px 0; }
  .camera-information-2 .hero-section {
    background-color: black;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px; }
  .camera-information-2 .hero-container {
    margin: 0 auto;
    max-width: 1450px;
    padding: 0 20px;
    width: 100%; }
  .camera-information-2 .hero-content {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
  .camera-information-2 .hero-spacer-left {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%; }
  .camera-information-2 .hero-text-content {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 60%; }
  .camera-information-2 .hero-title {
    border-color: white;
    color: white;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 47.5px;
    margin: 24px 0 12px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  .camera-information-2 .hero-description {
    border-color: white;
    color: white;
    font-size: 16px;
    line-height: 27px;
    outline-color: white;
    overflow-wrap: break-word;
    padding: 24px 20px 0;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    word-wrap: break-word; }
  .camera-information-2 .hero-paragraph {
    border-color: white;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    outline-color: white;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    word-wrap: break-word; }
  .camera-information-2 .footnote-ref {
    border-color: white;
    color: white;
    display: inline;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 0;
    outline-color: white;
    overflow-wrap: break-word;
    position: relative;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    top: -6.28571px;
    word-wrap: break-word; }
    .camera-information-2 .footnote-ref strong {
      border-color: white;
      color: white;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 0;
      outline-color: white;
      overflow-wrap: break-word;
      text-align: center;
      text-decoration-color: white;
      text-emphasis-color: white;
      word-wrap: break-word; }
  .camera-information-2 .hero-spacer-right {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%; }
  .camera-information-2 .features-section {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 10px 80px; }
  .camera-information-2 .features-container {
    align-self: stretch;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    position: relative; }
  .camera-information-2 .features-slider {
    position: relative; }
    .camera-information-2 .features-slider .slick-list {
      overflow: visible; }
    .camera-information-2 .features-slider .slick-track {
      display: flex;
      align-items: center; }
    .camera-information-2 .features-slider .slick-slide {
      outline: none; }
    .camera-information-2 .features-slider .slick-dots {
      bottom: -50px;
      text-align: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      .camera-information-2 .features-slider .slick-dots li {
        display: inline-block;
        margin: 0; }
        .camera-information-2 .features-slider .slick-dots li button {
          width: 100px;
          height: 3px;
          border-radius: 0;
          background: rgba(255, 255, 255, 0.3);
          border: none;
          font-size: 0;
          cursor: pointer;
          transition: all 0.3s ease;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
          .camera-information-2 .features-slider .slick-dots li button:hover {
            background: #ffdd00;
            transform: scale(1.3); }
      .camera-information-2 .features-slider .slick-dots li.slick-active button {
        background: #ffdd00;
        transform: scale(1.3); }
  .camera-information-2 .feature-card {
    user-select: none;
    cursor: pointer;
    padding: 0 15px; }
  .camera-information-2 .card-content {
    user-select: none; }
  .camera-information-2 .card-inner {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    user-select: none;
    width: 100%; }
  .camera-information-2 .feature-image {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    position: relative;
    user-select: none;
    overflow: hidden; }
  .camera-information-2 .feature-img {
    border-radius: 10px;
    max-width: 100%;
    height: 100%;
    object-fit: cover; }
  .camera-information-2 .feature-title-wrapper {
    border-color: white;
    color: white;
    font-size: 16px;
    line-height: 27px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information-2 .feature-title {
    border-color: white;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 22.5px;
    margin: 24px 0 12px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information-2 .feature-footnote {
    border-color: white;
    color: white;
    display: inline;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 0;
    outline-color: white;
    overflow-wrap: break-word;
    position: relative;
    text-decoration-color: white;
    text-emphasis-color: white;
    top: -7.07143px;
    user-select: none;
    word-wrap: break-word; }
    .camera-information-2 .feature-footnote strong {
      border-color: white;
      color: white;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.2px;
      line-height: 0;
      outline-color: white;
      overflow-wrap: break-word;
      text-decoration-color: white;
      text-emphasis-color: white;
      user-select: none;
      word-wrap: break-word; }
  .camera-information-2 .feature-title-simple {
    border-color: white;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 22.5px;
    margin: 24px 0 12px;
    outline-color: white;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none; }
  .camera-information-2 .feature-description {
    border-color: white;
    color: white;
    font-size: 16px;
    line-height: 27px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information-2 .feature-text {
    border-color: white;
    color: white;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 600px;
    outline-color: white;
    overflow-wrap: break-word;
    text-decoration-color: white;
    text-emphasis-color: white;
    user-select: none;
    word-wrap: break-word; }
  .camera-information-2 .features-slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    left: -70px; }
    .camera-information-2 .features-slick-prev:hover {
      background: rgba(255, 221, 0, 0.9);
      border-color: #ffdd00;
      color: #000000;
      transform: translateY(-50%) scale(1.1); }
  .camera-information-2 .features-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: -70px; }
    .camera-information-2 .features-slick-next:hover {
      background: rgba(255, 221, 0, 0.9);
      border-color: #ffdd00;
      color: #000000;
      transform: translateY(-50%) scale(1.1); }

@media (max-width: 1024px) {
  .camera-information-2 .hero-content {
    flex-direction: column;
    text-align: center; }
  .camera-information-2 .hero-spacer-left {
    display: none; }
  .camera-information-2 .hero-spacer-right {
    display: none; }
  .camera-information-2 .hero-text-content {
    width: 100%;
    padding: 0 20px; }
  .camera-information-2 .hero-title {
    font-size: 32px;
    line-height: 40px; }
  .camera-information-2 .features-slick-prev {
    left: -60px; }
  .camera-information-2 .features-slick-next {
    right: -60px; } }

@media (max-width: 768px) {
  .camera-information-2 {
    padding: 40px 10px 0; }
    .camera-information-2 .features-section {
      padding: 40px 10px 60px; }
    .camera-information-2 .hero-title {
      font-size: 28px;
      line-height: 35px;
      margin: 20px 0 10px; }
    .camera-information-2 .hero-description {
      padding: 20px 10px 0; }
    .camera-information-2 .hero-paragraph {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 1px; }
    .camera-information-2 .feature-title {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 10px; }
    .camera-information-2 .feature-title-simple {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 10px; }
    .camera-information-2 .feature-text {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1px; }
    .camera-information-2 .features-slick-prev {
      display: none !important; }
    .camera-information-2 .features-slick-next {
      display: none !important; } }

@media (max-width: 480px) {
  .camera-information-2 .hero-title {
    font-size: 24px;
    line-height: 30px; }
  .camera-information-2 .feature-card {
    padding: 0 10px; } }

/*****/
/* Carousel Slider Section */
.section-carousel-slider {
  background: #000000;
  padding: 0 0 80px 0;
  display: flex;
  align-items: center; }

.section-carousel-slider .carousel-header {
  margin-bottom: 60px; }

.section-carousel-slider .carousel-title {
  border-color: white;
  color: white;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 10px 0;
  outline-color: white;
  text-align: center;
  text-decoration-color: white;
  text-emphasis-color: white; }

.section-carousel-slider .carousel-slider-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto; }

.section-carousel-slider .image-quality-slider {
  position: relative; }

.section-carousel-slider .carousel-slide-item {
  outline: none;
  padding: 0; }

.section-carousel-slider .slide-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 450px;
  background: #111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.section-carousel-slider .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.section-carousel-slider .slide-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10; }

.section-carousel-slider .info-icon {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease; }

.section-carousel-slider .info-icon:hover {
  background: #ffdd00;
  transform: scale(1.1); }

.section-carousel-slider .info-icon-symbol {
  font-size: 12px;
  font-weight: bold;
  color: #000; }

.section-carousel-slider .slide-description {
  position: absolute;
  top: 0;
  left: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px); }

.section-carousel-slider .info-icon:hover + .slide-description,
.section-carousel-slider .slide-overlay:hover .slide-description {
  opacity: 1;
  visibility: visible; }

.section-carousel-slider .description-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0.5px; }

/* Slick Slider Custom Styles for Carousel */
.section-carousel-slider .image-quality-slider .slick-list {
  overflow: visible; }

.section-carousel-slider .image-quality-slider .slick-track {
  display: flex;
  align-items: center; }

.section-carousel-slider .image-quality-slider .slick-slide {
  height: auto;
  opacity: 0.5;
  transition: opacity 0.6s ease-in;
  will-change: opacity; }

.section-carousel-slider .image-quality-slider .slick-slide.slick-current {
  opacity: 1; }

.section-carousel-slider .image-quality-slider .slick-prev,
.section-carousel-slider .image-quality-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center; }

.section-carousel-slider .image-quality-slider .slick-prev:hover,
.section-carousel-slider .image-quality-slider .slick-next:hover {
  background: rgba(255, 221, 0, 0.9);
  border-color: #ffdd00;
  color: #000000;
  transform: translateY(-50%) scale(1.1); }

.section-carousel-slider .image-quality-slider .slick-prev {
  left: 0px; }

.section-carousel-slider .image-quality-slider .slick-next {
  right: 0px; }

/* Custom Slick Dots for Carousel */
.section-carousel-slider .image-quality-slider .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%); }

.section-carousel-slider .image-quality-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.section-carousel-slider .image-quality-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease; }

.section-carousel-slider .image-quality-slider .slick-dots li.slick-active button,
.section-carousel-slider .image-quality-slider .slick-dots li button:hover {
  background: #ffdd00;
  transform: scale(1.3); }

/* Responsive Design for Carousel */
@media (max-width: 1200px) {
  .section-carousel-slider .image-quality-slider .slick-prev {
    left: -70px; }
  .section-carousel-slider .image-quality-slider .slick-next {
    right: -70px; }
  .section-carousel-slider .slide-image-container {
    height: 350px; } }

@media (max-width: 1024px) {
  .section-carousel-slider .image-quality-slider .slick-prev {
    left: -60px; }
  .section-carousel-slider .image-quality-slider .slick-next {
    right: -60px; }
  .section-carousel-slider .slide-image-container {
    height: 300px; }
  .section-carousel-slider .slide-description {
    width: 250px;
    padding: 10px 14px; }
  .section-carousel-slider .description-text {
    font-size: 11px;
    line-height: 16px; } }

@media (max-width: 768px) {
  .section-carousel-slider {
    padding: 60px 0; }
  .section-carousel-slider .carousel-title {
    font-size: 36px;
    line-height: 45px; }
  .section-carousel-slider .image-quality-slider .slick-prev,
  .section-carousel-slider .image-quality-slider .slick-next {
    display: none !important; }
  .section-carousel-slider .carousel-slide-item {
    padding: 0 10px; }
  .section-carousel-slider .slide-image-container {
    height: 250px; }
  .section-carousel-slider .slide-description {
    width: 200px;
    padding: 8px 12px;
    left: 40px; }
  .section-carousel-slider .description-text {
    font-size: 10px;
    line-height: 14px; } }

@media (max-width: 576px) {
  .section-carousel-slider .carousel-title {
    font-size: 28px;
    line-height: 35px; }
  .section-carousel-slider .carousel-slide-item {
    padding: 0 8px; }
  .section-carousel-slider .slide-image-container {
    height: 200px; }
  .section-carousel-slider .slide-description {
    width: 180px;
    padding: 6px 10px; } }

.section-carousel-slider .info-icon:hover + .slide-description {
  display: block;
  opacity: 1; }

.section-carousel-slider .slide-overlay:hover .slide-description {
  display: block;
  opacity: 1; }

.section-carousel-slider .carousel-slide:focus {
  outline: 2px solid #ffdd00;
  outline-offset: 2px; }

.section-carousel-slider .carousel-slide {
  transition: opacity 0.6s ease-in, transform 0.5s ease; }

.section-carousel-slider .slide-image {
  object-fit: cover;
  width: 100%; }

.section-carousel-slider .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/****/
.section-video-ldp {
  background-color: #000000;
  padding: 0 0 0px 0; }

.nikon-video-embed-vimeo-1,
.nikon-video-embed-vimeo-1 iframe {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding: 0;
  background-size: cover;
  background-position: center;
  border: 0; }

@media (max-width: 640px) {
  .nikon-video-embed-vimeo-1,
  .nikon-video-embed-vimeo-1 iframe {
    padding: 0; } }

/* Video Functions Section */
.section-video-functions {
  background: #000000;
  padding: 80px 0;
  color: #ffffff; }

.section-video-functions .video-functions-content {
  max-width: 1200px;
  margin: 0 auto; }

.section-video-functions .functions-header {
  margin-bottom: 80px; }

.section-video-functions .functions-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 1px; }

.section-video-functions .functions-description {
  font-size: 18px;
  line-height: 28px;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: 0.5px; }

.section-video-functions .functions-description sup {
  font-size: 12px;
  font-weight: 600;
  top: -8px;
  position: relative; }

.section-video-functions .functions-features {
  max-width: 700px;
  margin: 0 auto; }

.section-video-functions .feature-item {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.section-video-functions .feature-icon {
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%; }

.section-video-functions .feature-icon img {
  width: 70px;
  height: 70px; }

/* 4K Icon */
.section-video-functions .icon-4k {
  background: #ffdd00;
  color: #000000;
  width: 80px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 3px solid #ffdd00; }

.section-video-functions .icon-text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1; }

.section-video-functions .icon-subtext {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 2px; }

/* Frame Icon */
.section-video-functions .icon-frame {
  position: relative;
  width: 80px;
  height: 80px;
  border: 3px solid #ffdd00;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-video-functions .icon-frame i {
  font-size: 24px;
  color: #ffdd00;
  z-index: 2; }

.section-video-functions .frame-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.section-video-functions .line {
  position: absolute;
  background: #ffdd00;
  width: 2px;
  height: 15px; }

.section-video-functions .line-1 {
  top: 5px;
  left: 5px; }

.section-video-functions .line-2 {
  top: 5px;
  right: 5px; }

.section-video-functions .line-3 {
  bottom: 5px;
  left: 5px; }

.section-video-functions .line-4 {
  bottom: 5px;
  right: 5px; }

/* Sound Icon */
.section-video-functions .icon-sound {
  position: relative;
  width: 80px;
  height: 80px;
  border: 3px solid #ffdd00;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-video-functions .icon-sound i {
  font-size: 24px;
  color: #ffdd00;
  z-index: 2; }

.section-video-functions .sound-waves {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.section-video-functions .wave {
  position: absolute;
  background: #ffdd00;
  border-radius: 2px; }

.section-video-functions .wave-1 {
  width: 3px;
  height: 8px;
  top: 15px;
  right: 15px; }

.section-video-functions .wave-2 {
  width: 3px;
  height: 12px;
  top: 25px;
  right: 20px; }

.section-video-functions .wave-3 {
  width: 3px;
  height: 6px;
  top: 35px;
  right: 25px; }

/* Video Icon */
.section-video-functions .icon-video {
  position: relative;
  width: 80px;
  height: 80px;
  border: 3px solid #ffdd00;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-video-functions .icon-video i {
  font-size: 24px;
  color: #ffdd00;
  z-index: 2; }

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

.section-video-functions .frame-dot {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ffdd00;
  border-radius: 50%; }

.section-video-functions .frame-dot-1 {
  top: 8px;
  left: 8px; }

.section-video-functions .frame-dot-2 {
  top: 8px;
  right: 8px; }

.section-video-functions .frame-dot-3 {
  top: 50%;
  left: 8px;
  transform: translateY(-50%); }

.section-video-functions .frame-dot-4 {
  top: 50%;
  right: 8px;
  transform: translateY(-50%); }

.section-video-functions .frame-dot-5 {
  bottom: 8px;
  left: 8px; }

.section-video-functions .frame-dot-6 {
  bottom: 8px;
  right: 8px; }

.section-video-functions .feature-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.5px; }

/* CTA Button */
.section-video-functions .functions-cta {
  margin-bottom: 60px;
  margin-top: 60px; }

.section-video-functions .btn-learn-more {
  background-color: #ffdd00;
  color: #000000;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; }

.section-video-functions .btn-learn-more:hover {
  background-color: #ffeb3b;
  color: #000000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 221, 0, 0.3); }

/* Footnotes */
.section-video-functions .functions-footnotes {
  border-top: 1px solid #333333;
  padding-top: 30px;
  max-width: 800px;
  margin: 0 auto; }

.section-video-functions .footnote-item {
  font-size: 11px;
  line-height: 18px;
  color: #cccccc;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0.3px; }

.section-video-functions .footnote-item sup {
  font-weight: 600;
  margin-right: 5px; }

/* Responsive Design */
@media (max-width: 1024px) {
  .section-video-functions .functions-title {
    font-size: 48px;
    line-height: 60px; }
  .section-video-functions .functions-description {
    font-size: 16px;
    line-height: 26px; }
  .section-video-functions .feature-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 25px; }
  .section-video-functions .icon-4k,
  .section-video-functions .icon-frame,
  .section-video-functions .icon-sound,
  .section-video-functions .icon-video {
    width: 70px;
    height: 70px; }
  .section-video-functions .icon-4k {
    height: 50px; } }

@media (max-width: 768px) {
  .section-video-functions {
    padding: 60px 0; }
  .section-video-functions .functions-header {
    margin-bottom: 60px; }
  .section-video-functions .functions-title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px; }
  .section-video-functions .functions-description {
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px; }
  .section-video-functions .functions-features {
    margin-bottom: 60px; }
  .section-video-functions .feature-item {
    margin-bottom: 0px; }
  .section-video-functions .feature-name {
    font-size: 16px;
    line-height: 22px;
    width: 100%; } }

@media (max-width: 576px) {
  .section-video-functions .functions-title {
    font-size: 28px;
    line-height: 35px; }
  .section-video-functions .functions-description {
    font-size: 13px;
    line-height: 20px; }
  .section-video-functions .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
  .section-video-functions .icon-4k,
  .section-video-functions .icon-frame,
  .section-video-functions .icon-sound,
  .section-video-functions .icon-video {
    width: 60px;
    height: 60px; }
  .section-video-functions .icon-4k {
    height: 40px; }
  .section-video-functions .icon-text {
    font-size: 18px; }
  .section-video-functions .icon-subtext {
    font-size: 6px; }
  .section-video-functions .feature-name {
    font-size: 14px;
    line-height: 20px; }
  .section-video-functions .footnote-item {
    font-size: 10px;
    line-height: 16px; } }

/****/
.snapbridge-main {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row wrap;
  flex-wrap: wrap; }

.snapbridge-main .container {
  width: 100%; }

.snapbridge-main .compatibility-section {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%; }

.snapbridge-main .inner-wrapper {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  overflow: hidden;
  padding: 70px 0px 0px;
  text-align: center; }

.snapbridge-main .header-section {
  text-align: center; }

.snapbridge-main .header-container {
  text-align: center; }

.snapbridge-main .header-content {
  margin: 0 auto;
  max-width: 1450px;
  text-align: center; }

.snapbridge-main .logo-section {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  overflow: hidden;
  text-align: center; }

.snapbridge-main .logo-wrapper {
  text-align: center; }

.snapbridge-main .logo-container {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row wrap;
  flex-wrap: wrap;
  text-align: center; }

.snapbridge-main .logo-inner {
  display: flex;
  text-align: center;
  width: 100%; }

.snapbridge-main .logo-placeholder {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 10px;
  text-align: center;
  width: 100%; }

.snapbridge-main .main-content {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row wrap;
  flex-wrap: wrap;
  text-align: center; }

.snapbridge-main .content-container {
  display: flex;
  text-align: center;
  width: 100%; }

.snapbridge-main .content-inner {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 0px;
  text-align: center;
  width: 100%; }

.snapbridge-main .snapbridge-logo {
  position: relative;
  text-align: center; }

.snapbridge-main .logo-link {
  cursor: pointer;
  display: inline;
  text-align: center;
  text-decoration: underline solid #0a0203;
  text-decoration-line: underline; }

.snapbridge-main .logo-image {
  cursor: pointer;
  display: inline;
  max-width: 467px;
  overflow-clip-margin: content-box;
  overflow: clip;
  text-align: center;
  vertical-align: top; }

.snapbridge-main .logo-image-hidden {
  cursor: pointer;
  display: none;
  max-width: 100%;
  overflow-clip-margin: content-box;
  overflow: clip;
  text-align: center;
  vertical-align: top; }

.snapbridge-main .wifi-title {
  text-align: center; }

.snapbridge-main .compatibility-heading {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin: 24px 0 12px;
  text-align: center;
  text-transform: uppercase; }

.snapbridge-main .description-text {
  font-size: 16px;
  line-height: 27px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .compatibility-description {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }
  .snapbridge-main .compatibility-description a {
    text-decoration: underline; }

.snapbridge-main .description-content {
  display: inline;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .snapbridge-link {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: underline solid #0a0203;
  text-decoration-line: underline;
  word-wrap: break-word; }

.snapbridge-main .app-usage-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 23px;
  margin: 24px 0 12px;
  text-align: center;
  text-transform: uppercase; }

.snapbridge-main .compatible-cameras-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 24px 0;
  text-align: center;
  text-transform: uppercase; }

.snapbridge-main .camera-list {
  font-size: 16px;
  line-height: 27px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .camera-models {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .camera-group {
  display: inline;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .line-break {
  background-position: 0% 0%;
  display: inline;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .line-break-2 {
  background-position: 0% 0%;
  display: inline;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .coolpix-models {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .line-break-3 {
  background-position: 0% 0%;
  display: inline;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .keymission-models {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .empty-paragraph {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .device-compatibility {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .compatibility-note {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .guarantee-disclaimer {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .disclaimer-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .empty-paragraph-2 {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .download-instruction {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .instruction-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 21px;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }

.snapbridge-main .download-section {
  margin: 0 auto;
  max-width: 1450px; }

.snapbridge-main .download-container {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  overflow: hidden;
  padding: 20px 10px; }

.snapbridge-main .download-wrapper {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row wrap;
  flex-wrap: wrap; }

.snapbridge-main .download-buttons {
  display: flex;
  width: 100%; }

.snapbridge-main .app-store-section {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10px;
  text-align: right;
  width: 50%; }

.snapbridge-main .app-store-figure {
  position: relative;
  text-align: right; }

.snapbridge-main .app-store-link {
  cursor: pointer;
  display: block;
  text-align: right;
  text-decoration: underline solid #0a0203;
  text-decoration-line: underline; }

.snapbridge-main .app-store-image {
  cursor: pointer;
  display: inline;
  max-height: 88px;
  width: auto;
  max-width: 100%;
  overflow-clip-margin: content-box;
  overflow: clip;
  text-align: right;
  vertical-align: top; }

.snapbridge-main .google-play-section {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10px;
  text-align: left;
  width: 50%; }

.snapbridge-main .google-play-figure {
  position: relative;
  text-align: left; }

.snapbridge-main .google-play-link {
  cursor: pointer;
  display: inline;
  text-align: left;
  text-decoration: underline solid #0a0203;
  text-decoration-line: underline; }

.snapbridge-main .google-play-image {
  cursor: pointer;
  display: inline;
  max-height: 88px;
  width: auto;
  max-width: 100%;
  overflow-clip-margin: content-box;
  overflow: clip;
  text-align: left;
  vertical-align: top; }

.snapbridge-main .legal-section {
  margin: 0 auto;
  max-width: 1450px; }

.snapbridge-main .legal-container {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  overflow: hidden; }

.snapbridge-main .legal-wrapper {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row wrap;
  flex-wrap: wrap; }

.snapbridge-main .legal-content {
  display: flex;
  width: 100%; }

.snapbridge-main .legal-inner {
  align-self: stretch;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 10px;
  width: 100%; }

.snapbridge-main .trademark-text {
  font-size: 16px;
  line-height: 27px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-paragraph {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .apple-trademark {
  display: inline;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break {
  background-position: 0% 0%;
  display: inline;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .android-trademark {
  display: inline;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break-2 {
  background-position: 0% 0%;
  display: inline;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .wifi-trademark {
  display: inline;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break-3 {
  background-position: 0% 0%;
  display: inline;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .nikon-trademark {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break-4 {
  background-position: 0% 0%;
  display: inline;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .bluetooth-trademark {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break-5 {
  background-position: 0% 0%;
  display: inline;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .blackmagic-trademark {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break-6 {
  background-position: 0% 0%;
  display: inline;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .prores-trademark {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .legal-break-7 {
  background-position: 0% 0%;
  display: inline;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 27px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.snapbridge-main .gallery-disclaimer {
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word; }
