﻿@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root {
  --dayus-font-family: "Montserrat", sans-serif;
  --dayus-color-blue: #09264D;
  --dayus-color-red: #E20600;
  --dayus-color-grey: #D9D9D9;
  --dayus-color-neutral-1: #F4F4F4;
  --dayus-color-neutral-2: #e1e1e1;
  --dayus-color-neutral-3: #D9D9D9;
}

header {
  background: white;
  border-bottom: 1px solid var(--dayus-color-grey);
}

.btn.btn-primary {
  background-color: var(--dayus-color-red);
  border-color: var(--dayus-color-red);
}
.btn.btn-primary:hover {
  background-color: rgb(175, 4.6460176991, 0);
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h2.title-2 {
  color: var(--dayus-color-blue);
  font-weight: 700;
  text-transform: uppercase;
}

.rounded-corners {
  border-radius: 1rem;
}

.bg-grey {
  background-color: var(--dayus-color-grey);
}

.navbar {
  padding-bottom: 0;
}
.navbar .navbar-logo .dayus-logo {
  background-image: none;
  z-index: 1;
  aspect-ratio: 7/1;
  max-width: 280px;
}
@media (min-width: 481px) {
  .navbar .navbar-logo .dayus-logo {
    margin-top: 1.25rem;
    margin-bottom: -1.25rem;
  }
}
.navbar .navbar-top {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
}
@media (min-width: 481px) {
  .navbar .navbar-top {
    width: 55%;
  }
}
.navbar .navbar-top form {
  width: 47%;
}
.navbar .navbar-top form .input-group {
  width: 100%;
}
.navbar .navbar-top form .input-group .input-group-prepend .input-group-text {
  border-radius: 0.5rem;
  background-color: white;
  border-right: 0;
  border-top: 1px solid var(--dayus-color-blue);
  border-bottom: 1px solid var(--dayus-color-blue);
  border-left: 1px solid var(--dayus-color-blue);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar .navbar-top form .input-group .form-control {
  border-radius: 0.5rem;
  border-left: 0;
  border-right: 1px solid var(--dayus-color-blue);
  border-top: 1px solid var(--dayus-color-blue);
  border-bottom: 1px solid var(--dayus-color-blue);
}
.navbar .navbar-top .btn-link {
  font-weight: 600;
  color: var(--dayus-color-blue);
  text-transform: uppercase;
  text-decoration: none;
}
.navbar .navbar-top .btn-link .bi {
  margin-right: 0.5rem;
}
.navbar .navbar-top .btn-link:hover {
  color: var(--dayus-color-red);
}
.navbar .navbar-main .navbar-nav {
  justify-content: space-between;
}
@media (min-width: 481px) {
  .navbar .navbar-main .navbar-nav {
    width: 60%;
  }
}
.navbar .navbar-main .navbar-nav .nav-item:focus-within .nav-link {
  font-size: 1.2rem;
  color: var(--dayus-color-blue);
  font-weight: bold;
  border-bottom: 5px solid transparent;
}
.navbar .navbar-main .navbar-nav .nav-item .nav-link {
  font-size: 1.2rem;
  color: var(--dayus-color-blue);
  font-weight: bold;
  border-bottom: 5px solid transparent;
}
@media (min-width: 481px) {
  .navbar .navbar-main .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 5px solid var(--dayus-color-red);
  }
  .navbar .navbar-main .navbar-nav .nav-item .nav-link:hover + .dropdown-menu {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    opacity: 1;
    transition-delay: 0.75s;
  }
}
@media (min-width: 481px) {
  .navbar .navbar-main .navbar-nav .nav-item .dropdown-menu {
    position: static;
    transition: opacity 500ms ease;
    opacity: 0;
  }
  .navbar .navbar-main .navbar-nav .nav-item .dropdown-menu:hover, .navbar .navbar-main .navbar-nav .nav-item .dropdown-menu:focus-within, .navbar .navbar-main .navbar-nav .nav-item .dropdown-menu.show {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    opacity: 1;
  }
}
.navbar .navbar-main .navbar-nav .nav-item.dropdown {
  position: inherit;
}
.navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: var(--dayus-color-blue);
  color: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
}
.navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .megamenu {
  padding: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  min-height: 100px;
}
@media (min-width: 481px) {
  .navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .megamenu {
    max-width: 60%;
  }
}
.navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .megamenu .dropdown-item {
  color: white;
}
@media (min-width: 481px) {
  .navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .megamenu .dropdown-item {
    flex-basis: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: start;
  }
}
.navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .megamenu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu:after {
  clear: both;
  content: "";
}

