/* ************************************************************************************** */
/* Root variables */
:root {
  --color: #212529;
  --ap-lg-button-icon: rgba(0, 0, 0, 0.5952);
  --ap-lg-button-bg: #ececf0;
  --global-card-bg-primary: #F4F3F2;
  --global-card-bg-secondary: white;
  --global-card-bg-primary-dark: black;
  --global-section-background-color: rgb(245, 245, 247);
  --global-griditem-bg: #f9f9f9;
  --button-v-position: 20px;  /* Initial position from the bottom */
  --button-movement: -40px;   /* Change in movement as the video resizes */
  --button-size: 50px;        /* Default button size */
  --global-section-padding: 100px;
  --global-card-padding: 32px;
  --global-modal-padding: 64px 64px;
  --grey-text: rgba(0,0,0,.56);
  --bg-light-banner: rgb(249, 246, 242);
  --global-card-border-radius: 28px;
  --global-modal-border-radius: var(--global-card-padding);
  --banner-image-right: 0px var(--global-card-border-radius) var(--global-card-border-radius) 0px;
  --mobile-banner-image-bottom: 0px 0px var(--global-card-border-radius) var(--global-card-border-radius);
  --mobile-banner-image-top: var(--global-card-border-radius) var(--global-card-border-radius) 0px 0px;
  --banner-image-left: var(--global-card-border-radius) 0px 0px var(--global-card-border-radius);
  --height: 600px;
  --alt-black: #191919;
  --p-width: 678px;
  --p-height: 550px;
  --green-emphasis: #255C26;
  --green-emphasis-lighter: #2a6a2c;
  --green-emphasis-lightest: #307731;
  --grey-emphasis: rgb(134,134,139);
  --brown-emphasis: #dda827;
  --globalnav-backdrop-filter: saturate(180%) blur(20px);
  --globalnav-background: rgba(250, 250, 252, .8);
  --global-viewport-content-responsive: 87.5vw;
  --gallery-side-padding: calc(50vw - min(1680px, var(--global-viewport-content-responsive)) / 2);
  --gallery-column-gap:20px;
  --scrollbar-width:2px;
  --gridItem-color-font-color: #bdfda6;
  --gridItem-color-bg: rgb(12,49,56);
  --gridItem-color-font-color: #bdfda6;
  --gridItem-color-bg: rgb(12,49,56);
  --single-card-padding: 80px;
  --global-single-card-padding: var(--single-card-padding), 60px 8.33333333333%;
  --bg-ng-caption:rgb(252,232,230);
  --text-ng-caption:rgb(165,14,14);
  --bg-ps-caption:rgb(230,244,234);
  --text-ps-caption:#0a8059;
  --table-default-fs: 0.9em;
}

/* body.dark-theme {
--color: #e2e2e2;
}

body.system-theme {

} */



.zoom-button.dark-theme {
  background-color: var(--green-emphasis)!important;
  color:white!important;
}

.zoom-button.dark-theme svg {
  stroke: white!important;
}

@media (max-width: 768px) {
  :root {
    --global-section-padding: 25px;
    --banner-image-right: var(--mobile-banner-image-bottom);
    --banner-image-left: var(--mobile-banner-image-top);
  }
}

* {
  font-family: 'Ubuntu', 'Poppins', sans-serif;
}

/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Navigation menu */

.logo {
  height: 80px; /* Initial size */
  opacity: 1;
  transition: all 0.3s ease-in-out; /* Smooth transition for height */
}

.sticky-on-scroll .logo {
  height: 0px; /* Shrink to 50px */
  opacity: 0;
  transition: all 300ms ease;
}

.navbar {
  transition: padding 0.3s ease-in-out; /* Smooth padding transition */
}

@media only screen and (max-width: 734px) {
  .navbar {
    background-color: rgba(255, 255, 255, 1)!important;
  }
}

@media only screen and (min-width: 735px) {
  .ftco-section.navbar,
  .ftco-section nav .navbar {
    background-color: rgba(255, 255, 255, 1)!important;
    transition: background-color 100ms ease-in-out;
  }
  .nav-item-text {
    font-size: 15px;
    font-weight: 500;
  }

  .ftco-section.sticky-on-scroll.navbar,
  .ftco-section.sticky-on-scroll nav .navbar {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8)!important;
    transition: background-color 500ms ease-in-out 500ms;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    column-gap: 15px;
  }
}

/* Apply the blur effect to everything except the navbar */
body.blur-overlay .main-body {
  background-color:rgba(0,0,0,0.33);
  filter:blur(10px);
  -o-filter:blur(10px);
  -ms-filter:blur(10px);
  -moz-filter:blur(10px);
  -webkit-filter:blur(10px);
  transition: filter 0.21s ease-in-out, background-color 0.75s ease-in-out;
  z-index: 0;
}

/* Ensure the navbar itself is not blurred */
.navbar-wrapper, .navbar, .navbar-nav, .dropdown-menu {
  filter: none !important;
}

.navbar-wrapper {
  z-index: 1000;
}

/* Optional: Hover styling for dropdown */
.navbar .nav-item.dropdown:hover {
  cursor: pointer;
}

.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px); /* Slight offset initially */
  transition: opacity 0.5s ease, visibility 0s 0.5s, transform 0.5s ease;
  position: absolute; /* Make sure it's positioned relative to the navbar */
  width: 100%; /* Ensure dropdown spans full width of navbar */
  left: 0;
  z-index: 1000; /* Ensure it's above other content */
  margin: 10px;
}



/* Mobile navbar */
/* Mobile navbar breakpoint set on sm screens <768px with class 'navbar-expand-md' on the navbar div*/
.navbar-toggler {
  border:none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media only screen and (max-width: 992px) {
  .navbar .dropdown-menu {
    border: white;
    box-shadow: none!important;
    display: none;
    visibility: hidden;
  }
  .navbar .dropdown-menu.show {
    display: flex;
    visibility: visible;
  }
}


.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.5s ease, visibility 0s 0s, transform 0.5s ease;
  }

/* Mobile navbar menu icon */
@media only screen and (max-width: 767px) {
  .logo {
    height: 35px;
  }

  .ftco-sectio.navbar-collapse.show {
    width:100%;
    flex-direction: column;
    justify-content: start;
    transition: all 300ms ease;
  }

  .unscrollable {
    overflow: hidden;
  }
  
  .navbar-collapse {
    transition: all 300ms ease;
    width: 100%;
    height:100vh;
  }
  .nav-item {
    margin-left:-20%;
    padding: 10px 0px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    transition: all 700ms;
    opacity: 0;
  }
  
  .nav-item.active {
    opacity: 1;
    margin-left: 0px;
    border-bottom: 1px solid var(--ap-lg-button-icon);
    transition: all 700ms;
  }

  .nav-item.dropdown.position-static {
    align-items: flex-start;
  }

}

@media only screen and (min-width: 768px) {
  .nav-item .mobile-navbar-icon-wrapper {
    display: none!important;
  }
}

