html, body, div, span, applet,
object, iframe, h5, h6,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video, h1, h2, h3, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

ol,
ul {
  list-style: none;
}

div:focus {
  outline: none;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 12px;
}

input, textarea {
  box-shadow: none !important;
  border-radius: 0;
}

input:focus, textarea:focus, select:focus, option:focus {
  outline: none;
}

body {
  overflow-x: hidden !important;
  direction: ltr;
  width: 100%;
  font-family: "OpenSans-regular";
}

.no-scroll {
  overflow: hidden;
}

body.hide_scroll {
  overflow-y: hidden !important;
}

h2 {
  font-size: 2.5rem;
  color: #fff;
}

p {
  font-size: 1rem;
  color: #fff;
}

.main-btn {
  background-color: #E95D29;
  border-radius: 32px;
  color: #fff !important;
  padding: 0.3rem 1rem;
  border: none;
  outline: none;
}

.header-container {
  background-color: transparent;
  position: absolute;
  width: 100dvw;
  z-index: 4;
}
.header-container .main-logo {
  width: 140px;
}
.header-container .menu-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container .menu-item {
  color: #fff;
  font-size: 1rem;
  margin: 0 5px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.header-container .menu-item:hover {
  background-color: #fff;
  color: #0A1D42;
  border-radius: 32px;
}
.header-container .menu-item.orange-button {
  background-color: #E95D29;
  color: #fff;
  border-radius: 32px;
  margin-left: 100px;
  margin-right: 0 !important;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.header-container .menu-item.orange-button:hover {
  background-color: #fff;
  color: #0A1D42;
  border-radius: 32px;
}
.header-container .menu-item-parent.active .menu-item {
  background-color: #fff;
  color: #0A1D42;
  border-radius: 32px;
}
.header-container .menu-item-parent:active .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1; /* Brings it to front */
}
.header-container .sub-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1; /* Brings it to front */
}
.header-container .sub-menu {
  position: absolute;
  background-color: #0A1D42;
  padding: 1rem;
  border-radius: 10px;
  top: 123%;
  left: 3%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: -1; /* Initially behind */
}
.header-container .sub-menu .sub-menu-item {
  color: #fff;
  font-size: 1.25rem;
  margin: 5px 0;
}

.header-homepage-container {
  background-color: #fff;
  position: relative;
  width: 100dvw;
  z-index: 4;
}
.header-homepage-container .main-logo {
  width: 140px;
}
.header-homepage-container .menu-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-homepage-container .menu-item {
  color: #0A1D42;
  font-size: 1rem;
  margin: 0 5px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.header-homepage-container .menu-item:hover {
  background-color: #0A1D42;
  color: #fff;
  border-radius: 32px;
}
.header-homepage-container .menu-item.orange-button {
  background-color: #E95D29;
  color: #fff;
  border-radius: 32px;
  margin-left: 100px;
  margin-right: 0 !important;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.header-homepage-container .menu-item.orange-button:hover {
  background-color: #0A1D42;
  color: #fff;
  border-radius: 32px;
}
.header-homepage-container .menu-item-parent.active .menu-item {
  background-color: #fff;
  color: #0A1D42;
  border-radius: 32px;
}
.header-homepage-container .menu-item-parent:active .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1; /* Brings it to front */
}
.header-homepage-container .sub-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1; /* Brings it to front */
}
.header-homepage-container .sub-menu {
  position: absolute;
  background-color: #0A1D42;
  padding: 1rem;
  border-radius: 10px;
  top: 123%;
  left: 3%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: -1; /* Initially behind */
}
.header-homepage-container .sub-menu .sub-menu-item {
  color: #fff;
  font-size: 1.25rem;
  margin: 5px 0;
}