.cta-squares-nav {
  --bs-gutter-x: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cta-squares-nav .col-md-3:first-child > .cta-sq:first-child {
  background-color: var(--dayus-color-red);
}
.cta-squares-nav .cta-sq {
  display: block;
  font-weight: normal;
  background-color: var(--dayus-color-blue);
  color: white;
  padding: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-decoration: none;
  border-radius: 1rem;
  background-size: cover;
}
.cta-squares-nav .cta-sq > b {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cta-squares-nav .cta-sq > span {
  font-size: 0.83rem;
}
.cta-squares-nav .cta-sq.portal {
  background: linear-gradient(90deg, rgba(226, 6, 0, 0.75) 20%, rgba(226, 6, 9, 0.5) 100%), url(/media/xamjc2sy/customer-portal.png) center 100%;
  background-size: cover;
}
.cta-squares-nav .cta-sq.calculator {
  background: linear-gradient(90deg, rgba(9, 38, 77, 0.75) 20%, rgba(9, 38, 77, 0.5) 100%), url(/media/4vbdxmjq/performance-calculator.png) center 100%;
  background-size: cover;
}
.cta-squares-nav .cta-sq.configurator {
  background: linear-gradient(90deg, rgba(9, 38, 77, 0.75) 20%, rgba(9, 38, 77, 0.5) 100%), url(/media/ox3fdofz/product-configurator.png) center 100%;
  background-size: cover;
}
.cta-squares-nav .cta-sq.tool {
  background: linear-gradient(90deg, rgba(9, 38, 77, 0.75) 20%, rgba(9, 38, 77, 0.5) 100%), url(/media/zwcj4sba/reference-tool.png) center 100%;
  background-size: cover;
}

main a {
  color: var(--dayus-color-blue);
  font-weight: bold;
}

footer {
  color: white;
  font-size: 74%;
  background-color: var(--dayus-color-blue);
}
@media (min-width: 1024px) {
  footer {
    background: url("../../../images/dayus-footer.svg") bottom right no-repeat, linear-gradient(90deg, rgb(9, 38, 77) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
    background-size: cover, 100%;
  }
}
@media (min-width: 1401px) {
  footer {
    background: url("../../../images/dayus-footer.svg") bottom right no-repeat, linear-gradient(90deg, rgb(9, 38, 77) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
    background-size: auto 164px, 100%;
    background-position-x: right;
    background-position-y: 0px;
  }
}
footer .logo svg {
  aspect-ratio: 7/1;
  height: 32px;
}
footer .logo svg .dayus path {
  fill: white;
}
footer h5 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

#carouselBanner {
  min-height: 300px;
}
#carouselBanner .carousel-indicators li {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.75rem;
  list-style: none;
  background-color: var(--dayus-color-grey);
}
#carouselBanner .carousel-indicators li.active {
  background-color: var(--dayus-color-red);
}
#carouselBanner .carousel-indicators li::marker {
  display: none;
}

.home {
  overflow-x: hidden;
}

.homepage-message {
  text-align: center;
}
.homepage-message .btn-primary.btn-lg {
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 100%;
}

.dayus-logo {
  background-size: contain;
  background-image: url(/images/dayus-logo.svg);
  background-repeat: no-repeat;
  aspect-ratio: 7/1;
}

.swiperFeaturedProducts {
  border-top: 1px solid var(--dayus-color-grey);
  border-bottom: 1px solid var(--dayus-color-grey);
}
.swiperFeaturedProducts .swiper-scrollbar {
  display: none;
}

