@font-face {
    font-family: 'thesansb4';
    src: url('fonts/thesans-b4semilight-webfont.woff2') format('woff2'),
         url('fonts/thesans-b4semilight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thesansb5';
    src: url('fonts/thesans-b5plain-webfont.woff2') format('woff2'),
         url('fonts/thesans-b5plain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thesansb6';
    src: url('fonts/thesans-b6semibold-webfont.woff2') format('woff2'),
         url('fonts/thesans-b6semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thesansb7';
    src: url('fonts/thesans-b7bold-webfont.woff2') format('woff2'),
         url('fonts/thesans-b7bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Roman'), local('Source-Sans-3-Roman'),
        url('fonts/SourceSans3-Roman.woff2') format('woff2'),
        url('fonts/SourceSans3-Roman.woff') format('woff'),
        url('fonts/SourceSans3-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


:root {
  /* FILE DATA */
    --borderradius-interactives: 0px;
    --borderradius-cards: 0px;

  /* FONTS */
  --desktop-h1-size: 52px;
  --desktop-h1-line-height: 55px;
  --desktop-h2-size: 33px;
  --desktop-h2-line-height: 36px;
  --paragraph-size: 24px;
  /*--paragraph-line-height: 27px;*/
  --paragraph-line-height: 30px;
  --paragraph-small-size: 18px;
  --paragraph-small-line-height: 24px;
  --font-primary: "thesansb5";
  --font-secondary: "Source Sans 3";
  --desktop-h1-weight: var(--font-weight-semibold);
  --font-weight-regular: "Regular";
  --font-weight-medium: "Medium";
  --font-weight-semibold: 600;
  --font-weight-bold: "Bold";
  --desktop-h2-weight: var(--font-weight-regular);
  --paragraph-weight: var(--font-weight-light);
  --paragraph-small-weight: var(--font-weight-light);
  --font-weight-light: "Light";
  --desktop-h1-font-family: var(--font-primary);
  --desktop-h2-font-family: var(--font-primary);
  --paragraph-font-family: var(--font-primary);
  --paragraph-small-font-family: var(--font-primary);
  --mobile-h1-size: 36px;
  --mobile-h1-line-height: 40px;
  --button-font-family: var(--font-secondary);
  --button-weight: var(--font-weight-semibold);
  --button-size: 13px;
  --button-line-height: 13px;
  --input-font-family: var(--font-primary);
  --input-weight: var(--font-weight-regular);
  --input-size: 16px;
  --input-line-height: 16px;
  --link-font-family: var(--font-primary);
  --link-weight: var(--font-weight-bold);
  --link-size: 16px;
  --link-line-height: 16px;
    /* BRAND COLORS */
    --main-brand: #828168;
    --main-brand-dark: #828168;
    --accents-1: #f0efe9;
    --neutrals-white: #FFFFFF;
    --neutrals-lightgrey: #F2F2F2;
    --neutrals-mediumgrey: #D9D9D9;
    --neutrals-darkgrey: #989898;
    --neutrals-black: #000000;
    --ui-positive: #009681;
    --ui-negative: #D13346;
    --ui-warning: #E7AA35;
    --backorder: #dbd9ca ;
    --under-button-color: #58574c;
    
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.details_orders_popup .msgln.pdi {
    background-color: var(--accents-1);
}
.details_orders_popup .msgln.not_seen {
    background-color: var(--ui-negative);
}
.bg-brand-dark {
    background-color: var(--main-brand-dark);
}
.bg-brand-light {
    background-color: var(--accents-1);
}
.login_container, .register_container , .reset_container {
    text-align: left;
}
.login_container input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 2px solid var(--main-brand-dark);
    padding: 13px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
    height: unset;
    border-radius: 4px;
}
.login_container input[type="submit"] {
    background-color: var(--main-brand-dark);
    width: 100%;
    margin: 0;
}
.login_container form, .register_container form, .reset_container form {
/*    text-align: left;*/
    margin: 0;
}
span.chat_count.not_seen {
    color: var(--ui-negative);
}
.login_container a {
    text-decoration: underline;
    color: var(--main-brand-dark) ;
}
.login_container form label {
  width: 100%;
}
.single_user span.role {
    width: 6em;
    text-transform: capitalize;
}
.login_container .alert, .register_container .alert, .reset_container .alert {
    max-width: 25em;
}
.container_info h4, 
.extra_info h4,
.delivery_info h4,
.invoice_info h4 {
    font-family: var(--paragraph-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: var(--paragraph-line-height);
    color: var(--neutrals-black);
    margin:0;
}
.by_factory {
  max-width: 120px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}

#potdesign-buttons a .col-12 {
    text-align: center;
    background: #fff;
    padding: 1.5em 0.4em;
    margin-bottom: 1em;
    border: 0;
    color: black;
    border-radius: 0;
    font-family: 'thesans-b7bold', sans-serif;
    font-size: 1.2em;
    background-color: var(--accents-1);
    font-size: 24px;
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 1.5rem;
}
.login_page_header {
    background-image: url(/images/PDI-Logix-photo.jpg);
    height: 330px;
    background-position: 50% 66%;
}
.container-login-page {
    max-width: 1610px;
}
.container-login-page h3 {
        font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
}
.login_page_header .logo-outline {
    right: -8%;width: 73%;
}
.login_container_page {

}
.sidebar_left .navbar-brand {
    width: 80%;
}
.btn-danger {
    background-color: var(--ui-negative);
    border-color: var(--ui-negative);
    color: white;
    margin: 0;
}
.btn-danger:hover {
    background-color: var(--ui-negative);
    border-color: var(--ui-negative);
    color: white;
    opacity: 0.8;
}
input, .radio_holder label, .radio_holder input, .radio_holder select {
    accent-color: #828169;
}
.bg-light {
    background-color: var(--accents-1) !important;
}
.bg-dark {
    background-color: var(--main-brand) !important;
}
span.count {
    background-color: var(--ui-negative);
}
.grecaptcha-badge {
    display: none !important;
    opacity: 0;
}
.sidebar_left .user_menu p {
    text-transform: none;
}
span.chat_icon {
    background-image: url(../images/there_are_chats_2025.svg);
}
span.chat_icon.not_seen {
  background-image: url(../images/new_chats_2025.svg);
}
body {
    margin: auto;
    font-family: var(--paragraph-font-family);
    font-weight: 300;
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-line-height);
    color: var(--neutrals-black);
    /*padding-top: 100px;*/
}

.container-lg {
    width: calc(100% - 40px) !important;
    max-width: 1360px !important;
}

nav .container-xl {
    max-width: 1610px;
    width: 100%;
    padding: 27px 0 !important;
}

p {
    font-family: var(--paragraph-font-family);
    font-weight: 300;
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-line-height);
    color: var(--neutrals-black);
}
.last-p-nm p:last-child {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

h1 {
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 2rem;
}

h2 {
/*    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-line-height);
    font-family: var(--desktop-h2-font-family);
    font-weight: var(--desktop-h2-weight);
    margin-bottom: 1rem;*/
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 1.5rem;
}

h3 {
    font-family: var(--paragraph-font-family);
    font-weight: 700;
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    color: var(--neutrals-black);
}

.quote {
    font-family: var(--paragraph-font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: var(--paragraph-line-height);
    font-style: italic;
}
.quote-author {
    font-style: italic;
}

/*h4 {
    font-family: var(--desktop-h4-font-family);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-line-height);
    font-weight: var(--desktop-h4-weight);
}*/

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-nav .nav-item {
    font-size: var(--link-size);
    font-family: var(--paragraph-font-family);
    line-height: var(--link-line-height);
    color: var(--neutrals-black);
    text-transform: uppercase;
    font-weight: 700;
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item:hover{
    color: var(--main-brand);
}

.navbar-nav .nav-item.active {
    color: var(--main-brand);
}

.dropdown-menu {
    min-width: auto;
    border-radius: 0;
}
.loader {
    background-image:url(images/pdi_loader_2025.svg);
}
.navbar-toggler,
.soc-btn {
    border: unset;
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-brand);
}

/*.btn {
    background-color: var(--main-brand);
    border: 3px solid var(--main-brand);
    color: var(--neutrals-white);
    font-weight: var(--button-weight) !important;
    padding: 13px 33px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.btn:hover {
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
}*/

.btn-outline {
    background-color: unset;
    color: var(--main-brand);
    border: 3px solid var(--main-brand);
}

.btn-outline:hover {
    background-color: unset;
    color: var(--neutrals-black);
    border: 3px solid var(--neutrals-black);
}

.btn-white {
    box-shadow: 0px 4px 10px 0px #00000014;
    background-color: var(--neutrals-white);
    color: var(--main-brand);
}

.btn-white:hover {
    background-color: var(--neutrals-mediumgrey);
    color: var(--main-brand);
}

.btn-outline-white {
    box-shadow: 0px 4px 10px 0px #00000014;
    color: var(--neutrals-white);
    border: 3px solid var(--neutrals-white);
    background-color: unset;
}

.btn-outline-white:hover {
    background-color: unset;
    border: 3px solid var(--neutrals-black);
    color: var(--neutrals-black);
}

.link1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-black);
    font-family: 'thesansb7';
    gap: .4rem;
}
.link1 i.bi {
    font-size: 24px;
    color: var(--neutrals-black);
}
a.link1:hover, a.link1:active {
    color: inherit !important;
    opacity: 0.8;
}

.bg-brand {
    background-color: var(--main-brand);
}

.text-brand {
    color: var(--main-brand) !important;
}
.text-black {
    color: var(--neutrals-black) !important;
}

.bg-light-grey {
    background-color: var(--neutrals-lightgrey);
}

.br-intr {
    border-radius: var(--borderradius-interactives);
}

.br-cards {
    border-radius: var(--borderradius-cards);
}

.br-cards-top {
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}

.mh-376 {
    max-height: 376px;
    width: 100%;
    object-fit: cover;
}
.mh-400 {
    max-height: 400px;
}
.mh-480 {
    max-height: 480px;
    object-fit: cover;
}
.mh-653 {
    max-height: 653px;
    object-fit: cover;
}
.min-h-480 {
    min-height: 460px;
    background-size: cover;
    background-position: center;
}


a {
    /*color: var(--main-brand);*/
    color: var(--neutrals-black);
    text-decoration: none;
}
a:hover, a:active, a.nav-item:hover {
    color: var(--main-brand);
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: var(--main-brand);
}

.border-top {
    border-top: 1px solid var(--neutrals-lightgrey) !important;
}
.border-bottom,
.el-posts .scnd-column .row:last-child {
    border-bottom: 1px solid var(--neutrals-lightgrey) !important;
}

.fit-img-to-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fit-img-to-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bg-brand-color-1 {
    background-color: var(--main-brand);
}
.bg-brand-color-1 * {
    color: var(--accents-1);
    /*color: #fff;*/
}
.bg-brand-color-1 p.text-black,
.bg-brand-color-1 p.text-black strong {
    color: black !important;
}
.bg-brand-color-1 .link1 i.bi {
    color: var(--accents-1);
}
/*.bg-brand-color-1 .btn {
    background-color: #fff;
    color: var(--main-brand);
    border: 3px solid #fff;
}
.bg-brand-color-1 .btn:hover {
    background-color: var(--neutrals-mediumgrey);
    color: var(--main-brand);
}
.bg-brand-color-1 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--main-brand);
    color: #fff;
}
.bg-brand-color-1 .btn-outline:hover {
    background-color: var(--main-brand);
    color: var(--neutrals-black);
    border: 3px solid var(--neutrals-black);
}*/



i.bi {
    color: var(--main-brand);
    display: block;
    font-size: 28px;
}
i.bi.fs-normal {
    font-size: inherit;
}

i.bi.bi-star-fill {
    color: var(--neutrals-mediumgrey);
    font-size: 16px;
}
i.bi.bi-star-fill.color-yellow {
    color: var(--ui-warning);
}

.bi-chevron-left::before,
.bi-chevron-right::before {
    font-weight: 600 !important;
}


.icon-square {
    width: 48px;
    height: 48px;
    flex: none;
}

.icon-square-big {
    width: 64px;
    min-width: 64px;
    height: 64px;
    flex: none;
}

.border-custom {
    border: 1px solid var(--neutrals-lightgrey);
}

.rotate-315 {
    transform: rotate(315deg);
}

.accordion-item {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--neutrals-mediumgrey);
}
.accordion-item:first-of-type {
    border-top: 1px solid var(--neutrals-mediumgrey);
}

.accordion-button {
    border: unset !important;
    box-shadow: unset !important;
    background: unset !important;
}

.accordion-button::after {
    background-image: url(../images/icons/xmark.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/xmark.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
}

h3 .accordion-button {
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-line-height);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.small-p,
.pagination-item {
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-line-height);
    font-weight: var(--paragraph-small-weight);
}

.label-category {
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-line-height);
    font-weight: var(--paragraph-small-weight);
    padding: 4px 12px;
    background-color: var(--neutrals-mediumgrey);
    border-radius: 100px;
    text-decoration: unset;
    color: var(--neutrals-black);
}

.swiper-slide {
    height: auto;
}
.swiper-arrow {
    min-width: 39px;
    max-width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background-color: var(--main-brand);
    color: #fff;
}
.swiper-arrow i.bi {
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 1;
}
.swiper-arrow:hover {
    background-color: var(--neutrals-mediumgrey);
}
.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--neutrals-darkgrey);
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--main-brand);
}