.desktop-footer {
  background-color: #0A1D42;
}
.desktop-footer .footer-menu p {
  font-family: "OpenSans-bold";
  font-size: 1rem;
  color: #fff;
  margin-bottom: 15px;
}
.desktop-footer .footer-menu a {
  font-family: "OpenSans-regular";
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.desktop-footer .footer-menu li {
  font-family: "OpenSans-regular";
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.desktop-footer .last-footer {
  font-family: "OpenSans-regular";
  color: #fff;
  font-size: 1.1rem;
}
.desktop-footer .bg-orange {
  background-color: #E95D29;
  width: 18rem;
  position: absolute;
  right: -2%;
  top: 0;
  z-index: -1;
}

.homepage-section .homepage-first-block {
  background-color: #0A1D42;
}
.homepage-section .homepage-first-block h2 {
  text-align: left;
  margin-bottom: 10px;
}
.homepage-section .homepage-first-block p {
  font-family: "OpenSans-regular";
  text-align: left;
  margin-bottom: 20px;
}
.homepage-section .homepage-first-block .homepage-first-block-swiper img {
  border-radius: 40px;
}
.homepage-section .homepage-first-block .swiper-custom-pagination {
  position: static;
}
.homepage-section .homepage-first-block .swiper-custom-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
}
.homepage-section .homepage-first-block .swiper-custom-pagination .swiper-pagination-bullet-active {
  background-color: #E95D29;
}
.homepage-section .homepage-second-block {
  background-color: #fff;
}
.homepage-section .homepage-second-block img {
  border-radius: 30px;
}
.homepage-section .homepage-second-block h2 {
  color: #0A1D42;
  text-align: left;
}
.homepage-section .homepage-second-block p {
  color: #0A1D42;
}
.homepage-section .homepage-third-block .search-form input[type=search] {
  width: 100%;
  background-color: #D9D9D9;
  color: #2B293F;
  font-size: 0.9rem;
  padding: 1rem 1rem;
  border-radius: 30px;
  font-family: "OpenSans-regular";
  margin-bottom: 0;
}
.homepage-section .homepage-third-block .search-form button[type=submit] {
  background-color: #E95D29;
  margin-left: 20px;
  border: none;
  outline: none;
  border-radius: 100%;
  width: 50px;
  height: 46px;
  padding: 0;
}
.homepage-section .homepage-third-block .search-form button[type=submit] img {
  width: 27px;
  padding-top: 5px;
}
.homepage-section .homepage-fourth-block {
  background-color: #0A1D42;
}
.homepage-section .homepage-fourth-block img {
  border-radius: 30px;
}
.homepage-section .homepage-fourth-block .support-main-img {
  position: relative;
  z-index: 1;
}
.homepage-section .homepage-fourth-block .support-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(35%);
  z-index: 2;
  width: 300px;
}
.homepage-section .homepage-fifth-block {
  background-color: #fff;
}
.homepage-section .homepage-fifth-block h2 {
  color: #0A1D42;
}
.homepage-section .homepage-fifth-block p {
  color: #0A1D42;
}

.homepage-section-example {
  background-color: #e4d198;
  height: 100dvh;
}
.homepage-section-example .main-img {
  height: calc(100dvh - 400px);
}
.homepage-section-example .cat-img {
  width: 115px;
  margin-bottom: 3rem;
}
.homepage-section-example h2 {
  font-size: 1rem;
  margin-bottom: 3rem;
}
.homepage-section-example p {
  font-size: 0.8rem;
  margin-bottom: 3rem;
}
.homepage-section-example .bg-blue {
  background-color: #e4d198;
  z-index: 5;
  display: block;
  height: 400px;
}
.homepage-section-example .container-row {
  position: absolute;
  bottom: 15%;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
}
.homepage-section-example .homepage-title {
  font-size: 3.4rem;
  color: #282828;
  font-family: "Plaster-Regular";
}
.homepage-section-example .container-title {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.about-us .container {
  padding: 7rem 0;
}
.about-us .title {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, 20%);
  background-color: #0A1D42;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1rem;
  width: 80%;
}
.about-us .title h1 {
  font-family: "OpenSans-bold";
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
.about-us h2 {
  font-family: "OpenSans-bold";
  font-size: 2rem;
  color: #000;
  padding-bottom: 2rem;
}
.about-us p {
  font-size: 1rem;
  color: #000;
  padding-bottom: 1rem;
}
.about-us .swiper-custom-pagination {
  font-family: "OpenSans-regular";
  color: #fff;
  line-height: 1.5;
}
.about-us .swiper-custom-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background-color: #0A1D42;
}
.about-us .swiper-custom-pagination .swiper-pagination-bullet-active {
  background-color: #E95D29;
}
.about-us .single-brochure img {
  width: 150px;
}
.about-us .single-brochure h4 {
  font-size: 2rem;
  font-family: "OpenSans-bold";
}
.about-us .single-brochure a {
  font-family: "OpenSans-bold";
  text-decoration: underline;
  color: #0A1D42;
  font-size: 1.2rem;
}
.about-us .single-brochure a:hover {
  color: #E95D29;
}
.about-us .single-brochure .ml-3 {
  margin-left: 15px;
}