@media only screen and (max-width: 767px) {
  .navbar .menu-icon-container {
    padding-top:10px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the icon inside the button */
  }
  
  .navbar .menu-icon {
    position: relative;
    width: 24px; /* Width of the icon */
    height: 16px; /* Total height for the lines and spacing */
    vertical-align: middle;
  }
  
  .navbar .line-1,
  .navbar .line-2 {
    position: absolute;
    width: 100%; 
    height: 2px; 
    background-color: var(--ap-lg-button-icon); 
    left: 0;
    transition: all 400ms ease;
  }
  
  .navbar .line-1 {
    top: 0px; /* Position the first line at the top */
  }
  
  .navbar .line-2 {
    top: 8px; /* Position the second line at the bottom */
  }

  .navbar .line-1.active {
    top:0;
    transform: rotateZ(45deg);
  }

  .navbar .line-2.active {
    top:0;
    transform: rotateZ(-45deg);
  }

  .global-mobile-navbar-item-icon.active {
    visibility: visible!important;
    margin-right:10px;
    display: flex;
    opacity: 1;
    transition: all 500ms ease;
  }
}

.navbar-nav .nav-item {
  position: relative; /* Required for the separator positioning */
  margin-right: 10px; /* Adjust spacing between items as needed */
  padding-right: 10px; /* Ensure spacing before the separator */
}

.navbar-nav .nav-item:not(:last-child)::after {
  content: ""; /* Creates the separator */
  position: absolute;
  right: 0; /* Position it at the right edge of the item */
  top: 50%; /* Center it vertically */
  transform: translateY(-50%); /* Adjust for centering */
  height: 50%; /* Height of the separator */
  width: 1px; /* Thickness of the separator */
  background-color: rgba(0, 0, 0, 0.2); /* Adjust separator color and transparency */
}

@media (max-width: 768px) {
  .navbar-nav .nav-item:not(:last-child)::after {
    display: none; /* Hide separators on smaller screens */
  }
}
.global-mobile-navbar-item-icon {
  visibility: hidden;
  opacity:0;
  transition: all 300ms ease;
}

/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Sections */
.section {
  padding-top: var(  --global-section-padding);
  padding-bottom: var(  --global-section-padding);
}

.section.background-primary {
  background-color: var(--global-section-background-color);
}

.section-content-responsive {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 87.5vw;
  max-width: 1200px;
}

@media only screen and (max-width: 734px) {
  .section-content-responsive {
      max-width: 480px;
  }
}

.fixed-content-container.section-content-responsive {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
  max-width: inherit;
}


.sub-section {
  padding-bottom: 100px;
}

@media (max-width: 734px) {
  .section-content-responsive.viewport-adjustment {
      margin-top:-200px;
  }
}

@media (max-width: 992px) {
  .section-content-responsive.viewport-adjustment {
      margin-top: -12%;
  }
}

@media (min-width: 992px) {
  .section-content-responsive.viewport-adjustment {
      margin-top:3%;
  }
}

/* @media (min-width: 1645px) {
  .section-content-responsive.viewport-adjustment {
      margin-top:-170px;
  }
} */

@media (min-width: 768px) {
  .section-header .section-header-headline {
      max-width: 75%;
  }
}

/* Banner card section */
.banner-card-right-section {
  padding: 0px;
  border-radius: var(--banner-image-right);
}
.banner-card-image-right {
  padding: 0px;
  border-radius: var(--banner-image-right);
}

.banner-card-image {
  object-fit: cover;
  width: 100%;
  overflow: hidden;

}

@media (min-width: 1069px) and (min-width: 1441px) {
  .banner-card, .banner-card-image {
      height: var(--height);
  }

  .modal-column-card {
    height: auto;
  }

  .banner-card-text-section {
    padding:15px;
  }
}

@media (min-width: 601px) {
  .container.banner-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 93%;
  }
}


@media (max-width: 600px) {
  .container.banner-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner-card, .banner-card-image {
    --height: 480px;
}

  .banner-card-image-right {
    height: var(--height);
    width:100%;
    overflow: hidden;
  }
}

.banner-card-btn {
  background-color: var(--alt-black);
  transition: 0.2s ease-in-out;
  font-weight: 500;
}

.banner-card-btn:hover {
  color: var(--ap-lg-button-icon)!important;
  background-color: white!important;
  transition: 0.2s ease-in-out;
}


/* Single big card section */
.section-cards {
  position: relative;
  overflow: hidden;
  padding-block: 34px;
}

.cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  grid-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 30px;
  row-gap: 30px;
  height: 700px;
}

.tile-focus {
  width: 100%;
  height: 100%;
  transition: opacity .2sease;
}