.product-categories a {
  text-decoration: none;
}
.product-categories a:hover {
  text-decoration: underline;
}

.product-search {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .product-search {
    max-width: 90%;
  }
}
.product-search .categories-nav {
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background-color: vaR(--dayus-color-grey);
}
.product-search .categories-nav .btn-outline-secondary {
  background-color: white;
  color: var(--dayus-color-blue);
  font-weight: bold;
  font-size: 85%;
}
.product-search .categories-nav .btn-outline-secondary.active {
  color: white;
  background-color: vaR(--dayus-color-red);
  border-color: vaR(--dayus-color-red);
}
.product-search .categories-nav .navbar-collapse {
  flex-grow: 0;
}
.product-search .categories-nav .navbar-collapse .nav-item {
  margin: 0 0.3rem;
}
@media (max-width: 540px) {
  .product-search .col-left-filters.show, .product-search .col-left-filters.collapsing {
    position: absolute;
    top: -2rem;
  }
  .product-search .col-left-filters.show .filter-header, .product-search .col-left-filters.collapsing .filter-header {
    display: none !important;
  }
}
.product-search .col-left-filters > .panel {
  background-color: var(--dayus-color-neutral-1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0.5rem;
}
.product-search .col-left-filters > .panel .card {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.product-search .col-left-filters > .panel .card h5 {
  font-size: 1rem;
  color: black;
  font-weight: 600;
}
.product-search .col-left-filters > .panel .card .card-header {
  border-bottom: 0;
}
.product-search .col-left-filters > .panel .card .list-group {
  background-color: white;
  border-radius: 0;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.product-search .col-left-filters > .panel .card .list-group .list-group-item {
  align-items: center;
  display: flex;
  padding-left: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  background-color: transparent;
}
.product-search .col-left-filters > .panel .card .list-group .list-group-item .form-check {
  margin-bottom: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
.product-search .col-left-filters > .panel .card .list-group .list-group-item .form-check .form-check-input {
  margin-top: 0.5rem;
  height: 1rem;
  width: 1rem;
  border: 1px solid vaR(--dayus-color-blue);
}
.product-search .col-left-filters > .panel .filter-header {
  padding: 0.5rem 1rem 0.1rem;
  align-items: center;
}
.product-search .col-left-filters > .panel .filter-header h4 {
  margin: 0;
  color: var(--dayus-color-blue);
  font-size: 1.3rem;
  font-weight: 500;
}
.product-search .col-left-filters > .panel .filter-header .btn-outline-secondary {
  padding: 0.2rem;
  margin-right: -0.5rem;
  border: 0;
  max-height: 2.6rem;
  color: var(--dayus-color-blue);
}
.product-search .col-left-filters > .panel .filter-header .btn-outline-secondary:hover {
  color: var(--dayus-color-red);
  background-color: var(--dayus-color-neutral-3);
}
.product-search .col-left-filters > .panel .filter-header .bi-x {
  font-size: 1.8rem;
  line-height: 1.2rem;
}
.product-search .col-left-filters > .panel .filter-footer {
  padding: 1rem;
}
.product-search .col-left-filters > .panel .filter-footer .btn-outline-primary {
  color: var(--dayus-color-blue);
  border-color: var(--dayus-color-blue);
  font-weight: 600;
  font-size: 0.9rem;
}
.product-search .product-card {
  padding: 1.5rem;
  display: block;
  border-radius: 0.75rem;
  margin: 0 0 1.5rem;
  text-decoration: none;
}
.product-search .product-card .description .title {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.product-search .product-card .description p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.8rem;
}
.product-search .product-card:hover {
  background-color: var(--dayus-color-neutral-1);
}
.product-search .product-card .img-fluid {
  aspect-ratio: 9/5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media (min-width: 320px) {
  .product-search .product-card .img-fluid {
    height: 200px;
  }
}
@media (min-width: 767px) {
  .product-search .product-card .img-fluid {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .product-search .product-card .img-fluid {
    height: 200px;
  }
}

.dayus-product-detail .swiper-slide {
  background-color: transparent;
}
.dayus-product-detail .general-info .product-name {
  display: flex;
  justify-content: space-between;
}
.dayus-product-detail .general-info .product-name h1 {
  font-weight: 700;
}
.dayus-product-detail .general-info .product-like-share {
  margin-left: auto;
}
.dayus-product-detail .general-info .product-like-share a {
  font-size: 1.7rem;
}
.dayus-product-detail .general-info .product-description {
  font-weight: 500;
}
.dayus-product-detail .btn.btn-primary {
  transition: 0.3s;
}
.dayus-product-detail .btn.btn-primary[aria-expanded=true] {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.dayus-product-detail .product-features {
  position: relative;
  min-height: 6rem;
}
@media (min-width: 1024px) {
  .dayus-product-detail .product-features p {
    max-width: 70%;
  }
}
.dayus-product-detail .product-features .product-leadtime {
  position: absolute;
  right: 0.25rem;
  max-width: 50%;
  width: 200px;
}
.dayus-product-detail .configurator-section {
  background-color: var(--dayus-color-neutral-2);
  box-shadow: inset 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .dayus-product-detail .configurator-section .container {
    max-width: 980px;
  }
}
.dayus-product-detail .configurator-section .container #collapseProductConfigurator {
  padding: 2.5rem 0;
}
.dayus-product-detail .configurator-section .container .configurator-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dayus-product-detail .configurator-section .container .configurator-header .btn.btn-link {
  font-weight: 600;
  color: var(--dayus-color-navyblue);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.dayus-product-detail .configurator-section .container .configurator-header .btn.btn-link > .bi {
  font-size: 1.5rem;
  margin-left: 1rem;
}
.dayus-product-detail .configurator-section .container .configurator-header .btn.btn-link:hover {
  background-color: var(--dayus-color-neutral-1);
}
.dayus-product-detail .configurator-section .container .accordion-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.dayus-product-detail .configurator-section .container .accordion-button:after {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
}
.dayus-product-detail .configurator-section .container .accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.dayus-product-detail .product-accordion-section {
  padding-top: 2rem;
}
.dayus-product-detail .product-accordion-section .accordion-item:first-of-type > .accordion-header .accordion-button, .dayus-product-detail .product-accordion-section .accordion-item:last-of-type, .dayus-product-detail .product-accordion-section .accordion-item:first-of-type {
  border-radius: 0;
}
.dayus-product-detail .product-accordion-section .accordion-item {
  border-left: 0;
  border-right: 0;
}
.dayus-product-detail .product-accordion-section .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}
.dayus-product-detail .product-accordion-section .accordion-button:not(.collapsed) {
  background-color: White;
}

@media (max-width: 480px) {
  header {
    min-height: 3.5rem;
  }
  header .navbar-top {
    justify-content: flex-end !important;
  }
  header .navbar-top form {
    width: auto !important;
  }
  header .navbar-top .btn-link span {
    display: none;
  }
  header .navbar-top .input-group {
    width: auto !important;
  }
  header .navbar-top .input-group .input-group-text {
    border: 0 !important;
  }
  header .navbar-top .input-group .form-control {
    display: none;
  }
  header .navbar-top .create-quote {
    display: none;
  }
}
footer {
  background-color: #09264D;
}
footer .logo svg .dayus path {
  fill: white;
}

.nynmixin-image-fill {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
}

.nynmixin-image-fill img {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

.nynmixin-image-inside {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
}

.nynmixin-image-inside img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading_ajax, #loading_ajax_alt {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 45%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#loading_ajax_alt {
  top: 32%;
}

#loading_ajax_alt img {
  padding-bottom: 20px;
}

#overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 1000;
  display: none;
}

.addCursor {
  cursor: hand;
  cursor: pointer;
}

#drawer {
  background-color: #fff;
  color: #777;
  overflow: visible;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: "Arial";
  border-bottom: 2px solid #c6c6c6;
  width: 100%;
  display: none;
  z-index: 9999;
}

.drawer_close {
  color: #333;
  text-align: center;
  font-size: 9px;
  padding-top: 5px;
  font-family: "Arial";
  font-style: italic;
}

.selectAll {
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  font-style: italic;
}

.button_icon {
  margin-left: 5px;
  margin-top: 1px;
}

div.tooltip_contact, div.tooltip_light, div.tooltip_dark {
  background-color: #cecece;
  padding: 10px 15px;
  width: 275px;
  display: none;
  color: #333;
  text-align: left;
  font-size: 16px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.notification_icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.product-code-guide-char {
  width: 1.5rem;
  display: inline-block;
  text-align: center;
}

/*****************************************************************************************************/
/*TODO: Hadi changes for Alfred's attention, should remove after organizing in the corresponding files*/
/*****************************************************************************************************/
.feedbackform .umbraco-forms-navigation .btn.primary,
.contactform .umbraco-forms-navigation .btn.primary {
  background-color: var(--dayus-color-red);
  border-color: var(--dayus-color-red);
}

.feedbackform .umbraco-forms-navigation .btn.primary,
.contactform .umbraco-forms-navigation .btn.primary {
  background-color: rgb(175, 4.6460176991, 0);
}

.navbar .navbar-top #loginForm,
.navbar .navbar-top #logoutForm {
  width: auto;
}

.navbar .navbar-top #logoutForm button {
  width: 100%;
}

#carouselBanner .carousel-indicators {
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  border-radius: 12px;
  bottom: 10px;
}

#carouselBanner .carousel-control-prev,
#carouselBanner .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  opacity: 1;
}