.contact-us {
  color: #000;
}
.contact-us .title {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, 20%);
  background-color: #0A1D42;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1rem;
  width: 80%;
}
.contact-us .title h1 {
  font-family: "OpenSans-bold";
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
.contact-us p {
  font-size: 1.25rem;
  color: #2B293F;
  padding-bottom: 1rem;
}
.contact-us h3 {
  font-family: "OpenSans-bold";
  color: #0A1D42;
  font-size: 3rem;
}
.contact-us .border-org {
  width: 100%;
  border-bottom: 5px solid #E95D29;
}
.contact-us h2 {
  font-size: 4rem;
  font-family: "OpenSans-regular";
  color: #2B293F;
}
.contact-us label {
  color: #2B293F;
  font-size: 1.25rem;
  font-family: "OpenSans-regular";
  margin-bottom: 1rem;
}
.contact-us label a {
  color: #2B293F;
  font-size: 1.25rem;
  font-family: "OpenSans-regular";
  text-decoration: underline;
}
.contact-us input, .contact-us textarea {
  width: 100%;
  background-color: #D9D9D9;
  color: #2B293F;
  font-size: 0.9rem;
  padding: 1rem 1rem;
  border-radius: 30px;
  font-family: "OpenSans-regular";
}
.contact-us input[type=checkbox] {
  accent-color: #0A1D42;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.contact-us textarea {
  min-height: 200px;
}
.contact-us input[type=submit] {
  background-color: #0A1D42;
  color: #fff;
  font-family: "OpenSans-bold";
  font-size: 1.25rem;
  border-radius: 30px;
  padding: 1rem 5rem;
  border: none;
}

.category-page {
  color: #000;
}
.category-page .title {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, 20%);
  background-color: #0A1D42;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1rem;
  width: 80%;
}
.category-page .title h1 {
  font-family: "OpenSans-bold";
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
.category-page p {
  font-size: 1rem;
  color: #2B293F;
  padding-bottom: 1rem;
}

.bg-orange-cat {
  background-color: #E95D29;
}

.cat-desc p {
  color: #fff;
}

.products-cats .search-form input[type=search] {
  width: 100%;
  background-color: #D9D9D9;
  color: #2B293F;
  font-size: 0.9rem;
  padding: 1rem 1rem;
  border-radius: 30px;
  font-family: "OpenSans-regular";
  margin-bottom: 0;
}
.products-cats .search-form button[type=submit] {
  background-color: #E95D29;
  margin-left: 20px;
  border: none;
  outline: none;
  border-radius: 100%;
  width: 50px;
  height: 46px;
  padding: 0;
}
.products-cats .search-form button[type=submit] img {
  width: 27px;
  padding-top: 5px;
}
.products-cats h5 {
  font-size: 1.25rem;
  color: #0A1D42;
  text-align: center;
  margin-bottom: 1.5rem;
}
.products-cats a {
  width: 100%;
  background-color: transparent;
  border: 2px solid #0A1D42;
  color: #0A1D42;
  font-family: "OpenSans-bold";
  font-size: 1rem;
  padding: 0.7rem 0;
  margin-bottom: 20px;
  display: block;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.products-cats a:hover {
  background-color: #E95D29;
  color: #fff;
  border: 2px solid #E95D29;
}
.products-cats .accordion-button {
  background-color: transparent;
  box-shadow: none;
}

.side-menu-cats {
  position: fixed;
  right: 3%;
  top: 21%;
  z-index: 2;
  transition: top 0.3s ease;
}
.side-menu-cats .nav-button {
  position: relative;
  background-color: #E95D29;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
}
.side-menu-cats .menu-toggle {
  width: 100%;
  cursor: pointer;
  height: 100%;
  background-color: #E95D29;
  border-radius: 100%;
}
.side-menu-cats .menu-toggle, .side-menu-cats .menu-toggle:hover {
  color: #000;
}
.side-menu-cats .menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20%;
  width: 60%;
  height: 2px;
  border-radius: 4px;
  background-color: white;
  transition: all 0.3s ease;
}
.side-menu-cats .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
.side-menu-cats .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.side-menu-cats .menu-toggle.active .menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.side-menu-cats .menu-toggle.active .menu-toggle-bar--middle {
  opacity: 0;
}
.side-menu-cats .menu-toggle.active .menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}
.side-menu-cats .cats-menu {
  background-color: #D9D9D9;
  border-radius: 40px;
  position: absolute;
  padding: 1rem 0.75rem;
  top: 130%;
  left: -47%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: -1; /* Initially behind */
}
.side-menu-cats .cats-menu .cat-img {
  width: 50px;
}
.side-menu-cats .cats-menu h6 {
  font-size: 0.75rem;
  color: #2B293F;
  text-align: center;
}
.side-menu-cats .cats-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1; /* Brings it to front */
}

