.mb-1 {
  margin-bottom: 1rem;
}

.faq-footer {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.faq-footer .skirt {
  right: 0;
}

@media (max-width: 769px) {
  .footer-faq-bg {
    margin-bottom: 4rem;
  }
}

h1 {
  font-family: "Playfair Display", Lustria, serif;
  font-size: 40px;
  line-height: 1.2;
  color: #2e3839;
}

.footer-faq-bg-shadow-wrap {
  display: block;
  background: #a2b6b8;
  box-shadow: -20px 20px 0 1px #a2b6b8;
  -webkit-box-shadow: -20px 20px 0 1px #a2b6b8;
  -moz-box-shadow: -20px 20px 0 1px #a2b6b8;
}

.footer-faq-bg {
  padding-right: 2000px;
  margin-right: -2000px;
  background: #2d3f40;
  display: block;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-radius: 0 0 0 60px;
  box-shadow: -20px 20px 0 1px #a2b6b8;
  -webkit-box-shadow: -20px 20px 0 1px #a2b6b8;
  -moz-box-shadow: -20px 20px 0 1px #a2b6b8;
  z-index: 2;
  color: #fff;
}

.faq-footer h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-faq-links a {
  color: #fff;
}

.footer-faq-links ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-faq-links ul li {
  margin-bottom: 0.5rem;
}

/* HERO CSS */

.hero-slider {
  margin-bottom: 2rem;
}

.hero-faq {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-faq-image {
  margin-bottom: -4rem;
}

@media (max-width: 1025px) {
  .hero-faq {
    margin-top: -30px;
  }
}

.img-header-video {
  position: relative;
  width: 100%;
  min-height: 50vh;
  /* minimum height */
  overflow: hidden;
  /* hide anything that overflows */
}

.img-header-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-header-video img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero-faq-title {
  position: relative;
  color: #fff;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 4rem;
  margin-bottom: -50px;
}

.faq-category {
  margin-bottom: 1rem;
}

.faq-category a {
  color: #fff;
}

section.hero-faq h1 {
  margin-top: 1rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

section.hero-faq .hero-faq-desc {
  padding-right: 1rem;
  font-weight: 200;
  font-size: 1rem;
}

.hero-faq-title .faq-title-bg {
  background: #2d3f40;
  margin-left: -3000px;
  padding-left: 3000px;
  display: inline-block;

  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-radius: 0 0 60px 0;
  box-shadow: 20px 20px 0 1px #a2b6b8;
  -webkit-box-shadow: 20px 20px 0 1px #a2b6b8;
  -moz-box-shadow: 20px 20px 0 1px #a2b6b8;
  z-index: 1001;
}

.faq-title-bg-shadow-wrap {
  display: inline-block;
  background: #a2b6b8;
  box-shadow: 20px 20px 0 1px #a2b6b8;
  -webkit-box-shadow: 20px 20px 0 1px #a2b6b8;
  -moz-box-shadow: 20px 20px 0 1px #a2b6b8;
}

#control-panel {
  height: 100px;
  /* Example height */
  width: 100%;
}

#video-container {
  position: relative;
  flex-grow: 1;
  /* Take up the remaining space */
  max-height: 60vh;
  width: 100%;
  /* Full width */
  overflow: hidden;
  /* Prevent unwanted overflow */
  background: #000;
}

#video-container:fullscreen {
  max-height: 100%;
  max-height: 100vh !important;
}

#video-container:fullscreen .FVideoPlayerControls {
  padding-bottom: 0.5rem !important;
}

#progress-bar {
  color: #000 !important;
}

#FVideoPlayerCenterPlayIcon {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.4);
}

#FVideoPlayerCenterPlayPause svg {
  width: 100px !important;
  height: 100px !important;
}

.FVideoPlayerControls {
  padding-bottom: 4rem !important;
  z-index: 1 !important;
}

/* END HERO CSS */

/* START THE EVENTS CALENDAR CSS */

section#event-hero {
  margin-top: 2rem;
}

section#event-header {
  margin-top: 0;
  margin-bottom: 0;
}

.event-card {
  position: relative;

  min-height: 500px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.event-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* crop and center */
  object-position: center;
  overflow: hidden;
  z-index: 0;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* crop and center */
  object-position: center;
}

