.site-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1003;
}
.site-header .site-header-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 1em 4vw 1em 4vw;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
}
.site-header .site-header-inner .site-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 1002;
}
.site-header .site-header-inner .site-branding img {
  height: 70px;
  width: auto;
}
@media (max-width: 1300px) {
  .site-header .site-header-inner .site-branding img {
    height: 60px;
  }
}
.site-header .site-header-inner .main-navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-header .site-header-inner .main-navigation ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-header-inner .main-navigation ul li > a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 500;
  padding: 0.5em 0;
  transition: color 0.3s ease;
}
.site-header .site-header-inner .main-navigation ul li > a:hover {
  color: #ff8900;
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children > a::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children:hover > a::after {
  border-top-color: #ff8900;
  transform: rotate(180deg);
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children .mega-menu {
  position: absolute;
  top: 65%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  padding: 2.5em;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  margin-top: 0.5em;
  border-radius: 8px;
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .site-header-inner .mega-menu-content {
  display: flex;
  flex-direction: row;
  gap: 3em;
  align-items: flex-start;
  width: 100%;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column {
  flex: 1;
  min-width: 0;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5 {
  font-family: "Playfair Display", serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5 a {
  text-decoration: none;
  color: black;
  font-weight: inherit;
  transition: color 0.3s ease;
  font-family: "Playfair Display", serif;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5 a:hover {
  color: #ff8900;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu li,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu li {
  margin: 0;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu li a,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu li a {
  display: block;
  padding: 0.1em 0;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-family: "Playfair Display", serif;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu li a:hover,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu li a:hover {
  color: #ff8900;
  padding-left: 0.5em;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-header .site-header-inner .mega-menu-content {
    flex-direction: column;
    gap: 1.5em;
  }
}
.site-header .site-header-inner .search {
  width: auto;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
  width: 100%;
  max-width: 800px;
  padding: 0px;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 13px 24px 13px 24px;
  line-height: 24px;
  font-size: 0.8em;
  border: 2px solid transparent;
  border-radius: 30px;
  border: 2px solid #e6e6e6;
  height: auto;
  font-family: "Poppins", sans-serif;
  background-color: transparent !important;
  width: 100%;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 10px;
  right: 25px;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 28px;
  height: 28px;
}
.site-header .site-header-inner .shop-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1em;
}
.site-header .site-header-inner .favorites {
  position: relative;
}
.site-header .site-header-inner .favorites .favorites-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .site-header-inner .favorites .favorites-icon-wrapper .wishlist-count {
  position: absolute;
  top: -5px;
  right: -7px;
  background-color: #ff8900;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-left: 1px;
}
.site-header .site-header-inner .cart {
  position: relative;
}
.site-header .site-header-inner .cart .cart-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .site-header-inner .cart .cart-icon-wrapper .cart-count {
  position: absolute;
  top: -5px;
  right: -7px;
  background-color: #ff8900;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.site-header .site-header-inner .my-account.user-logged-in a {
  position: relative;
}
.site-header .site-header-inner .my-account.user-logged-in a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 137, 0, 0.15);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
}
.site-header .site-header-inner .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
  position: relative;
}
.site-header .site-header-inner .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header .site-header-inner .mobile-menu-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .site-header-inner .mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header-inner .mobile-menu-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.site-header .mobile-menu-panel {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
  transition: right 0.4s ease;
  overflow-y: auto;
}
.site-header .mobile-menu-panel.active {
  right: 0;
}
.site-header .mobile-menu-panel .mobile-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 0;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
  width: 100%;
  max-width: 800px;
  padding: 0px;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 13px 24px 13px 24px;
  line-height: 24px;
  font-size: 17px;
  border: 2px solid transparent;
  border-radius: 30px;
  border: 2px solid #e6e6e6;
  height: auto;
  font-family: "Poppins", sans-serif;
  background-color: transparent !important;
  width: 100%;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 10px;
  right: 25px;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 28px;
  height: 28px;
}
.site-header .mobile-menu-panel .mobile-navigation {
  padding: 5em 0em 1em 0em;
  flex-grow: 1;
  overflow-y: auto;
}
.site-header .mobile-menu-panel .mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .mobile-menu-panel .mobile-navigation ul li {
  margin-bottom: 1em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li > a {
  font-size: 1.1rem;
  display: block;
  padding: 0.2em 0;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 400;
  transition: color 0.3s ease;
}
.site-header .mobile-menu-panel .mobile-navigation ul li > a:hover {
  color: #ff8900;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children > a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children > a:after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children > a.submenu-open:after {
  transform: rotate(180deg);
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu {
  display: none;
  padding-left: 1em;
  margin-top: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu.active {
  display: block;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li {
  border-bottom: none;
  margin-bottom: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 1rem;
  padding: 0.5em 0;
  color: rgb(55.5, 55.5, 55.5);
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: #ff8900;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
  padding-left: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  font-size: 0.9rem;
  color: #515151;
}
.site-header .mobile-menu-panel .mobile-search {
  padding: 1em 0;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-search-form {
  margin-bottom: 0;
}
.site-header .mobile-menu-panel .mobile-footer {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions {
  display: flex;
  gap: 1.5em;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions .my-account.user-logged-in a {
  position: relative;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions .my-account.user-logged-in a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 137, 0, 0.15);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions .my-account.user-logged-in a:hover::before {
  background-color: rgba(255, 137, 0, 0.25);
}
.site-header .mobile-menu-panel .mobile-footer .mobile-lang-switch {
  font-weight: 500;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-lang-switch .language-switcher .language-dropdown {
  right: 0;
  left: auto;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  max-width: 1920px;
  margin: 0 auto;
  padding: 4em 4vw 0em 4vw;
}

.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #1e1e1e;
  text-decoration: none;
}

.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb:last-of-type {
  font-weight: 600 !important;
}

@media (max-width: 1300px) {
  .site-header .site-header-inner .desktop-only {
    display: none;
  }
  .site-header .site-header-inner .mobile-menu-toggle {
    display: block;
  }
  .site-header .mobile-menu-panel {
    display: block;
  }
}
.lang-switch,
.mobile-lang-switch {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.lang-switch .language-switcher,
.mobile-lang-switch .language-switcher {
  position: relative;
}
.lang-switch .language-switcher .current-language,
.mobile-lang-switch .language-switcher .current-language {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5em 0;
  font-size: inherit;
  font-weight: 500;
  color: #1e1e1e;
  transition: color 0.3s ease;
}
.lang-switch .language-switcher .current-language::after,
.mobile-lang-switch .language-switcher .current-language::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.lang-switch .language-switcher .current-language.active::after,
.mobile-lang-switch .language-switcher .current-language.active::after {
  transform: rotate(180deg);
}
.lang-switch .language-switcher .language-dropdown,
.mobile-lang-switch .language-switcher .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5em 0;
  margin-top: 0.5em;
  min-width: 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1005;
  list-style: none;
}
.lang-switch .language-switcher .language-dropdown.active,
.mobile-lang-switch .language-switcher .language-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-switch .language-switcher .language-dropdown li,
.mobile-lang-switch .language-switcher .language-dropdown li {
  margin: 0;
}
.lang-switch .language-switcher .language-dropdown li a,
.mobile-lang-switch .language-switcher .language-dropdown li a {
  display: block;
  padding: 0.5em 1em;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 500;
  transition: all 0.3s ease;
}

.site-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  padding-top: 3em;
  border-top: 1px solid #f0f0f0;
}
.site-footer .site-footer-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 0 4vw 4em;
  margin: 0 auto;
  gap: 4em;
}
.site-footer .site-footer-inner .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2em;
  padding-bottom: 4em;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top {
    flex-direction: column;
  }
}
.site-footer .site-footer-inner .footer-top .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 20%;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top .footer-logo {
    width: 100%;
  }
}
.site-footer .site-footer-inner .footer-top .footer-logo img {
  max-width: 180px;
  height: auto;
}
.site-footer .site-footer-inner .footer-top .footer-logo p {
  color: #4e4e4e;
}
.site-footer .site-footer-inner .footer-top .footer-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 75%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top .footer-features {
    width: 100%;
  }
}
@media (max-width: 724px) {
  .site-footer .site-footer-inner .footer-top .footer-features {
    flex-direction: column;
  }
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: calc(25% - 1.5em);
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top .footer-features .feature-item {
    width: calc(50% - 1em);
  }
}
@media (max-width: 724px) {
  .site-footer .site-footer-inner .footer-top .footer-features .feature-item {
    width: 100%;
  }
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item img {
  height: 40px;
  width: auto;
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item p {
  color: #4e4e4e;
  line-height: 1.4;
}
.site-footer .site-footer-inner .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
.site-footer .site-footer-inner .footer-bottom .footer-column {
  flex: 1;
  min-width: 160px;
  gap: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 724px) {
  .site-footer .site-footer-inner .footer-bottom .footer-column {
    width: 100%;
    flex: none;
  }
}
.site-footer .site-footer-inner .footer-bottom .footer-column h3 {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.site-footer .site-footer-inner .footer-bottom .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.site-footer .site-footer-inner .footer-bottom .footer-column ul li a {
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .site-footer-inner .footer-bottom .footer-column ul li a:hover {
  color: #ff8900;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner img {
  height: 25px;
  width: auto;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner p {
  margin: 0;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner p a {
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner p a:hover {
  color: #ff8900;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .main-button {
  margin-top: 1em;
  align-self: flex-start;
}

.home-page-newsletter-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 2em;
  position: relative;
}
.home-page-newsletter-section .home-page-newsletter-inner {
  display: flex;
  flex-direction: row;
  gap: 2em;
  border-radius: 25px;
  padding: 6em;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--desktop-bg);
  width: 100%;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-header {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-header .tag {
  width: 100%;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-header p {
  width: 70%;
}
@media (max-width: 1024px) {
  .home-page-newsletter-section .home-page-newsletter-inner .newsletter-header p {
    width: 100%;
  }
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form {
  width: 100%;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper label {
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 0.5em;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group p {
  width: 100%;
}
@media (min-width: 724px) {
  .home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group {
    flex-direction: row;
  }
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  outline: none;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group .wpcf7-form-control-wrap input[type=email]:focus {
  border-color: #ff8900;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group .wpcf7-form-control-wrap input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group .wpcf7-form-control-wrap input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group input[type=submit] {
  border: none;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 724px) {
  .home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-input-group input[type=submit] {
    width: 100%;
  }
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-privacy {
  font-size: 0.8rem;
  color: #4e4e4e;
  max-width: 100%;
}
.home-page-newsletter-section .home-page-newsletter-inner .newsletter-form .newsletter-form-wrapper .newsletter-privacy a {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .home-page-newsletter-section .home-page-newsletter-inner {
    min-height: 60vh;
    justify-content: flex-start;
    background-image: var(--mobile-bg);
    padding: 2em;
    flex-direction: column;
  }
}
.home-page-newsletter-section .wpcf7-response-output {
  border-radius: 30px;
  margin: 1em 0 0 0 !important;
  padding: 0.75em 1em !important;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .home-page-newsletter-section {
    flex-direction: column;
    padding: 4em 4vw 4em 4vw;
  }
}

.faq-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 10em;
  background-image: url("../images/faq-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.faq-section .faq-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
}
.faq-section .faq-hero-left .contact-actions {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-top: 2em;
}
.faq-section .faq-hero-left .contact-actions a {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.faq-section .faq-hero-left .contact-actions .action {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.faq-section .faq-hero-left .contact-actions .action a {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.faq-section .faq-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
}
.faq-section .faq-hero-right .inner-faq-section {
  width: 100%;
}
.faq-section .faq-hero-right .inner-faq-section .faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.faq-section .faq-hero-right .inner-faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 0;
  cursor: pointer;
}
.faq-section .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
  font-size: 2rem;
  font-weight: 600;
  font-weight: 500;
  margin: 0;
  flex: 1;
  padding-right: 25px;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .faq-section .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
    font-size: 1.5rem;
  }
}
.faq-section .faq-hero-right .inner-faq-section .faq-item .faq-question .faq-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}
.faq-section .faq-hero-right .inner-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}
.faq-section .faq-hero-right .inner-faq-section .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-section .faq-hero-right .inner-faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 1.5em;
}
@media (max-width: 1024px) {
  .faq-section {
    flex-direction: column;
    gap: 0em;
    padding: 4em 4vw 0em 4vw;
  }
}

.home-page-hero-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 2vw 2vw 0em 2vw;
  margin: 0 auto;
}
.home-page-hero-section .home-page-hero-section-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  align-items: flex-start;
  justify-content: center;
  gap: 3em;
  padding: 5em 7em;
  height: 75vh;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.home-page-hero-section .home-page-hero-section-inner .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-page-hero-section .home-page-hero-section-inner .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 723px) {
  .home-page-hero-section .home-page-hero-section-inner .video-background video {
    -o-object-fit: contain;
       object-fit: contain;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
  }
}
.home-page-hero-section .home-page-hero-section-inner .video-background .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-page-hero-section .home-page-hero-section-inner h1,
.home-page-hero-section .home-page-hero-section-inner p {
  width: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-page-hero-section .home-page-hero-section-inner h1,
  .home-page-hero-section .home-page-hero-section-inner p {
    width: 100%;
  }
}
.home-page-hero-section .home-page-hero-section-inner .main-button {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-page-hero-section .home-page-hero-section-inner {
    padding: 3em;
    justify-content: flex-start;
  }
}
@media (max-width: 724px) {
  .home-page-hero-section .home-page-hero-section-inner {
    padding: 2em;
  }
}
@media (max-width: 1024px) {
  .home-page-hero-section {
    padding: 6vw 4vw 0em 4vw;
  }
}

.home-page-o-nas-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 0em 4vw;
  margin: 0 auto;
}
.home-page-o-nas-section .o-nas-left,
.home-page-o-nas-section .o-nas-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-page-o-nas-section .o-nas-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .home-page-o-nas-section .o-nas-right {
    gap: 2em;
  }
}
@media (max-width: 1024px) {
  .home-page-o-nas-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.home-page-category-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
}
.home-page-category-section .category-header {
  display: flex;
  flex-direction: column;
}
.home-page-category-section .category-cards {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.home-page-category-section .category-cards .category-card-big {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1em;
  background-color: black;
  border-radius: 25px;
  padding: 2em;
  flex-grow: 1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.home-page-category-section .category-cards .category-card-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  transition: opacity 0.4s ease;
  z-index: 1;
}
.home-page-category-section .category-cards .category-card-big:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.home-page-category-section .category-cards .category-card-big:hover::before {
  opacity: 0.7;
}
.home-page-category-section .category-cards .category-card-big:hover .category-arrow {
  transform: translateX(8px);
}
.home-page-category-section .category-cards .category-card-big:hover h2 {
  transform: translateY(-4px);
}
.home-page-category-section .category-cards .category-card-big:hover p {
  transform: translateY(-2px);
}
.home-page-category-section .category-cards .category-card-big h2,
.home-page-category-section .category-cards .category-card-big p {
  color: #ffffff;
  width: 50%;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.home-page-category-section .category-cards .category-card-big .category-arrow {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 724px) {
  .home-page-category-section .category-cards .category-card-big {
    height: 400px;
  }
}
.home-page-category-section .category-cards .category-card-small {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
}
.home-page-category-section .category-cards .category-card-small .category-card {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: 2em;
  width: 50%;
  color: black;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left img {
  margin-top: 1em;
  transition: transform 0.3s ease;
  height: 30px;
  width: auto;
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  background-color: #f8f8f8;
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left:hover::before {
  opacity: 1;
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left:hover img {
  transform: translateX(6px);
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left:hover h3,
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left:hover p {
  transform: translateY(-2px);
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left h3,
.home-page-category-section .category-cards .category-card-small .category-card .category-card-left p {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 724px) {
  .home-page-category-section .category-cards .category-card-small .category-card .category-card-left {
    width: 100%;
  }
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1em;
  border-radius: 25px;
  width: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.home-page-category-section .category-cards .category-card-small .category-card .category-card-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 724px) {
  .home-page-category-section .category-cards .category-card-small .category-card .category-card-right {
    height: 200px;
    width: 100%;
  }
}
.home-page-category-section .category-cards .category-card-small .category-card:hover .category-card-left:not(:hover) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 724px) {
  .home-page-category-section .category-cards .category-card-small .category-card {
    flex-direction: column;
  }
  .home-page-category-section .category-cards .category-card-small .category-card:first-child {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .home-page-category-section .category-cards {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .home-page-category-section {
    padding: 4em 4vw 4em 4vw;
    gap: 3em;
  }
}

.home-page-offer-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/offer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.home-page-offer-section .home-page-offer-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
}
.home-page-offer-section .home-page-offer-inner .offer-left {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 30%;
  align-items: flex-start;
  position: sticky;
  top: 10em;
  align-self: flex-start;
  max-height: calc(100vh - 4em);
}
.home-page-offer-section .home-page-offer-inner .offer-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  width: 70%;
}
.home-page-offer-section .home-page-offer-inner .offer-right.mobile-view {
  display: none;
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  background-color: white;
  border-radius: 25px;
  padding: 2em;
  color: black;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: calc(50% - 1em);
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card .offer-card-icon {
  height: 60px;
  width: auto;
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card .arrow {
  margin-top: 1em;
  transition: transform 0.3s ease;
  height: 30px;
  width: auto;
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  background-color: #f8f8f8;
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover::before {
  opacity: 1;
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover .arrow {
  transform: translateX(6px);
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover h3,
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover h5,
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover p {
  transform: translateY(-2px);
}
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card h3,
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card h5,
.home-page-offer-section .home-page-offer-inner .offer-right .offer-card p {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 1400px) {
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card {
    width: calc(50% - 1.5em);
  }
}
@media (max-width: 1024px) {
  .home-page-offer-section .home-page-offer-inner {
    flex-direction: column;
    padding: 4em 4vw 4em 4vw;
    gap: 3em;
  }
  .home-page-offer-section .home-page-offer-inner .offer-left {
    width: 100%;
    position: relative;
    top: auto;
    max-height: none;
    gap: 2em;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right {
    width: 100%;
    gap: 1.5em;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card {
    padding: 1.5em;
    width: 100%;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card .offer-card-icon {
    height: 50px;
  }
}
@media (max-width: 524px) {
  .home-page-offer-section .home-page-offer-inner {
    padding: 3em 4vw;
    gap: 2em;
  }
  .home-page-offer-section .home-page-offer-inner .offer-left {
    gap: 1.5em;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right.desktop-view {
    display: none;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right.mobile-view {
    display: block;
    width: 100%;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .swiper {
    width: 100%;
    padding-bottom: 40px;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .swiper-slide {
    height: auto;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.2em;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover {
    transform: none;
    box-shadow: none;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover h3,
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover h5,
  .home-page-offer-section .home-page-offer-inner .offer-right .offer-card:hover p {
    transform: none;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .swiper-pagination {
    bottom: 0;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .swiper-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.5;
  }
  .home-page-offer-section .home-page-offer-inner .offer-right .swiper-pagination .swiper-pagination-bullet-active {
    background: #6ba505;
    opacity: 1;
  }
}

.home-page-bestseller-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 12em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 2em;
}
.home-page-bestseller-section .bestseller-left {
  display: flex;
  flex-direction: column;
  width: 30%;
  flex: 0 0 30%;
}
.home-page-bestseller-section .bestseller-left .bestseller-product {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 1300px) {
  .home-page-bestseller-section .bestseller-left {
    display: none;
  }
}
.home-page-bestseller-section .bestseller-right {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 4em;
}
.home-page-bestseller-section .bestseller-right .bestseller-right-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .home-page-bestseller-section .bestseller-right .bestseller-right-product {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1300px) {
  .home-page-bestseller-section .bestseller-right {
    width: 100%;
    flex: 1;
    gap: 2em;
  }
}
@media (max-width: 1024px) {
  .home-page-bestseller-section {
    flex-direction: column;
    padding: 4em 4vw 0em 4vw;
  }
}

.home-page-calculator-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 12em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 2em;
}
.home-page-calculator-section .home-page-calculator-inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  border-radius: 25px;
  padding: 6em;
  justify-content: center;
  align-items: flex-start;
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--desktop-bg);
}
.home-page-calculator-section .home-page-calculator-inner .tag {
  width: 100%;
}
.home-page-calculator-section .home-page-calculator-inner p {
  width: 40%;
}
@media (max-width: 1024px) {
  .home-page-calculator-section .home-page-calculator-inner p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-page-calculator-section .home-page-calculator-inner {
    min-height: 80vh;
    justify-content: flex-start;
    background-image: var(--mobile-bg);
    padding: 2em;
  }
}
@media (max-width: 1024px) {
  .home-page-calculator-section {
    flex-direction: column;
    padding: 4em 4vw 0em 4vw;
  }
}

.home-page-blog-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 6em;
}
.home-page-blog-section .home-page-blog-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 724px) {
  .home-page-blog-section .home-page-blog-header {
    flex-direction: column;
    gap: 1em;
  }
}
.home-page-blog-section .home-page-blog-header .left {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 50%;
}
@media (max-width: 724px) {
  .home-page-blog-section .home-page-blog-header .left {
    width: 100%;
  }
}
.home-page-blog-section .home-page-blog-header .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 724px) {
  .home-page-blog-section .home-page-blog-header .right {
    width: 100%;
    align-items: flex-start;
    margin-top: 1em;
  }
}
@media (max-width: 724px) {
  .home-page-blog-section .home-page-blog-header .right .main-button-secondary {
    width: 100%;
    text-align: center;
  }
}
.home-page-blog-section .home-page-blog-content {
  width: 100%;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container {
  display: flex;
  gap: 2em;
}
@media (max-width: 1024px) {
  .home-page-blog-section .home-page-blog-content .blog-posts-container {
    flex-direction: column;
  }
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post {
  width: 50%;
}
@media (max-width: 1024px) {
  .home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post {
    width: 100%;
  }
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post .blog-post.large {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 2em;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post .blog-post.large .post-image {
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 25px;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post .blog-post.large .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post .blog-post.large .post-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-grow: 1;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post .blog-post.large .post-content h4 a {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-large-post .blog-post.large .post-content p {
  color: #4e4e4e;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 50%;
}
@media (max-width: 1024px) {
  .home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts {
    width: 100%;
  }
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 2em;
}
@media (max-width: 724px) {
  .home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small {
    flex-direction: column;
    height: auto;
  }
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-image {
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1124px) and (min-width: 724px) {
  .home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-image {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 724px) {
  .home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-grow: 1;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-content h4 a {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
}
.home-page-blog-section .home-page-blog-content .blog-posts-container .blog-small-posts .blog-post.small .post-content p {
  color: #4e4e4e;
}
@media (max-width: 1024px) {
  .home-page-blog-section {
    padding: 4em 4vw 0em 4vw;
    gap: 3em;
  }
}

.o-nas-hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.o-nas-hero-section .o-nas-hero-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 5em;
}
.o-nas-hero-section .o-nas-hero-section-inner .o-nas-hero-left,
.o-nas-hero-section .o-nas-hero-section-inner .o-nas-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.o-nas-hero-section .o-nas-hero-section-inner .o-nas-hero-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .o-nas-hero-section .o-nas-hero-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
.o-nas-hero-section .o-nas-hero-video {
  display: flex;
  flex-direction: column;
  height: 70vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.o-nas-hero-section .o-nas-hero-video img,
.o-nas-hero-section .o-nas-hero-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-nas-hero-section .o-nas-hero-video video {
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .o-nas-hero-section .o-nas-hero-video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .o-nas-hero-section .o-nas-hero-video {
    height: 50vh;
  }
}
@media (max-width: 1024px) {
  .o-nas-hero-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.o-nas-why-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.o-nas-why-section .o-nas-why-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
}
.o-nas-why-section .o-nas-why-inner .why-left {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 30%;
  align-items: flex-start;
  position: sticky;
  top: 10em;
  align-self: flex-start;
  max-height: calc(100vh - 4em);
}
.o-nas-why-section .o-nas-why-inner .why-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  width: 70%;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  background-color: white;
  border-radius: 25px;
  padding: 2em;
  color: black;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: calc(50% - 1em);
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card {
  background-color: transparent;
  padding: 0em;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card .custom-images {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card .custom-images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card .custom-images img:first-child {
  margin-right: 4px;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card .custom-images img:last-child {
  margin-left: 4px;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card .why-card-icon {
  height: 60px;
  width: auto;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card .arrow {
  margin-top: 1em;
  transition: transform 0.3s ease;
  height: 30px;
  width: auto;
}
.o-nas-why-section .o-nas-why-inner .why-right .why-card h3,
.o-nas-why-section .o-nas-why-inner .why-right .why-card h5,
.o-nas-why-section .o-nas-why-inner .why-right .why-card p {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 1400px) {
  .o-nas-why-section .o-nas-why-inner .why-right .why-card {
    width: calc(50% - 1.5em);
  }
}
@media (max-width: 1024px) {
  .o-nas-why-section .o-nas-why-inner {
    gap: 3em;
    padding: 6em 3vw;
  }
  .o-nas-why-section .o-nas-why-inner .why-left {
    gap: 2em;
  }
  .o-nas-why-section .o-nas-why-inner .why-right {
    gap: 1.5em;
  }
  .o-nas-why-section .o-nas-why-inner .why-right .why-card {
    width: 100%;
  }
  .o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card {
    order: 999;
  }
}
@media (max-width: 1024px) {
  .o-nas-why-section .o-nas-why-inner {
    flex-direction: column;
    padding: 4em 5vw;
    gap: 3em;
  }
  .o-nas-why-section .o-nas-why-inner .why-left {
    width: 100%;
    position: relative;
    top: auto;
    max-height: none;
  }
  .o-nas-why-section .o-nas-why-inner .why-right {
    width: 100%;
  }
  .o-nas-why-section .o-nas-why-inner .why-right .why-card {
    padding: 1.5em;
  }
  .o-nas-why-section .o-nas-why-inner .why-right .why-card .why-card-icon {
    height: 50px;
  }
  .o-nas-why-section .o-nas-why-inner .why-right .why-card.custom-image-card {
    order: 999;
  }
}
@media (max-width: 524px) {
  .o-nas-why-section .o-nas-why-inner {
    padding: 3em 4vw;
    gap: 2em;
  }
  .o-nas-why-section .o-nas-why-inner .why-left {
    gap: 1.5em;
  }
}

.o-nas-partners-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: flex-start;
}
.o-nas-partners-section .partners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.o-nas-partners-section .partners-row .partner-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  min-width: 150px;
  min-height: 100px;
}
.o-nas-partners-section .partners-row .partner-item img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.o-nas-partners-section .partners-slider {
  width: 100%;
}
.o-nas-partners-section .partners-slider .partners-swiper,
.o-nas-partners-section .partners-slider .partners-desktop-swiper {
  width: 100%;
  overflow: hidden;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-wrapper,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-slide,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-shrink: 0;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-slide .partner-item,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  min-width: 120px;
  min-height: 80px;
  width: 100%;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-slide .partner-item img,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide .partner-item img {
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-pagination,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-pagination {
  position: static;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-pagination .swiper-pagination-bullet,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 4px;
  border-radius: 50%;
  display: inline-block;
}
.o-nas-partners-section .partners-slider .partners-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8900;
}
.o-nas-partners-section .partners-slider .partners-desktop-swiper {
  padding-bottom: 20px;
}
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide {
  transition: transform 0.3s ease;
}
.o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide:hover {
  transform: translateY(-5px);
}
.o-nas-partners-section .mobile-view {
  display: none;
}
.o-nas-partners-section .desktop-view {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide .partner-item {
    min-width: 100px;
  }
  .o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide .partner-item img {
    max-width: 130px;
  }
}
@media (max-width: 1024px) {
  .o-nas-partners-section {
    gap: 4em;
  }
  .o-nas-partners-section .partners-row {
    gap: 1.5em;
    justify-content: flex-start;
  }
  .o-nas-partners-section .partners-row .partner-item {
    min-width: 120px;
    min-height: 80px;
    padding: 1em;
  }
  .o-nas-partners-section .partners-row .partner-item img {
    max-width: 160px;
    max-height: 60px;
  }
  .o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide .partner-item {
    min-width: 100px;
  }
  .o-nas-partners-section .partners-slider .partners-desktop-swiper .swiper-slide .partner-item img {
    max-width: 120px;
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  .o-nas-partners-section {
    padding: 3em 4vw 0em 4vw;
    gap: 3em;
  }
  .o-nas-partners-section .desktop-view {
    display: none;
  }
  .o-nas-partners-section .mobile-view {
    display: block;
  }
  .o-nas-partners-section .partners-slider .partners-swiper .swiper-slide .partner-item {
    min-width: auto;
    padding: 0.5em;
  }
  .o-nas-partners-section .partners-slider .partners-swiper .swiper-slide .partner-item img {
    max-width: 100px;
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .o-nas-partners-section {
    padding: 2em 4vw 0em 4vw;
    gap: 2.5em;
  }
  .o-nas-partners-section .partners-slider .partners-swiper .swiper-slide .partner-item {
    min-height: 70px;
  }
  .o-nas-partners-section .partners-slider .partners-swiper .swiper-slide .partner-item img {
    max-width: 80px;
    max-height: 40px;
  }
  .o-nas-partners-section .partners-slider .partners-swiper .swiper-pagination {
    margin-top: 15px;
  }
  .o-nas-partners-section .partners-slider .partners-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
.o-nas-mission-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 8em;
  align-items: center;
}
.o-nas-mission-section .o-nas-mission-left {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.o-nas-mission-section .o-nas-mission-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-nas-mission-section .o-nas-mission-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .o-nas-mission-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}
.product-card .product-link {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.product-card .product-link .product-image {
  border-radius: 25px;
  overflow: hidden;
}
.product-card .product-link .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .product-link .product-information {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.product-card .fav-icon {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  z-index: 10;
}
.product-card .fav-icon .fav-button {
  background: transparent;
  border: none;
  padding: 0.5em 0.5em;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  background-color: #6ba505;
}
.product-card .fav-icon .fav-button img {
  width: 30px;
  height: 30px;
  display: block;
  pointer-events: none;
}
.product-card .product-badges {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  padding: 0.5em 1em;
  background-color: white;
  border-radius: 10px;
}
.product-card .product-badges .badge {
  font-weight: 600;
  color: #1e1e1e;
}
.product-card .product-title {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1e1e1e;
}
.product-card .product-short-description {
  color: #4e4e4e;
}
.product-card .product-difficulty {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.product-card .product-difficulty .difficulty-dots {
  display: flex;
  gap: 0.5em;
}
.product-card .product-difficulty .difficulty-dots .difficulty-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e0e0e0;
  transition: background-color 0.3s ease;
}
.product-card .product-difficulty .difficulty-dots .difficulty-dot.active {
  background-color: #6ba505;
}
.product-card .product-difficulty .difficulty-label {
  color: #4e4e4e;
  padding-right: 0.5em;
}

.product-info-bottom {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.product-info-bottom .product-price span {
  font-size: 1em;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1e1e1e;
}
.product-info-bottom .product-price span bdi {
  font-size: 2em;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1e1e1e;
}
.product-info-bottom .action-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 1em;
}
.product-info-bottom .action-buttons .added-to-cart {
  background-color: #ff8900 !important;
}
.product-info-bottom .action-buttons .main-button-secondary {
  flex-grow: 1;
  text-align: center;
}
.product-info-bottom .action-buttons .product_type_simple,
.product-info-bottom .action-buttons .product_type_grouped,
.product-info-bottom .action-buttons .add_to_cart_button {
  font-size: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product-info-bottom .action-buttons .product_type_simple::before,
.product-info-bottom .action-buttons .product_type_grouped::before,
.product-info-bottom .action-buttons .add_to_cart_button::before {
  content: "";
  background-image: url("../images/add-to-cart-icon.svg");
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.product-card-day {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #f5f5f5;
  padding: 4em 2em;
  border-radius: 25px;
  position: relative;
  height: 100%;
}
.product-card-day .product-badges {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 1em;
  background-color: #6ba505;
  border-radius: 10px;
}
.product-card-day .product-badges .badge {
  font-weight: 600;
  color: #ffffff;
}
.product-card-day .product-link {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}
.product-card-day .product-link .product-image {
  border-radius: 25px;
  overflow: hidden;
}
.product-card-day .product-link .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card-day .product-link .product-title {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1e1e1e;
}
.product-card-day .product-link .product-short-description {
  color: #4e4e4e;
}
.product-card-day .product-info-bottom {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.product-card-day .product-info-bottom .product-countdown {
  margin: 1em 0;
  width: 100%;
}
.product-card-day .product-info-bottom .product-countdown .countdown-timer {
  display: flex;
  gap: 1em;
}
.product-card-day .product-info-bottom .product-countdown .countdown-timer .countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card-day .product-info-bottom .product-countdown .countdown-timer .countdown-value {
  display: flex;
  gap: 0.2em;
}
.product-card-day .product-info-bottom .product-countdown .countdown-timer .digit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  width: 1.5em;
  height: 2em;
  font-size: 1.8em;
  font-weight: 700;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-card-day .product-info-bottom .product-countdown .countdown-timer .countdown-label {
  margin-top: 0.5em;
  font-size: 1em;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: uppercase;
}
.product-card-day .product-info-bottom .product-price span {
  font-size: 1em;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1e1e1e;
}
.product-card-day .product-info-bottom .product-price span bdi {
  font-size: 2em;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1e1e1e;
}

.faq-hero-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 10em;
}
.faq-hero-section .faq-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
}
.faq-hero-section .faq-hero-left .contact-actions {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-top: 2em;
}
.faq-hero-section .faq-hero-left .contact-actions a {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.faq-hero-section .faq-hero-left .contact-actions .action {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.faq-hero-section .faq-hero-left .contact-actions .action a {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.faq-hero-section .faq-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
}
.faq-hero-section .faq-hero-right .inner-faq-section {
  width: 100%;
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 0;
  cursor: pointer;
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
  font-size: 2rem;
  font-weight: 600;
  font-weight: 500;
  margin: 0;
  flex: 1;
  padding-right: 25px;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .faq-hero-section .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
    font-size: 1.5rem;
  }
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item .faq-question .faq-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-hero-section .faq-hero-right .inner-faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 1.5em;
}
@media (max-width: 1024px) {
  .faq-hero-section {
    flex-direction: column;
    gap: 4em;
    padding: 5em 4vw 0em 4vw;
  }
}

.kontakt-hero-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 10em;
}
.kontakt-hero-section .kontakt-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
}
.kontakt-hero-section .kontakt-left .company-info {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-top: 2em;
}
.kontakt-hero-section .kontakt-left .company-info .info-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
.kontakt-hero-section .kontakt-left .company-info .info-card img {
  height: 35px;
  width: auto;
}
.kontakt-hero-section .kontakt-left .company-info .info-card .info-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.kontakt-hero-section .kontakt-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1024px) {
  .kontakt-hero-section .kontakt-right {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .kontakt-hero-section {
    flex-direction: column;
    gap: 4em;
    padding: 4em 4vw 0em 4vw;
  }
}

.kontakt-map-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
}
.kontakt-map-section .kontakt-map-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 8vw;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 4em;
  border-radius: 25px;
  width: 100%;
  gap: 2em;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper br {
  display: none;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper label {
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 0.5em;
  display: block;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-input-group {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 724px) {
  .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-input-group {
    flex-direction: row;
  }
  .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-input-group p {
    width: 50%;
  }
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=text],
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=email],
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=tel],
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper select,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper textarea {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  outline: none;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=text]:focus,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=email]:focus,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=tel]:focus,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper select:focus,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper textarea:focus {
  border-color: #ff8900;
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.2);
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=text]::-moz-placeholder, .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=email]::-moz-placeholder, .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=tel]::-moz-placeholder, .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper select::-moz-placeholder, .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=text]::placeholder,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=email]::placeholder,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=tel]::placeholder,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper select::placeholder,
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper textarea {
  min-height: 150px;
  border-radius: 20px;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper input[type=file] {
  display: none;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-upload-container {
  position: relative;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-upload-container .big-span {
  font-size: 1.4em;
}
@media (max-width: 1024px) {
  .kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-upload-container .big-span {
    font-size: 1.2em;
  }
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-upload-container .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-info {
  display: block;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 2em;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/file-icon.svg");
  background-repeat: no-repeat;
  background-position: center 1.5em;
  background-size: 2em;
  padding-top: 5em;
  transition: all 0.2s ease;
  margin-top: 0.5em;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-info br {
  display: block;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-info strong {
  font-weight: 500;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .file-info.dragover {
  border-color: #ff8900;
  background-color: rgba(255, 137, 0, 0.05);
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin-bottom: 1.5em;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 0.1em;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #ff8900;
  border-color: #ff8900;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.25);
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .checkbox-container:hover .checkmark {
  border-color: #ff8900;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .privacy-text {
  font-size: 0.9rem;
  color: #4e4e4e;
  line-height: 1.4;
}
.kontakt-map-section .kontakt-map-bg .kontakt-map-inner .contact-form-wrapper .contact-privacy-container .privacy-text a {
  color: #ff8900;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .kontakt-map-section .kontakt-map-bg .kontakt-map-inner {
    background-color: transparent;
    background-image: url("../images/contact-bg-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em;
  }
}
@media (max-width: 1024px) {
  .kontakt-map-section .kontakt-map-bg {
    padding: 0vw;
  }
}
@media (max-width: 1024px) {
  .kontakt-map-section {
    flex-direction: column;
    gap: 4em;
    padding: 4em 4vw 4em 4vw;
  }
}

.akwarium-hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.akwarium-hero-section .akwarium-hero-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.akwarium-hero-section .akwarium-hero-section-inner .akwarium-hero-left,
.akwarium-hero-section .akwarium-hero-section-inner .akwarium-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.akwarium-hero-section .akwarium-hero-section-inner .akwarium-hero-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .akwarium-hero-section .akwarium-hero-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
.akwarium-hero-section .akwarium-hero-video {
  display: flex;
  flex-direction: column;
  height: 50vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.akwarium-hero-section .akwarium-hero-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .akwarium-hero-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.akwarium-offer-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.akwarium-offer-section .akwarium-header-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  text-align: center;
  width: 50vw;
}
.akwarium-offer-section .akwarium-header-offer img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .akwarium-offer-section .akwarium-header-offer {
    width: 100%;
  }
}
.akwarium-offer-section .akwarium-compare {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.akwarium-offer-section .akwarium-compare .compare-left {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-end;
  text-align: right;
  border-right: 2px solid #e6e6e6;
  padding-right: 4em;
  width: 100%;
}
@media (max-width: 1024px) {
  .akwarium-offer-section .akwarium-compare .compare-left {
    align-items: flex-start;
    padding-right: 0em;
    border-right: none;
    text-align: left;
  }
}
.akwarium-offer-section .akwarium-compare .compare-right {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-left: 4em;
  width: 100%;
}
@media (max-width: 1024px) {
  .akwarium-offer-section .akwarium-compare .compare-right {
    padding-left: 0em;
  }
}
@media (max-width: 1024px) {
  .akwarium-offer-section .akwarium-compare {
    flex-direction: column;
    gap: 2em;
  }
}
@media (max-width: 1024px) {
  .akwarium-offer-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 4em 4vw;
  }
}

.akwarium-quotation-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/wycena-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.akwarium-quotation-section .akwarium-quotation-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-left {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 40%;
  align-items: flex-start;
  position: sticky;
  top: 10em;
  align-self: flex-start;
  max-height: calc(100vh - 4em);
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  width: 60%;
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right.mobile-view {
  display: none;
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  background-color: white;
  border-radius: 25px;
  padding: 2em;
  color: black;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: calc(50% - 1em);
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card .number {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #6ba505;
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card .quotation-card-icon {
  height: 60px;
  width: auto;
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card .arrow {
  margin-top: 1em;
  transition: transform 0.3s ease;
  height: 30px;
  width: auto;
}
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card h3,
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card h5,
.akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card p {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 1400px) {
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card {
    width: calc(50% - 1.5em);
  }
}
@media (max-width: 1024px) {
  .akwarium-quotation-section .akwarium-quotation-inner {
    flex-direction: column;
    padding: 4em 4vw 4em 4vw;
    gap: 3em;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-left {
    width: 100%;
    position: relative;
    top: auto;
    max-height: none;
    gap: 2em;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right {
    width: 100%;
    gap: 1.5em;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card {
    padding: 1.5em;
    width: 100%;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card .quotation-card-icon {
    height: 50px;
  }
}
@media (max-width: 524px) {
  .akwarium-quotation-section .akwarium-quotation-inner {
    padding: 3em 4vw;
    gap: 2em;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-left {
    gap: 1.5em;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right.desktop-view {
    display: none;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right.mobile-view {
    display: block;
    width: 100%;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .swiper {
    width: 100%;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .swiper-slide {
    height: auto;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.2em;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card:hover {
    transform: none;
    box-shadow: none;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card:hover h3,
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card:hover h5,
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .quotation-card:hover p {
    transform: none;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .swiper-pagination {
    bottom: 0;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .swiper-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.5;
  }
  .akwarium-quotation-section .akwarium-quotation-inner .quotation-right .swiper-pagination .swiper-pagination-bullet-active {
    background: #6ba505;
    opacity: 1;
  }
}

.dostawa-hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.dostawa-hero-section .dostawa-hero-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.dostawa-hero-section .dostawa-hero-section-inner .dostawa-hero-left,
.dostawa-hero-section .dostawa-hero-section-inner .dostawa-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.dostawa-hero-section .dostawa-hero-section-inner .dostawa-hero-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .dostawa-hero-section .dostawa-hero-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
.dostawa-hero-section .dostawa-hero-video {
  display: flex;
  flex-direction: column;
  height: 50vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.dostawa-hero-section .dostawa-hero-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .dostawa-hero-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.single-page {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 2rem;
  margin: 0 auto;
  gap: 2rem;
}
.single-page .content {
  display: flex;
  flex-direction: column;
  width: 75%;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .single-page .content {
    width: 100%;
  }
}
.single-page .content .container-dostawa {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-page .content h3 {
  font-size: 2rem;
}
.single-page .content h4 {
  font-size: 1.5rem;
}
.single-page .content .faq-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
}
.single-page .content .faq-hero-right .inner-faq-section {
  width: 100%;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 0;
  cursor: pointer;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-question .faq-head {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-question .faq-head img {
  width: 80px;
  height: 80px;
  min-width: 24px;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
  font-size: 1.6rem;
  font-weight: 600;
  font-weight: 500;
  margin: 0;
  flex: 1;
  padding-right: 25px;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
    font-size: 1.5rem;
  }
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-question .faq-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-answer ul {
  margin-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item .faq-answer ul li {
  list-style: disc;
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.single-page .content .faq-hero-right .inner-faq-section .faq-item.active .faq-answer {
  max-height: 1500px;
  padding-bottom: 1.5em;
}
.single-page .content .package-inspection-container {
  font-family: "Poppins", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
  color: #4e4e4e;
}
.single-page .content .package-inspection-container .timeline-item {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 724px) {
  .single-page .content .package-inspection-container .timeline-item {
    flex-direction: column;
    gap: 20px;
  }
}
.single-page .content .package-inspection-container .timeline-item:last-child .timeline-icon .timeline-divider {
  display: none;
}
.single-page .content .package-inspection-container .timeline-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.single-page .content .package-inspection-container .timeline-icon img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.single-page .content .package-inspection-container .timeline-icon .timeline-divider {
  width: 2px;
  height: 100%;
  background-color: #e6e6e6;
  flex-grow: 1;
}
@media (max-width: 724px) {
  .single-page .content .package-inspection-container .timeline-icon {
    flex-direction: row;
    width: 100%;
  }
  .single-page .content .package-inspection-container .timeline-icon .timeline-divider {
    width: 100%;
    height: 2px;
    margin-left: 24px;
  }
}
.single-page .content .package-inspection-container .timeline-content {
  flex-grow: 1;
}
.single-page .content .package-inspection-container .timeline-content .timeline-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1e1e1e;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
.single-page .content .package-inspection-container .timeline-content .timeline-text {
  line-height: 1.6;
  margin-bottom: 24px;
}
.single-page .content .package-inspection-container .timeline-content .timeline-text p:first-child,
.single-page .content .package-inspection-container .timeline-content .timeline-text p:nth-child(3) {
  margin-bottom: 8px;
}
.single-page .content .package-inspection-container .timeline-content .info-box {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 24px;
}
.single-page .content .package-inspection-container .timeline-content .info-box .info-box-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1e1e1e;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 24px;
}
.single-page .content .package-inspection-container .timeline-content .info-box .info-box-content {
  line-height: 1.6;
}
.single-page .content .package-inspection-container .timeline-content .info-box .info-box-content p {
  margin-bottom: 20px;
}
.single-page .content .package-inspection-container .timeline-content .info-box .info-box-content p:last-child {
  margin-bottom: 0;
}
.single-page .content .package-inspection-container .timeline-content .info-box .info-box-content strong {
  color: #1e1e1e;
}
.single-page .content .shipping-table {
  width: 100%;
  margin-top: 2em;
  border-collapse: collapse;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 724px) {
  .single-page .content .shipping-table {
    font-size: 14px;
  }
}
.single-page .content .shipping-table th,
.single-page .content .shipping-table td {
  text-align: center;
  padding: 20px 10px;
  font-size: 13px;
}
@media (max-width: 524px) {
  .single-page .content .shipping-table th,
  .single-page .content .shipping-table td {
    padding: 8px 5px;
    font-size: 12px;
  }
}
.single-page .content .shipping-table th {
  background-color: #6ba505;
  color: #ffffff;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.single-page .content .shipping-table th:last-child {
  border-right: none;
}
.single-page .content .shipping-table tr.price-row th {
  font-size: 12px;
  text-align: center;
  padding: 6px 10px;
  font-weight: 400;
}
@media (max-width: 524px) {
  .single-page .content .shipping-table tr.price-row th {
    padding: 5px 3px;
    font-size: 11px;
  }
}
.single-page .content .shipping-table tr:nth-child(even) {
  background-color: #ffffff;
}
.single-page .content .shipping-table tr:nth-child(odd):not(:first-child):not(.price-row) {
  background-color: #f5f5f5;
}
.single-page .content .shipping-table td {
  color: #1e1e1e;
  border-right: 1px solid #e6e6e6;
}
.single-page .content .shipping-table td:last-child {
  border-right: none;
}
.single-page .content .free-badge {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}
.single-page .content .free-badge img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.single-page .content .delivery-method {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.single-page .content .delivery-method img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.single-page .content .border-cell {
  border-top: 1px solid #e6e6e6;
}
.single-page .content .vertical-separator {
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 524px) {
  .single-page .content .shipping-table {
    font-size: 12px;
    width: 100%;
    min-width: 320px;
  }
}
@media (max-width: 724px) {
  .single-page .content .shipping-table th[colspan="3"] {
    font-size: 14px;
  }
}
.single-page .summary {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 2em;
  background-color: #f5f5f5;
  padding: 2em;
  height: auto;
  align-self: flex-start;
  border-radius: 25px;
  position: sticky;
  top: 9em;
}
.single-page .summary .table-of-contents {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-page .summary .table-of-contents ol {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  gap: 0.5em;
}
@media (max-width: 1024px) {
  .single-page .summary {
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media (max-width: 1024px) {
  .single-page {
    flex-direction: column;
    padding: 1rem;
  }
}

.badanie-wody-hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.badanie-wody-hero-section .badanie-wody-hero-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 5em;
}
.badanie-wody-hero-section .badanie-wody-hero-section-inner .badanie-wody-hero-left,
.badanie-wody-hero-section .badanie-wody-hero-section-inner .badanie-wody-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.badanie-wody-hero-section .badanie-wody-hero-section-inner .badanie-wody-hero-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .badanie-wody-hero-section .badanie-wody-hero-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
.badanie-wody-hero-section .badanie-wody-hero-video {
  display: flex;
  flex-direction: column;
  height: 60vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.badanie-wody-hero-section .badanie-wody-hero-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .badanie-wody-hero-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 4em 4vw;
  }
}

.why-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  background-color: rgb(246, 246, 246);
}
.why-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  gap: 1em;
  padding: 8em 4vw;
}
@media (max-width: 1024px) {
  .why-section__container {
    padding: 4em 4vw 4em 4vw;
  }
}
.why-section h2 {
  text-align: center;
}
.why-section p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 2rem;
}
.why-section__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 524px) {
  .why-section__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .why-section__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.why-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 16px;
  padding: 2rem;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.why-item__icon {
  height: 64px;
  margin-bottom: 2rem;
}
.why-item__icon img {
  max-height: 64px;
  max-width: 100%;
}

.process-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  gap: 5em;
  padding: 8em 4vw 8em 4vw;
  max-width: 1920px;
}
.process-section__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
@media (min-width: 1024px) {
  .process-section__content {
    width: calc(50% - 40px);
  }
}
.process-section__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.process-section__timeline {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 64px;
}
@media (min-width: 1024px) {
  .process-section__timeline {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1024px) {
  .process-section {
    flex-direction: column;
    padding: 4em 4vw 4em 4vw;
  }
}

.timeline-item {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
.timeline-item__icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timeline-item__icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.timeline-item__icon svg {
  width: 100%;
  height: 100%;
}
.timeline-item__divider {
  position: absolute;
  top: 60px;
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.timeline-item__divider:before {
  content: "";
  width: 2px;
  height: calc(100% - 37px);
  background-color: #e6e6e6;
}
.timeline-item__divider .timeline-arrow {
  width: 15px;
  height: 37px;
  position: absolute;
  bottom: 0;
}
.timeline-item__divider .arrow-path {
  fill: #e6e6e6;
}
.timeline-item__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.timeline-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #1e1e1e;
  line-height: 1.3;
}
@media (min-width: 724px) {
  .timeline-item h3 {
    font-size: 2.2rem;
  }
}
.timeline-item ul {
  margin-left: 2em;
}

.form-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
}
.form-section .form-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/badanie-wody-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 8vw;
}
.form-section .form-bg .form-inner {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 4em;
  border-radius: 25px;
  width: 100%;
  gap: 2em;
}
.form-section .form-bg .form-inner .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.form-section .form-bg .form-inner .contact-form-wrapper br {
  display: none;
}
.form-section .form-bg .form-inner .contact-form-wrapper label {
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 0.5em;
  display: block;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-input-group {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 724px) {
  .form-section .form-bg .form-inner .contact-form-wrapper .contact-input-group {
    flex-direction: row;
  }
  .form-section .form-bg .form-inner .contact-form-wrapper .contact-input-group p {
    width: 50%;
  }
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text],
.form-section .form-bg .form-inner .contact-form-wrapper input[type=email],
.form-section .form-bg .form-inner .contact-form-wrapper input[type=tel],
.form-section .form-bg .form-inner .contact-form-wrapper select,
.form-section .form-bg .form-inner .contact-form-wrapper textarea {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  outline: none;
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text]:focus,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=email]:focus,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=tel]:focus,
.form-section .form-bg .form-inner .contact-form-wrapper select:focus,
.form-section .form-bg .form-inner .contact-form-wrapper textarea:focus {
  border-color: #ff8900;
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.2);
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text]::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper input[type=email]::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper input[type=tel]::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper select::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text]::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=email]::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=tel]::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper select::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-section .form-bg .form-inner .contact-form-wrapper textarea {
  min-height: 150px;
  border-radius: 20px;
}
.form-section .form-bg .form-inner .contact-form-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=file] {
  display: none;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container {
  position: relative;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container .big-span {
  font-size: 1.4em;
}
@media (max-width: 1024px) {
  .form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container .big-span {
    font-size: 1.2em;
  }
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info {
  display: block;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 2em;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/file-icon.svg");
  background-repeat: no-repeat;
  background-position: center 1.5em;
  background-size: 2em;
  padding-top: 5em;
  transition: all 0.2s ease;
  margin-top: 0.5em;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info br {
  display: block;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info strong {
  font-weight: 500;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info.dragover {
  border-color: #ff8900;
  background-color: rgba(255, 137, 0, 0.05);
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin-bottom: 1.5em;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 0.1em;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #ff8900;
  border-color: #ff8900;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.25);
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container:hover .checkmark {
  border-color: #ff8900;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .privacy-text {
  font-size: 0.9rem;
  color: #4e4e4e;
  line-height: 1.4;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .privacy-text a {
  color: #ff8900;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .form-section .form-bg .form-inner {
    background-color: transparent;
    background-image: url("../images/contact-bg-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
  }
}
@media (max-width: 1024px) {
  .form-section .form-bg {
    padding: 0vw;
  }
}
@media (max-width: 1024px) {
  .form-section {
    padding: 4em 4vw 0em 4vw;
  }
}

.serwis-hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.serwis-hero-section .serwis-hero-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 5em;
}
.serwis-hero-section .serwis-hero-section-inner .serwis-hero-left,
.serwis-hero-section .serwis-hero-section-inner .serwis-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.serwis-hero-section .serwis-hero-section-inner .serwis-hero-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .serwis-hero-section .serwis-hero-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
.serwis-hero-section .serwis-hero-video {
  display: flex;
  flex-direction: column;
  height: 60vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.serwis-hero-section .serwis-hero-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .serwis-hero-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.why-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  background-image: url("./../images/wycena-bg.png");
  background-position: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 60vh;
}
.why-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  gap: 1em;
  padding: 8em 4vw;
}
@media (max-width: 1024px) {
  .why-section__container {
    padding: 4em 4vw 4em 4vw;
  }
}
.why-section h2 {
  text-align: center;
}
.why-section p {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 2rem;
}
.why-section__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 2em;
}
@media (min-width: 524px) {
  .why-section__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .why-section__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.why-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 16px;
  padding: 2rem;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.why-item__icon {
  height: 64px;
  margin-bottom: 2rem;
}
.why-item__icon img {
  max-height: 64px;
  max-width: 100%;
}

.process-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  gap: 5em;
  padding: 8em 4vw 8em 4vw;
  max-width: 1920px;
  background-image: url("../images/faq-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.process-section__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .process-section__content {
    width: calc(50% - 40px);
  }
}
.process-section__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.process-section__timeline {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 64px;
}
@media (min-width: 1024px) {
  .process-section__timeline {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1024px) {
  .process-section {
    flex-direction: column;
    padding: 4em 4vw 4em 4vw;
  }
}

.timeline-item {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
.timeline-item__icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timeline-item__icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.timeline-item__icon svg {
  width: 100%;
  height: 100%;
}
.timeline-item__divider {
  position: absolute;
  top: 60px;
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.timeline-item__divider:before {
  content: "";
  width: 2px;
  height: calc(100% - 37px);
  background-color: #e6e6e6;
}
.timeline-item__divider .timeline-arrow {
  width: 15px;
  height: 37px;
  position: absolute;
  bottom: 0;
}
.timeline-item__divider .arrow-path {
  fill: #e6e6e6;
}
.timeline-item__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.timeline-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #1e1e1e;
  line-height: 1.3;
}
@media (min-width: 724px) {
  .timeline-item h3 {
    font-size: 2.2rem;
  }
}
.timeline-item ul {
  margin-left: 2em;
}

.serwis-mission-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 8em;
  align-items: center;
}
.serwis-mission-section .serwis-mission-left {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.serwis-mission-section .serwis-mission-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serwis-mission-section .serwis-mission-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}
.serwis-mission-section .serwis-mission-right .payment-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin: 0 auto;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-cell {
  display: flex;
  align-items: center;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-cell .label {
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.5;
}
@media (min-width: 1400px) {
  .serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-cell .label {
    font-size: 1rem;
  }
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-info .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-info .icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-info .icon-wrapper svg path {
  stroke: #ff8900;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.serwis-mission-section .serwis-mission-right .payment-table .payment-row .payment-description {
  text-align: right;
}
@media (max-width: 1024px) {
  .serwis-mission-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.form-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
}
.form-section .form-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/badanie-wody-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 8vw;
}
.form-section .form-bg .form-inner {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 4em;
  border-radius: 25px;
  width: 100%;
  gap: 2em;
}
.form-section .form-bg .form-inner .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.form-section .form-bg .form-inner .contact-form-wrapper br {
  display: none;
}
.form-section .form-bg .form-inner .contact-form-wrapper label {
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 0.5em;
  display: block;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-input-group {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 724px) {
  .form-section .form-bg .form-inner .contact-form-wrapper .contact-input-group {
    flex-direction: row;
  }
  .form-section .form-bg .form-inner .contact-form-wrapper .contact-input-group p {
    width: 50%;
  }
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text],
.form-section .form-bg .form-inner .contact-form-wrapper input[type=email],
.form-section .form-bg .form-inner .contact-form-wrapper input[type=tel],
.form-section .form-bg .form-inner .contact-form-wrapper select,
.form-section .form-bg .form-inner .contact-form-wrapper textarea {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  outline: none;
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text]:focus,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=email]:focus,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=tel]:focus,
.form-section .form-bg .form-inner .contact-form-wrapper select:focus,
.form-section .form-bg .form-inner .contact-form-wrapper textarea:focus {
  border-color: #ff8900;
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.2);
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text]::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper input[type=email]::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper input[type=tel]::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper select::-moz-placeholder, .form-section .form-bg .form-inner .contact-form-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=text]::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=email]::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper input[type=tel]::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper select::placeholder,
.form-section .form-bg .form-inner .contact-form-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-section .form-bg .form-inner .contact-form-wrapper textarea {
  min-height: 150px;
  border-radius: 20px;
}
.form-section .form-bg .form-inner .contact-form-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.form-section .form-bg .form-inner .contact-form-wrapper input[type=file] {
  display: none;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container {
  position: relative;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container .big-span {
  font-size: 1.4em;
}
@media (max-width: 1024px) {
  .form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container .big-span {
    font-size: 1.2em;
  }
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-upload-container .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info {
  display: block;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 2em;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/file-icon.svg");
  background-repeat: no-repeat;
  background-position: center 1.5em;
  background-size: 2em;
  padding-top: 5em;
  transition: all 0.2s ease;
  margin-top: 0.5em;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info br {
  display: block;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info strong {
  font-weight: 500;
}
.form-section .form-bg .form-inner .contact-form-wrapper .file-info.dragover {
  border-color: #ff8900;
  background-color: rgba(255, 137, 0, 0.05);
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin-bottom: 1.5em;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 0.1em;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #ff8900;
  border-color: #ff8900;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.25);
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .checkbox-container:hover .checkmark {
  border-color: #ff8900;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .privacy-text {
  font-size: 0.9rem;
  color: #4e4e4e;
  line-height: 1.4;
}
.form-section .form-bg .form-inner .contact-form-wrapper .contact-privacy-container .privacy-text a {
  color: #ff8900;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .form-section .form-bg .form-inner {
    background-color: transparent;
    background-image: url("../images/contact-bg-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
  }
}
@media (max-width: 1024px) {
  .form-section .form-bg {
    padding: 0vw;
  }
}
@media (max-width: 1024px) {
  .form-section {
    padding: 4em 4vw 0em 4vw;
  }
}

.filter-categories-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 5em 4vw 0em 4vw;
  gap: 2em;
}

.blog-header {
  display: flex;
  flex-direction: row;
  gap: 5em;
  justify-content: space-between;
  margin-bottom: 3em;
}
.blog-header .blog-header-left,
.blog-header .blog-header-right {
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-header {
    flex-direction: column;
    gap: 2em;
    margin-bottom: 1em;
  }
}

.category-filter-container.desktop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .category-filter-container.desktop-categories {
    display: none;
  }
}

.category-filter-swiper.mobile-categories {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .category-filter-swiper.mobile-categories {
    display: block;
    overflow: hidden;
  }
}
.category-filter-swiper.mobile-categories .swiper-wrapper {
  display: flex;
  align-items: center;
}
.category-filter-swiper.mobile-categories .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  margin-right: 12px;
}
.category-filter-swiper.mobile-categories .swiper-slide:last-child {
  margin-right: 0;
}
.category-filter-swiper.mobile-categories .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
  left: auto;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.category-filter-swiper.mobile-categories .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}
.category-filter-swiper.mobile-categories .swiper-pagination .swiper-pagination-bullet-active {
  background: #6ba505;
  opacity: 1;
}

.category-filter-btn {
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #6ba505;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
.category-filter-btn.active {
  background: #6ba505;
  color: #ffffff;
  border-color: transparent;
}
.category-filter-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .category-filter-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 724px) {
  .category-filter-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card .post-image {
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
}
.post-card .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.post-card .post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  padding: 2em;
}
.post-card .post-content .post-date {
  color: #6ba505;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.post-card .post-content .post-title {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .post-card .post-content .post-title {
    font-size: 1.5rem;
  }
}
.post-card .post-content .post-title span {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .post-card .post-content .post-title span {
    font-size: 1.5rem;
  }
}
.post-card .post-content .post-excerpt {
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  flex-grow: 1;
  margin-bottom: 1em;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  width: 100%;
  gap: 0.5em;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  margin: 0 4px;
  padding: 0 8px;
  background: #f5f5f5;
  border-radius: 8px;
  color: black;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pagination-wrapper .page-numbers.current {
  background: #ff8900;
  border-color: #ff8900;
  color: #ffffff;
  font-weight: 600;
}
.pagination-wrapper .page-numbers.current:hover {
  background: #ff8900;
  border-color: #ff8900;
}
.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
  font-size: 16px;
  font-weight: 400;
  min-width: auto;
  padding: 0 12px;
  background: transparent;
  border: 0px solid #e5e5e5;
}
.pagination-wrapper .page-numbers.dots {
  border: none;
  background: transparent;
  color: #9ca3af;
  cursor: default;
}
.pagination-wrapper .page-numbers.dots:hover {
  background: transparent;
  color: #9ca3af;
}

@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 724px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .filter-categories-section {
    padding: 0em 4vw 0em 4vw;
  }
  .pagination-wrapper {
    margin-top: 3em;
  }
  .pagination-wrapper .page-numbers {
    min-width: 36px;
    height: 36px;
    margin: 0 2px;
    font-size: 13px;
  }
}
@media (max-width: 524px) {
  .pagination-wrapper {
    margin-top: 2em;
  }
  .pagination-wrapper .page-numbers {
    min-width: 32px;
    height: 32px;
    margin: 0 1px;
    font-size: 12px;
  }
  .pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
    padding: 0 8px;
  }
}
.category-filter-btn.loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}
.category-filter-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.no-posts-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.no-posts-message p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

.single-naturady-hero-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 5em 4vw 0em 4vw;
  gap: 2em;
}
.single-naturady-hero-section .post-featured-image-hero,
.single-naturady-hero-section .featured-image-container {
  max-height: 50vh;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 4em;
}
.single-naturady-hero-section .post-featured-image-hero img,
.single-naturady-hero-section .featured-image-container img {
  max-height: 50vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}
.single-naturady-hero-section .post-content-hero {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.single-naturady-hero-section .post-content-hero .post-content-hero-inner {
  width: 75%;
}
@media (max-width: 1024px) {
  .single-naturady-hero-section .post-content-hero .post-content-hero-inner {
    width: 100%;
  }
}
.single-naturady-hero-section .post-content-hero .post-title-hero {
  margin-bottom: 0.5em;
}
.single-naturady-hero-section .post-content-hero .post-meta-hero,
.single-naturady-hero-section .post-content-hero .post-additional-meta {
  display: none;
}
.single-naturady-hero-section .post-content-hero .post-description-hero {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-naturady-hero-section .post-content-hero .summary {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 2em;
  background-color: #f5f5f5;
  padding: 2em;
  height: auto;
  align-self: flex-start;
  border-radius: 25px;
  position: sticky;
  top: 9em;
}
.single-naturady-hero-section .post-content-hero .summary .table-of-contents {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-naturady-hero-section .post-content-hero .summary .table-of-contents ol {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  gap: 0.5em;
}
@media (max-width: 1024px) {
  .single-naturady-hero-section .post-content-hero .summary {
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media (max-width: 1024px) {
  .single-naturady-hero-section .post-content-hero {
    flex-direction: column-reverse;
    padding: 1rem;
  }
}
.single-naturady-hero-section .category-tag-hero {
  color: #6ba505;
  font-weight: 500;
}
.single-naturady-hero-section .post-navigation-hero {
  margin-top: 3rem;
  padding: 0;
  width: 100%;
}
.single-naturady-hero-section .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  gap: 2rem;
}
.single-naturady-hero-section .nav-item {
  flex: 1;
  display: flex;
}
.single-naturady-hero-section .nav-item.prev-post {
  justify-content: flex-start;
}
.single-naturady-hero-section .nav-item.all-posts {
  justify-content: center;
}
.single-naturady-hero-section .nav-item.next-post {
  justify-content: flex-end;
}
.single-naturady-hero-section .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}
.single-naturady-hero-section .nav-link:hover {
  color: #c09251;
}
.single-naturady-hero-section .nav-link.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.single-naturady-hero-section .nav-icon {
  display: none;
}
.single-naturady-hero-section .nav-label {
  display: none;
}
.single-naturady-hero-section .nav-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.single-naturady-hero-section .nav-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: inherit;
  margin: 0;
}
@media (max-width: 768px) {
  .single-naturady-hero-section .nav-container {
    flex-direction: column;
    gap: 1rem;
  }
  .single-naturady-hero-section .nav-item {
    width: 100%;
  }
  .single-naturady-hero-section .nav-item.prev-post, .single-naturady-hero-section .nav-item.next-post {
    justify-content: center;
  }
  .single-naturady-hero-section .nav-link {
    justify-content: center;
    text-align: center;
  }
  .single-naturady-hero-section .nav-link.all-posts-link {
    padding: 1rem 2rem;
  }
}

.more-articles-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 6em;
}
.more-articles-section .more-articles-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-header {
    flex-direction: column;
  }
}
.more-articles-section .more-articles-header .left {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 50%;
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-header .left {
    width: 100%;
  }
}
.more-articles-section .more-articles-header .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-header .right {
    width: 100%;
    align-items: flex-start;
    margin-top: 1em;
  }
}
.more-articles-section .more-articles-content {
  width: 100%;
}
.more-articles-section .more-articles-content .blog-posts-swiper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .more-articles-section .more-articles-content .blog-posts-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    transform: none !important;
  }
  .more-articles-section .more-articles-content .blog-posts-swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .more-articles-section .more-articles-content .blog-posts-swiper .swiper-pagination {
    display: none !important;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}
@media (max-width: 1024px) {
  .more-articles-section .more-articles-content .blog-posts-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
  .more-articles-section .more-articles-content .blog-posts-grid.swiper-wrapper {
    display: flex !important;
    align-items: stretch;
  }
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid {
    gap: 0;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card {
    width: 85%;
    margin-right: 2em;
    flex-shrink: 0;
  }
  .more-articles-section .more-articles-content .blog-posts-grid .post-card.swiper-slide {
    width: 85% !important;
    margin-right: 2em !important;
  }
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card {
    width: 90%;
    margin-right: 1.5em;
  }
  .more-articles-section .more-articles-content .blog-posts-grid .post-card.swiper-slide {
    width: 90% !important;
    margin-right: 1.5em !important;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 1024px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card:hover {
    transform: none;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-image {
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-image {
    height: 280px;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-image .placeholder-image {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  padding: 2em;
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content {
    padding: 1.5em;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-date {
  color: #6ba505;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
}
@media (min-width: 1400px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-date {
    font-size: 0.95rem;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-title {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
@media (min-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-title {
    font-size: 1.3rem;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-title span {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-title span {
    font-size: 1.5rem;
  }
}
@media (max-width: 724px) {
  .more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-title span {
    font-size: 1.3rem;
  }
}
.more-articles-section .more-articles-content .blog-posts-grid .post-card .post-content .post-excerpt {
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  flex-grow: 1;
  margin-bottom: 1em;
}
.more-articles-section .more-articles-content .swiper-pagination {
  bottom: 0;
}
.more-articles-section .more-articles-content .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}
.more-articles-section .more-articles-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff8900;
  opacity: 1;
}
@media (max-width: 1024px) {
  .more-articles-section {
    gap: 3em;
  }
}

.filter-categories-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 5em 4vw 0em 4vw;
  gap: 2em;
}

.blog-header {
  display: flex;
  flex-direction: row;
  gap: 5em;
  justify-content: space-between;
  margin-bottom: 3em;
}
.blog-header .blog-header-left,
.blog-header .blog-header-right {
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-header {
    flex-direction: column;
    gap: 2em;
    margin-bottom: 1em;
  }
}

.category-filter-container.desktop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .category-filter-container.desktop-categories {
    display: none;
  }
}

.category-filter-swiper.mobile-categories {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .category-filter-swiper.mobile-categories {
    display: block;
    overflow: hidden;
  }
}
.category-filter-swiper.mobile-categories .swiper-wrapper {
  display: flex;
  align-items: center;
}
.category-filter-swiper.mobile-categories .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  margin-right: 12px;
}
.category-filter-swiper.mobile-categories .swiper-slide:last-child {
  margin-right: 0;
}
.category-filter-swiper.mobile-categories .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
  left: auto;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.category-filter-swiper.mobile-categories .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}
.category-filter-swiper.mobile-categories .swiper-pagination .swiper-pagination-bullet-active {
  background: #6ba505;
  opacity: 1;
}

.category-filter-btn {
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #6ba505;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
.category-filter-btn.active {
  background: #6ba505;
  color: #ffffff;
  border-color: transparent;
}
.category-filter-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .category-filter-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 724px) {
  .category-filter-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card .post-image {
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
}
.post-card .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.post-card .post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  padding: 2em;
}
.post-card .post-content .post-date {
  color: #6ba505;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.post-card .post-content .post-title {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .post-card .post-content .post-title {
    font-size: 1.5rem;
  }
}
.post-card .post-content .post-title span {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .post-card .post-content .post-title span {
    font-size: 1.5rem;
  }
}
.post-card .post-content .post-excerpt {
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  flex-grow: 1;
  margin-bottom: 1em;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  width: 100%;
  gap: 0.5em;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  margin: 0 4px;
  padding: 0 8px;
  background: #f5f5f5;
  border-radius: 8px;
  color: black;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pagination-wrapper .page-numbers.current {
  background: #ff8900;
  border-color: #ff8900;
  color: #ffffff;
  font-weight: 600;
}
.pagination-wrapper .page-numbers.current:hover {
  background: #ff8900;
  border-color: #ff8900;
}
.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
  font-size: 16px;
  font-weight: 400;
  min-width: auto;
  padding: 0 12px;
  background: transparent;
  border: 0px solid #e5e5e5;
}
.pagination-wrapper .page-numbers.dots {
  border: none;
  background: transparent;
  color: #9ca3af;
  cursor: default;
}
.pagination-wrapper .page-numbers.dots:hover {
  background: transparent;
  color: #9ca3af;
}

@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 724px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .filter-categories-section {
    padding: 0em 4vw 0em 4vw;
  }
  .pagination-wrapper {
    margin-top: 3em;
  }
  .pagination-wrapper .page-numbers {
    min-width: 36px;
    height: 36px;
    margin: 0 2px;
    font-size: 13px;
  }
}
@media (max-width: 524px) {
  .pagination-wrapper {
    margin-top: 2em;
  }
  .pagination-wrapper .page-numbers {
    min-width: 32px;
    height: 32px;
    margin: 0 1px;
    font-size: 12px;
  }
  .pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
    padding: 0 8px;
  }
}
.category-filter-btn.loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}
.category-filter-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.no-posts-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.no-posts-message p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

.single-projekty-hero-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 5em 4vw 0em 4vw;
  gap: 2em;
}
.single-projekty-hero-section .post-featured-image-hero {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.single-projekty-hero-section .post-content-hero {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.single-projekty-hero-section .post-content-hero .post-content-hero-header {
  display: flex;
  flex-direction: row;
  gap: 8em;
  justify-content: space-between;
  width: 100%;
}
.single-projekty-hero-section .post-content-hero .post-content-hero-header .left,
.single-projekty-hero-section .post-content-hero .post-content-hero-header .right {
  width: 100%;
}
.single-projekty-hero-section .post-content-hero .post-content-hero-header .post-title-hero {
  margin-bottom: 0.5em;
}
.single-projekty-hero-section .post-content-hero .post-content-hero-header .post-description-hero {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 1024px) {
  .single-projekty-hero-section .post-content-hero .post-content-hero-header {
    flex-direction: column;
    gap: 1em;
  }
}
@media (max-width: 1024px) {
  .single-projekty-hero-section .post-content-hero {
    flex-direction: column;
    padding: 1rem;
  }
}
.single-projekty-hero-section .gallery-content {
  width: 100%;
}
.single-projekty-hero-section .gallery-content .gallery-layout {
  display: flex;
  gap: 2em;
  height: 90vh;
}
.single-projekty-hero-section .gallery-content .gallery-layout .gallery-large {
  flex: 2;
  width: 100%;
  height: 100%;
}
.single-projekty-hero-section .gallery-content .gallery-layout .gallery-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.single-projekty-hero-section .gallery-content .gallery-layout .gallery-small {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
  height: 100%;
}
.single-projekty-hero-section .gallery-content .gallery-layout .gallery-small .small-image {
  height: calc(50% - 1em);
}
.single-projekty-hero-section .gallery-content .gallery-layout .gallery-small .small-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.single-projekty-hero-section .gallery-content .gallery-swiper-container {
  display: none;
}
.single-projekty-hero-section .gallery-content .gallery-swiper-container .gallery-swiper {
  width: 100%;
  padding-bottom: 2em;
}
.single-projekty-hero-section .gallery-content .gallery-swiper-container .gallery-swiper .swiper-slide img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.single-projekty-hero-section .gallery-content .gallery-swiper-container .gallery-swiper .swiper-pagination {
  bottom: 0;
}
.single-projekty-hero-section .gallery-content .gallery-swiper-container .gallery-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}
.single-projekty-hero-section .gallery-content .gallery-swiper-container .gallery-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #6ba505;
  opacity: 1;
}
@media (max-width: 1024px) {
  .single-projekty-hero-section .gallery-content .gallery-layout {
    display: none;
  }
  .single-projekty-hero-section .gallery-content .gallery-swiper-container {
    display: block;
    width: 100%;
  }
}
.single-projekty-hero-section .description-content {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin-top: 2em;
}
.single-projekty-hero-section .description-content div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 1024px) {
  .single-projekty-hero-section .description-content {
    flex-direction: column;
  }
}

.more-projects-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 6em;
}
.more-projects-section .more-projects-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-header {
    flex-direction: column;
  }
}
.more-projects-section .more-projects-header .left {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 60%;
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-header .left {
    width: 100%;
  }
}
.more-projects-section .more-projects-header .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 40%;
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-header .right {
    width: 100%;
    align-items: flex-start;
    margin-top: 1em;
  }
}
.more-projects-section .more-projects-content {
  width: 100%;
}
.more-projects-section .more-projects-content .blog-posts-swiper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .more-projects-section .more-projects-content .blog-posts-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    transform: none !important;
  }
  .more-projects-section .more-projects-content .blog-posts-swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .more-projects-section .more-projects-content .blog-posts-swiper .swiper-pagination {
    display: none !important;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}
@media (max-width: 1024px) {
  .more-projects-section .more-projects-content .blog-posts-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
  .more-projects-section .more-projects-content .blog-posts-grid.swiper-wrapper {
    display: flex !important;
    align-items: stretch;
  }
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid {
    gap: 0;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card {
    width: 85%;
    margin-right: 2em;
    flex-shrink: 0;
  }
  .more-projects-section .more-projects-content .blog-posts-grid .post-card.swiper-slide {
    width: 85% !important;
    margin-right: 2em !important;
  }
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card {
    width: 90%;
    margin-right: 1.5em;
  }
  .more-projects-section .more-projects-content .blog-posts-grid .post-card.swiper-slide {
    width: 90% !important;
    margin-right: 1.5em !important;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 1024px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card:hover {
    transform: none;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-image {
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-image {
    height: 280px;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-image .placeholder-image {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  padding: 2em;
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content {
    padding: 1.5em;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-date {
  color: #6ba505;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
}
@media (min-width: 1400px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-date {
    font-size: 0.95rem;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-title {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
@media (min-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-title {
    font-size: 1.3rem;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-title span {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-title span {
    font-size: 1.5rem;
  }
}
@media (max-width: 724px) {
  .more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-title span {
    font-size: 1.3rem;
  }
}
.more-projects-section .more-projects-content .blog-posts-grid .post-card .post-content .post-excerpt {
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  flex-grow: 1;
  margin-bottom: 1em;
}
.more-projects-section .more-projects-content .swiper-pagination {
  bottom: 0;
}
.more-projects-section .more-projects-content .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}
.more-projects-section .more-projects-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff8900;
  opacity: 1;
}
@media (max-width: 1024px) {
  .more-projects-section {
    gap: 3em;
  }
}

.kalkulator-podloza-hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.kalkulator-podloza-hero-section .kalkulator-podloza-hero-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.kalkulator-podloza-hero-section .kalkulator-podloza-hero-section-inner .kalkulator-podloza-hero-left,
.kalkulator-podloza-hero-section .kalkulator-podloza-hero-section-inner .kalkulator-podloza-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.kalkulator-podloza-hero-section .kalkulator-podloza-hero-section-inner .kalkulator-podloza-hero-right {
  gap: 3em;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-hero-section .kalkulator-podloza-hero-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
.kalkulator-podloza-hero-section .kalkulator-podloza-hero-video {
  display: flex;
  flex-direction: column;
  height: 50vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.kalkulator-podloza-hero-section .kalkulator-podloza-hero-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-hero-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.kalkulator-podloza-products-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 5em;
}
.kalkulator-podloza-products-section .products-right-header {
  display: flex;
  flex-direction: row;
  gap: 5em;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-products-section .products-right-header {
    flex-direction: column;
    gap: 2em;
  }
}
.kalkulator-podloza-products-section .products-right-product {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-products-section .products-right-product {
    flex-direction: column;
  }
}
.kalkulator-podloza-products-section .desktop-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-products-section .desktop-grid {
    display: none;
  }
}
.kalkulator-podloza-products-section .products-swiper {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden !important;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-products-section .products-swiper {
    display: block;
  }
}
.kalkulator-podloza-products-section .products-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.kalkulator-podloza-products-section .products-swiper .swiper-slide {
  width: auto !important;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 20px;
}
.kalkulator-podloza-products-section .products-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.kalkulator-podloza-products-section .products-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
  left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.kalkulator-podloza-products-section .products-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.kalkulator-podloza-products-section .products-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #6ba505;
  opacity: 1;
}
.kalkulator-podloza-products-section .products-product {
  width: 100%;
}
@media (max-width: 1300px) {
  .kalkulator-podloza-products-section {
    width: 100%;
    gap: 3em;
    padding: 4em 4vw 0em 4vw;
  }
}

.kalkulator-podloza-types-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 5em;
  position: relative;
}
@media (max-width: 768px) {
  .kalkulator-podloza-types-section {
    padding: 4em 4vw 0em 4vw;
    gap: 3em;
  }
}
.kalkulator-podloza-types-section .types-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.kalkulator-podloza-types-section .types-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.kalkulator-podloza-types-section .types-swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 400px;
  gap: 5em;
}
@media (max-width: 1023px) {
  .kalkulator-podloza-types-section .types-swiper .swiper-slide {
    flex-direction: column-reverse;
    min-height: auto;
    gap: 2rem;
  }
}
.kalkulator-podloza-types-section .types-swiper .swiper-slide .types-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 4em;
}
.kalkulator-podloza-types-section .types-swiper .swiper-slide .types-right {
  flex: 1;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  overflow: hidden;
}
.kalkulator-podloza-types-section .types-swiper .swiper-slide .types-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .kalkulator-podloza-types-section .types-swiper .swiper-slide .types-right {
    width: 100%;
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .kalkulator-podloza-types-section .types-swiper .swiper-slide .types-right {
    min-height: 200px;
  }
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev,
.kalkulator-podloza-types-section .types-swiper .types-button-next {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #6ba505;
  border: #6ba505;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .kalkulator-podloza-types-section .types-swiper .types-button-prev,
  .kalkulator-podloza-types-section .types-swiper .types-button-next {
    width: 40px;
    height: 40px;
  }
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev:hover,
.kalkulator-podloza-types-section .types-swiper .types-button-next:hover {
  background: #ff8900;
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev::after,
.kalkulator-podloza-types-section .types-swiper .types-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-left: none;
  border-bottom: none;
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev.swiper-button-disabled,
.kalkulator-podloza-types-section .types-swiper .types-button-next.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
  border: 1px solid rgba(173, 173, 173, 0.2);
  background: transparent;
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev.swiper-button-disabled::after,
.kalkulator-podloza-types-section .types-swiper .types-button-next.swiper-button-disabled::after {
  content: "";
  border: 2px solid #6ba505;
  width: 12px;
  height: 12px;
  border-left: none;
  border-bottom: none;
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev {
  left: 0px;
}
.kalkulator-podloza-types-section .types-swiper .types-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.kalkulator-podloza-types-section .types-swiper .types-button-next {
  left: 60px;
}
.kalkulator-podloza-types-section .types-swiper .types-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}
.kalkulator-podloza-types-section.loading .types-swiper {
  opacity: 0.7;
  pointer-events: none;
}

.kalkulator-podloza-instructions-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 3em 4vw;
  margin: 0 auto;
  gap: 8em;
  align-items: center;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-left {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin: 0 auto;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-cell {
  display: flex;
  align-items: center;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-cell .label {
  font-size: 0.9rem;
  color: #1e1e1e;
  line-height: 1.5;
}
@media (min-width: 1400px) {
  .kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-cell .label {
    font-size: 1rem;
  }
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-info .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-info .icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-info .icon-wrapper svg path {
  stroke: #ff8900;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kalkulator-podloza-instructions-section .kalkulator-podloza-instructions-right .payment-table .payment-row .payment-description {
  text-align: right;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-instructions-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-overlay .popup-content {
  background: white;
  border-radius: 15px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  position: relative;
  padding: 2em;
}
.popup-overlay .popup-content .popup-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.popup-overlay .popup-content .popup-header .popup-close {
  position: absolute;
  right: 1em;
  top: 1em;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #999;
  transition: color 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-overlay .popup-content .popup-header .popup-close:hover {
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .popup-overlay .popup-content .popup-header .popup-close {
    right: 0.5em;
    top: 0.5em;
  }
}
.popup-overlay .popup-content .popup-body {
  margin-top: 2em;
}
.popup-overlay .popup-content .popup-body .podloza-comparison {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.popup-overlay .popup-content .popup-body .podloza-comparison .podloze-item {
  transition: box-shadow 0.3s ease;
}
.popup-overlay .popup-content .popup-body .podloza-comparison .podloze-item h4 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.popup-overlay .popup-content .popup-body .podloza-comparison .podloze-item .podloze-image {
  margin-top: 2em;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}
.popup-overlay .popup-content .popup-body .podloza-comparison .podloze-item .podloze-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .popup-overlay .popup-content .popup-body .podloza-comparison {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.popup-overlay .popup-content .podloza-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #b9b9b9;
}
.popup-overlay .popup-content .podloza-comparison-table thead tr {
  background: #6ba505;
}
.popup-overlay .popup-content .podloza-comparison-table thead tr th {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.2em 1.5em;
  text-align: left;
  border: none;
  border-right: 1px solid white;
}
.popup-overlay .popup-content .podloza-comparison-table thead tr th.feature-column {
  width: 25%;
  border-top-left-radius: 12px;
}
.popup-overlay .popup-content .podloza-comparison-table thead tr th.active-substrate {
  width: 37.5%;
  text-align: center;
}
.popup-overlay .popup-content .podloza-comparison-table thead tr th.neutral-substrate {
  width: 37.5%;
  text-align: center;
  border-top-right-radius: 12px;
}
@media (max-width: 1024px) {
  .popup-overlay .popup-content .podloza-comparison-table thead tr th {
    font-size: 0.9rem;
    padding: 1em;
  }
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr td {
  padding: 1.2em 1.5em;
  border: none;
  border: 1px solid #b9b9b9;
  font-size: 0.95rem;
  line-height: 1.5;
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr td.feature-cell {
  font-weight: 600;
  color: #1e1e1e;
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr td.active-cell {
  color: #1e1e1e;
  position: relative;
}
.popup-overlay .popup-content .podloza-comparison-table tbody tr td.neutral-cell {
  color: #1e1e1e;
  position: relative;
}
@media (max-width: 1024px) {
  .popup-overlay .popup-content .podloza-comparison-table tbody tr td {
    padding: 1em;
    font-size: 0.85rem;
  }
}
@media (max-width: 724px) {
  .popup-overlay .popup-content .podloza-comparison-table tbody tr td {
    padding: 0.8em;
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .popup-overlay .popup-content .podloza-comparison-table {
    margin-top: 1.5em;
  }
}
@media (max-width: 724px) {
  .popup-overlay .popup-content .podloza-comparison-table {
    font-size: 0.85rem;
  }
  .popup-overlay .popup-content .podloza-comparison-table thead th {
    padding: 0.8em 0.5em;
    font-size: 0.8rem;
  }
  .popup-overlay .popup-content .podloza-comparison-table tbody td {
    padding: 0.6em 0.5em;
  }
}
@media (max-width: 1024px) {
  .popup-overlay .popup-content {
    width: 95%;
    max-height: 90vh;
  }
}

.kalkulator-podloza-help-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
}
.kalkulator-podloza-help-section .help-inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  background-image: url("../images/help-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 6em;
  border-radius: 25px;
}
.kalkulator-podloza-help-section .help-inner .contact-actions {
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding-top: 2em;
}
.kalkulator-podloza-help-section .help-inner .contact-actions a {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-help-section .help-inner .contact-actions {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .kalkulator-podloza-help-section .help-inner {
    flex-direction: column;
    padding: 2em;
  }
}
@media (max-width: 1024px) {
  .kalkulator-podloza-help-section {
    padding: 4em 4vw 0em 4vw;
  }
}

.kalkulator-podloza-calculator-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .kalkulator-podloza-calculator-section {
    padding: 4em 4vw 0em 4vw;
  }
}

.favorites-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  gap: 10em;
  padding: 2em 4vw 5em 4vw;
}

.favorites-page-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-header {
  text-align: center;
}

.page-title {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.page-description {
  font-size: 1.1em;
  color: #4e4e4e;
  margin: 0;
  font-weight: 400;
}

.favorites-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 8px;
}
.favorites-controls .favorites-count-info {
  font-size: 1.1em;
  color: #1e1e1e;
  font-weight: 400;
}
.favorites-controls .favorites-count-info .count {
  font-weight: 700;
  color: #ff8900;
}

.favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  justify-content: space-between;
}

.product-card * {
  max-width: 100%;
  box-sizing: border-box;
}

.product-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-favorites {
  text-align: center;
  padding: 60px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.no-favorites-icon {
  margin-bottom: 20px;
}
.no-favorites-icon img {
  width: 80px;
  height: 80px;
  opacity: 0.5;
}
.no-favorites h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.no-favorites p {
  font-size: 1.1em;
  color: #4e4e4e;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.6;
}
.no-favorites .button {
  display: inline-block;
}

.favorites-count:empty, .favorites-count[style*="display: none"] {
  display: none !important;
}

.favorites-menu-link {
  position: relative;
}

.menu-item-favorites {
  position: relative;
}

.favorites-widget {
  text-align: center;
}
.favorites-widget-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.favorites-widget-link:hover {
  color: #ff8900;
}
.favorites-widget img {
  width: 24px;
  height: 24px;
}

.favorite-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 300px;
}

.favorite-product {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.favorite-product.removing {
  opacity: 0;
  transform: scale(0.9);
}

@media (max-width: 724px) {
  .favorites-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  .favorites-controls {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .page-title {
    font-size: 2em;
  }
  .no-favorites {
    padding: 40px 15px;
  }
  .favorite-notification {
    left: 20px;
    right: 20px;
    max-width: none;
  }
}
@media (max-width: 524px) {
  .page-title {
    font-size: 1.8em;
  }
  .favorites-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .clear-all-favorites {
    padding: 12px 24px;
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0 auto !important;
  background-color: rgb(251, 251, 251);
}

main {
  margin: 0 auto !important;
}

.h1-custom {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .h1-custom {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .h1-custom {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .h1-custom {
    font-size: 5.8rem;
  }
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 3.1rem;
  }
}
h2 span {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #6ba505;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h2 span {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  h2 span {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h2 span {
    font-size: 3.1rem;
  }
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h4 {
    font-size: 1.9rem;
  }
}

h5 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h5 {
    font-size: 1.9rem;
  }
}

h6 {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
h6 span {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #1e1e1e;
}
a:focus {
  color: #1e1e1e;
}
a:hover {
  color: #1e1e1e;
}
a:active {
  color: #1e1e1e;
}
a:visited {
  color: #1e1e1e;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

p,
li,
span,
select {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #4e4e4e;
}
@media (min-width: 1400px) {
  p,
  li,
  span,
  select {
    font-size: 0.9rem;
  }
}

.main-button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.main-button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.main-button:focus {
  color: #ffffff;
}
.main-button:active {
  color: #ffffff;
}
.main-button:visited {
  color: #ffffff;
}

.main-button-secondary {
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  padding: 1em 2em !important;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  justify-content: center;
}
.main-button-secondary:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.main-button-secondary:focus {
  color: #ffffff;
}
.main-button-secondary:active {
  color: #ffffff;
}
.main-button-secondary:visited {
  color: #ffffff;
}
.main-button-secondary span {
  font-size: 1em;
  color: #ffffff;
}

.tag {
  color: #6ba505;
  font-weight: 500;
}

.tag-secondary {
  color: #ff8900;
  font-weight: 500;
}

.error-404 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 6em;
  align-items: center;
  background-image: url("./../images/404-bg.png");
  background-position-x: right;
  background-position-y: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.error-404 .left-404 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.error-404 .left-404 img {
  height: 60%;
  width: 100%;
}
.error-404 .right-404 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2em;
}
.error-404 .right-404 .buttons-404 {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 1024px) {
  .error-404 {
    flex-direction: column-reverse;
  }
}

.single-page {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 5em 4vw;
  margin: 0 auto;
  gap: 2em;
}
.single-page .content {
  display: flex;
  flex-direction: column;
  width: 75%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .single-page .content {
    width: 100%;
  }
}
.single-page .summary {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 2em;
  background-color: #f5f5f5;
  padding: 2em;
  height: auto;
  align-self: flex-start;
  border-radius: 25px;
  position: sticky;
  top: 9em;
}
.single-page .summary .table-of-contents {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-page .summary .table-of-contents ol {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  gap: 0.5em;
}
@media (max-width: 1024px) {
  .single-page .summary {
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media (max-width: 1024px) {
  .single-page {
    flex-direction: column-reverse;
  }
}

.single-page-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 2em;
}

.entry-content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.entry-content h2 {
  font-size: 2em;
}

.entry-content h3 {
  font-size: 1.7em;
}

.entry-content ul,
.entry-content ol {
  margin-left: 1.5em;
}/*# sourceMappingURL=main.css.map */