/* Nadpisanie max-width dla kontenerów na stronach innych niż home */
body:not(.home) .container,
body:not(.home) .fl-row-fixed-width.fl-row-content {
  max-width: 1400px !important; /* Zmień na swoją wartość */
}

/* Opcjonalnie: różne szerokości dla różnych breakpointów */
@media (min-width: 1280px) {
  body:not(.home) .container,
  body:not(.home) .fl-row-fixed-width.fl-row-content {
    max-width: 1300px !important;
  }
}

@media (min-width: 1480px) {
  body:not(.home) .container,
  body:not(.home) .fl-row-fixed-width.fl-row-content {
    max-width: 1500px !important;
  }
}

/* CartFlows Checkout and Thank You Page Styles */
body.checkout-page.no-header,
body.thankyou-page.no-header {
  margin: 0;
  padding: 0;
}

/* Styles for pages with disabled header/footer */
/* When header is disabled, remove top margin/padding from content */
body.hibernia-header-disabled #primary {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 60px;
}

/* When footer is disabled, remove bottom margin/padding from content */
body.hibernia-footer-disabled #primary {
  margin-bottom: 60px;
  padding-bottom: 0;
}

/* Full height layout when both header and footer are disabled */
body.hibernia-header-disabled.hibernia-footer-disabled {
  margin: 0;
  padding: 0;
}

body.hibernia-header-disabled.hibernia-footer-disabled #primary {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Transparent header styles */
body.hibernia-transparent-header .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

body.hibernia-transparent-header #primary {
  padding-top: 0;
}

/* Title disabled styles */
body.hibernia-title-disabled .entry-header {
  display: none;
}

/* Adjust content spacing when title is disabled */
body.hibernia-title-disabled .entry-content {
  margin-top: 0;
  padding-top: 0;
}

/* Checkout Header Styles */
.checkout-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.checkout-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}

.checkout-logo img {
  max-height: 50px;
  width: auto;
}

.checkout-progress {
  display: flex;
  align-items: center;
  gap: 20px;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}

.progress-step.active {
  color: #3b82f6;
}

.progress-step.completed {
  color: #10b981;
}

.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #e5e7eb;
}

.progress-step.active .step-circle {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.progress-step.completed .step-circle {
  background: #10b981;
  color: white;
  border-color: #10b981;
}

.progress-line {
  width: 60px;
  height: 2px;
  background: #e5e7eb;
  position: relative;
}

.progress-line.completed {
  background: #10b981;
}

/* Checkout Content Section */
.checkout-content-section {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0b84c8;
}

.checkout-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.2;
}

.delivery-notice {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
  .checkout-header-content {
    flex-direction: column;
    gap: 20px;
  }
  
  .checkout-progress {
    gap: 15px;
  }
  
  .progress-line {
    width: 40px;
  }
  
  .step-label {
    display: none;
  }
  
  .checkout-title {
    font-size: 24px;
  }
  
  .delivery-notice {
    font-size: 13px;
    padding: 10px 12px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .checkout-progress {
    gap: 10px;
  }
  
  .progress-line {
    width: 30px;
  }
  
  .step-circle {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  .checkout-title {
    font-size: 20px;
  }
}

/* Content spacing for checkout header pages */
body.hibernia-checkout-header #primary {
  margin-top: 0;
  padding-top: 20px;
}

/* Remove default page title spacing when using checkout header */
body.hibernia-checkout-header .entry-header {
  display: none;
}

/* Thank You Header Styles */
.thankyou-header {
  background: #f8f9fa;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}

.thankyou-header h1 {
  color: #28a745;
  margin: 0;
  font-size: 2.5em;
}
.cart-empty-content .wc-empty-cart-message {
  display: none;
}
/* Checkout Page - Clean Layout */
body.checkout-page #primary {
  margin-top: 0;
  padding-top: 40px;
}

/* Remove any unwanted margins on CartFlows pages */
body.checkout-page .container-fluid,
body.thankyou-page .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
} 
#main.site-main {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-id-2025847 #scrollsec_text_block img{
  width: 30%;
}
.home #main.site-main {
  margin-top: 0px;
}
.home #main.site-main .container-fluid {
  padding-left: 0;
  padding-right: 0;

}
.main-heading {
  display: flex;
  align-items: center;
}