.side-menu-cats.fixed-menu-button {
  top: 3%;
}

.single-product-page {
  color: #000;
}
.single-product-page .title {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, 20%);
  background-color: #0A1D42;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1rem;
  width: 80%;
}
.single-product-page .title h1 {
  font-family: "OpenSans-bold";
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
.single-product-page h4 {
  font-family: "OpenSans-bold";
  font-size: 1.7rem;
  text-align: left;
  color: #0A1D42;
}
.single-product-page p {
  font-size: 1rem;
  color: #2B293F;
  padding-bottom: 1rem;
  font-weight: bold;
}
.single-product-page ul {
  list-style: disc;
  columns: 2; /* Splits into two columns */
  -webkit-columns: 2;
  -moz-columns: 2;
}
.single-product-page ul li {
  margin-left: 20px;
  font-size: 1rem;
  color: #2B293F;
  padding-bottom: 1rem;
  font-weight: bold;
}
.single-product-page a, .single-product-page button {
  background-color: transparent;
  border: 2px solid #0A1D42;
  color: #0A1D42;
  font-family: "OpenSans-bold";
  font-size: 1rem;
  padding: 0.2rem 1rem;
  margin-left: 20px;
  display: block;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.single-product-page .download {
  margin-left: 10px;
  width: 19px;
}
.single-product-page .table-responsive {
  border: 1px solid #0A1D42;
  border-radius: 20px;
  overflow: hidden;
  font-size: 1rem;
}
.single-product-page .custom-table th {
  background-color: #E95D29;
  color: white;
  font-weight: bold;
  padding: 0.7rem;
  width: 30%;
}
.single-product-page .custom-table td {
  padding: 0.7rem;
  padding-left: 1.2rem;
  background-color: transparent;
  color: #2B293F;
}
.single-product-page .custom-table tr th,
.single-product-page .custom-table tr td {
  border-bottom: 1px solid #0A1D42;
}
.single-product-page .custom-table tr:last-child th,
.single-product-page .custom-table tr:last-child td {
  border-bottom: 0px;
}
.single-product-page .items-slider .swiper-button-prev-last-part-product {
  left: -7% !important;
}
.single-product-page .items-slider .swiper-button-next-last-part-product {
  right: -7% !important;
}
.single-product-page .items-slider .swiper-button-prev-last-part-product, .single-product-page .items-slider .swiper-button-next-last-part-product {
  color: #000 !important;
}
.single-product-page #technicaldatasheet .close {
  background-color: transparent !important;
  border: none !important;
  color: #0A1D42 !important;
  font-size: 2rem;
  padding: 0 !important;
  margin-left: 0 !important;
  display: block;
  border-radius: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
}
.single-product-page #technicaldatasheet h5 {
  text-align: center;
  font-family: "OpenSans-regular";
  font-size: 1.2rem;
}
.single-product-page #technicaldatasheet input[type=email] {
  width: 100%;
  background-color: #D9D9D9;
  color: #2B293F;
  font-size: 0.9rem;
  padding: 1rem 1rem;
  border-radius: 30px;
  font-family: "OpenSans-regular";
  margin-bottom: 0;
}
.single-product-page #technicaldatasheet input[type=submit] {
  background-color: transparent;
  border: 2px solid #0A1D42;
  color: #0A1D42;
  font-family: "OpenSans-bold";
  font-size: 1rem;
  padding: 0.2rem 1rem;
  display: block;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin: auto;
}

.label-cats, .label-tags {
  font-size: 1.2rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
.label-cats input[type=checkbox], .label-tags input[type=checkbox] {
  accent-color: #0A1D42;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.filter-products {
  background-color: #D9D9D9;
  border-radius: 20px;
  position: sticky;
  top: 0;
}

.nav-link {
  border-radius: 30px !important;
}

.nav-link:hover {
  color: #0A1D42 !important;
}

.nav-link.active {
  background-color: #E95D29 !important;
}