.site-header {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  z-index: 1100;
}
.site-header .logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8vw;
  min-width: 70px;
  max-width: 220px;
  height: auto;
  margin: 0 0 0 10px;
  z-index: 1101;
}

.main-content {
  margin-top: 40px;
}
.row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.col-12 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt-5 {
  margin-top: 0 !important;
}
.mb-5 {
  margin-bottom: 0 !important;
}
.section-title:first-of-type {
  margin-top: 2rem;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container-fluid {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.small-text {
  font-size: 0.75em;
}

.product-image-container {
  margin-bottom: 15px;
  padding: 5px;
  border: none;
  background: none;
}

:root {
  --text-color: #000000;
  --menu-icon-size: 24px;
}

body {
  background-color: #ffffff;
  /* Preserved background image code for later use
  background-image: url('../images/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
  text-decoration-color: var(--text-color);
  text-align: center;
  color: var(--text-color);
  scroll-behavior: smooth;
  padding: 20px;
}

.position-adjustable {
  position: relative; /* Allow for position adjustments */
}

.position-adjustable.top {
  top: 0; /* Adjust top position */
}

.position-adjustable.bottom {
  bottom: 0; /* Adjust bottom position */
}

.position-adjustable.left {
  left: 0; /* Adjust left position */
}

.position-adjustable.right {
  right: 0; /* Adjust right position */
}

.dropdown-menu-custom {
  display: none;
}

.dropdown-menu-custom .dropdown-item {
  color: var(--text-color); /* Change text color for dropdown items */
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: #55555500; /* Change background color on hover */
  color: var(--text-color); /* Ensure text color remains white on hover */
}

.menu-icon {
  display: block;
}



h2 {
  margin-top: 20px;
  color: var(--text-color); /* Ensure h2 text is white */
}

p {
  font-size: 18px;
  text-decoration-color: aliceblue;
  color: var(--text-color); /* Ensure paragraph text is white */
}

.mt-3 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1rem;
}

.gif-container {
  position: relative;
  display: inline-block;
  margin-bottom: 0.1rem; 
  padding: 5px; 
  width: 50%; 
  height: auto;
  box-sizing: border-box; 
}

@media (max-width: 768px) {
  .gif-container {
    width: 100%; 
  }
}

@media (max-width: 480px) {
  .gif-container {
    width: 100%; 
  }
}

.gif-container img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px; 
  object-fit: cover; 
}

.gif-text {
  position: absolute;
  top: 90%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 100%; 
  background-color: rgba(0, 0, 0, 0);
  color: var(--text-color);
  text-align: center;
  padding: 2px;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: justify;
}

.gif-container:hover .gif-text {
  opacity:  1;
  width: 25%;
  text-align: center;;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
 
}

.dropdown.fixed-top {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  width: auto;
  margin-left: auto;
}



.section-title {
  margin-bottom: 0.05rem;
  font-size: 1.275rem;
  font-family: 'Avenir', Arial, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
}




#fileContent {
  text-align: justify;
  font-size: large;
  white-space: pre-wrap;
  padding: 20px;
  outline: none;
  scroll-margin-top: 100px; 
  transition: all 0.3s ease;
}

#fileContent:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.logo {
  width: 8vw; 
  min-width: 70px; 
  max-width: 220px; 
  height: auto;
  margin: 10px;
  padding: 0px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1050;
}


.circle-frame {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid #fff; /* Optional: Add a white border? */
  position: relative; /* Ensure the text can be positioned within the frame -No text for now */
}

.circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-text {
  position: absolute;
  bottom: 20px; /* Adjust position as needed */
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-color);
  text-align: center;
  width: 100%;
  font-size: 14px; /* Adjust font size as needed */
}

.social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: center; /* Center the icons horizontally */
  align-items: center; /* Center the icons vertically */
}

.social-icon {
  width: 40px; /* Adjust the size as needed */
  height: auto; /* Maintain aspect ratio */
  margin: 0 10px; /* Add margin between icons */
  display: inline-block; /* Display icons inline */
}