.cards-container .tile-content {
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.tile-focus .tile-content {
  padding: var(--global-single-card-padding);
}


.section-cards .cards-container .tile-media {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.section-cards .cards-container .tile-media.tile-background-picture {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}

.section-cards .cards-container .tile-media.tile-background-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-cards .cards-container .tile-media.tile-background-picture.container-card-image {
  display: block;
  --p-width: 1200px;
  --p-height: 718px;
  width: var(--p-width);
  height: var(--p-height);
}



/* Banner card themes */
/* Banner card light theme 1 */
.banner-card-theme-light-1 {
  background-color: var(--global-card-bg-primary);
  border-radius: var(--global-card-border-radius);
}

.banner-card-theme-light-2 {
  background-color: var(--global-card-bg-secondary);
  border-radius: var(--global-card-border-radius);
}

.banner-card-theme-dark-1 {
  background-color: black;
  border-radius: var(--global-card-border-radius);
  color: var(--color);
  --color: #e2e2e2;
}

/* Section theme */
.section-light-theme-grey {
  background-color: var(--global-card-bg-primary);
}

/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Typographies */
.typography-section-headline,
.typography-modal-headline
{
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 500;
  letter-spacing: -0.005em;
  margin-bottom: 50px;
}

.module-content .typography-section-headline {
  text-align: center;
  margin-bottom:0px;
}

.header-description {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 500;
  letter-spacing: .007em;
}

.section-header {
  align-items: flex-end;
  display: flex;
  justify-content: space-around;
  gap: 28px;
  padding-bottom: 80px;
}

.black-emphasis {
  color:  var(--tertaire-dark-tone);
}

.green-emphasis {
  color: var(--green-emphasis);
}

.green-emphasis-lighter {
  color: var(--green-emphasis-lighter);
}

.green-emphasis-lightest {
  color: var(--green-emphasis-lightest);
}

.brown-emphasis {
  color: var(--brown-emphasis);
}

.grey-emphasis {
  color: var(--grey-text);
}

.brown-gradient-header {
  background: linear-gradient(90deg, #7a5230 0%, #e2b38f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hidden {
  display: none!important;
}

a.hidden-link {
  color: inherit;
  text-decoration: inherit;
  
}

.superscript {
  vertical-align: super;
}

.superscript.small,
.superscript .small {
  font-size: 0.75em;
}


/* Typography of card banner */
.modal-header {
  font-size: 32px;
  line-height: 1.0714285714;
  font-weight: 500;
  letter-spacing: -0.005em;
}

.modal-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

p.typography-modal-paragraph {
  font-size: 20px;
  line-height: 1.4705882353;
  font-weight: 500;
  letter-spacing: -0.022em;
}

p.typography-form-paragraph {
  font-size: 15px;
  line-height: 1.4705882353;
  font-weight: 500;
  letter-spacing: -0.022em;
}

@media (min-width: 735px) {
  .section-header .section-header-headline {
      max-width: 75%;
  }
}

@media (max-width: 1068px) {
  .typography-section-headline,
  .typography-modal-headline {
      font-size: 48px;
      line-height: 1.0834933333;
      font-weight: 500;
      letter-spacing: -0.003em;
      margin-bottom: 15px;
  }
}

@media (max-width: 734px) {
  .typography-section-headline,
  .typography-modal-headline {
      font-size: 28px;
      line-height: 1.1428571429;
      font-weight: 500;
      letter-spacing: .007em;
      margin-bottom: 10px;
  }

  .section-flex-tiles-tile-eyebrow,
  .typography-modal-eyebrow {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.12;
  }
  
  .section-flex-tiles-tile-headline  {
    font-size: 25px!important;
  }
  .tile-eyebrow.section-flex-tiles-tile-eyebrow,
  .typography-modal-eyebrow  {
    font-size: 18px!important;
  }
}

/* .banner-headline-xtra {
  font-size: 70px;
  line-height: 1.1428571429;
  font-weight: 500;
  letter-spacing: .007em;
  margin-bottom: 10px;
} */


@media only screen and (max-width:3000px) {
  .banner-headline-xtra {
    font-size: 100px;
    line-height: 1.1428571429;
    font-weight: 500;
    letter-spacing: .007em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:1390px) {
  .banner-headline-xtra {
    font-size: 70px;
    line-height: 1.1428571429;
    font-weight: 500;
    letter-spacing: .007em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:700px) {
  .banner-headline-xtra {
    font-size: 50px;
    line-height: 1.1428571429;
    font-weight: 500;
    letter-spacing: .007em;
    margin-bottom: 10px;
  }
}




/* Typography scroll gallery cards */
/* Eyebrows */
.typography-feature-card-eyebrow {
  font-size: 17px;
  line-height: 1.2353641176;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.tile-eyebrow,
.typography-modal-eyebrow {
  margin-top:20px;
}

.typography-typography-modal-eyebrow {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: .007em;
}


/* Headlines */
.typography-card-headline {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: .007em;
}

.typography-big-promotion-eyebrow {
  --big-promotion-eyebrow-font-size:28px;
  --big-promotion-eyebrow-color: var(--ap-lg-button-icon);
  color: var(--big-promotion-eyebrow-color);
  font-size: var(--big-promotion-eyebrow-font-size);
  line-height: 1.1428571429;
  font-weight: 500;
  overflow-wrap: break-word;
  letter-spacing: .007em;
}

.typography-big-promotion-header {
  --big-promotion-header-font-size:90px;
  font-size: var(--big-promotion-header-font-size);
  line-height: 1.1428571429;
  font-weight: 900;
  letter-spacing: .007em;
  overflow-wrap: break-word;
}

.typography-dramviewer-grid-itemvalue {
  color: #0B1215;
  font-size: 1.5em;
}

.typography-dramviewer-grid-itemtype {
  color: var(--ap-lg-button-icon);
  font-weight: 700;
}

@media only screen and (max-width: 734px) {
  .typography-big-promotion-eyebrow {
    --big-promotion-eyebrow-font-size:20px;
    --big-promotion-eyebrow-color: var(--green-emphasis);
    color: var(--big-promotion-eyebrow-color);
    font-size: var(--big-promotion-eyebrow-font-size);
    line-height: 1.1428571429;
    font-weight: 500;
    overflow-wrap: break-word;
    letter-spacing: .007em;
  }
  
  .typography-big-promotion-header {
    --big-promotion-header-font-size:60px;
    font-size: var(--big-promotion-header-font-size);
    line-height: 1.1428571429;
    font-weight: 900;
    letter-spacing: .007em;
    overflow-wrap: break-word;
  }

  .typography-dramviewer-grid-itemvalue {
    font-size: 1.1em!important;
  }
  
  .typography-dramviewer-grid-itemtype {
    font-size: 1.2em!important;
  }
}

@media only screen and (max-width: 991px) {
.typography-dramviewer-grid-itemvalue {
  font-size: 1.1em!important;
}

.typography-dramviewer-grid-itemtype {
  font-size: 1.2em!important;
}
}


.typography-dramviewer-grid-itemvalue, .typography-dramviewer-grid-itemtype {
opacity: 0;
transition: opacity 400ms ease-in-out 100ms;
}

.typography-dramviewer-grid-itemvalue.show, .typography-dramviewer-grid-itemtype.show {
  opacity: 1;
}


.typography-modal-feature-headline {
  font-size: 32px;
  line-height: 1.0714285714;
  font-weight: 500;
  letter-spacing: -0.005em;
}

.modal-feature-content-wrapper-colored-theme .typography-modal-feature-paragraph {
  color:white;
}

.typography-modal-feature-paragraph.color,
.typography-modal-feature-paragraph .color 
{
  color: #bdfda6;
}

.modal-list-item {
  font-weight: 900;
}


.modal-list-item .color {
  color: var(--gridItem-color-font-color);
}

.modal-list-item.light-theme,
.light-theme {
  color: white;
}


/* ************************************************************************************** */
/* Global geometries */
.not-rounded {
  border-radius: 0px;
}

.borderless {
  border: none;
  outline: none;
}

.no-shadow {
  box-shadow: none!important;
}

.global-border {
  border-radius: var(--global-card-border-radius);
}

.container-fluid .no-bs-gutter.row,
.container-fluid .no-bs-gutter.col-12 {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}


/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Welcome header promo video */

.video-wall-container {
  height: 80vh;
  min-height: 680px;
  max-width: 1920px;
  max-height: 1260px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-wall-container .video-header .row {
  --bs-gutter-x:0;
}


@media (max-width: 734px) {
  .welcome-video-wall-container {
      border-radius: 28px;
      max-height: 960px;
  }
}

@media (max-width: 1068px) {
  .video-wall-container {
      border-radius: 36px;
  }
}

.video-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full screen initially */
  border-radius: 15px;
  transition: height 0.1s ease-out, transform 0.1s ease-out;
}

#videoColumn {
  width: 100%;
  transition: width 0.1s ease-out;
}

.video-element {
  display: block;
  width: 100%;
  height: auto;
  transition: width 0.5s ease, transform 0.5s ease, border-radius 0.5s ease;
}

@media only screen and (min-width:1886px) {
  .video-element {
    border-radius: 15px;
  }
}

/* @media only screen and (max-width:610px) {
  .video-element {
    transform: translateY(-50%);
  }
} */



/* Play Button Overlay */
.play-button-overlay,
.prev-button-overlay,
.next-button-overlay {
  position: absolute;
  bottom: var(--button-v-position);
  height: calc(100% - var(--button-v-position));
  display: flex;
  align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin: 20px;
}

.play-button-overlay .fa-play.fa-solid,
.play-button-overlay .fa-pause.fa-solid {
  color: var(--ap-lg-button-icon);
}

/* Positioning */
.prev-button-overlay {
  left: 1%;
}

.next-button-overlay {
  right: 1%;
}

/* Show buttons only on hover */
.play-button-overlay,
.prev-button-overlay,
.next-button-overlay {
  visibility: visible;
  opacity: 1;
}

.play-button,
.prev-button,
.next-button {
  width: var(--button-size);
  height: var(--button-size);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(232, 232, 237); /* Light gray button background */
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.play-button:hover,
.prev-button:hover,
.next-button:hover {
  background-color: rgb(200, 200, 200);
  transform: scale(1.1);
}

/* SVG Arrow Styling */
.prev-button svg,
.next-button svg,
.prev-button path,
.next-button path {
  fill: none; /* No background fill */
}

button.next-button.finish-style {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

button.next-button.finish-style svg {
  margin-left: 0.4em;
  stroke-width: 2.5;
}

button.next-button.finish-style:hover {
  text-decoration: underline;
}



/* ************************************************************************************** */
/* Animations */
/*  */
/* Text animations */
.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}

.tag-delayed-m {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s 250ms;
}

.tag-delayed-l {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s 800ms;
}

/* visible-delayed class is added on scroll by textFadeIn.js */
.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.tag-delayed-m.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.tag-delayed-l.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in {
  --fadeIn-time: 2s;
  --fadeIn-delay: 700ms;
  animation: fadeIn ease var(--fadeIn-time) var(--fadeIn-delay) forwards; /* 3s fade-in, starts after 1s */
  -webkit-animation: fadeIn ease var(--fadeIn-time) var(--fadeIn-delay) forwards;
  -moz-animation: fadeIn ease var(--fadeIn-time) var(--fadeIn-delay) forwards;
  -o-animation: fadeIn ease var(--fadeIn-time) var(--fadeIn-delay) forwards;
  -ms-animation: fadeIn ease var(--fadeIn-time)s var(--fadeIn-delay) forwards;
  opacity: 0;
}

.fade-in.delay-1 {
  --fadeIn-delay: 1400ms;
}

.fade-in.delay-2 {
  --fadeIn-delay: 1800ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Base fade-in animation */
@keyframes fadeIn {
  to {
      opacity: 1;
      transform: translate(0, 0);
  }
}

/* On hover card growth */
.card-box-shadow {
	transition: .3s ease-in-out;
	box-shadow: 2px 4px 12px #00000014;
}

.card-box-shadow:hover {
  box-shadow: 2px 4px 16px #00000029;
	transform: scale3d(1.01,1.01,1.01);
}

.scale-animation {
  transition: all 0.3s;
}

.scale-animation:hover {
  transition: all 0.3s;
  transform: scale3d(1.01,1.01,1.01);
}


/* Slide in effects */

@keyframes slideInLeft {
  from {
      transform: translateX(-20%);
  }
  to {
      transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
      transform: translateX(30%);
  }
  to {
      transform: translateX(0);
  }
}

@keyframes slideInBottom {
  from {
      transform: translateY(30%);
  }
  to {
      transform: translateY(0);
  }
}

@keyframes productSlideInRight {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(0);
  }
}

/* Reusable class for slide-in from the left */
.slide-in-left {
  animation: slideInLeft 1.3s ease-out forwards;
}

.slide-in-right {
  animation: slideInRight 1.5s ease-out forwards;
}

.slide-in-bottom {
  animation: slideInBottom 1.5s ease-out forwards 1100ms;
}

.product-slide-in-right {
  animation: productSlideInRight .6s forwards cubic-bezier(.1,.5,0,1);
  animation-delay: 1.6s;}



/* Initially, cards are transformed and hidden */
.gallery-item {
  transform: translateY(20px) matrix(1, 0, 0, 1, 0, 30); /* Transformed off-screen */
  opacity: 0; /* Fully hidden */
  transition: transform 800ms ease-out, opacity 800ms ease-out; /* Smooth transition when visible */
}

/* When the card enters the viewport, transform and opacity are reset */
.gallery-item.in-viewport {
  transform: translateY(0px) matrix(1, 0, 0, 1, 0, 0); /* Reset transform to bring into view */
  opacity: 1; /* Make it visible */
}

/* Staggering delay for each item */
.gallery-item:nth-child(1).in-viewport {
  transition-delay: 0.2s;
}

.gallery-item:nth-child(2).in-viewport {
  transition-delay: 0.4s;
}

.gallery-item:nth-child(3).in-viewport {
  transition-delay: 0.6s;
}

.gallery-item:nth-child(4).in-viewport {
  transition-delay: 0.8s;
}

.gallery-item:nth-child(5).in-viewport {
  transition-delay: 1s;
}

.gallery-item:nth-child(6).in-viewport {
  transition-delay: 1.2s;
}

.gallery-item:nth-child(7).in-viewport {
  transition-delay: 1.4s;
}



/* Animation to scale text on scroll value */
.scaling-text {
  font-size: 3rem;
  transition: transform 0.1s ease-out;
}

.opacity-fade-text {
  opacity: 0.8;
  transition: opacity 0.1s ease-out;
}



/* ************************************************************************************** */
/* Flex tiles grid system */
.section-wide {
  margin-left: auto;
  margin-right: auto;
}

.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  padding: 20px 0 60px
}

@media only screen and (min-width: 1069px) {
  .section-wide .section-content {
      max-width: 1380px;
      width: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  .section-content {
      margin-left: auto;
      margin-right: auto;
      width: 980px;
  }
}

@media only screen and (min-width: 1069px) {
  .section-wide .section-content {
      max-width: 1380px;
      width: 100%;
  }
}

@media only screen and (max-width: 1068px) {
  .section-content {
      margin-left: auto;
      margin-right: auto;
      width: 1000px;
  }
  .homepage-tile-img-dramviewer {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 734px) {
  .section-content {
      margin-left: auto;
      margin-right: auto;
      width: 90%;
  }
  .homepage-tile-img-dramviewer {
    margin-bottom: 50px;
  }
}

.section-flex-tiles .grid,
.grid-container-wrapper.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px; /* Gap between grid items */
  padding: 0 24px;
}


.grid-item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* Half-width grid item spans 6 columns */
.grid-item.half-width {
  grid-column: span 6;
}

/* Full-width grid item spans 12 columns */
.grid-item.full-width {
  --grid-item-half-width-height: 500px;
  grid-column: span 12; 
  height: var(--grid-item-half-width-height); 
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 734px) {
  .section-flex-tiles .grid-item {
      grid-column: span 12;
      min-height: 500px;
  }
}

.tile {
  height: 100%;
  width:100%;
  padding-bottom:0;
  grid-column: span 6;
  overflow: hidden;
}


.tile-rounded {
  border-radius: var(--global-card-border-radius);
}

@media only screen and (max-width: 734px) {
  .section-flex-tiles .tile {
      grid-column: span 12;
      max-width: 93%;
      margin-left: auto;
      margin-right: auto;
      max-height: 500px;
  }
  .grid-item.full-width {
    grid-column: span 12;
    height: auto; /* Allow flexible height on smaller screens */
    min-height: 500px;
  }

}

@media only screen and (max-width: 1068px) {
  .section-flex-tiles .tile {
      max-height: 600px;
  }
}

.section-flex-tiles .tile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 0;
  padding-top: 40px;
}

.section-flex-tiles .grid-item.full-width .tile-content {
  flex-direction: row;
  padding:0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-flex-tiles .full-width .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container and crops excess */
  object-position: center; /* Centers the image inside the container */
  display: block; /* Ensures no inline space issues */
}

.section-flex-tiles .full-width .tile-content .verbiage-wrapper,
.section-flex-tiles .full-width .tile-content .image-wrapper {
  width: 50%; /* Each takes up 50% of the width */
}


.section-flex-tiles.tile-content {
  padding: 50px 8.3333333333%;
}

.verbiage-wrapper {
  padding-top: 10px;
  padding-bottom: 25px;
  z-index: 1;
}

.section-flex-tiles-tile-eyebrow,
.typography-modal-eyebrow {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
}

.tile-headline,
.modal-headline {
  margin-top:25px;
}

.section-flex-tiles-tile-headline  {
  font-size: 35px;
}


.section-flex-tiles .image-wrapper {
  height: 100%;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section-flex-tiles .full-width .image-wrapper {
  width: 50%; /* Takes up 50% of the row width */
  height: 100%; /* Matches the height of the parent row */
  overflow: hidden; /* Prevents the image from spilling outside the wrapper */
  display: flex; /* Centers content if needed */
  align-items: center; /* Ensures alignment */
  justify-content: center;
}

.section-flex-tiles image {
  display: block;
}

.homepage-tile-img-dramviewer {
  display: block;
  width: var(--p-width);
  height: var(--p-height);
  /* If resizing, keep aspect ratio 11 : 24 in mind. */
  --p-width: 250px;
  --p-height: 500px;
  margin-bottom: 100px;
}

.homepage-tile-img-dramfinderpro {
  display: block;
  width: var(--p-width);
  height: var(--p-height);
  --p-height: auto;
}



/* ************************************************************************************** */
/* Scroll gallery */
/* Scroll and gallery container */
.gallery {
  position: relative;
  margin-top: 0;
  padding-bottom: 83px;
  --gallery-side-padding: calc(50vw - min(1680px, var(--global-viewport-content-responsive)) / 2);
}

.scroll-container {
  overflow: scroll;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  scroll-snap-type: x mandatory;
}

@media only screen and (min-width: 1441px) {
  .item-container {
    padding: 0px var(--gallery-side-padding);
  }
}



.scroll-container::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}


.section-consider .gallery .item-container {
  --gallery-column-gap: 20px;
}

.gallery .item-container {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: max-content;
  grid-auto-flow: column;
  grid-column-gap: var(--gallery-column-gap); 
  --gallery-column-gap: 45px;
  column-gap: var(--gallery-column-gap);
  grid-row-gap: 0px;
  row-gap: 0px;
  width: fit-content;
}

.gallery.gallery-align-start .item-container {
  padding: 0 var(--gallery-side-padding);
}

.gallery.gallery-align-start .scroll-container {
  scroll-padding: var(--gallery-side-padding);
}

@media only screen and (min-width: 1441px) {
  .gallery .item-container {
      --gallery-column-gap: 72px;
  }
}

/* Scroll gallery card set */
.gallery .card-set {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: max-content;
  grid-auto-flow: column;
  grid-column-gap: var(--gallery-column-gap);
  column-gap: var(--gallery-column-gap);
  grid-row-gap: 0px;
  row-gap: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  list-style: none;
}

.gallery.gallery-align-start .gallery-item {
  scroll-snap-align: start;
}

.grid-item {
  position: relative;
  box-sizing: border-box;
}

/* Scroll gallery card container */
.gallery .card-set .card, .gallery .card-set .card-container {
  height: 100%;
  border: none;
}

/* .feature-card {
  transition: transform .3s cubic-bezier(0,0,0.5,1);
}

.feature-card:hover {
  transition: transform .3s cubic-bezier(0,0,0.5,1);
} */

.card .card-modifier.fixed-width {
  width: 372px;
}

@media only screen and (min-width: 1441px) {
  .card .card-modifier.fixed-width {
      width: 405px;
  }
}

.card .card-modifier.theme-dark, .theme-dark .card .card-modifier {
  background: #242426;
}

.card .card-modifier.card-padding {
  padding: var(--global-card-padding);
}

@media only screen and (min-width: 1441px) {
  .feature-card .card-modifier {
      max-height: 804px;
      min-height: 740px;
  }
}

.feature-card .card-modifier {
  max-height: 700px;
  min-height: 680px;
}
@media only screen and (min-width: 1441px) {
  .card .card-modifier {
      min-height: 620px;
  }
}

@media only screen and (max-width: 430px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .section-flex-tiles .grid {
    width:100%!important;
    padding: 0 0!important;
  }
  
  .card .card-modifier.card-padding {
  width:280px;
  min-height: 480px;
  max-height: 530px;
  }

  .typography-feature-card-eyebrow {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 500;
  }

  .typography-card-headline {
    font-size: 24px;
    font-weight: 400;
  }

  .fixed-content-container.section-content-responsive.p-5 {
    padding: 0px!important;
  }

  .container.banner-card .banner-card-theme-light-1,
  .img-fluid.banner-card-image-right {
    --global-card-border-radius: 0px;
    border-radius: var(--global-card-border-radius);
  }

}

@media only screen and (min-width: 431px) and (max-width: 1024px) {
  .card .card-modifier.card-padding {
  width:300px;
  min-height: 500px;
  max-height: 530px;
  }
}

.card .card-modifier {
  background: none;
  border-radius: var(--global-card-border-radius);
  box-sizing: border-box;
  clip-path: inset(1px 1px 1px 1px round var(--global-card-border-radius));
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

.card-viewport-content {
  height: 100%;
}
.feature-card-content .feature-card-copy {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1441px) {
  .feature-card .feature-card-copy {
      padding-bottom: 583px;
  }
}
.feature-card .feature-card-copy {
  padding-bottom: 523px;
}

/* Card image */
.feature-card-content .feature-card-image-container.image-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-card-content .feature-card-image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
  height: 100%;
  overflow: hidden;
}

.feature-card-content .feature-card-image-container .feature-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card button */
.card-cta-modal-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: var(--global-card-border-radius);
  z-index: 2;
  width: 100%;
  height: 100%;
}

figure.overview-consider-fc-apple-intelligence .feature-card-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.card-cta-modal-button {
  background-color: transparent;
  border: none;
}

a.overlay {
  width: 100%;
  height:100%;
  position: absolute; 
}

.card-cta-modal-button .card-cta-modal-button-icon {
  --scrim-background-color: rgb(51, 51, 54);
  --scrim-hover-background-color: #37373a;
  --scrim-active-background-color: #2f2f32;
  --icon-color: #d6d6d7;
  --icon-interaction-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 36px;
  width: 36px;
  outline: none;
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  justify-content: center;
  cursor: pointer;
  transition: background-color 100ms linear, color 100ms linear;
  background-color: var(--scrim-background-color);
  color: var(--icon-color);
}

.card-cta-modal-button .card-cta-modal-button-icon .card-cta-modal-button-small-icon {
  fill: currentColor;
  pointer-events: none;
}
.card-cta-modal-button .card-modal-button-small-icon {
  width: 18px;
  height: 18px;
}


/* Card Nav */

/* Style for navigation buttons container */
.nav-buttons-container {
  --global-navcard-margin-bottom: 15px;
  position: sticky;
  top:100px;
  z-index: 100; /* Ensure it appears on top */
  display: flex;
  gap: 10px;
  margin-bottom: var(--global-navcard-margin-bottom);
  border-radius: var(--global-card-border-radius);
  background-color: var(--ap-lg-button-bg);
  padding: 10px;
  width: 111px;

}

.nav-button-flex-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 10;  /* Ensure buttons stay on top */
}


/* Style for individual navigation buttons */
.nav-button-arrow {
  --cardnav-backgroundcolor: rgba(210,210,215);
  --cardnav-border:none;
  position: relative; 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cardnav-backgroundcolor);
  border: var(--cardnav-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms ease;
  z-index: 1000;  /* Ensure the button stays on top */
}


.nav-button-arrow:hover {
  --cardnav-backgroundcolor-hover:rgba(223, 223, 227);
  background-color: var(--cardnav-backgroundcolor-hover);
  transition: all 200ms ease;
}

.nav-button-arrow svg {
  --cardnav-arrowcolor: rgba(0, 0, 0, 0.56);
  width: 20px;
  height: 20px;
  fill: var(--cardnav-arrowcolor);
}

.nav-button-arrow.disabled {
  --cardnav-disabled: 0.42;
  pointer-events: none;
  opacity: var(--cardnav-disabled);
}


/* Dynamic modal content containers for gallery items */
.card-modal-trigger.modal-trigger.card-cta-modal-button.toggle-btn {
  margin-right: 10px;
  padding: 10px 20px;
  cursor: pointer;
}

/* Fixed container for content layers */
.fixed-content-container {
  position: relative;
  height: auto;
  width: 100%;
  background-color: var(--global-card-bg-primary);
}



/* Stacking content layers */
.content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: none; /* Hide inactive content completely */
}

.content-layer.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  display: block; /* Show only the active content */
}


.modal-content-container {
  position: relative;
  padding: var(--global-section-padding);
}

.modal-content-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}