.event-description {
  padding: 1.5rem 1rem 1.5rem 1rem;

  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  border-top: 15px solid #2d3f40;
  color: #000;
}

.event-description h2 {
  color: #000;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.event-tag {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  border-radius: 2px;
  background: #2d3f40;
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 1rem;
}

.event-description-wrapper {
  display: inline-flex;
  z-index: 2;
  max-width: 80%;
}

span.event-date {
  display: block;
}

span.event-venue {
  display: block;
  font-weight: bold;
}

.events-section {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.event-agenda-title {
  padding-bottom: 2rem !important;
}

/* Events card  */
.justify-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.agenda-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.agenda-card-image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  /* crop and center */
  object-position: center;
  overflow: hidden;
}

.agenda-card-bg img {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* crop and center */
  object-position: center;
}

.agenda-card-bg {
  height: 100%;
}

.event-logo img {
  z-index: 0;
  object-fit: contain;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem 1rem 2rem;
  align-self: anchor-center;
}

img.event-logo {
  z-index: 0;
  object-fit: contain;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem 1rem 2rem;
  align-self: anchor-center;
}

.event-logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.agenda-card-description {
  border-top: solid 15px #2d3f40;
  padding: 1rem;
  height: 100%;
}

.agenda-card-description h3 {
  font-family: Mulish, sans-serif !important;
  font-weight: bold !important;
  color: #000;
  margin-bottom: 0.2rem !important;
}

.agenda-card .btn {
  width: 100%;
}

.agenda-card .btn.btn-secondary {
  border: 1px solid #2d3f40;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px;
}

.agenda-card .btn.btn-secondary:hover {
  color: #fff;
  background: #2d3f40;
}

.agenda-card-footer {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

/* END THE EVENTS CALENDAR CSS */

.event-bg {
  height: 50vh;
  width: 100%;
  background: #2d3f40;
  overflow: hidden;
  object-fit: cover;
  z-index: 0;
  position: relative;
}

.event-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* crop and center */
  object-position: center;
}

.event-bg a {
  color: #1aec60;
}

#tribe-events,
#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}

.event-header {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 40px;
  margin: -120px -40px 0px -40px;
}

h1.calendar-event-title {
  margin-top: 0;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 1rem;
}

.calendar-event-logo-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #f6f6f6;

  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 24px;
}

.calendar-event-logo-container img {
  object-fit: contain;
  height: 100%;
  justify-self: center;
}

.calendar-event-logo-container .btn.btn-secondary {
  width: 100%;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.event-info-title {
  color: #a2b6b8;
  font-size: 14px;
  display: block;
}

.venue-info-title h2 {
  margin-bottom: 0;
}

.event-info {
  margin-top: 4px;
  display: block;
  font-weight: bold;
}

.btn.btn-secondary {
  border: 1px solid #2d3f40;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px;
  background: none;
}

.btn.btn-secondary:hover {
  color: #fff;
  background: #2d3f40;
}

.event-social-share {
  display: flex;
  gap: 6px;
}

.event-social-share a {
  display: inline-flex;
  background: #2d3f40;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
}

.event-social-share a img {
  width: 16px;
  height: 16px;
}

.event-social-share a:hover {
  background: #a2b6b8;
}

.event-align-center {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}

.gp-2 {
  row-gap: 2rem;
}

.gp-1 {
  row-gap: 1rem;
}

.dropdown-content {
  display: none;
  width: 100%;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
}

.dropdown-content a {
  display: block;
  padding: 10px;
}

.dropdown-content a:hover {
  background-color: #2d3f40;
  color: #fff;
}

.event-header .tribe-events-notices {
  display: flex;
  align-items: center;
  background: #a2b6b8;
  height: 46px;
  padding: 0 40px 0 40px;
  color: #000;
  position: absolute;
  top: -46px;
  width: 100%;
  margin-left: -40px;
  margin-right: -40px;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.event-share-buttons span {
  display: inline;
}

.event-gallery {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8ecec;
}

section#events-contact {
  border-top: 1px solid #e8ecec;
  padding-top: 4rem;
}

.event-gallery-grid {
  column-count: 3;
  /* adjust based on screen size or preference */
  column-gap: 1rem;
  padding-bottom: 2rem;
}

.event-gallery-grid .event-gallery-img {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  break-inside: avoid;
}

.event-content {
  border-bottom: 1px solid #e8ecec;
  padding-bottom: 2rem;
}

.event-list-item {
  display: flex;
  margin-bottom: 1rem;
}

.event-list-item:hover {
  background: #e8ecec;
}

.event-list-item a {
  width: 100%;
}

.img-container-list {
  width: 300px;
  height: 200px;
  background-color: #a2b6b8;
  position: relative;
}

.event-list-item img {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-list-content {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  align-self: center;
}

.event-list-content h3 {
  font-family: Mulish, sans-serif !important;
  font-weight: bold !important;
  color: #000;
  margin-bottom: 0.2rem !important;
}

.event-list-wrapper {
  display: flex;
  height: 100%;
}

.event-list-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  /* crop and center */
  object-position: center;
  overflow: hidden;
}

.event-list-img img {
  z-index: -2;
}

.event-list-img-wrapper {
  width: 200px;
}

.event-list-content-wrapper {
  border-left: #2d3f40 15px solid;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  height: 100%;
  width: 100%;
}

.event-list-content .event-tag {
  margin-bottom: 0.2rem;
}

.event-list-button {
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;

  display: flex;
  align-items: center;
  color: #fff;
}

#events-contact h2 {
  padding-bottom: 0px !important;
}

