/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.qr-icon {
  width: 20px;
  height: 20px;
  fill: #64748b;
  margin-right: 8px;
}

.brochure {
  width: 100%;
  display: block;
  max-width: 214px;
}

.brochure img {
  width: 100%;
}

.brochure-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.brochure {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

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

.brochure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.brochure:hover img {
  transform: scale(1.05);
}

.brochure-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(128 81 0 / 53%), rgb(128 81 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
}

.brochure:hover .brochure-overlay {
  opacity: 1;
}

.download-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: currentColor;
}

.overlay-text {
  font-weight: 600;
  font-size: 14px;
}

.brochure-info {
  padding: 16px;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brochure-details h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 4px;
}

.brochure-details p {
  font-size: 12px;
  color: #64748b;
}

.external-icon {
  width: 20px;
  height: 20px;
  fill: #805100;
}

.qr-section {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.qr-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.qr-icon {
  width: 20px;
  height: 20px;
  fill: #64748b;
  margin-right: 8px;
}

.qr-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b !important;
}

.qr-code-wrapper {
  display: inline-block;
  padding: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.qr-code-wrapper img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}

.qr-description {
  font-size: 12px;
  color: #64748b !important;
}

.productShowcase-bg {
  background: #dd3333 url(/wp-content/uploads/2025/06/light-2.jpg) !important;
}

.post-title a {
  font-size: 19px;
  text-transform: uppercase;
}

.post-meta {
  font-size: 14px;
}

p.from_the_blog_excerpt {
  font-size: 16px;
  line-height: 1.2em;
}

.stats-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stat-item {
  flex: 1;
  padding: 20px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  justify-content: space-between;
}

.red-bg {
  background-color: #e53e3e;
  color: white;
}

.white-bg {
  background-color: white;
  color: #e53e3e;
}

.icon {
  width: 45px;
  height: 45px;
  margin-bottom: 0px;
  stroke-width: 2;
}

.number {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1;
}

.description {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* .stats-container {
    flex-direction: column;
  } */

  .stat-item {
    padding: 15px 10px;
  }

  .number {
    font-size: 1.5rem;
  }

  /* .description {
    font-size: 1rem;
  } */

  .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .stat-item {
    padding: 20px 10px;
    flex-direction: column;
  }

  .number {
    font-size: 1.2rem;
  }

  .description {
    font-size: 0.9rem;
  }
}

/* Card styles */
.brochure-card {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.brochure-card p,
.brochure-card h3 {
  margin-bottom: 0;
}

/* Tabs navigation */
.tabs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.tab-trigger {
  padding: 0.75rem;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #6b7280;
  border: none;
  background: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}

.tab-trigger.active {
  color: #111827;
  background-color: white;
  box-shadow: inset 0 -2px 0 0 currentColor;
}

.tab-trigger:hover:not(.active) {
  background-color: #f3f4f6;
}

.tab-trigger svg {
  width: 16px;
  height: 16px;
}

/* Tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Brochure styles */
.brochure-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.brochure-cover {
  position: relative;
  height: 200px;
  width: 100%;
}

.brochure-card .brochure-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brochure-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brochure-cover:hover .brochure-overlay {
  opacity: 1;
}

.brochure-overlay svg {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}

.brochure-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #f9fafb;
}

.brochure-details h3 {
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
  margin-top: 0;
}

.brochure-details p {
  font-size: 0.875rem;
  color: #6b7280;
}

.external-icon {
  width: 20px;
  height: 20px;
  color: #6b7280;
}

/* QR code styles */
.qr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: white;
}

.qr-header {
  margin-bottom: 1rem;
  text-align: center;
}

.qr-header svg {
  width: 24px;
  height: 24px;
  margin: 0 auto 0.5rem;
  color: #374151;
}

.qr-header h3 {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}

.qr-image-wrapper {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}

.qr-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-description {
  font-size: 0.875rem;
  text-align: center;
  color: #6b7280;
}

.featured-product .box-image {
  aspect-ratio: 2;
}

.featured-product .image-fade_in_back,
.featured-product .image-fade_in_back a,
.featured-product .image-fade_in_back a img {
  height: 100%;
  object-fit: cover;
}

.sc-partner .box-image img {
  border-radius: 0px;
}

.sc-partner .gallery-col {
  padding: 0 9.8px 0 !important;
}
@media screen and (min-width: 767px) {
  .fullvh {
    height: calc(100vh - 150px);
    min-height: 550px;
  }
}

.post-title a {
  line-height: 1.6em !important;
}

#masthead, .logo a {
  background: transparent !important;
}