.modal-feature-group {
  padding: 25px 0px;
}



/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Footer */
/* Footer Styling */
#footer-content {
  background-color: #222;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Join The Dram Section */
.join-dram {
  text-align: center;
}

.footer-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.footer-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-btn {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  text-align: center;
}

.primary-btn {
  background-color: #cda34f;
  color: #fff;
}

.secondary-btn {
  background-color: #444;
  color: #fff;
}

/* Links Section */
.links-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-links {
  flex: 1;
}

.footer-subtitle {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 5px;
}

.footer-list a {
  color: #cda34f;
  text-decoration: none;
}

.footer-list a:hover {
  text-decoration: underline;
}

/* Social Section */
.social-section {
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style:none;
}

.social-icons i {
  font-size: 1.5rem;
  color: #cda34f;
  transition: color 0.3s;
}

.social-icons i:hover {
  color: #fff;
}

/* Bottom Section */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.legal-icons {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 10px;
  width:150px;
  height: auto;
}

@media only screen and (max-width: 734px) {
  .legal-icons {
    width: 100px;
    height:auto;
  }
}

.footer-copy {
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* DRAMVIEWER CSS */

.dramviewer-row.row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
  scrollbar-gutter: stable both-edges;
}

.dramviewer-wrapper {
  /* background-color: var(--global-griditem-bg); */
  border-radius: var(--global-card-border-radius);
}