.contact-form-container {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: #e8ecec;
  -webkit-box-shadow: 24px 24px 0px 0px #3a504f;
  box-shadow: 24px 24px 0px 0px #3a504f;
}

.events-contact-info p {
  margin-bottom: 0;
}

.events-contact-info .contact-info a {
  font-weight: 800;
}

.event-content h2 {
  padding-bottom: 0;
}

.event-content img {
  margin: auto;
  display: block;

  object-fit: cover;
  max-width: 50%;
  max-height: 600px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.event-content .col-lg-6 img {
  max-width: 100%;
}

.event-content ul {
  margin-bottom: 2rem;
}

.event-logo-list img {
  z-index: 0;
  object-fit: contain;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  align-self: anchor-center;
}

.agenda-card .img-zoom {
  height: auto;
  width: 100%;
  align-self: anchor-center;
}

.event-list-item .img-zoom {
  height: auto;
  width: 100%;
  align-self: anchor-center;
}

/* event caroulsel card */
.event-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.event-card-container-carousel {
  width: 100%;
  display: flex !important;
  padding: 2rem 0;
}

.event-card-container-carousel {
  .slick-track {
    display: flex !important;
  }

  .slick-slide>div {
    display: flex;
    height: 100%;
    width: 100%;
  }

  .slick-slide {
    display: flex !important;
    height: auto;
    align-items: stretch;
    padding: 0 10px;
  }

  .slick-prev::before,
  .slick-next::before {
    color: #2d3f40;
    /* Change to your desired color */
    /* Optional: adjust size */
    opacity: 1;
    /* Ensure it's visible */
  }

  .slick-prev[aria-disabled="true"]::before,
  .slick-next[aria-disabled="true"]::before {
    color: #ccc;
    /* Change this to your desired disabled color */
    opacity: 1 !important;
    /* Optional: make it fully visible if desired */
  }
}

/*end event carousel css */

@media (max-width: 1024px) {

  #tribe-events,
  #tribe-events-pg-template,
  .tribe-events-pg-template {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .event-list-img-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
  }

  .event-list-img-container {
    height: 200px;
  }

  .event-list-content {
    align-self: flex-start;
  }

  .event-list-item {
    height: auto;
    padding-bottom: 2rem;
  }

  .event-list-content-wrapper {
    border-left: 0;
    border-top: 15px solid #2d3f40;
    height: auto;
  }

  .event-list-wrapper {
    flex-direction: column;
  }

  .event-list-button {
    display: none;
  }

  .add-to-calendar-dropdown {
    width: 100%;
  }

  .btn.btn-secondary {
    width: 100%;
    font-size: 16px;
  }

  .event-social-share {
    width: 100%;
    gap: 8px;
    justify-content: center;
  }

  .event-social-share a {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
  }

  .event-social-share a img {
    width: 24px;
    height: 24px;
  }

  .event-share-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .event-share-buttons span {
    display: none !important;
  }

  .event-gallery-grid {
    column-count: 2;
    /* adjust based on screen size or preference */
  }

  .product-item .img-zoom img {
    aspect-ratio: 1/1;
    height: auto;
  }
}

.footer-contact {
  background: #3a504f;
  color: #fff;
  padding: 24px 0;
  transition: all 0.5s;
}

.footer-contact .row {
  align-items: center;
}

.footer-icon img {
  width: 24px;
  height: 24px;
}

.footer-icon {
  display: flex;
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}

.footer-contact-block a {
  display: flex;
  gap: 8px;
  color: #fff;
  align-items: center;
  border-radius: 100px;
  transition: all 0.3s;
  padding: 8px;
}

.footer-contact-block a:hover {
  transform: scale(1.05);
  background: #658483;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(101, 132, 131, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(101, 132, 131, 0.2);
}

.footer-contact-block .contact-info {
  display: flex;
  margin-right: 8px;
  flex-direction: column;
}

.contact-info span {
  font-size: 12px;
  font-weight: normal;
}

.contact-info {
  font-size: 16px;
  font-weight: bold;
}

.footer-contact h2 {
  font-family: "Playfair Display";
  font-size: 32px;
  font-weight: bold;
}

.footer-contact-container {
  display: flex;
  gap: 16px;
  justify-content: space-evenly;
}

footer .footer-logos {
  display: flex;
  align-items: center;
  width: 110px;
  height: 83px;
}

footer .logos-container {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

footer .end-foot {
  border-top: 1px solid #e8ecec;
  padding-top: 48px;
}

footer .company-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

footer .company-info .small {
  font-size: 12px;
}

footer .company-info .bold {
  font-size: 16px;
  font-weight: bold;
}

footer .main-footer {
  color: #3a504f;
  padding-bottom: 48px;
}

.footer-site-menu {
  padding-left: 24px;
}

.footer-site-menu .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.footer-site-menu ul li {
  font-size: 12px;
  margin-bottom: 4px;
}

.btn-socials-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 2px;
  padding: 0;
  width: 42px;
}

.btn-socials-footer:last-of-type {
  border-radius: 0 0 16px 0;
}

.btn-socials-footer img {
  width: 25px;
  height: 25px;
}

.main-footer {
  flex-wrap: nowrap;
}

footer .company-info-container {
  padding-right: 24px;
  border-right: 1px solid #e8ecec;
}

footer .slogan-container h2 {
  margin-bottom: 0;
  margin-top: revert-layer;
}

@media (max-width: 1024px) {
  footer .logos-container {
    margin-bottom: 36px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-contact-container {
    margin-top: 24px;
  }

  footer .slogan-container {
    text-align: center;
  }

  footer .end-foot {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .footer-contact-container {
    flex-direction: column;
  }

  .main-footer {
    flex-wrap: wrap;
  }

  .footer-site-menu ul li {
    font-size: 14px;
  }

  .footer-site-menu .title {
    font-size: 16px;
  }

  .footer-site-menu {
    padding-left: 10px;
  }

  .company-info-container {
    padding-left: 10px;
    border-right: none !important;
    border-bottom: 1px solid #e8ecec;
    margin-bottom: 24px;
  }
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.header-ooo {
  position: sticky;
  top: 0;
  z-index: 9999;
}

body.admin-bar .header-ooo {
  top: 32px;
}

#sub-menu img {
  max-width: 20px;
}

#sub-menu a {
  color: #3a504f;
}

#sub-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top-row:has(.top-col:only-child) {
  justify-content: center;
}

.top-col-buttons a {
  margin-left: 8px;
}

.top-col-buttons img {
  width: 20px;
  margin-right: 4px;
}

/* Specific alignments (optional overrides if needed) */
.top-col:first-child {
  text-align: left;
}

.top-col:nth-child(2):nth-last-child(2) {
  text-align: center;
}

.top-col:last-child {
  text-align: right;
}

@media (max-width: 1024px) {
  .top-col {
    display: none;
  }

  .top-col-buttons {
    display: flex;
    justify-content: space-between;
  }
}

/* Optional: adjust for mobile admin bar height */
@media screen and (max-width: 782px) {
  body.admin-bar .header-ooo {
    top: 46px;
    /* Mobile admin bar height */
  }
}

.nav-banner {
  max-width: 220px;
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.nav-banner img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}

.banner-text {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 12px;
  height: 100%;
  z-index: 1;
}

.nav-banner a {
  color: #fff;
  font-size: 24px;
  font-family: "playfair display";
  font-weight: bold;
}

.nav-banner .banner-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.black-overlay {
  background: RGBA(0, 0, 0, 0.3);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.nav-banner a:hover img {
  transform: scale(1.05);
}

.nav-banner a:hover .banner-arrow {
  background-color: #4d6564;
}

.mobile-menu-wrap-2 {
  flex-grow: 1;
}

.mobile-menu-wrap {
  margin-top: 0 !important;
  letter-spacing: 1px;
}

ul.accordion-list {
  border-top: 1px solid #4d6564;
}

ul.accordion-list>li>a {
  border-bottom: 1px solid #4d6564;
  padding: 12px 0;
}

ul.accordion-list>li>ul.sub-menu {
  border-bottom: 1px solid #4d6564;
}

ul.mobile-menu-pd {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding-inline-start: 0px;
  gap: 16px;
}

.mobile-menu-pd a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

.mobile-divider {
  border-bottom: 1px solid #658483;
  width: 100%;
}

.mobile-header-row {
  align-items: center;
}

section.mobile-menu {
  height: 100vh;
}

section.mobile-menu .mobile-menu-inner {
  padding: 32px 10px;
  height: 100%;
}

a.mobile-button {
  background: #2d3f40;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 16px;
}

.menu-secondary-mobile-container ul {
  padding-inline-start: 0px;
}

.mobile-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Instagram */
#sb_instagram {
  margin: 60px 0;
}

#sb_instagram .sbi_type_carousel .fa-clone {
  bottom: 18px;
  right: 18px;
  top: auto;
}