#carouselBanner .carousel-control-prev-icon,
#carouselBanner .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.img-fluid-search {
  aspect-ratio: 9/5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

@media (min-width: 320px) {
  .img-fluid-search {
    height: 200px;
  }
}
@media (min-width: 767px) {
  .img-fluid-search {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .img-fluid-search {
    height: 200px;
  }
}
.img-fluid-search {
  width: 120px;
  height: 80px;
  background-size: cover;
  background-position: center;
}

feedbackform .umbraco-forms-navigation .btn.primary,
.contactform .umbraco-forms-navigation .btn.primary {
  color: white;
}

.feedbackform .umbraco-forms-navigation,
.contactform .umbraco-forms-navigation {
  text-align: center;
}

.contactform .umbraco-forms-fieldset {
  padding: 0;
  margin: 0;
}

.contactform .row-fluid .umbraco-forms-container.col-md-6 {
  margin-left: 10px;
}

.contactform .row-fluid .umbraco-forms-container:first-child {
  margin-left: 0px;
}

.contactform .row-fluid .umbraco-forms-container.col-md-6:last-child {
  width: 49%; /* col-md-6 fields render wider than col-md-12, so use 49% for a better fit */
}

.umbraco-forms-submitmessage-html {
  background-color: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #2e7d32;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.umbraco-forms-submitmessage-html strong {
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}

.feedbackform .row-fluid,
.contactform .row-fluid {
  display: flex;
}

.feedbackform .umbraco-forms-field-wrapper,
.contactform .umbraco-forms-field-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  margin: auto;
}