/* Modal styling */
.modal-content {
  background-color: #020202;
  color: white;
  border: none;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: white;
}

.btn-close {
  filter: invert(1);
}

.ratio {
  background-color: black;
}

/* Accessibility improvements */
:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Better keyboard navigation */
.gif-container:focus-within {
  outline: 2px solid #fff;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Updated Menu styles */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  transition: all 0.3s ease;
  width: auto;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 2000;
  text-decoration: none !important;
  border: none;
}
.menu-button::after {
  display: none !important;
}

.menu-button:hover,
.menu-button:focus {
  background: rgba(230, 230, 230, 0.9);
  transform: scale(1.02);
}

.menu-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;  /*  500 for bolder text */
  letter-spacing: 0.1em;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.menu-icon {
  width: 32px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;

.menu-icon::before {
  top: 0;
}

.menu-icon span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon::after {
  bottom: 0;
}

.menu-button:hover .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon span {
  background-color: #fff;
}

.menu-button:focus .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon span {
  background-color: #fff;
}

.dropdown.show .menu-icon::before {
  transform: translateY(11px) rotate(45deg);
  width: 100%;
}

.dropdown.show .menu-icon span {
  opacity: 0;
}

.dropdown.show .menu-icon::after {
  transform: translateY(-11px) rotate(-45deg);
  width: 100%;
}

.dropdown-menu-custom {
  position: absolute;
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 15px;
  min-width: 200px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-custom .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateX(5px);
}

/* Update all text colors to black */

/* Update video and photo text colors */
.gif-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


/* Update info section no -image for NOW-*/
#info {
  /* Preserved background image code for later use
  background-image: url('../images/info-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
  background-color: #ffffff;
  color: var(--text-color);
  text-align: left;
  margin-top: 50px;
  z-index: 1050;
}

/* Keep social icons and menu visible against white background */
.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  background-color: var(--text-color);
}

.menu-text {
  color: var(--text-color);
}

/* Remove duplicate and malformed CSS at the end of the file */
.dropdown-menu-custom .dropdown-item:last-child::after {
    display: none;
}

/* Mobile-first responsive design */
@media (max-width: 768px) {
  .menu-button {
    width: auto;
    height: 50px;
    padding: 10px;
    margin: 10px;
    right: 10px;
    top: 10px;
  }

  .menu-text {
    font-size: 14px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .gif-container {
    width: 100%;
    margin-bottom: 15px;
  }

  .gif-text {
    opacity: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
  }

  .logo {
    width: 80px;
    top: 2px;
    padding: 0.5rem 0;
    margin-bottom: 4px;
  }
  .section-banner:first-of-type {
    margin-top: 2.5rem;
  }

  .circle-frame {
    width: 120px;
    height: 120px;
  }
}

/* Additional iPhone fixes */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
  .menu-button {
    -webkit-tap-highlight-color: transparent;
  }

  .dropdown-menu-custom {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  video {
    width: 100%;
    height: auto;
    -webkit-playsinline: playsinline;
  }
}

.lazy-video {
    width: 100%;
    height: 100%;
    opacity: 1; /* Change from 0 to 1 */
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

[id$="-content"] {
    display: none;
}

/* Remove unused focus styles */
[id^="tv-commercial"],
[id^="corporate"],
[id^="products-photography"],
[id^="art"],
[id^="music-videos"],
[id^="info"] {
    scroll-margin-top: 100px;
}
  left: 0;
  transition: all 0.3s ease;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.menu-icon::before {
  top: 0;
}

.menu-icon span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon::after {
  bottom: 0;
}

.menu-button:hover .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon span {
  background-color: #fff;
}

.menu-button:focus .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon span {
  background-color: #fff;
}

.dropdown.show .menu-icon::before {
  transform: translateY(11px) rotate(45deg);
  width: 100%;
}

.dropdown.show .menu-icon span {
  opacity: 0;
}

.dropdown.show .menu-icon::after {
  transform: translateY(-11px) rotate(-45deg);
  width: 100%;
}

.dropdown-menu-custom {
  position: absolute;
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 15px;
  min-width: 200px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-custom .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateX(5px);
}

/* Update all text colors to black */
h2, p, .section-title, .dropdown-menu-custom .dropdown-item, .gif-text, .product-image-text {
  color: var(--text-color);
}

/* Update video and photo text colors */
.gif-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.product-image-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
}

/* Update info section */
#info {
  /* Preserved background image code for later use
  background-image: url('../images/info-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
  background-color: #ffffff;
  color: var(--text-color);
  text-align: left;
  margin-top: 50px;
  z-index: 1050;
}

/* Keep social icons and menu visible against white background */
.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  background-color: var(--text-color);
}