#sb_instagram .sbi_photo img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }

  .btn.btn-shadow {
    border-radius: 0 0 20px 0;
    height: 46px;
    min-width: 118px;
    padding: 8px 20px;
  }
}

section.special-heading {
  padding: 48px 0px;
  background: #658483;
  margin: 0;
  color: #fff;

}

section.special-heading h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #fff !important;
}

.btn-underline {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 2px;
  letter-spacing: 0.01em;
  transition: all 0.3s ease-out;
}

.btn-underline:hover {
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
}

.subtitle {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: -16px;
}

.header-search {
  margin-top: auto;
}

.menu-eyebrow-container ul {
  margin-bottom: 0;
}

.menu-eyebrow-container {
  font-size: 12px;
  font-weight: bold;
  color: #2d3f40;
}

.menu-eyebrow-container ul li {
  margin-left: 0.5rem;
}

.menu-eyebrow-container a {
  color: #3a504f;
}

.menu-eyebrow-container a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.main-navbar {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 130px;
  /* border-bottom: 1px solid #3A504F; */
  background: #fff;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
}

header {
  transition: all 0.3s ease-in-out;
  position: sticky;
  top: 0;
  z-index: 9;
  padding-bottom: 0;
  border-bottom: none;
  pointer-events: none;
}

.show {
  transform: translateY(0);
}