.feedbackform input.text, .feedbackform textarea,
.contactform input.text, .feedbackform textarea {
  box-sizing: border-box;
}

.feedbackform input.text,
.contactform input.text {
  min-width: 100% !important; /*for overriding Umbraco (.feedbackform textarea{ max-width: 400px !important) style*/
  padding-left: 5px;
}

.feedbackform textarea,
.contactform textarea {
  min-width: 100% !important; /*for overriding Umbraco (.feedbackform textarea{ max-width: 400px !important) style*/
}

.umbraco-forms-container.col-md-6 {
  margin-left: 5px;
}

.offcanvas.offcanvas-end {
  width: 600px;
}

.offcanvas {
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.offcanvas-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
}

.offcanvas-header h5 {
  font-weight: 600;
}

.accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}

.accordion-button {
  background-color: #f8f9fa;
  border: none;
  font-weight: 700;
  padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #495057;
}

.accordion-body {
  background-color: #fdfdfe;
}

.d-flex.justify-content-center.align-items-center.min-vh-25.my-1.gap-4 {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1rem;
  border: 1px solid #e9ecef;
}

.product-selector {
  background: #f8f9fa;
  border-radius: 8px;
  margin: 1rem;
  border: 1px solid #e9ecef;
}

.listbox-products {
  height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  margin-top: 10px;
}