.section-wide .section-content {
  margin: 0;
  padding:0;
  width: 100%;
  max-width:100%;
}

.grid-container {
  display: flex;
  flex-direction: column;
  grid-column: span 12;
  margin: 0;
  padding:0;
  width: 100%;
}


.verbiage-wrapper .text-start.twenty-breath {
  padding-left: 20%;
}

@media only screen and (max-width:700px) {
  .verbiage-wrapper .text-start.twenty-breath {
    padding: 10%;
  }
}


.verbiage-wrapper .text-start .top-breath-m {
  padding-top: 20%;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

#searchInput {
  flex: 1;
  padding-right: 30px; /* Space for the clear button */
}

.clear-btn {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: gray;
  display: none;
}

.clear-btn:hover {
  color: black;
}

.dramviewer-searchbar {
  width: 40vw;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media only screen and (max-width:767px) {
  .dramviewer-searchbar {
    min-width:10%;
    width: 100%;
    max-width: 100%;
  }
}

.searchbar-wrapper.overall-breath {
  margin: 55px;
}

.form-control:focus {
  border-radius: 10px 10px 0px 0px;
  transition: all 300ms ease-in;
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;  
}

@media only screen and (max-width: 1124px) {
  .searchbar-wrapper.overall-breath {
    margin: 20px;
  }
}

.autocomplete {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  position: absolute;
  min-width: 100%;
  z-index: 1000;
  background: #f8f8f8;
  color: var(--ap-lg-button-icon);
  border-radius: 0px 0px 15px 15px;
  box-shadow: 2px 4px 12px #00000014;

}

.dropdown-content.show {
  max-height: 500px;
  border-radius: 0px 0px 15px 15px;
  transition: all 0.25s ease-in;
  border:1px solid var(--global-section-background-color);
  box-shadow: 2px 4px 12px #00000014;
}



.dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item.active {
  background-color: var(--ap-lg-button-bg);
  transition: all 300ms ease;
  padding-left: 15px;
}

.no-match {
  color: var(--ap-lg-button-icon);
  text-align: left;
  font-style: italic;
  background: #f8f8f8;
  padding: 10px;
}

/* Whisky Flag of country of origin */
.flag-size {
  --origin-flag-height: 36px;
  --origin-flag-width: 36px;
  min-height: var(--origin-flag-height);
  min-width:var(--origin-flag-width);
  width: var(--origin-flag-width);
  height: var(--origin-flag-height);
  max-width: var(--origin-flag-width);
  max-height: var(--origin-flag-height);
}

.flag-img {
  box-shadow: var(--bs-box-shadow);
}

.flag-is-round {
  border:none;
  background-size: cover;
  border-radius: 50%;
  display: grid;
  position: absolute;
  top: 25px;
  right: 25px;
}

.flag-container {
  display: grid;
  justify-content: center;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s ease-out, opacity 0.2s ease-out;
}

.dramviewer-container .grid-item {
  --dramviewer-griditem-bg:  var(--ap-lg-button-bg);  
  background: var(--dramviewer-griditem-bg);
  color:black;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
}

.dramviewer-container .grid-item.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}