.menu-text {
  color: var(--text-color);
}

/* Remove duplicate and malformed CSS at the end of the file */
.dropdown-menu-custom .dropdown-item:last-child::after {
    display: none;
}
/* Example: Add spinner class for these styles */
.spinner {
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}


/* Accessibility improvements */
:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Better keyboard navigation */
.gif-container:focus-within {
  outline: 2px solid #fff;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Updated Menu styles */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  transition: all 0.3s ease;
  width: auto;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
  border-radius: 30px;
  margin: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2000;
  text-decoration: none !important;
  border: none;
}

.menu-button:hover,
.menu-button:focus {
  background: rgba(230, 230, 230, 0.9);
  transform: scale(1.04);
}

.menu-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;  /* Changed from 300 to 500 for bolder text */
  letter-spacing: 0.1em;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.menu-icon {
  width: 32px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.menu-icon::before {
  top: 0;
}

.menu-icon span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon::after {
  bottom: 0;
}

.menu-button:hover .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon span {
  background-color: #fff;
}

.menu-button:focus .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon span {
  background-color: #fff;
}

.dropdown.show .menu-icon::before {
  transform: translateY(11px) rotate(45deg);
  width: 100%;
}

.dropdown.show .menu-icon span {
  opacity: 0;
}

.dropdown.show .menu-icon::after {
  transform: translateY(-11px) rotate(-45deg);
  width: 100%;
}

.dropdown-menu-custom {
  position: absolute;
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 15px;
  min-width: 200px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-custom .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateX(5px);
}

/* Update all text colors to black */
h2, p, .section-title, .dropdown-menu-custom .dropdown-item, .gif-text, .product-image-text {
  color: var(--text-color);
}

/* Update video and photo text colors */
.gif-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.product-image-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
}

/* Update info section */
#info {
  /* Preserved background image code for later use
  background-image: url('../images/info-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
  background-color: #ffffff;
  color: var(--text-color);
  text-align: left;
  margin-top: 50px;
  z-index: 1050;
}

/* Keep social icons and menu visible against white background */
.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  background-color: var(--text-color);
}

.menu-text {
  color: var(--text-color);
}