.hide {
  transform: translateY(-90%);
  pointer-events: none !important;
}

#menu_primary-desktop>li {
  height: 100%;
  position: relative;
}

#menu-primary-desktop>li>a {
  color: #fff;
  display: inline-flex;
  min-height: 100%;
  padding: 12px 15px;
  margin-right: 0px;
  align-items: center;
}

#menu-primary-desktop>li>a.current {
  background: #658483;
}

.menu-primary-desktop-container {
  display: flex;
  align-items: center;
}

nav.top-navigation ul {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

nav.top-navigation ul>li>a:hover {
  background: #658483;
}

nav.top-navigation ul li.menu-item-has-children:after {
  content: "";
}

.mega-menu-wrapper {
  display: none;
  position: absolute;
  z-index: 1000;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.mobile-search .form-control,
.mobile-search .form-control:focus {
  background-color: #3a504f;
}

.searchform.desktop {
  min-width: 300px;
}

.header-nav-col-1 {
  display: flex;
  align-items: center;
}

.header-nav-col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-col-3 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.mobile-menu-nav {
  background: #3a504f;
  border-top: 1px solid #2d3f40;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
  position: sticky;
  top: 92px;
  z-index: -1;
  transition: all 0.3s ease-out;
  pointer-events: auto;
}

.mobile-buttons {
  top: 0;
}

.btn-socials-mobile {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 2px;
  padding: 0;
  width: 42px;
}

.btn-socials-mobile:last-of-type {
  border-radius: 0 0 16px 0;
}

.btn-socials-mobile img {
  width: 25px;
  height: 25px;
}

.mobile-eyebrow-nav-2 {
  padding: 8px 1000px;
  background-color: #2d3f40;

  margin: 0px -1000px;
}

.mobile-eyebrow-nav-2 ul {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px;
  gap: 16px;
  margin-bottom: 0;
}

.mobile-eyebrow-nav-2 ul li {
  flex: auto;
  text-align: center;
}

.mobile-eyebrow-nav-2 a {
  width: 100%;
  display: inline-block;

  padding: 16px 0px;
  font-size: 14px;
  color: #fff;
}

.mobile-eyebrow-nav-2 a:hover {
  text-decoration: none;
}

section.mobile-menu {
  background-color: #3a504f;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

body.admin-bar header {
  top: 32px;
}

body.admin-bar nav.menu-navigation {
  top: 162px;
}

nav.menu-navigation:hover {
  transform: translateY(0);
}

section.hero-text {
  margin-top: 36px;
}

.product-details {
  margin-top: 48px !important;
}

.search-item a {
  color: #2d3f40;
}

.search-item a:hover {
  color: #000;
}

.searchwp-revised-search-notice {
  padding: 1rem;
  border: 1px solid #e8ecec;
  font-family: Mulish, sans-serif;

  font-size: 16px;
  margin-top: -24px;
}

.searchwp-suggested-revision-query {
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 1024px) {
  body.admin-bar header {
    top: 46px;
  }

  .main-navbar {
    height: 92px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-col-buttons {
    padding: 0;
  }

  .desktop-eyebrow-menu {
    display: none;
  }

  .header-nav-col-1 {
    display: none;
  }

  .header-nav-col-2 {
    justify-content: start;
  }

  .header-nav-col-3 {
    justify-content: end;
  }
}

/* Custom Form CSS*/

.form-step-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 16px;
  gap: 8px;
  padding-top: 16px;
  padding-bottom: 8px;
}

#custom-form h2 {
  padding-bottom: 0;
}

.form-step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #e8ecec;
  border-radius: 100px;
  font-weight: bold;
}

.form-step-label {
  font-size: 14px;
  font-weight: bold;
}

.form-steps-container {
  display: flex;
  gap: 16px;
  align-items: end;
}

.quote-form-step-container p {
  margin-bottom: 0;
}

.form-step-indicator {
  height: 4px;
  background: #2a2a2a;
  width: 100%;
}

.form-step-container.inactive {
  .form-step-label {
    color: #dfe6e6;
  }

  .form-step-indicator {
    background: #dfe6e6;
  }
}

.form-title {
  margin-bottom: 16px;
  font-weight: bold;
  padding: 12px 0px;

  text-align: left;

  font-size: 20px;
  font-weight: bold;
}

.btn-shadow-wrap.disabled {
  opacity: 0.3;
}

.form-select {
  /* Layout and sizing */
  display: block;
  width: 100%;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  /* Visuals */
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #2d3f40;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;

  /* Remove native styling where supported (iOS, Safari, Firefox etc) */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Transitions with prefixes */
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-back {
  border: 2px solid #2d3f40;
  background: #fff;
  border-radius: 0;
}

.error-inline-message {
  color: #ed1616;
  margin-top: 4px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.error-inline-message.show {
  opacity: 1;
  transform: translateY(0);
}

#custom-form label {
  text-transform: none;
}

#custom-form .form-group {
  display: flex;
  flex-direction: column;
}

.form-group label.small {
  font-size: 11px;
  position: absolute;
  font-weight: 400;
  opacity: 0;
  padding: 2px 0 0 12px;
  transform: translateY(20px);
  pointer-events: none;

  transition: transform 0.3s ease, opacity 0.3s ease;
}

.form-group label.small.show {
  transform: translateY(0px);

  opacity: 0.5;
}

#error-message a {
  font-weight: 800;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .product-details-padding {
    position: sticky;
    top: 210px;
    transition: transform ease-in-out 0.3s;
  }

  body.logged-in .product-details-padding {
    top: calc(210px + 32px);
  }

  .product-details-padding.navbar-hidden {
    transform: translateY(-45px);
  }
}