.swiper-pagination {
    bottom: unset !important;
    top: unset !important;
}

.el-full-slider .swiper-arrow {
    position: absolute !important;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    z-index: 9;
    background-color: var(--accents-1);
    color: var(--main-brand);
}
.el-full-slider .swiper-arrow i.bi {
    color: var(--main-brand);
}
.el-full-slider .swiper-arrow-left {
    left: 3rem;
}
.el-full-slider .swiper-arrow-right {
    right: 3rem;
}

.link {
    font-size: var(--link-size);
    line-height: var(--link-line-height);
    font-family: var(--link-font-family);
    font-weight: 700;
    text-decoration: unset;
}

input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #828169;
    padding: 7.5px 12px;
}
input.chat_message {
    margin-bottom: 8px;
    margin-right: 16px;
}
.form-check {
    padding: 0;
    margin-bottom: 0.5rem;
}


.chat_only_popup[data-chat_with="factory"] .chat_box,
.chat_only_popup[data-chat_with="customer"] .chat_box {
    height: calc(100% - 7.5em);
}
.chat_only_popup .chat_box {
    height: calc(100% - 5em);
    border: 2px solid var(--main-brand-dark);
    margin-bottom: 0.5em;
    border-radius: 4px;
    padding: 0.5em;
    overflow: auto;
}
.form-check input {
    font-size: 24px;
    border: 1px solid var(--neutrals-darkgrey);
    margin: unset !important;
}