/* Remove duplicate and malformed CSS at the end of the file */
.dropdown-menu-custom .dropdown-item:last-child::after {
    display: none;
}
/* Example: Add spinner class for these styles */
.spinner {
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Accessibility improvements */
:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Better keyboard navigation */
.gif-container:focus-within {
  outline: 2px solid #fff;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Updated Menu styles */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  transition: all 0.3s ease;
  width: auto;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2000;
  text-decoration: none !important;
  border: none;
}

.menu-button:hover,
.menu-button:focus {
  background: rgba(230, 230, 230, 0.9);
  transform: scale(1.02);
}

.menu-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;  /* Changed from 300 to 500 for bolder text */
  letter-spacing: 0.1em;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.menu-icon {
  width: 32px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.menu-icon::before {
  top: 0;
}

.menu-icon span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon::after {
  bottom: 0;
}

.menu-button:hover .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon span {
  background-color: #fff;
}

.menu-button:focus .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon span {
  background-color: #fff;
}

.dropdown.show .menu-icon::before {
  transform: translateY(11px) rotate(45deg);
  width: 100%;
}

.dropdown.show .menu-icon span {
  opacity: 0;
}

.dropdown.show .menu-icon::after {
  transform: translateY(-11px) rotate(-45deg);
  width: 100%;
}

.dropdown-menu-custom {
  position: absolute;
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 15px;
  min-width: 200px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-custom .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateX(5px);
}

/* Update all text colors to black */
h2, p, .section-title, .dropdown-menu-custom .dropdown-item, .gif-text, .product-image-text {
  color: var(--text-color);
}

/* Update video and photo text colors */
.gif-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.product-image-text {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
}

/* Update info section */
#info {
  /* Preserved background image code for later use
  background-image: url('../images/info-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
  background-color: #ffffff;
  color: var(--text-color);
  text-align: left;
  margin-top: 50px;
  z-index: 1050;
}

/* Keep social icons and menu visible against white background */
.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  background-color: var(--text-color);
}

.menu-text {
  color: var(--text-color);
}

/* Remove duplicate and malformed CSS at the end of the file */
.dropdown-menu-custom .dropdown-item:last-child::after {
    display: none;
}
/* Example: Add spinner class for these styles */
.spinner {
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Accessibility improvements */
:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Better keyboard navigation */
.gif-container:focus-within {
  outline: 2px solid #fff;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Updated Menu styles */
.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  transition: all 0.3s ease;
  width: auto;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2000;
  text-decoration: none !important;
  border: none;
}

.menu-button:hover,
.menu-button:focus {
  background: rgba(230, 230, 230, 0.9);
  transform: scale(1.02);
}

.menu-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;  /* Changed from 300 to 500 for bolder text */
  letter-spacing: 0.1em;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.menu-icon {
  width: 32px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.menu-icon::before {
  top: 0;
}

.menu-icon span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon::after {
  bottom: 0;
}

.menu-button:hover .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:hover .menu-icon span {
  background-color: #fff;
}

.menu-button:focus .menu-icon::before {
  transform: translateY(-2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon::after {
  transform: translateY(2px);
  background-color: #fff;
}

.menu-button:focus .menu-icon span {
  background-color: #fff;
}

.dropdown.show .menu-icon::before {
  transform: translateY(11px) rotate(45deg);
  width: 100%;
}

.dropdown.show .menu-icon span {
  opacity: 0;
}

.dropdown.show .menu-icon::after {
  transform: translateY(-11px) rotate(-45deg);
  width: 100%;
}

.dropdown-menu-custom {
  position: absolute;
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 15px;
  min-width: 200px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-custom .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateX(5px);
}

/* Mobile-first responsive design */
@media (max-width: 768px) {
  .menu-button {
    width: auto;
    height: 50px;
    padding: 10px;
    margin: 10px;
    right: 10px;
    top: 10px;
  }

  .menu-text {
    font-size: 14px;
  }

  .section-title {
    font-size: 2rem;
  }

  .gif-container {
    width: 100%;
    margin-bottom: 15px;
  }

  .gif-text {
    opacity: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
  }

  .logo {
    width: 80px;
    top: 2px;
  }

  .circle-frame {
    width: 120px;
    height: 120px;
  }
}

/* Additional iPhone-specific fixes */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
  .menu-button {
    -webkit-tap-highlight-color: transparent;
  }

  .dropdown-menu-custom {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  video {
    width: 100%;
    height: auto;
    -webkit-playsinline: playsinline;
  }
}

.lazy-video {
    width: 100%;
    height: 100%;
    opacity: 1; /* Change from 0 to 1 */
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

[id$="-content"] {
    display: none;
}

/* Add focus styles for sections */
[id^="tv-commercial"],
[id^="corporate"],
[id^="products-photography"],
[id^="art"],
[id^="music-videos"],
[id^="info"] {
    outline: none;
    scroll-margin-top: 100px;
}

[id^="tv-commercial"]:focus,
[id^="corporate"]:focus,
[id^="products-photography"]:focus,
[id^="art"]:focus,
[id^="music-videos"]:focus,
[id^="info"]:focus {
    outline: none;
    position: relative;
}