.listbox-products-item {
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.listbox-products-item:hover {
  background-color: #f1f1f1;
}

.listbox-products-item.active {
  background-color: #0d6efd;
  color: white;
}

/* Just subtle improvements to your existing styles */
.offcanvas {
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.offcanvas-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
}

.offcanvas-header h5 {
  font-weight: 600;
}

.form-select {
  border-radius: 6px;
  border: 1px solid #ced4da;
  transition: all 0.2s ease;
}

.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

#productCodePreview {
  background: #495057;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: monospace;
  font-weight: 500;
}

.code-char {
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 4px;
  margin: 0 1px;
  border-radius: 3px;
}

.blinking-dash {
  animation: blink 1s infinite;
}

.form-check:hover {
  border-color: #0d6efd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.input-group-shadow {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.input-group-text {
  background: #e9ecef;
  border: none;
  font-weight: 500;
}

.form-control {
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none;
  background-color: #f8f9fa;
}

.btn-outline-secondary {
  border: none;
  background: #f8f9fa;
  color: #495057;
  font-weight: 600;
}

.btn-outline-secondary:hover {
  background: #e9ecef;
  color: #495057;
}

.invalid-tooltip {
  background: #dc3545;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
}

/* Subtle spacing improvements */
.ms-3.me-3 {
  margin: 0.75rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

/* Multi-section checkbox styling */
.form-check.d-none.ms-3 {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 8px 12px;
  margin-top: 8px;
}

/* Modal improvements */
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}

/* Table improvements */
.table {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table th {
  background: #f8f9fa;
  font-weight: 600;
  border: none;
}

.table td {
  border-color: #f8f9fa;
}

.table tbody tr:hover {
  background-color: #f8f9fa;
}

.invalid-tooltip {
  right: 0;
  top: 50%;
  font-size: 12px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 100%;
  max-height: 300px;
  width: 100px;
  box-sizing: border-box;
  padding: 0 10px;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 80px;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mySwiper2 .swiper-button-next:hover,
.mySwiper2 .swiper-button-prev:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.05);
}

.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.magnifier-glass {
  position: absolute;
  width: 220px;
  height: 140px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 9999;
  display: none;
  transition: opacity 0.15s ease;
}

.product-features li::marker {
  content: "◼";
  color: #E61B1B;
}

.play-button,
.pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 1;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 1;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button:hover,
.pause-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.pause-button {
  display: none; /* hidden until playing */
  justify-content: center;
  padding-top: 14px;
}

/*for inputs that are similar to select2 without dropdowns*/
.select2-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  padding-right: 0.75rem;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 28px;
}

.contact .card-title {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.contact .card-text {
  font-size: 0.9rem;
}

.vtabs-container {
  display: flex;
  margin: 0;
}

.vtabs-nav {
  width: 260px;
  background: #f9fafb;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.1);
}

.vtabs-nav .nav-link {
  border: none;
  border-radius: 0.75rem;
  font-weight: 500;
  color: #475569;
  padding: 0.75rem 1rem;
  transition: all 0.25s ease;
  width: 100%;
  text-align: left;
}

.vtabs-nav .nav-link:hover {
  background: #f1f5f9;
}

.vtabs-nav .nav-link.active {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
}

.vtabs-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: inset 8px 0 8px -8px rgba(0, 0, 0, 0.1);
}

.vtab-pane {
  flex: 1;
  padding: 2rem;
  animation: fadeIn 0.3s ease;
  overflow-y: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logout-popup {
  display: none;
  position: absolute;
  top: 100%; /* right under the link */
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 10px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  min-width: 150px;
}

.user-menu {
  position: relative;
  display: inline-block;
}

.user-menu:hover .logout-popup {
  display: block;
}