.form-check .form-check-label {
    padding-left: 1rem;
    font-weight: var(--font-weight-semibold);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    font-family: var(--paragraph-font-family);
}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-darkgrey);
    text-decoration: unset;
}

.pagination-item.active {
    border: 1px solid var(--main-brand);
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

.pagination-item.disable {
    border: unset;
}



.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    color: var(--neutrals-black);
    font-size: var(--paragraph-small-size);
    font-weight: normal;
    margin-top: 6px;
    display: block;
    font-style: italic;
}
.wpcf7 .wpcf7-response-output, .wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-mail-sent-ok {
    font-style: italic;
    font-size: var(--paragraph-small-size);
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea {
    /*border: none;*/
    border: 1px solid var(--accents-1);
    border-radius: 0;
    padding: 13px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
}
.wpcf7-form textarea {
    height: 180px;
}
.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: 1px solid var(--bg-black) !important;
    outline: unset !important;
}

.wpcf7-form label {
    color: var(--neutrals-black);
    font-size: var(--paragraph-small-size);
    font-family: var(--input-font-family);
    line-height: var(--input-line-height);
    font-weight: 400;
}

.wpcf7-form input[type=submit] {
    background-color: var(--main-brand);
    padding: 13px 33px;
    border: 3px solid var(--main-brand) !important;
    color: var(--neutrals-white);
    width: auto;
}
.wpcf7-form input[type=submit]:active,
.wpcf7-form input[type=submit]:hover {
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
    border: 3px solid var(--neutrals-black) !important;
}