.product-single-carousel-thumbs img {
  aspect-ratio: 1/1;
  max-height: 80px;
}

.product-single img,
.product-single-carousel .slick-slide img {
  height: auto;
  max-height: calc(80vh - (45px + 130px));

  aspect-ratio: 1/1;
}

body.logged-in .product-single img,
.product-single-carousel .slick-slide img {
  max-height: calc(80vh - (45px + 130px + 32px));
  /* 32px = WordPress admin bar height */
}

.related-products {
  padding: 36px;
}

.related-products .title {
  font-size: 24px;
}

.related-products-image img {
  height: auto;
  aspect-ratio: 1/1;
}

.related-products h2 {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  section.product-details .related-products {
    padding: 36px 0;
  }
}

@media (max-width: 430px) {
  section.product-details .container-related-products-mobile .related-products-image img {
    height: auto;
  }

  .product-single img,
  .product-single-carousel .slick-slide img {
    max-height: max-content;
  }

  .product-single-carousel>div:first-child {
    max-height: max-content !important;
  }

  body.logged-in .product-single img,
  .product-single-carousel .slick-slide img {
    max-height: max-content;
  }
}

.modal {
  display: none;
  position: fixed;
  overflow-y: auto;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.modal.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

.modal .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 2rem;
  cursor: pointer;
  color: #2d3f40;
  transition: color 0.2s ease, transform 0.2s ease;
  z-index: 1;
}

