.item-page .article-image-full img {
  max-width: 60% !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .t3-mast-top {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1;
  }

  .t3-mast-top .section-content {
    display: block !important;
  }

  .acm-features-intro.style-1 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Style the article header section */
.article-header {
  text-align: center;
  padding: 60px 0 30px;
}

/* Style the article title */
.article-title {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 32px;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.1;
}
/* Make "THE KOMPANY" title smaller and black */
.t3-mast-top .features-info .item-title {
  color: #000 !important;
  font-size: 28px !important; /* Adjust this size as needed */
  font-weight: 600;
  line-height: 1.2;
}
/* Subtitle: "VIDEO PRODUCTION & CREATIVE DIRECTION" */
.t3-mast-top .features-info .item-position {
  color: #000 !important;
}

/* Description text */
.t3-mast-top .features-info .item-description {
  color: #000 !important;
}
/* Reduce top spacing of the entire intro section */
.acm-features-intro.style-1 .container {
  padding-top: 30px !important;
}

/* Optional: reduce top margin from the item inside */
.acm-features-intro.style-1 .item {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.acm-features-intro.style-1 .features-info {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .acm-features-intro.style-1 {
    padding-top: 150px !important; /* adjust this value as needed */
  }
}

#languageswitch {
  margin-top: -100px !important;
}

.t3-mast-top {
  margin-bottom: 10px !important;
}

/* Wrap the whole language switch area in a flex container */
#/* Force the entire language switch section to right-align */
#languageswitch {
  display: flex;
  justify-content: flex-end;
}

#languageswitch .section {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#languageswitch .container {
  display: flex;
  justify-content: flex-end;
}

#languageswitch .section-content {
  display: flex;
  flex-direction: row-reverse; /* flags first, logo second */
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  text-align: right;
}


.article-header {
  padding-top: 120px !important; /* increase from 60px */
}

.article-title {
  margin-top: 30px !important; /* optional extra push */
}




/* === RESET SLIDER CONTAINER === */

.djslider-container,
.djslider .djslider-in,
.djslider .djslider-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}


/* Make slider image responsive and preserve full height */



@media (min-width: 992px) {
  .djslider .dj-image {
    height: 100vh !important;          /* Full viewport height */
    width: auto !important;            /* Adjust width based on height */
    max-width: 80vw !important;        /* Limit max width */
    object-fit: contain !important;
  }
}




}

/* === MOBILE === */
@media (max-width: 991px) {
  .djslider-container {
    width: 100vw !important;
  }
  .djslider .dj-image {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}


@media (min-width: 992px) {
  .t3-wrapper {
    padding-top: 120px !important;
  }
    
    
    .t3-mast-top {
    padding-top: 70 !important;
    margin-top: 70px !important; /* Try adjusting this upward */
  }

  .t3-wrapper {
    padding-top: 0 !important; /* Neutralize extra padding */
    margin-top: -40px !important; /* Optional: match the offset */
  }
    
    
}




@media (max-width: 991px) {
  .t3-mast-top {
    margin-top: 30px !important; /* Adjust this if your header is taller or shorter */
  }
}

@media (max-width: 991px) {
  #languageswitch {
    order: 2;
    width: 100%;
    margin-top: 30px !important;
    padding-top: 20px !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .t3-mast-top {
    order: 1;
    margin-top: 90px !important; /* space below fixed menu */
    z-index: 2;
  }

  .wrap.t3-features-intro {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .djslider .dj-image {
    width: 100vw !important;
    height: auto !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: contain !important;
  }

  .djslider-container {
    width: 100vw !important;
    max-width: 100vw !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .t3-mast-top {
    margin-top: 30px !important; /* Adjust as needed */
  }

  .djslider-container {
    margin-top: -30px !important; /* Pull the slider up */
  }
}

/* Make subtitle white and match font with top menu */
.logo-text .site-slogan {
  color: #fff !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 10px !important; /* Adjust if needed */
  font-weight: 500;
  text-transform: uppercase; /* Optional, to match menu style */
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .article-header {
    padding-top: 40px !important; /* Was 120px */
  }
}