.contact-description p {
    font-weight: var(--font-weight-semibold);
    font-family: var(--button-font-family);
    font-size: var(--button-size);
    line-height: var(--button-line-height);
}


.image-link .ratio {
    overflow: hidden;
}
.image-link img.trans-zoom {
    transition: transform 0.3s ease-in-out;
}
.image-link:hover img.trans-zoom {
    transform: scale(1.1);
}
.image-link:hover h3 {
    transition: transform 0.2s;
    color: var(--main-brand);
}
.image-link img.trans-arrow {
    position: absolute;
    bottom: 20px;
    width: 80px;
    transition: all 0.3s ease-in-out;
    height: auto;
    top: inherit;
    left: 20px;
    opacity: 0;
}
.image-link:hover img.trans-arrow {
    left: calc(100% - 100px);
    opacity: 1;
}
.image-link img.trans-arrow.opa-1 {
    left: 20px;
    opacity: 1;
}
.image-link:hover img.trans-arrow.opa-1 {
    left: calc(100% - 100px);
    opacity: 0;
}


footer a,
footer p {
    font-size: 14px !important;
    color: var(--neutrals-black);
}
footer .latest-col h5 {
    text-transform: none;
}



hr {
    color: var(--accents-1);
    opacity: 1;
}


/* general */
.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.min-h-416 {
    min-height: 416px;
}