.dramviewer-container .grid-item.grid-item-full-width {
  grid-column: span 4;
}

.dramviewer-container .grid-item.grid-item-full-width {
  height: 171px;
}


.grid-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-item.bottom {
  min-height: 144px;
  height: 144px;
  max-height: 144px;
}

.large.image-item {
  padding:0!important;
}

.center img {
  width: 100%;
  border-radius: 10px;
  max-height: 450px;
}

@media only screen and (max-width: 778px)  {
  .dramviewer-container .grid-item,
  .dramviewer-container .grid-item.large,
  .dramviewer-container .grid-item.bottom {
    grid-column: span 12;
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 991px) {
  .typography-dramviewer-grid-itemvalue h2 {
    font-size: 1.1em!important;
  }

  .typography-dramviewer-grid-itemtype p {
    font-size: 1.3em!important;
  }
}

.dramviewer-container .grid-item.color,
.dramviewer-container .grid-item.color p,
.dramviewer-container .grid-item.color h2 {
  background-color: var( --gridItem-color-bg);
  color: var(--gridItem-color-font-color);
} 

.dramviewer-container .grid-item p {
  text-transform: lowercase;
  font-size: 30px;
}

.dramviewer-container .grid-item .itemvalue-number {
  font-size: 85px;
  font-weight: 900;
}

#prod-price {
  font-size: 34px;
  text-align: left;
  font-weight: 600;
}