.modal .close:hover {
  transform: scale(1.1);
}

.modal .modal-content .order-form-wrap {
  border: none;
  padding: 0;
  margin-bottom: 12px;
}

.modal-content .form-title {
  border: none;
  text-align: left;
  padding: 0;
  margin-bottom: 24px;
  margin-right: 3rem;
}

.modal-content {
  background: #fff;
  border-radius: 4px;
  max-width: 500px;
  width: 95%;
  padding: 1.6rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideUp 0.35s ease;
  max-height: 90vh;
  /*  limit height relative to viewport */
  overflow-y: auto;
  /*  scroll inside modal content if too tall */
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.recaptcha-container a {
  color: #028ce2;
}

.recaptcha-container {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: -10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.product-single-carousel>div {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.product-single-carousel>div:first-child {
  max-height: calc(80vh - (45px + 130px));
  opacity: 1;
  visibility: visible;
  display: block;
}

.product-single-carousel img {
  height: auto;
  aspect-ratio: 1/1;
}

.product-single-carousel.slick-initialized>div {
  opacity: 1;
  visibility: visible;
  display: block;
}

.product-single-carousel-thumbs {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.product-single-carousel-thumbs.slick-initialized {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease;
}

/* Base layout: flexbox (works on old iOS & legacy browsers) */
.multi-select-button-rich {
  margin-bottom: 8px;

  /* Flex fallback */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /* Remove reliance on flex-gap (not fully supported on older Safari) */
  margin-right: -1rem;
}

/* Child items for flex layout */
.multi-select-button-rich .multi-select-option {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  /* Simple responsive width for older browsers */
  width: 50%;
  padding-right: 1rem;
  margin-bottom: 1rem;

  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Slight improvement on slightly wider screens (still flex-based) */
@media (min-width: 600px) {
  .multi-select-button-rich .multi-select-option {
    width: 33.3333%;
  }
}

/* Modern enhancement: use CSS Grid when available */
@supports (display: grid) {
  .multi-select-button-rich {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
    margin-right: 0;
  }

  .multi-select-button-rich .multi-select-option {
    width: auto;
    padding-right: 0;
    margin-bottom: 0;
  }
}

/* Keep label styling */
.multi-select-button-rich label.multi-select-option {
  margin-bottom: 0;
}

/* Hide checkbox in an iOS-friendly way (avoid display:none on form controls) */
.multi-select-button-rich .multi-select-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Base image styling */
.multi-select-button-rich .multi-select-option img {
  width: 100%;
  height: auto;
  display: block;

  /* Visual state for unselected */
  opacity: 0.5;
  -webkit-filter: grayscale(100%) opacity(0.5);
  filter: grayscale(100%) opacity(0.5);

  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease,
    -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Selected state – direct sibling for old browsers (img directly after input) */
.multi-select-button-rich .multi-select-option input[type="checkbox"]:checked+img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Selected state when wrapped in <picture> */
.multi-select-button-rich .multi-select-option input[type="checkbox"]:checked+picture img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Progressive enhancement for browsers that support :has()
   (gives the scale/shadow to the whole card) */
@supports selector(.multi-select-option:has(input[type="checkbox"]:checked)) {
  .multi-select-button-rich .multi-select-option:has(input[type="checkbox"]:checked) {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 2;
  }

  /* Reduce duplication: when :has works, let the card carry the shadow */
  .multi-select-button-rich .multi-select-option input[type="checkbox"]:checked+img,
  .multi-select-button-rich .multi-select-option input[type="checkbox"]:checked+picture img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}


@media (max-width: 768px) {
  .order-button-row {
    gap: 16px;
  }

  .order-form-wrap .btn-cart,
  .order-form-wrap .btn-cart:hover {
    background-position: right 17px bottom 13px;
  }

  .order-form-wrap .btn-sample,
  .order-form-wrap .btn-sample:hover {
    background-position: right 17px bottom 10px;
  }
}

.project-final-message {
  text-align: center;
}

.project-final-message .container {
  max-width: 900px;
}

.project-final-message .button-container {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}

@media (max-width: 468px) {
  .project-final-message .button-container {
    flex-direction: column;
    row-gap: 16px;

    .btn.btn-shadow {
      width: 100%;
    }
  }
}

.similar-projects img {
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.wp-block-image.aligncenter {
  justify-self: center;
}

.special-heading {
  position: relative;

  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2d3f4085;
    z-index: 1;
  }

  .hero-special-heading-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .img-header-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .video-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;

    video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.wp-block.image img {
  max-height: 75vh;
  object-fit: contain;
}

.limit-banner-height img {
  max-height: 50vh;
  object-fit: cover;
}

.header-ooo {
  pointer-events: auto;
}

.header-ooo a {
  color: #fff;
}

.desktop-eyebrow-menu {
  text-align: right;
}

.menu-eyebrow-container ul {
  padding-left: 0px;

  a {
    white-space: nowrap
  }
}

#menu-primary-desktop>li>a {
  text-align: center;
}

@media (max-width: 1187px) {
  #menu-primary-desktop>li>a {
    padding: 12px 8px;
  }
}

.hidden {
  visibility: hidden;
}

.contact-sidebar {
  height: 100%;
}

/* Colour variation Pop-up */ 

	.popup-cv {
    padding: 12px 16px 28px 16px;
    border-radius: 4px;
	
	max-height: 90vh;
}
.colour-popup-heading {
    display: flex;
    margin-top:8px;
    margin-left:5px;
    grid-column-gap: 12px;
    font-size: 20px;
	font-weight:bold;
}
.colour-popup-heading img.icon-cv{
    width: 20px;
}
.colour-grid{
    display: grid;
    column-gap:2px;
    row-gap:2px;
}

.colour-grid-2{

    grid-template-columns: auto auto;
}
.colour-grid-3{

    grid-template-columns: auto auto auto;
}
.colour-grid img{
	width:100%;
	max-height:200px;
	object-fit:cover;
}
.colour-popup-description{
	margin-bottom: 16px;
}
@media (max-width: 768px) {
    .popup-cv .container{
		padding:8px;
	}
}

/* */



/* PROSPECT CRM FORM */

.prospect-form {
  grid-gap: 20px;
  font-family: Mulish, sans-serif;
  margin-bottom: 5rem;
  color: #2d3f40;
  font-size: 16px;
}

.prospect-form .form-control {
  margin-bottom: 20px;
}

.prospect-form-text-label,
.prospect-form-textarea-label {
  font-weight: 800;
  line-height: 1.5;
}

.prospect-form-submit {
  background: #2d3f40;
  color: #fff;
  text-transform: Uppercase;
  font-weight: 700;
  border: none;
  border-radius: 0 0 16px 0;
  padding: 12px 10px 12px 10px;
  min-width: 200px;

}

.prospect-form-text-label .prospect-form-required,
.prospect-form-textarea-label .prospect-form-required {
  color: red;
}

/* END OF PROSPECT CRM FORM */