.btn-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 6px 33px;
    line-height: normal;
    border: 0;
}
.btn-icon i.bi {
    color: #fff;
    font-size: 19px;
}



/*element text with bg image */

.bg-accents-1 {
    background-color: var(--accents-1);
}

.center-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row>* {
    padding-right: 20px;
    padding-left: 20px;
}

section {
    margin-bottom: 20px;
}
.text-sm {
    font-size: 14px;
}
.ratio-430x524 {
    --bs-aspect-ratio: 122%;
}
.ratio-660x416 {
    --bs-aspect-ratio: 63%;
}

.el-text-bg-image {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    aspect-ratio: 1600 / 350;
    min-height: 200px;
}
.el-text-bg-image .btn-outline:hover {
    color: #fff;
}
.el-text-bg-image .logo-outline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
}
.page-template-page-2025-home .el-text-bg-image h2 {
    text-shadow: 0px 0px 8px white;
}
.page-template-page-2025-home .el-text-bg-image {
    aspect-ratio: unset;
}
.page-template-page-2025-home .el-text-bg-image .logo-outline {
    right: -15%;
    width: 90%;
}


/* element divider */
.el-divider {
    min-height: 3rem;
}
.el-divider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 1;
    max-height: 336px;
}

/* element video */
.el-video .iframe-wrapper {
    position:relative;
    padding: 56.34% 0 0 0;
}
.el-video .iframe-wrapper iframe {
    border-radius: var(--borderradius-interactives);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.el-video2 > iframe {
    width: 100%;
/*     aspect-ratio: 4 / 1; */
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0;
    padding: 0;
}



.testimonial {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.testimonial .box1 {
    width: 23%;
}
.testimonial .box2 {
    width: 6%;
}
.testimonial .box3 {
    /*flex-grow: 1; grows to fill the remaining space.*/
    width: 51%;
    width: 49%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.testimonial .box4 {
    display: flex;
    align-items: flex-end;
    width: 6%;
}
.testimonial .box5 {
    width: 16%;
}




.el-magazine .img-magazine {
    width: 100%;
    margin-left: -114px;
    margin-top: -54px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    margin-bottom: -22px;
}
.video-container {
    width: 100%;
    aspect-ratio: 16 / 9; /* Ensures proper video scaling */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}



@media (min-width: 1400px) {
    .pll-parent-menu-item {
        margin-left: 1rem;
        margin-right: 0.5rem;
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-item {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }
    footer .col-xl-14 {
        flex: 0 0 auto;
        width: 14%;
    }
    footer .latest-col {
        min-width: 250px;
    }
}
@media(min-width:992px) {
    .ratio-lg-16x9 {
        --bs-aspect-ratio: 56.25%;
    }
    .hide-arrows-desktop .swiper-arrow {
        display: none;
    }
}


@media(max-width:1700px) {
    body nav {
        padding: 0 40px !important;
    }
}
@media(max-width:1199px) {
    .testimonial {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 0;
    }
    .testimonial .box1 {
        display: none;
        width: 100%;
    }
    .testimonial .box3 {
        width: 88%;
    }
    .testimonial .box5 {
        width: 100%;
    }
}
@media(max-width:991px) {
    #menu-item-2025,
    #menu-item-2602 {
        display: none;
    }

    h1, h2 {
        font-size: var(--mobile-h1-size);
        line-height: var(--mobile-h1-line-height);
    }
    .quote {
        font-size: 20px;
        line-height: 26px;
    }
    .fit-img-to-content {
        position: relative;
    }
    .el-video2 > iframe {
        aspect-ratio: 16 / 9;
    }
    .swiper-arrow {
        position: absolute !important;
        top: 50%;
        right: 3rem;
        transform: translateY(-50%);
        z-index: 9;
    }
    .swiper-arrow-left {
        left: 3rem;
    }
    .swiper-arrow-right {
        right: 3rem;
    }
}
@media(max-width:767px) {
    .container-lg {
        width: 100% !important;
    }
    body nav {
        padding: 0 32px !important;
    }
    .btn {
        display: block;
    }
    .btn-icon {
        display: flex !important;
    }
}


.left_side, .right_side {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;     /* centers vertically */
}
.right_side {
    border-left: 2px solid var(--main-brand);
    background-color: rgba(255,255,255,0.9);
}
.pottery_logo {
    width: 330px;
}
.left_side .pottery_logo img {
    width: 100%;
}

.full_background {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/images/PDI-Logix-photo.jpg);
  background-size: cover;
  background-position: 0% 50%;  
  display: flex
}

.full_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* 70% dark overlay → background looks 30% visible */
  z-index: 1;
}

/* Optional: your content inside */
.full_background > * {
  position: relative;
  z-index: 2;
}



.quotation_form .field{
    margin-bottom: 1em;
}
.quotation_form p {
    margin-top: 0;
}

.quotation_form .field label {
    font-family: 'thesansb7';
}
.input-prefix {
    position: relative;
    display: block;
}

.input-prefix span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.input-prefix input {
    padding-left: 25px; /* space for € */
}
.left-padding-field {
    padding-left: 1em;
    margin-bottom: 1em;
}

img.pot_image {
    width: auto;
    display: block;
    height: 100px;
}
.w-50 {
    margin-top: 4px;
    width: 49% !important;
    display: inline-block;
}
.w-unset {
    width: unset !important;
}


.col-12._notification_bar span {
    padding: 5em;
    text-align: center;
    background: #fff;
    padding: 1.5em 0.4em;
    margin-bottom: 1em;
    border: 0;
    color: black;
    border-radius: 0;
    font-family: 'thesans-b7bold', sans-serif;
    font-size: 1.2em;
    background-color: #b9d9a6;
    border: 4px solid #9eb690;
    font-size: 24px;
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 1.5rem;
    width: 100%;
    display: block;
}