.main-heading h4{
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.main-heading h4:after{
  content: "";
  flex: 1;
  height: 4px; /* grubość linii */
  background-color: #d1a500; /* złoty kolor */
  margin-left: 20px;
}
.home .main-heading h4:after{
  background-color: #0056b3; /* złoty kolor */
}
.team-member-photo img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}
.team-member-name {
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-top: 20px;
}
.team-member-role {
  line-height: 20px;
}

/* Testimonials Section Styles */
.testimonial-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-content {
  flex-grow: 1;
  margin-bottom: 20px;
  font-style: italic;
  color: #666;
  line-height: 1.6;
}

.testimonial-author {
  margin-top: auto;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-avatar .initials {
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.author-details {
  flex-grow: 1;
}

.author-name {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.author-position {
  margin: 5px 0 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

/* Brand Images Carousel Styles */
.brand-images-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.brand-images-section .splide__pagination {
	bottom: -1.5em!important;
}
.brand-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.brand-image-wrapper:hover {
  transform: translateY(-5px);
}

.brand-image {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.brand-image:hover {
  filter: grayscale(0%);
}

.brand-carousel .splide__slide {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.brand-carousel .splide__slide:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .brand-images-section {
    padding: 40px 0;
  }
  
  .brand-image-wrapper {
    height: 100px;
    padding: 15px;
  }
  
  .brand-image {
    max-height: 60px;
  }
}

/* Text Block Section Styles */
.text-block-section {
  padding: 30px 0;
}

.text-block-content {
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  color: #333;
}

.text-block-content h1,
.text-block-content h2,
.text-block-content h3,
.text-block-content h4,
.text-block-content h5,
.text-block-content h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.text-block-content h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.text-block-content h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}


.text-block-content h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.text-block-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-content ul,
.text-block-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.text-block-content li {
  margin-bottom: 8px;
}

.text-block-content a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.text-block-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.text-block-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.text-block-content blockquote {
  border-left: 4px solid #d1a500;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

.text-block-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.text-block-content th,
.text-block-content td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.text-block-content th {
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
}

@media (max-width: 768px) {
  .text-block-section {
    padding: 40px 0;
  }
  
  .text-block-content h1 {
    font-size: 2rem;
  }
  
  .text-block-content h2 {
    font-size: 1.5rem;
  }
  
  .text-block-content h3 {
    font-size: 1.25rem;
  }
  
  .text-block-content p {
    font-size: 15px;
  }
}
.text-block-section .gform_button.button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* Technical Support Section Styles */
.technical-support-section {
  padding: 20px 0;
}

.support-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.support-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  padding: 30px;
}

.support-card-link:hover .support-card {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.support-content {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 200px;
}

.support-image {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-image img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.support-card-link:hover .support-image img {
  transform: scale(1.05);
}

.support-text {
  flex: 1;
}

.support-text h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.support-card-link:hover .support-text h3 {
  color: #007bff;
}

@media (max-width: 768px) {
  .technical-support-section {
    padding: 40px 0;
  }
  
  .support-card {
    padding: 20px;
  }
  
  .support-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    min-height: auto;
  }
  
  .support-image {
    flex: none;
  }
  
  .support-image img {
    max-height: 120px;
  }
  
  .support-text h3 {
    font-size: 1.5rem;
  }
}

/* Hero Slider Section Styles */
.slider-section {
  position: relative;
}

.slide-item {
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 40px 0;
}

.slide-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slide-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.slide-description p {
  margin-bottom: 15px;
}

.slide-btn {
  background: #007bff;
  border: 2px solid #007bff;
  color: white;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.slide-btn:hover {
  background: transparent;
  color: #007bff;
  background: rgba(255,255,255,0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,123,255,0.3);
  text-decoration: none;
}

/* Hero Slider Navigation */
.hero-slider .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  pointer-events: none;
}

.hero-slider .splide__arrow {
  position: absolute;
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  pointer-events: auto;
  z-index: 10;
}

.hero-slider .splide__arrow:hover {
  background: rgba(255,255,255,0.9);
  border-color: #007bff;
}

.hero-slider .splide__arrow svg {
  fill: white;
  width: 24px;
  height: 24px;
}

.hero-slider .splide__arrow:hover svg {
  fill: #007bff;
}

.hero-slider .splide__arrow--prev {
  left: 30px;
}

.hero-slider .splide__arrow--next {
  right: 30px;
}

/* Hero Slider Pagination */
.hero-slider .splide__pagination {
  bottom: 30px;
  z-index: 3;
}

.hero-slider .splide__pagination__page {
  background: rgba(255,255,255,0.5);
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.hero-slider .splide__pagination__page.is-active {
  background: white;
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .slide-title {
    font-size: 3rem;
  }
  
  .slide-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .slide-item {
    min-height: 70vh;
  }
  
  .slide-content {
    padding: 20px 0;
  }
  
  .slide-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .slide-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .slide-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
  
  .hero-slider .splide__arrow {
    width: 50px;
    height: 50px;
  }
  
  .hero-slider .splide__arrow--prev {
    left: 15px;
  }
  
  .hero-slider .splide__arrow--next {
    right: 15px;
  }
  
  .hero-slider .splide__pagination {
    bottom: 20px;
  }
  
  .hero-slider .splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

/* Force visibility for navigation arrows */
.hero-slider .splide__arrow {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hero-slider .splide__arrow--next {
  right: 30px !important;
}

.hero-slider .splide__arrow--prev {
  left: 30px !important;
}

/* Banners Section Styles */
.banners-section {
  padding: 20px 0;
}
#scrollsec_slider_section {
  margin-bottom:30px;
}
.banner-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	border-radius: 20px;
	/* margin-top: 5px; */
}
.woocommerce ul.products li.product a img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
}
.woocommerce-loop-category__title .mark,  
.woocommerce-loop-category__title mark {
	background-color: transparent;
}
.banner-image-wrapper {
  /* height: var(--banner-height, 300px); */
  overflow: hidden;
  position: relative;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.banner-item:hover .banner-image {
  transform: scale(1.05);
}

.banner-link-wrapper {
  padding: 20px;
  text-align: left;
  background: white;
  border-top: 1px solid #eee;
}

.banner-link {
  display: inline-block;
  color: #007bff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.banner-link:hover {
  color: #0056b3;
  text-decoration: none;
  transform: translateX(5px);
}

.banner-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.banner-link:hover::after {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .banners-section {
    padding: 40px 0;
  }
  
  .banner-image-wrapper {
    height: 250px;
  }
  
  .banner-link-wrapper {
    padding: 15px;
  }
  
  .banner-link {
    font-size: 14px;
  }
}
.uabb-woo-product-wrapper {
	background: #fff;
	border: 1px solid #e9ecef;
	box-shadow: none;
	overflow: hidden;
	height: 100%;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 15px;
}
.product-category-page .shop-main-content .category-header-section .category-header-row {
	display: block;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.product-category-page .shop-main-content .category-header-section .category-header-row .category-title-divider {
	display: none;
}
.product-category-page .shop-main-content .category-header-section .category-header-row .woocommerce-breadcrumb {
	font-size: 14px;
	color: #777;
	margin: 0;
	white-space: nowrap;
	line-height: 18px;
	flex-shrink: 0;
	text-align: left;
	margin-top: 8px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:active {
	background: transparent!important;
	color: #ffffff;
	font-weight: 700!important;
	text-decoration: underline!important;
	border-color: #fff;
}
/* Products Row Section Styles */
.products-row-section {
  padding: 60px 0;
}

.product-card {
  background: transparent;
  border: none;
  box-shadow: none;
  transition: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.product-image a {
  display: block;
  text-decoration: none;
}

.product-image img {
  /* width: 100%;
  height: 250px; */
  object-fit: cover;
  transition: none;
}

.product-card:hover .product-image img {
  transform: none;
}

.product-details {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-category {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.product-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.product-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-title a:hover {
  color: #007bff;
  text-decoration: none;
}

.product-price {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

.product-price del {
  color: #999;
  font-weight: 400;
  margin-right: 10px;
  font-size: 14px;
}

.product-price .woocommerce-Price-currencySymbol {
  font-size: 16px;
}

@media (max-width: 768px) {
  .products-row-section {
    padding: 40px 0;
  }
  
  .product-image img {
    height: 200px;
  }
  
  .product-category {
    font-size: 12px;
  }
  
  .product-title {
    font-size: 14px;
  }
  
  .product-price {
    font-size: 16px;
  }
}

/* Products 3 Columns Section Styles */
/* .products-3-columns-section {
  padding: 60px 0;
} */

.products-column {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px 20px;
  height: 100%;
}

.column-header {
  /* text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #007bff; */
	display: flex;
	align-items: center;
}

.column-heading {
 font-family: "Open Sans",sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
h3.column-heading::after {
	content: "";
	flex: 1;
	height: 4px;
	background-color: #0056b3;
	margin-left: 20px;
}
.column-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-item {
  display: block;
  padding: 15px;
  background: white;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
  margin-bottom: 15px;
}

.product-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-item .product-image {
  margin-bottom: 0;
}

.product-item .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  max-height: 80px;
  will-change: transform;
  transition: transform 0.3s ease;
}

.product-item .product-image img.product-thumb {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}

.product-info {
  min-width: 0;
}

.product-info .product-category {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.product-info .product-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 8px 0;
}

.product-info .product-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-info .product-title a:hover {
  color: #007bff;
  text-decoration: none;
}

.product-info .product-price {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.product-info .product-price del {
  color: #6c757d;
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}

/* Special badges/labels styling */
.product-item .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.product-item .sale-badge {
  background: #28a745;
  color: white;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
}

.product-item .offer-badge {
  background: #dc3545;
  color: white;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .products-3-columns-section {
    padding: 40px 0;
  }
  
  .products-column {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  
  .column-heading {
    font-size: 20px;
  }
  
  .product-item {
    padding: 12px;
    margin-bottom: 12px;
  }
  
  .product-item .product-image img {
    max-height: 60px;
  }
  
  .product-info .product-title {
    font-size: 13px;
  }
  
  .product-info .product-price {
    font-size: 14px;
  }
}

/* 2 Text Blocks Section Styles */

.two-text-blocks-section .address-block {
  background: white;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.two-text-blocks-section .gform_button.button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;

}
.two-text-blocks-section .address-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.two-text-blocks-section .address-item:last-child {
  margin-bottom: 0;
}

.two-text-blocks-section .address-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.two-text-blocks-section .address-icon img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}

.two-text-blocks-section .address-content {
  flex: 1;
}

.two-text-blocks-section .address-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin: 0 0 0px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.address-details {
  color: #666;
  line-height: 1.6;
}

.address-line {
  margin-bottom: 5px;
  font-size: 15px;
}

.two-text-blocks-section .address-phone,
.two-text-blocks-section .address-email {
  margin-top: 0px;
}

.address-phone a,
.address-email a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.address-phone a:hover,
.address-email a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.description-block {
  padding-left: 30px;
}

.description-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.description-content h1,
.description-content h2,
.description-content h3,
.description-content h4,
.description-content h5,
.description-content h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.description-content h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.description-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.description-content p {
  margin-bottom: 20px;
}

.description-content ul,
.description-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.description-content li {
  margin-bottom: 8px;
}

.description-content a {
  color: #007bff;
  text-decoration: none;
}

.description-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Contact form styles dla shortcode */
.description-content .contact-form {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  margin-top: 30px;
}

.description-content .contact-form input,
.description-content .contact-form textarea,
.description-content .contact-form select {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.description-content .contact-form input:focus,
.description-content .contact-form textarea:focus,
.description-content .contact-form select:focus {
  border-color: #007bff;
  outline: none;
}

.description-content .contact-form button,
.description-content .contact-form input[type="submit"] {
  background: #007bff;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.description-content .contact-form button:hover,
.description-content .contact-form input[type="submit"]:hover {
  background: #0056b3;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .two-text-blocks-section {
    padding: 40px 0;
  }
  
  .address-block {
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .description-block {
    padding-left: 0;
  }
  
  .address-item {
    gap: 15px;
    margin-bottom: 25px;
  }
  
  .address-icon {
    width: 50px;
    height: 50px;
  }
  
  .address-title {
    font-size: 16px;
  }
  
  .description-content h2 {
    font-size: 28px;
  }
  
  .description-content h3 {
    font-size: 22px;
  }
  
  .description-content .contact-form {
    padding: 20px;
    margin-top: 20px;
  }
}

/* Knowledge Base Section Styles */
.knowledge-base-section {
  padding: 20px 0;
}

.knowledge-base-item {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.knowledge-base-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.category-link:hover {
  text-decoration: none;
  color: inherit;
}

.category-image-wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-image-wrapper.fallback-bg {
  background: #0385c9;
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-image.fallback-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.knowledge-base-item:hover .category-image {
  transform: scale(1.05);
}

.category-content {
  padding: 25px;
  text-align: center;
}

.category-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
}

.category-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.read-more-btn {
  margin-top: 20px;
}

.btn-text {
  background: #0385c9;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.knowledge-base-item:hover .btn-text {
  background: #025a8a;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .knowledge-base-section {
    padding: 40px 0;
  }
  
  .category-image-wrapper {
    height: 200px;
  }
  
  .category-content {
    padding: 20px;
  }
  
  .category-title {
    font-size: 16px;
  }
  
  .category-image.fallback-logo {
    width: 100px;
  }
}

@media (max-width: 576px) {
  .category-image-wrapper {
    height: 180px;
  }
  
  .category-content {
    padding: 15px;
  }
  
  .category-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .category-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
  
  .btn-text {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* Category Archive Page Styles */
.category-archive-page {
  min-height: 100vh;
}

/* Category Hero Section */
.category-hero {
  background: white;
  padding: 40px 0;
  border-bottom: 1px solid #e9ecef;
}

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

.category-featured-image {
  margin-bottom: 30px;
}

.category-featured-image img {
  max-height: 200px;
  width: auto;
  border-radius: 10px;
}

.category-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-description {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.category-meta {
  color: #0385c9;
  font-weight: 600;
}

/* Posts Grid */
.category-posts {
  padding: 60px 0;
}

.posts-grid {
  margin-bottom: 40px;
}

.post-item {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.post-thumbnail {
  margin-bottom: 20px;
}

.post-thumbnail img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.post-item:hover .post-thumbnail img {
  transform: scale(1.03);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-meta i {
  color: #0385c9;
}

.post-meta a {
  color: #0385c9;
  text-decoration: none;
}

.post-meta a:hover {
  text-decoration: underline;
}

.post-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-title a:hover {
  color: #0385c9;
}

.post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more-link {
  color: #0385c9;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: #025a8a;
  text-decoration: none;
}

.read-more-link i {
  transition: transform 0.3s ease;
}

.read-more-link:hover i {
  transform: translateX(3px);
}

/* Pagination */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-wrapper .page-numbers {
  background: white;
  /* border: 1px solid #e9ecef; */
  color: #666;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.pagination-wrapper .page-numbers:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #333;
  text-decoration: none;
}

.pagination-wrapper .page-numbers.current {
  background: #f8f9fa;
  /* border-color: #dee2e6; */
  color: #333;
  font-weight: 600;
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
  padding: 8px 15px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-wrapper .page-numbers.prev img,
.pagination-wrapper .page-numbers.next img {
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(350%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.pagination-wrapper .page-numbers.next img {
  transform: rotate(180deg);
}

.pagination-wrapper .page-numbers.dots {
  border: none;
  background: transparent;
  color: #999;
  cursor: default;
}

.pagination-wrapper .page-numbers.dots:hover {
  background: transparent;
  color: #999;
}

/* Pagination list style fix */
.pagination-wrapper ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2px;
}

.pagination-wrapper ul.page-numbers li {
  margin: 0;
}

.pagination-wrapper ul.page-numbers li .page-numbers {
  display: block;
}

/* Sidebar */
.category-sidebar {
  padding-left: 30px;
}

.sidebar-widget {
  background: white;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.widget-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0385c9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Related Categories */
.related-category-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.related-category-item:last-child {
  border-bottom: none;
}

.related-category-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-category-item a:hover {
  color: #0385c9;
}

.related-category-item.current-category a {
  color: #0385c9;
  font-weight: 600;
}

.related-category-item.child-category {
  padding-left: 15px;
  margin-left: 10px;
}

.related-category-item.child-category a {
  font-size: 14px;
}

.related-category-item.grandchild-category {
  padding-left: 25px;
  margin-left: 20px;
  border-left: 2px solid #f0f0f0;
}

.related-category-item.grandchild-category a {
  font-size: 13px;
  color: #666;
}

.related-category-item.grandchild-category a:hover {
  color: #0385c9;
}

.category-count {
  color: #666;
  font-size: 12px;
}

/* Recent Posts */
.recent-post-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child {
  border-bottom: none;
}

.recent-post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.recent-post-content {
  flex: 1;
}

.recent-post-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}

.recent-post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent-post-title a:hover {
  color: #0385c9;
}

.recent-post-date {
  font-size: 12px;
  color: #666;
}

/* Search Form */
.search-input-group {
  display: flex;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.search-input-group:focus-within {
  border-color: #0385c9;
}

.search-field {
  flex: 1;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 14px;
}

.search-submit {
  background: #0385c9;
  border: none;
  color: white;
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-submit:hover {
  background: #025a8a;
}

.search-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

/* FAQ Accordion Section Styles */
.faq-accordion-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.faq-title-wrapper {
  text-align: left;
  margin-bottom: 40px;
}

.faq-main-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #333;
  margin: 0;
  letter-spacing: -1px;
}

.faq-accordion {
  max-width: 100%;
}

.faq-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.faq-item .accordion-header {
  margin: 0;
}

.faq-item .accordion-button {
  background: white;
  border: none;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
}

.faq-item .accordion-button:not(.collapsed) {
  background: white;
  color: #0385c9;
  box-shadow: none;
  border-bottom: 1px solid #e9ecef;
}

.faq-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-question {
  flex: 1;
  padding-right: 20px;
  line-height: 1.4;
}

/* .accordion-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0385c9;
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease;
} */
.footer-column li#field_11_5 {
  display: none;
}
.accordion-arrow {
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.faq-item .accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(90deg);
}

.faq-item .accordion-button:not(.collapsed) .accordion-icon {
  background: #025a8a;
  display: none;
}

.accordion-body {
  padding: 0 25px 25px 25px;
  background: white;
}

.faq-answer {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

.faq-answer p {
  margin-bottom: 15px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer strong,
.faq-answer b {
  color: #333;
  font-weight: 600;
}

.faq-answer ul,
.faq-answer ol {
  padding-left: 25px;
  margin-bottom: 15px;
}

.faq-answer li {
  margin-bottom: 8px;
}

.faq-answer a {
  color: #0385c9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-answer a:hover {
  color: #025a8a;
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .faq-accordion-section {
    padding: 40px 0;
  }
  
  .faq-main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .faq-item .accordion-button {
    padding: 18px 20px;
    font-size: 15px;
  }
  
  .faq-question {
    padding-right: 15px;
  }
  
  .accordion-icon {
    width: 20px;
    height: 20px;
  }
  
  .accordion-arrow {
    width: 10px;
    height: 10px;
  }
  
  .accordion-body {
    padding: 0 20px 20px 20px;
  }
  
  .faq-answer {
    font-size: 14px;
  }
}

/* No Posts */
.no-posts {
  text-align: center;
  background: white;
  padding: 60px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.no-posts h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.no-posts p {
  color: #666;
  margin-bottom: 25px;
}

.btn {
  background: #0385c9;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #025a8a;
  color: white;
  text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .category-hero {
    padding: 20px 0;
  }
  
  .category-title {
    font-size: 28px;
  }
  
  .category-description {
    font-size: 16px;
  }
  
  .category-posts {
    padding: 40px 0;
  }
  
  .post-item {
    padding: 20px;
  }
  
  .post-title {
    font-size: 20px;
  }
  
  .post-meta {
    gap: 15px;
    font-size: 13px;
  }
  
  .category-sidebar {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .sidebar-widget {
    padding: 20px;
  }
}

/* ======================================================================
   COMPANY INFO - Single Product Meta
   ====================================================================== */

.hibernia-company-info {
  margin-top: 20px;
  padding-top: 0px;
  border-top: 1px solid #e0e0e0;
}

.company-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 8px 0;
}

.company-info-item:last-child {
  margin-bottom: 0;
}

.info-icon {
  margin-right: 12px;
  flex-shrink: 0;
}

.info-icon svg {
  width: 20px;
  height: 20px;
}

.info-text {
  font-size: 14px;
  color: #333;
  font-weight: 800;
  line-height: 1.4;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .hibernia-company-info {
    margin-top: 15px;
    padding-top: 15px;
  }
  
  .company-info-item {
    margin-bottom: 10px;
  }
  
  .info-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .info-text {
    font-size: 13px;
  }
}