#prod-price-decimals {
  font-size: 19px;
  vertical-align: super;
  font-weight: 600;
}



/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Modal */
.modal-wrapper {
  padding: var(--global-modal-padding);
}
.productDisplayModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  overflow-y: auto; /* Allow scrolling inside modal */
  opacity: 0;
  visibility: hidden;
  /* Add a delay to the visibility change on close */
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}


/* Show modal */
.productDisplayModal.active {
  opacity: 1;
  visibility: visible;
  /* Remove the delay when opening the modal */
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
}
/* Prevent body scrolling when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Modal Content */
.dramviewer-container .productDisplayModal .modal-content,
.productDisplayModal .modal-content
 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: var(--global-modal-border-radius);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 1080px;
  max-height: 80%;
  overflow-y: auto;
  margin-top:50px;
}

.dramviewer-container .productDisplayModal .modal-content::-webkit-scrollbar,
.productDisplayModal .modal-content::-webkit-scrollbar {
  display: none!important;
}

/* Close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

/* Background blur effect */
.blur-background {
  filter: blur(5px);
}

/* Zoom and Close Button Styling */
.dramviewer-container .zoom-button,
.dramviewer-container .close-button,
.form-step .zoom-button,
.form-step .close-button {
  width: var(--button-size);
  height: var(--button-size);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(232, 232, 237);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, background-color 0.3s;
}

.dramviewer-container .zoom-button,
.form-step .zoom-button {
  background-color: white;
}

/* Button Hover */
.dramviewer-container .zoom-button:hover,
.dramviewer-container .close-button:hover,
.form-step .zoom-button:hover,
.form-step .close-button:hover {
  background-color: rgb(200, 200, 200);
  transform: scale(1.1);
}

/* Magnifier Icon */
.dramviewer-container .zoom-button svg,
.dramviewer-container .close-button svg,
.form-step .zoom-button svg,
.form-step .close-button svg {
  width: 50%;
  height: 50%;
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Modal Content Wrapper */
.modal-feature-content-wrapper.modal-feature-content-wrapper-colored-theme {
  background-color: var(--gridItem-color-bg);
  color: var(--gridItem-color-font-color);
}

.modal-feature-content-wrapper {
  padding: var(--global-modal-padding);
  border-radius: var(--global-modal-border-radius);
}

.modal-content .sticky-wrapper {
  position: sticky;
  top: 1px;
  right: 10px;
  align-items: flex-end;
  justify-content: right;
  display: flex;
}

.modal-feature-content-wrapper.feature-group-image-wrapper {
  flex-direction: column;
  padding-bottom: 0px;
  display: flex;
}

.modal-feature-content-image {
  width:60%;
  margin: 0 auto;
  
}

@media only screen and (max-width:594px) {
  .modal-feature-content-wrapper {

    --global-modal-padding: 32px 32px;
    padding: var(--global-modal-padding);
  }
  .modal-feature-group p,
  .modal-feature-group li {
      font-size: 0.8em;
  }
  .modal-feature-group h2 {
      font-size: 1.5em;
  }
}


/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Dramfinder multi step form */
/* Main Layout */
.multi-step-form-wrapper {
  display: flex;
  max-width: 1000px;
  margin: auto;
  background-color: white;
  border-radius: var(--global-card-border-radius);
  flex-direction: row;
  min-height: 700px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.multi-step-form-wrapper .form-container .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0 0 0; /* spacing from the form content */
}


/* Sidebar */
.sidebar {
  width: 25%;
  padding: 20px;
  background-color: #f7f7f7;
}

@media only screen and (min-width:1000px) {
  .sidebar {
    padding: 20px;
    border-radius: 0px 25px 25px 0px;
  }
}

@media only screen and (max-width:999px) {
  .multi-step-form-wrapper {
    padding: 20px;
    border-radius: 25px 0px 25px 0px;
    flex-direction: column!important;
  }
}

.sidebar h3 {
  margin-bottom: 10px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.step-item {
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: default;
  background-color: #e0e0e0;
}

.step-item.completed {
  background-color: #4caf50;
  color: white;
}

.step-item.active {
  background-color: #ff9800;
  color: white;
}

/* Flexbox container */
.form-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

/* Progress Bar */
.progress-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 8px;
  gap: 8px; /* space between segments */
  margin-bottom: 20px;
}

.progress-step {
  position: relative;
  --progress-next: #e0e0e0;
  flex: 1;
  background-color: var(--progress-next); /* gray background */
  border-radius: 4px;
  overflow: hidden; /* ensure fill stays inside */
}


.fill-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%; /* starts empty */
  background-color: var(--progress-completed, rgb(0, 158, 96)); /* green fill */
  transition: width 0.4s ease-in-out;
  border-radius: 4px;
}

/* When completed, animate fill from left to right */
.progress-step.completed .fill-bar {
  width: 100%;
}

.progress-step .checkmark {
  display: none;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}

.progress-step.completed .checkmark {
  display: block;
}

.progress-step.active {
  --progress-active: orange;
  background-color: var(--progress-active);
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Form Steps */
.multi-step-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.form-step {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-align: center;
}

.form-step.active {
  display: flex;
}

.form-step .form-group #age-warning {
  padding: 10px;
  font-size: 0.9em;
  margin-top: 4px;
  min-height: 1.2em; /* reserve vertical space */
  background-color: var(--bg-ng-caption);
  color: var(--text-ng-caption);
  border-radius: 8px;
}

#age-warning {
  visibility: hidden; /* hide but keep space */
  transition: visibility 0.3s ease;
}

#age-warning.visible {
  visibility: visible;
}


/* Form Group */
.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}


/* Radio button options style in multi-form-stepper */

@media only screen and (min-width: 765px) {
  .option-selector {
    min-width: 600px;
  }
}

.option-selector {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.option-card {
  flex: 1;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease;
  transition: 0.3s all ease;
}

.option-card:hover {
  transform: translateY(-2px);
}

.option-card input[type="radio"] {
  display: none;
}

.card-content {
  display: flex;
  flex-direction: column;
  height: 120px;
  justify-content: space-between;
  border: 2px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Duotone parts */
.card-top {
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.card-bottom {
  background-color: #dedede;
  color: #555;
  padding: 14px;
  font-size: 14px;
  text-align: center;
}

/* Selected style */
.option-card input[type="radio"]:checked + .card-content {
  transition: border-color 0.3s ease;
  border-color: var(--green-emphasis);
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.3);
}

.option-card input[type="radio"]:checked + .card-content .card-top {
  background-color: var(--green-emphasis);
  transition: background-color 0.3s ease;
  color: white;
}

.option-card input[type="radio"]:checked + .card-content .card-bottom {
  background-color: white;
  transition: background-color 0.3s ease;
  color: #333;
}

/* Taste types selector */
.taste-item-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 1rem;
}

.taste-item {
  padding: 12px 16px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.taste-item:hover {
  background: #eaeaea;
}

.taste-item.selected {
  background: #f7f7f7;
  border: 2px solid var(--green-emphasis);
  color: black;
  font-weight: bold;
}

.taste-item.disabled:not(.selected) {
  opacity: 0.5;
  pointer-events: none;
}


/* Multi-step buttons */

.multi-step-form .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  padding: 10px;
}
.inactive {
  cursor: not-allowed;  /* Show not-allowed cursor */
  opacity: 0.5;  /* Make it semi-transparent */
}

.inactive:hover {
  transform: none;
  opacity: 0.5;
  background-color: rgb(232, 232, 237); /* Light gray button background */
}


/* Start Button - same styling as next/prev buttons */
.start-button {
  background-color: rgb(232, 232, 237); /* Light gray button background */
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: var(--ap-lg-button-icon);
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
}

.start-button:hover {
  background-color: rgb(200, 200, 200);
}

/* Hide the wizard initially */
.multi-step-form-container {
  display: none;
}


.background-container {
  background-image: url("/resources/images/dramfinder/background/dramfinder-greenleafs-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Center the start screen */
.start-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  min-width: 50%;
  height: auto;
  padding: 40px;
}

/* Blur effect for the start screen */
.section-blur {
  background: rgba(244, 243, 242, 0.6); /* Light transparent background */
  backdrop-filter: blur(5px);
  border-radius: var(--global-card-border-radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Slight shadow for depth */
}

/* Smooth fade-in effect for wizard */
.multi-step-form-container {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Smooth fade-out and hide start screen */
.hide-start-screen {
  display: none!important;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  min-width: 50%;
  height: auto;
  padding: 40px;
}

/* Disabled (inactive) button styling */
.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.taste-sliders-container {
  margin: 20px;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.taste-slider-block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 15px;
}

.taste-slider-block label {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  min-width: 90px;
  flex-shrink: 0;
}

.taste-slider-block input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #eee;
  outline: none;
  transition: background 0.3s;
}

.taste-slider-block input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--green-emphasis);
  cursor: pointer;
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--green-emphasis);
  transition: background 0.3s, box-shadow 0.3s;
}

.taste-slider-block input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--green-emphasis);
  cursor: pointer;
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--green-emphasis);
}

.taste-slider-block .rating-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--green-emphasis);
  min-width: 24px;
  text-align: right;
}

.input-with-unit {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.input-with-unit input {
  width: 100%;
  height: 40px;
  padding-right: 60px; /* room for 'years' */
  padding-left: 12px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.input-with-unit .unit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  pointer-events: none;
}


#whisky-results table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  text-align: left;
}

#whisky-results .whisky-name-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#whisky-results .whisky-link {
  visibility: hidden;
  text-decoration: none;
  font-size: 1.2em;
  color: #0077cc;
  transition: opacity 0.5s ease;
}

#whisky-results .whisky-row:hover .whisky-link {
  visibility: visible;
}

#whisky-results .whisky-link:hover {
  text-decoration: underline;
}


#whisky-results .whisky-table-head th.whisky-th {
  background-color: #f0f0f0;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: var(--table-default-fs);
  border-bottom: 2px solid #ccc;
}

#whisky-results .whisky-table-body tr.whisky-row {
  background-color: #f5f5f5;
  font-size: var(--table-default-fs);
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: background-color 0.3s ease;
}

#whisky-results .whisky-table-body tr.whisky-row:nth-child(odd) {
  background-color: white;
}

#whisky-results .whisky-table-body tr.whisky-row:hover {
  background-color: #d6d9dc;
}

#whisky-results .whisky-td {
  font-size: var(--table-default-fs);
  padding: 14px 16px;
  border-bottom: none;
  vertical-align: middle;
}

#whisky-results .number-col {
  text-align: right;
  font-feature-settings: "tnum";
}

#whisky-results .probability-col {
  text-align: right;
  font-feature-settings: "tnum";
}


/* Home image format rendering */
@media only screen and (min-width: 1000px){
  .grid-item .tile .tile-content .image-wrapper .dramfinderpro-promo-v0725 {
  max-width: 100%;
  }
  .grid-item.half-width {
    height: 900px;
  }
}

@media only screen and (max-width: 999px) {
  .grid-item .tile .tile-content .image-wrapper .dramfinderpro-promo-v0725 {
  max-width: 100%;

  }

   .grid-item.half-width {
    height: 650px;
  }
}



/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  */
/*  *//*  *//*  */
/*  *//*  */
/*  */
/* Homepage Modules */

.main .inside-main-unit .module-content {
  width: 100%;
}

/* Optional: set a consistent height */
.inside-main-unit .module-content {
  height: 850px;
  max-height: 850px;
}

.inside-main-unit .module-content .module-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--global-card-bg-primary);
  overflow: hidden;
}

.module-content .module-wrapper a.module-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-decoration: none;
}


.module-verbiage-wrapper {
  text-align: center;
  flex-shrink: 0;
  z-index: 2;
  padding-top:45px;
}

.subhead {
  font-size: 28px;
}

/* Now a relative media container */
.module-media-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9; /* Keeps video nicely framed */
  overflow: hidden;
  z-index: 1;
}

.module-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
}

.module-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transform: translateZ(0) scale(1.01); /* slight overscale */
  will-change: transform;
}

/* Responsive adjustment */
@media only screen and (max-width: 768px) {
  .module-wrapper {
    gap: 24px;
    padding: 32px 0;
  }

  .subhead {
    font-size: 22px;
  }

  .module-media-wrapper {
    aspect-ratio: 4 / 3;
  }
}

@media only screen and (max-width: 1551px) {
  .module-video {
    height: 100%;
  }
}

.module-content .module-cta-links {
  position: relative;
  z-index: 4;
  text-decoration: none;
  display: inline-block;
  margin: 24px 0px;
}

.module-content .module-cta-links .button {
  text-decoration: none;
}

.module-content .module-cta-links .cta-button {
  background-color: var(--green-emphasis);
  color: white;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 15px 20px;
  line-height: 1.17;
  font-weight: 300;
  transition: all ease-in-out .3s;
}


.module-content .module-cta-links .cta-button:hover {
  background-color: transparent;
  color: var(--green-emphasis);
  border: 1px solid var(--green-emphasis);
  border-radius: 40px;
  padding: 15px 20px;
  line-height: 1.17;
  font-weight: 300;
  transition: all ease-in-out .3s;
}