﻿.topbar {
  background-color: #81d75d;
  min-height: 36px;
  padding: 0px 100px;
}

.topbar-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "outfit";
}

.header {
  background-color: #fff;
  height: 94px;
  padding: 0px 100px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.header-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  padding: 0 20px;
  font-family: "Chau Philomene One";
  transition: color 0.2s ease;
}

.header-text:hover,
.header-text.active {
  /* color: #81d75d !important; */
  /* text-decoration: underline; */
  border-bottom: 2px solid #81d75d;
}

/* Desktop Header Dropdown Styles */
.header-item-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown-arrow {
  font-size: 10px !important;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.header-item-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.header-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 10px;
  background: #ffffff;
  min-width: 280px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.header-item-dropdown:hover .header-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-dropdown-menu a {
  display: block;
  padding: 12px 24px;
  color: #444;
  text-decoration: none !important;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease;
  border-bottom: none !important;
}

.header-dropdown-menu a:hover {
  background-color: rgba(129, 215, 93, 0.12);
  color: #045770;
  padding-left: 28px;
}

/* Mobile off-canvas active link */
.offcanvas-nav a.active {
  color: #81d75d !important;
  font-weight: 600;
}

.footer {
  min-height: 280px;
  background-color: #fff;
  padding: 50px 100px;
  box-shadow: 0px -5px 14.2px 0px #0000001a;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  font-family: "outfit";
}

.footer-heading {
  font-size: 28px;
  font-weight: 500;
  color: #045770;
  font-family: "Chau Philomene One";
}

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #045770;
  color: white;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.hero-banner {
  padding: 110px 100px;
  background:
    linear-gradient(to right, #045770 0%, #045770 15%, rgba(4, 87, 112, 0) 85%),
    url("/assets/images/heroBanner.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-heading {
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Chau Philomene One";
}

.banner-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "outfit";
}

.btn-success {
  color: #000;
  background-color: #81d75d;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "outfit";
}

.heading {
  font-family: "Chau Philomene One";
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}

.span-color {
  color: #045770;
}

.text {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
  color: #000000;
}

.pt-6-rem {
  padding-top: 6rem;
}

.product-card {
  /* height: 475px; */
  opacity: 1;
  border-radius: 16px;
  background-color: #045770;
  margin: 0 8px;
  padding-bottom: 30px;
}

.product-card-heading {
  font-family: "Chau Philomene One";
  font-weight: 400;
  font-style: "Regular";
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #fff;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 767.98px) {
  .px-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.product-card-text {
  font-family: "Outfit";
  font-weight: 400;
  font-style: "Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.customer-paper-design {
  padding: 70px 100px;
  opacity: 90%;
  background:
    linear-gradient(#83d85de5, #83d85de5), url("/assets/images/paper.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 70px;
}

.paper-heading {
  font-family: "Chau Philomene One";
  font-weight: 400;
  font-size: 45px;
  line-height: 84px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}

.btn-warning {
  color: #000000;
  background: #d8ff57;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 20px;
  font-family: "outfit";
}

.horzontal-line {
  border-bottom: 2px solid #000;
  width: 100%;
  padding-top: 30px;
}

.paper-sub-heading {
  font-family: "Chau Philomene One";
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.sub-text {
  font-family: "Outfit";
  font-weight: 400;
  font-style: "Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}

.paper-sub-text {
  font-family: "Outfit";
  font-weight: 400;
  font-style: "Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}

/* =========================================
   HEADER LOGO SIZE
   ========================================= */
.header-logo {
  max-height: 60px;
  width: auto;
}

/* =========================================
   RESPONSIVE SHOW/HIDE HELPERS
   ========================================= */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 767.98px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }
}

/* =========================================
   MOBILE NAVBAR
   ========================================= */
.mobile-navbar {
  background-color: #fff;
  padding: 12px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile-navbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-logo {
  max-height: 44px;
  width: auto;
}

.mobile-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mobile-cart-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* =========================================
   HAMBURGER BUTTON
   ========================================= */
.hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.hamburger-btn:hover {
  background-color: rgba(129, 215, 93, 0.2);
}

.hamburger-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #045770;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* =========================================
   OFF-CANVAS OVERLAY
   ========================================= */
.offcanvas-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.offcanvas-overlay.show {
  display: block;
  opacity: 1;
}

/* =========================================
   OFF-CANVAS DRAWER
   ========================================= */
.mobile-offcanvas {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-offcanvas.open {
  right: 0;
}

/* Off-canvas header */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}

.offcanvas-logo {
  max-height: 42px;
  width: auto;
}

.offcanvas-close-btn {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #045770;
  cursor: pointer;
  padding: 0 4px;
  border-radius: 4px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.offcanvas-close-btn:hover {
  color: #81d75d;
  background-color: rgba(129, 215, 93, 0.1);
}

/* Off-canvas top info bar */
.offcanvas-topbar-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 20px;
  background-color: #81d75d;
}

.offcanvas-info-text {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.offcanvas-info-text .fa {
  font-size: 12px;
  color: #045770;
}

/* Off-canvas nav links */
.offcanvas-nav {
  flex: 1;
  padding: 10px 0;
}

.offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-nav ul li a {
  display: block;
  padding: 14px 24px;
  font-family: "Chau Philomene One", sans-serif;
  font-size: 17px;
  color: #045770;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    padding-left 0.2s ease;
}

.offcanvas-nav ul li a:hover {
  background-color: rgba(129, 215, 93, 0.15);
  color: #045770;
  padding-left: 32px;
}

/* Mobile Off-canvas Dropdown Styles */
.offcanvas-item-dropdown {
  border-bottom: 1px solid #f0f0f0;
}

.offcanvas-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-link-wrap a {
  flex: 1;
  border-bottom: none !important;
}

.offcanvas-dropdown-toggle {
  padding: 14px 24px;
  cursor: pointer;
  color: #045770;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.offcanvas-item-dropdown.active .offcanvas-dropdown-toggle {
  transform: rotate(180deg);
}

.offcanvas-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fcfcfc;
}

.offcanvas-item-dropdown.active .offcanvas-sub-menu {
  max-height: 500px;
}

.offcanvas-sub-menu li a {
  padding: 12px 24px 12px 40px !important;
  font-size: 15px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
}

.offcanvas-sub-menu li:last-child a {
  border-bottom: none !important;
}

/* Off-canvas cart button */
.offcanvas-cart {
  padding: 20px;
  border-top: 1px solid #e5e7eb;
}

.offcanvas-cart-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #045770;
  color: #fff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 50px;
  justify-content: center;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.offcanvas-cart-btn:hover {
  background-color: #033e52;
  color: #fff;
  transform: scale(1.02);
}

.offcanvas-cart-btn img {
  width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* =========================================
   DESKTOP HEADER sticky
   ========================================= */
@media (min-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

/* =========================================
   RESPONSIVE TWEAKS
   ========================================= */
@media (max-width: 767.98px) {
  .hero-banner {
    padding: 60px 20px;
    background:
      linear-gradient(
        to bottom,
        #045770 0%,
        #045770 40%,
        rgba(4, 87, 112, 0) 100%
      ),
      url("/assets/images/heroBanner.png");
    background-size: cover;
    background-position: center;
  }

  .banner-heading {
    font-size: 40px;
  }

  .banner-text {
    font-size: 16px;
  }

  .heading {
    font-size: 36px;
  }

  .customer-paper-design {
    padding: 40px 20px;
  }

  .paper-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .footer {
    height: auto;
    padding: 30px 20px;
  }
}

.pt-70 {
  padding-top: 70px;
}

.about-section-img {
  box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 16px;
}

/* =========================================
   INDUSTRIES TABS SECTION
   ========================================= */
.industries-tabs-section {
  padding-top: 40px;
}

/* --- Tab List (Left Column) --- */
.industries-tab-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 24px;
}

.industry-tab {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  background-color: #f0f0f0;
  border-radius: 50px;
  padding: 14px 24px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.2s ease;
  user-select: none;
}

.industry-tab:hover {
  background-color: #d8e8ec;
  color: #045770;
  transform: translateX(4px);
}

.industry-tab.active {
  background-color: #045770;
  color: #ffffff;
  font-weight: 400;
  transform: translateX(0);
}

/* --- Tab Content (Right Column) --- */
.industries-tab-content-area {
  position: relative;
}

.industry-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.industry-panel.active {
  display: block;
  opacity: 1;
  animation: fadeInPanel 0.35s ease forwards;
}

@keyframes fadeInPanel {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.industry-panel-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #81d75d;
  margin-bottom: 16px;
}

.industry-panel-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.industry-panel-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* Mobile: stack tabs above content */
@media (max-width: 767.98px) {
  .industries-tab-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-right: 0;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .industries-tab-list::-webkit-scrollbar {
    display: none;
  }

  .industry-tab {
    flex-shrink: 0;
    font-size: 16px;
    padding: 10px 18px;
    transform: none !important;
  }

  .industry-panel-img {
    height: 200px;
  }

  .industry-panel-heading {
    font-size: 20px;
  }

  .industries-tabs-section {
    padding-bottom: 50px;
  }
}

/* =========================================
   TESTIMONIALS SLIDER
   ========================================= */
.testimonials-slider-section {
  position: relative;
  padding: 60px 80px 0px;
  background-color: #fff;
  overflow: hidden;
}

.testimonials-slider {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

/* All slides stacked, hidden off-screen by default */
.testimonial-slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  transition:
    transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active slide sits at center */
.testimonial-slide.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Entering from the right (next) */
.testimonial-slide.slide-enter-right {
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
}

/* Entering from the left (prev) */
.testimonial-slide.slide-enter-left {
  position: absolute;
  transform: translateX(-100%);
  opacity: 0;
}

/* Exiting to the left (next) */
.testimonial-slide.slide-exit-left {
  position: absolute;
  transform: translateX(-100%);
  opacity: 0;
}

/* Exiting to the right (prev) */
.testimonial-slide.slide-exit-right {
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
}

/* Mid-animation: incoming settling to center */
.testimonial-slide.sliding {
  transform: translateX(0);
  opacity: 1;
}

/* Company logo */
.testimonial-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.testi-logo-img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: grayscale(30%);
}

/* Quote text */
.testimonial-quote {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.85;
  margin: 0 0 24px;
}

/* Author divider: line  dot  line */
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 6px;
  margin-bottom: 0;
}

.author-line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #045770;
}

.author-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #81d75d;
  margin: 0 8px;
  flex-shrink: 0;
}

/* Author name */
.testimonial-name {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
  letter-spacing: 0.3px;
}

/* Arrow buttons */
.testi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 52px;
  color: #045770;
  cursor: pointer;
  line-height: 1;
  padding: 0 12px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  z-index: 10;
}

.testi-arrow:hover {
  color: #81d75d;
  transform: translateY(-50%) scale(1.15);
}

.testi-arrow-left {
  left: 10px;
}
.testi-arrow-right {
  right: 10px;
}

/* Dot indicators */
.testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.testi-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
}

.testi-dot.active {
  background-color: #045770;
  transform: scale(1.3);
}

.testi-dot:hover {
  background-color: #81d75d;
}

/* Mobile */
@media (max-width: 767.98px) {
  .testimonials-slider-section {
    padding: 40px 50px 40px;
  }

  .testi-arrow {
    font-size: 38px;
    padding: 0 6px;
  }

  .testi-arrow-left {
    left: 2px;
  }
  .testi-arrow-right {
    right: 2px;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .author-line {
    width: 50px;
  }

  .testi-logo-img {
    max-height: 36px;
  }
}

/* =========================================
   WHY CHOOSE US ACCORDION
   ========================================= */
.why-choose-section {
  padding-top: 30px;
}

.wcu-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Each accordion item */
.wcu-item {
  cursor: pointer;
  border-bottom: 1.5px solid #d0d0d0;
  transition:
    background-color 0.25s ease,
    border-radius 0.25s ease,
    padding 0.25s ease,
    border 0.25s ease;
  user-select: none;
}

/* Header row: title + icon */
.wcu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
}

.wcu-title {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  transition: color 0.2s ease;
}

.wcu-icon {
  font-size: 22px;
  font-weight: 300;
  color: #333;
  line-height: 1;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

/* Body: hidden by default */
.wcu-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.3s ease;
  padding: 0 20px;
}

.wcu-body p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.7;
  margin: 0 0 16px;
}

/* ACTIVE item — green card */
.wcu-item.active {
  background-color: #83d85d;
  border-radius: 14px;
  border-bottom: none;
  margin-bottom: 4px;
  margin-top: 10px;
}

.wcu-item.active + .wcu-item {
  border-top: none;
}

.wcu-item.active .wcu-header {
  padding-bottom: 8px;
}

.wcu-item.active .wcu-title {
  color: #000;
  font-weight: 400;
}

.wcu-item.active .wcu-icon {
  color: #000;
  font-size: 26px;
}

.wcu-item.active .wcu-body {
  max-height: 200px;
  padding: 0 20px;
}

/* Hover effect on inactive items */
.wcu-item:not(.active):hover .wcu-title {
  color: #045770;
}

.wcu-item:not(.active):hover .wcu-icon {
  color: #81d75d;
  transform: rotate(90deg);
}

/* Mobile */
@media (max-width: 767.98px) {
  .wcu-title {
    font-size: 16px;
  }

  .wcu-header {
    padding: 15px 14px;
  }

  .why-choose-section {
    padding-bottom: 50px;
  }
}

/* =========================================
   OUR CLIENTS LOGO MARQUEE
   ========================================= */
.clients-marquee-section {
  padding: 30px 0 38px;
  overflow: hidden;
  background-color: #fff;
}

/* The outer clipping window */
.clients-track-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* The scrolling track — wide enough for 2 sets */
.clients-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeScroll 18s linear infinite;
}

/* Pause on hover */
.clients-track-wrapper:hover .clients-track {
  animation-play-state: paused;
}

/* Keyframe: slide entire track one full set-width to the left */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Individual logo card */
.client-logo-item {
  flex-shrink: 0;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo-item img {
  max-height: 52px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(40%) opacity(0.85);
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

.client-logo-item img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}

/* Mobile — tighter spacing & slightly smaller logos */
@media (max-width: 767.98px) {
  .client-logo-item {
    padding: 0 28px;
  }

  .client-logo-item img {
    max-height: 38px;
    max-width: 100px;
  }

  .clients-track {
    animation-duration: 12s;
  }

  .clients-marquee-section {
    padding-bottom: 50px;
  }
}

/* =========================================
   BLOG CARDS SLIDER
   ========================================= */
.blog-slider-section {
  position: relative;
  padding: 30px 0px 60px;
  overflow: hidden;
}

/* Clipping window — hides overflow cards */
.blog-slider-viewport {
  overflow: hidden;
  width: 100%;
}

/* Scrolling track */
.blog-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Individual blog card */
.blog-card {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 visible, 2 gaps of 20px */
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* border: 2.5px solid transparent; */
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
  background-color: #1a3a4a;
}

.blog-card.active {
  border-color: #045770;
}

.blog-card:hover {
  transform: translateY(-4px);
}

/* Full-size background image */
.blog-card-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Dark gradient overlay + text at bottom */
.blog-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 22px;
  background: linear-gradient(
    to top,
    rgba(4, 40, 60, 0.92) 0%,
    rgba(4, 40, 60, 0.5) 60%,
    transparent 100%
  );
}

.blog-card-title {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.3;
}

.blog-card-text {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 14px;
  line-height: 1.5;
}

.blog-card-btn {
  font-size: 13px;
  padding: 5px 18px;
  border-radius: 50px;
}

/* Navigation arrows */
.blog-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  background: none;
  border: none;
  font-size: 54px;
  color: #045770;
  cursor: pointer;
  line-height: 1;
  padding: 0 8px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  z-index: 10;
}

.blog-arrow:hover {
  color: #81d75d;
  transform: translateY(-60%) scale(1.15);
}

.blog-arrow-left {
  left: 8px;
}
.blog-arrow-right {
  right: 8px;
}

/* Dot indicators */
.blog-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.blog-dot {
  height: 10px;
  border-radius: 50px;
  background-color: #b8d4dc;
  cursor: pointer;
  transition:
    width 0.3s ease,
    background-color 0.3s ease;
  width: 10px;
}

.blog-dot.active {
  width: 28px;
  background-color: #045770;
  border-radius: 50px;
}

/* Mobile: 1 card visible */
@media (max-width: 767.98px) {
  .blog-card {
    flex: 0 0 100%;
  }

  .blog-slider-section {
    padding: 20px 36px 50px;
  }

  .blog-card-img {
    height: 220px;
  }

  .blog-arrow {
    font-size: 40px;
    padding: 0 4px;
  }

  .blog-arrow-left {
    left: 2px;
  }
  .blog-arrow-right {
    right: 2px;
  }
}

/* =========================================
   CTA BANNER
   ========================================= */
.cta-banner-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}

.cta-banner {
  background-color: #81d75d;
  border-radius: 20px;
  padding: 52px 60px;
  text-align: center;
}

.cta-banner-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #000;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cta-banner-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #111;
  /* max-width: 560px; */
  margin: 0 auto 15px;
  line-height: 1.7;
}

.cta-banner-btn {
  display: inline-block;
  background-color: #045770;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
}

.cta-banner-btn:hover {
  background-color: #033f55;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .cta-banner {
    padding: 36px 24px;
  }

  .cta-banner-heading {
    font-size: 26px;
  }

  .cta-banner-text {
    font-size: 16px;
  }

  .cta-banner-wrapper {
    padding-bottom: 50px;
  }
}

/* =========================================
   SCROLL-REVEAL ANIMATION SYSTEM
   ========================================= */

/* Base state — hidden before intersection */
.reveal {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

/* Triggered state */
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Animation types */
.reveal-up {
  transform: translateY(40px);
}
.reveal-down {
  transform: translateY(-30px);
}
.reveal-left {
  transform: translateX(-50px);
}
.reveal-right {
  transform: translateX(50px);
}
.reveal-scale {
  transform: scale(0.88);
}

/* Stagger delays */
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.32s;
}
.delay-4 {
  transition-delay: 0.44s;
}
.delay-5 {
  transition-delay: 0.56s;
}

/* ---- Hero section: fade+scale on page load ---- */
.hero-banner {
  animation: heroEntrance 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes heroEntrance {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Product cards: hover lift ---- */
.product-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* ---- About image: subtle float ---- */
.about-section-img {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.about-section-img:hover {
  transform: scale(1.02) rotate(-0.5deg);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

/* ---- WCU accordion active: pulse border ---- */
.wcu-item.active {
  box-shadow: 0 4px 20px rgba(131, 216, 93, 0.35);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-banner {
    animation: none;
  }
}

/* =========================================
   CUSTOM DESIGN PAGE  —  exact match
   ========================================= */

/* Outer page wrapper: white, centered column */
.cd-page-wrapper {
  background-color: #fff;
  padding: 60px 20px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---- INTRO ---- */
.cd-intro {
  /* max-width: 740px;
  width: 100%; */
  text-align: center;
  /* margin-bottom: 36px; */
}

.cd-main-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin: 0 0 18px;
}

.cd-heading-accent {
  color: #045770;
}

.cd-intro-para {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #13293d;
  line-height: 1.8;
  margin: 0 0 22px;
}

/* Format notice bar */
.cd-format-notice {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* background-color: #f5f6f8;
  border: 1.5px solid #dde2e8;
  border-radius: 10px; */
  padding: 14px 24px;
  font-family: "Chau Philomene One", sans-serif;
  font-size: 22px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
}

.cd-format-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
  margin-left: 4px;
}

.cd-flink {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #045770;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.4px;
}

.cd-flink:hover {
  color: #81d75d;
}

.cd-flink-sep {
  color: #333;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
}

.cd-flink-or {
  font-family: "Outfit", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #333;
  padding: 0 2px;
}

/* ---- SECTION CARDS ---- */
.cd-section-card {
  /* max-width: 680px; */
  width: 100%;
  background: #0457701a;
  border: 1.5px solid #e2eaf0;
  border-radius: 16px;
  padding: 44px 48px 40px;
  text-align: center;
  box-shadow: 0 2px 18px rgba(4, 87, 112, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.cd-section-card:hover {
  box-shadow: 0 8px 32px rgba(4, 87, 112, 0.12);
  transform: translateY(-3px);
}

/* Circular SVG icon */
.cd-icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8f7ec 0%, #d6eef8 100%);
  border: 2px solid #bcd9e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  box-shadow: 0 4px 16px rgba(4, 87, 112, 0.1);
}

/* Section title */
.cd-section-title {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Section description */
.cd-section-desc {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.75;
  max-width: 440px;
  margin: 0;
}

/* Green rounded button */
.cd-btn-green {
  display: inline-block;
  background-color: #045770;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cd-btn-green:hover {
  background-color: #033f55;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(4, 87, 112, 0.3);
  text-decoration: none;
}

/* Teal outlined button for section 2 */
.cd-btn-teal {
  display: inline-block;
  background-color: #045770;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 28px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
  margin-top: 4px;
}

.cd-btn-teal:hover {
  background-color: #033f55;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---- OR DIVIDER ---- */
.cd-or-row {
  width: 100%;
  max-width: 680px;
  text-align: center;
  padding: 28px 0 22px;
}

.cd-or-label {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  letter-spacing: 2px;
  position: relative;
}

.cd-or-label::before,
.cd-or-label::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1.5px;
  background-color: #dde2e8;
  margin: 0 16px;
}

/* ---- LOGO THUMBS ---- */
.cd-thumbs-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  margin: 6px 0 8px;
}

.cd-thumb {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 30px 30px 18px;
  border-radius: 9px;
  background: #fff;
  position: relative;
  border: 2px solid transparent;
}

.cd-thumb.active {
  border-color: #033f55 !important;
}

.cd-thumb:hover {
  transform: translateY(-3px);
}

.cd-thumb-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #81d75d;
  border: 2.5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-thumb-circle img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
}

.cd-thumb:hover .cd-thumb-circle {
  border-color: #045770;
  box-shadow: 0 5px 16px rgba(4, 87, 112, 0.2);
}

.cd-thumb.active .cd-thumb-circle {
  border-color: #045770;
  background-color: #c8eeaf;
  box-shadow: 0 5px 18px rgba(4, 87, 112, 0.25);
}

.cd-thumb-label {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
  max-width: 72px;
  line-height: 1.3;
  padding-top: 10px;
}

.cd-thumb-label-tag {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: end;
  background: #83d85d;
  border-radius: 3px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 5px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 767.98px) {
  .cd-page-wrapper {
    padding: 40px 16px 50px;
  }

  .cd-main-heading {
    font-size: 24px;
  }

  .cd-format-notice {
    font-size: 11.5px;
    padding: 12px 14px;
  }

  .cd-section-card {
    padding: 30px 20px 28px;
  }

  .cd-section-title {
    font-size: 22px;
  }

  .cd-thumbs-row {
    gap: 12px;
  }

  .cd-thumb-circle {
    width: 54px;
    height: 54px;
  }

  .cd-thumb-circle img {
    width: 40px;
    height: 40px;
  }

  .cd-or-label::before,
  .cd-or-label::after {
    width: 50px;
    margin: 0 10px;
  }
}

.text-blue {
  color: #045770;
}

.bg-grey {
  background: #d9d9d9 !important;
}

.bg-blue {
  background: #045770 !important;
  color: #fff !important;
}

/* =========================================
   PAPER DESIGNER PAGE (ppd-)
   ========================================= */

/* ---- Outer Wrapper ---- */
.ppd-wrapper {
  background-color: #fff;
  min-height: 80vh;
  padding: 60px 80px 100px;
}

.ppd-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #555;
  text-align: center;
  margin: 0 0 28px;
}

/* ---- Two-column layout ---- */
.ppd-layout {
  display: flex;
  justify-content: center;
  gap: 48px;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}

/* =========================================
   LEFT: PREVIEW PANEL
   ========================================= */
.ppd-preview-panel {
  flex: 0 0 640px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: sticky;
  top: 80px; /* Better vertical fit */
  z-index: 10;
  align-self: flex-start;
  max-height: calc(100vh - 100px);
  overflow-y: auto; /* Fallback if screen is tiny */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.ppd-preview-panel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Top bar with badges */
.ppd-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f0f2f5;
  border-bottom: 1px solid #e0e4ea;
}

.ppd-topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Badges */
.ppd-badge {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.2px;
}

.ppd-badge--green {
  background: #045770;
  color: #fff;
}

.ppd-badge--dark {
  background: #2a2a2a;
  color: #fff;
  font-family: "Chau Philomene One", sans-serif;
  font-size: 12px;
}

.ppd-badge--ink {
  background: #f0f2f5;
  color: #555;
  border: 1px solid #dde2e8;
  font-size: 11px;
}

/* Paper background area */
.ppd-paper-bg {
  padding: 20px;
  background: #dce8f0;
  /* min-height: 460px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* White paper sheet */
.ppd-paper-sheet {
  background: #ffffff;
  border-radius: 4px;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: background 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Logo on paper */
.ppd-paper-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#ppd-paper-logo {
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
  display: none;
}

.ppd-paper-placeholder {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #bdc8d0;
  letter-spacing: 2px;
  text-transform: uppercase;
  user-select: none;
}

/* =========================================
   RIGHT: CONTROLS PANEL
   ========================================= */
.ppd-controls-panel {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Control group */
.ppd-cg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f4;
}
.ppd-cg:last-of-type {
  border-bottom: none;
}

/* Label */
.ppd-lbl {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.3px;
  margin: 0;
}

/* Text input */
.ppd-input {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #333;
  border: 1.5px solid #dde2e8;
  border-radius: 8px;
  padding: 9px 14px;
  outline: none;
  background: #fafbfc;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.ppd-input:focus {
  border-color: #045770;
  background: #fff;
}
.ppd-input::placeholder {
  color: #b0b8c1;
}

/* ---- Logo Row: thumb + controls ---- */
.ppd-logo-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* Thumbnail box (click to upload) */
.ppd-logo-thumb-box {
  width: 110px;
  height: 110px;
  min-width: 110px;
  border: 2px dashed #c2cdd8;
  border-radius: 12px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.ppd-logo-thumb-box:hover {
  border-color: #045770;
  background: #eef6fa;
}

.ppd-logo-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Right-side logo controls */
.ppd-logo-controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}

.ppd-reupload-btn {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: #f0f2f5;
  color: #333;
  border: 1.5px solid #dde2e8;
  border-radius: 8px;
  padding: 7px 16px;
  cursor: pointer;
  align-self: flex-start;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.ppd-reupload-btn:hover {
  background: #e0e8f0;
  border-color: #045770;
  color: #045770;
}

.ppd-logo-hint {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

.ppd-logo-size-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ---- Upload content (shown before logo picked) ---- */
.ppd-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  padding: 8px;
}

.ppd-upload-icon {
  width: 28px;
  height: 28px;
  color: #7a9baa;
  stroke: #7a9baa;
}

.ppd-upload-label {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #4a6a7a;
  line-height: 1.2;
}

.ppd-upload-formats {
  font-family: "Outfit", sans-serif;
  font-size: 9px;
  color: #9aacb4;
}

/* ---- Canvas inside paper sheet ---- */
#ppd-canvas {
  display: block;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---- Paper Type Buttons ---- */
.ppd-paper-type-btns {
  display: flex;
  gap: 8px;
}

.ppd-type-btn {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: 1.5px solid #dde2e8;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
  background: #fafbfc;
  color: #444;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
.ppd-type-btn:hover {
  border-color: #045770;
  background: #eef6fa;
  color: #045770;
}
.ppd-type-btn.active {
  border-color: #dde2e8;
  background: #fafbfc;
  color: #333;
}
.ppd-type-kraft {
  background: #f5deb3;
  color: #7a5010;
  border-color: #d4a96a;
}
.ppd-type-kraft.active {
  border-color: #d4a96a;
  background: #fdf3e3;
  color: #8a5a20;
}

/* ---- Size Row ---- */
.ppd-size-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ppd-select {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #333;
  border: 1.5px solid #dde2e8;
  border-radius: 8px;
  padding: 9px 14px;
  outline: none;
  background: #fafbfc;
  cursor: pointer;
  flex: 1;
  transition: border-color 0.2s ease;
}
.ppd-select:focus {
  border-color: #045770;
}

/* Unit toggle (in / cm) */
.ppd-unit-toggle {
  display: flex;
  border: 1.5px solid #dde2e8;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.ppd-unit-btn {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  cursor: pointer;
  background: #fafbfc;
  color: #888;
  border: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.ppd-unit-btn.active {
  background: #045770;
  color: #fff;
}

/* ---- Ink Type ---- */
.ppd-ink-row {
  display: flex;
  gap: 10px;
}

.ppd-ink-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1.5px solid #dde2e8;
  border-radius: 10px;
  padding: 10px 8px;
  cursor: pointer;
  background: #fafbfc;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.ppd-ink-card:hover {
  border-color: #045770;
  background: #eef6fa;
}
.ppd-ink-card.active {
  border-color: #97c8d8;
  background: #eef6fa;
}

.ppd-ink-drops {
  display: flex;
  gap: 3px;
  align-items: center;
}

.ppd-drop {
  width: 13px;
  height: 16px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  display: inline-block;
}
.ppd-drop--filled {
  background: #3a3a3a;
}
.ppd-drop--outline {
  border: 2px solid #3a3a3a;
  background: transparent;
}
.ppd-drop--r {
  background: #d94040;
}
.ppd-drop--g {
  background: #38a838;
}
.ppd-drop--b {
  background: #2060c0;
}

.ppd-ink-lbl {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  color: #444;
  font-weight: 500;
}

/* ---- Pantone Colors ---- */
.ppd-pantone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ppd-pantone-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1a1a1a;
  border-radius: 8px;
  padding: 6px 10px 6px 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.ppd-pantone-swatch {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  flex-shrink: 0;
}

.ppd-pantone-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ppd-pantone-name {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.ppd-pantone-sub {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  color: #999;
}

.ppd-pantone-remove {
  background: none;
  border: none;
  color: #888;
  font-size: 16px;
  cursor: pointer;
  padding: 0 0 0 6px;
  line-height: 1;
  transition: color 0.2s ease;
}
.ppd-pantone-remove:hover {
  color: #e63946;
}

.ppd-pantone-add {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  background: #f0f2f5;
  border: 1.5px solid #dde2e8;
  border-radius: 8px;
  padding: 7px 14px;
  cursor: pointer;
  color: #555;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.ppd-pantone-add:hover {
  background: #e0e8f0;
  border-color: #045770;
}

/* Pantone picker dropdown */
.ppd-pantone-picker {
  background: #fff;
  border: 1.5px solid #dde2e8;
  border-radius: 10px;
  padding: 10px;
  margin-top: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.ppd-pantone-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ppd-po {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition:
    transform 0.15s ease,
    border-color 0.15s ease;
}
.ppd-po:hover {
  transform: scale(1.2);
  border-color: #333;
}

/* ---- Pattern Style Grid ---- */
.ppd-pattern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ppd-pat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border: 1.5px solid #dde2e8;
  border-radius: 10px;
  padding: 10px 6px 8px;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  color: #555;
  background: #fafbfc;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
  text-align: center;
}
.ppd-pat-card:hover {
  border-color: #045770;
  background: #eef6fa;
}
.ppd-pat-card.active {
  border-color: #045770;
  background: #e4f2f8;
  color: #045770;
}

/* Pattern thumbnails */
.ppd-pat-thumb {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #e0e4e8;
}

.ppd-pt-grid {
  background-image:
    repeating-linear-gradient(#aaa 0 1px, transparent 1px 100%),
    repeating-linear-gradient(90deg, #aaa 0 1px, transparent 1px 100%);
  background-size: 8px 8px;
}
.ppd-pt-brick {
  background-image:
    repeating-linear-gradient(0deg, #aaa 0 1px, transparent 1px 12px),
    repeating-linear-gradient(90deg, #aaa 0 1px, transparent 1px 18px);
  background-size: 18px 12px;
}
.ppd-pt-second {
  background-image:
    repeating-linear-gradient(#aaa 0 1px, transparent 1px 100%),
    repeating-linear-gradient(90deg, #aaa 0 1px, transparent 1px 100%);
  background-size: 12px 12px;
}
.ppd-pt-staggered {
  background-image: repeating-linear-gradient(
    45deg,
    #aaa 0 1px,
    transparent 1px 10px
  );
}
.ppd-pt-holopuz {
  background:
    radial-gradient(circle at 25% 25%, #aaa 3px, transparent 3px),
    radial-gradient(circle at 75% 75%, #aaa 3px, transparent 3px), #e0e4e8;
  background-size: 14px 14px;
}
.ppd-pt-diagonal {
  background-image: repeating-linear-gradient(
    -45deg,
    #aaa 0 1px,
    transparent 1px 10px
  );
}
.ppd-pt-balancer {
  background:
    radial-gradient(circle at 50% 50%, #aaa 4px, transparent 4px), #e0e4e8;
  background-size: 14px 14px;
}
.ppd-pt-wave {
  background-image: repeating-linear-gradient(
    135deg,
    #aaa 0 1px,
    transparent 1px 8px
  );
}
.ppd-pt-spiral {
  background:
    radial-gradient(
      circle at 50% 50%,
      transparent 3px,
      #aaa 3px,
      #aaa 4px,
      transparent 4px
    ),
    #e0e4e8;
  background-size: 10px 10px;
}
.ppd-pt-scattered {
  background:
    radial-gradient(circle at 20% 30%, #aaa 2px, transparent 2px),
    radial-gradient(circle at 70% 65%, #aaa 2px, transparent 2px),
    radial-gradient(circle at 50% 80%, #aaa 2px, transparent 2px),
    radial-gradient(circle at 80% 15%, #aaa 2px, transparent 2px), #e0e4e8;
  background-size: 20px 20px;
}

/* ---- Spacing ---- */
.ppd-spacing-box {
  background: #fafbfc;
  border: 1.5px solid #edf0f4;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ppd-sp-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ppd-sp-lbl {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #777;
  width: 100px;
  flex-shrink: 0;
}

.ppd-sp-val {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #045770;
  font-weight: 600;
  width: 36px;
  text-align: right;
  flex-shrink: 0;
}

/* ---- Rotation ---- */
.ppd-rot-box {
  background: #fafbfc;
  border: 1.5px solid #edf0f4;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ppd-rot-range {
  width: 100%;
}

.ppd-rot-btns {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.ppd-rb {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  background: #f0f2f5;
  border: 1.5px solid #dde2e8;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
  color: #444;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}
.ppd-rb:hover {
  background: #d8eef7;
  border-color: #045770;
  color: #045770;
}
.ppd-rb.active {
  background: #045770;
  border-color: #045770;
  color: #fff;
}

/* ---- Slider (generic) ---- */
.ppd-slider {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 4px;
  background: #dde2e8;
  outline: none;
  cursor: pointer;
  flex: 1;
  transition: background 0.2s ease;
}
.ppd-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #045770;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}
.ppd-slider::-webkit-slider-thumb:hover {
  background: #033f55;
  transform: scale(1.15);
}
.ppd-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #045770;
  cursor: pointer;
  border: none;
}

/* ---- Quantity ---- */
.ppd-qty-wrap {
  width: 100%;
}

.ppd-qty-sel {
  width: 100%;
}

/* ---- Download Proof button ---- */
.ppd-download-proof-btn {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: #045770;
  border: 2px solid #045770;
  border-radius: 50px;
  padding: 10px 28px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  transition:
    background 0.25s ease,
    color 0.25s ease;
  margin-top: 8px;
}
.ppd-download-proof-btn:hover {
  background: #eef6fa;
  color: #033f55;
}

/* ---- Checkout button ---- */
.ppd-checkout-btn {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #045770;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.5px;
  transition:
    background 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  margin-top: 8px;
  width: 100%;
}
.ppd-checkout-btn:hover {
  background: #033f55;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(4, 87, 112, 0.3);
}

/* ---- Responsive ---- */
@media (max-width: 1099px) {
  .ppd-layout {
    flex-direction: column;
  }
  .ppd-preview-panel {
    flex: unset;
    width: 100%;
    position: static;
  }
}

@media (max-width: 767.98px) {
  .ppd-wrapper {
    padding: 24px 14px 50px;
  }
  .ppd-pattern-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ppd-ink-row {
    flex-wrap: wrap;
  }
  .ppd-ink-card {
    flex: 0 0 calc(50% - 5px);
  }
  .ppd-rot-btns {
    gap: 5px;
  }
  .ppd-rb {
    padding: 4px 8px;
    font-size: 10px;
  }
}

/* =========================================
   CONTACT PAGE
   ========================================= */
.contact-page-wrapper {
  background-color: #fff;
  padding: 70px 20px 0px;
}

/* Heading Block */
.contact-heading-block {
  margin-bottom: 48px;
}

.contact-main-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 18px;
}

.contact-sub-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #13293d;
  line-height: 1.65;
  margin-bottom: 14px;
}

.contact-phone-line {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.contact-phone-link {
  color: #045770;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-phone-link:hover {
  color: #81d75d;
  text-decoration: underline;
}

/* Form */
.contact-form {
  width: 100%;
}

.contact-form-row {
  margin-bottom: 20px;
}

.contact-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-label {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.contact-input {
  width: 100%;
  height: 45px;
  border: 1.5px solid #c0c0c0;
  border-radius: 6px;
  padding: 10px 14px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-input:focus {
  border-color: #045770;
  box-shadow: 0 0 0 3px rgba(4, 87, 112, 0.12);
}

.contact-textarea {
  height: auto;
  resize: vertical;
  min-height: 120px;
}

/* Submit Button */
.contact-submit-btn {
  min-width: 160px;
  padding: 5px 40px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  background-color: #83d85d;
  color: #000;
  border: 1.5px solid #000;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
  margin-top: 10px;
}

.contact-submit-btn:hover {
  background-color: #6cce43;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(129, 215, 93, 0.45);
}

.contact-submit-btn:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 767.98px) {
  .contact-main-heading {
    font-size: 36px;
  }

  .contact-page-wrapper {
    padding: 50px 16px 60px;
  }

  .contact-form-row {
    margin-bottom: 14px;
  }

  .contact-input {
    height: 46px;
  }
}

/* =========================================
   GET A QUOTE PAGE
   ========================================= */
.gaq-page-wrapper {
  background-color: #fff;
  padding: 60px 20px 0px;
}

/* ---- Heading Block ---- */
.gaq-heading-block {
  margin-bottom: 50px;
}

.gaq-main-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.gaq-sub-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #13293d;
  line-height: 1.7;
  margin-bottom: 14px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.gaq-phone-line {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.gaq-phone-link {
  color: #045770;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gaq-phone-link:hover {
  color: #81d75d;
  text-decoration: underline;
}

/* ---- Form layout ---- */
.gaq-form {
  width: 100%;
}

.gaq-form-row {
  margin-bottom: 22px;
}

.gaq-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ---- Label ---- */
.gaq-label {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

/* ---- Text / Email / Tel inputs ---- */
.gaq-input {
  width: 100%;
  height: 45px;
  border: 1.5px solid #c0c0c0;
  border-radius: 6px;
  padding: 10px 14px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.gaq-input:focus {
  border-color: #045770;
  box-shadow: 0 0 0 3px rgba(4, 87, 112, 0.12);
}

/* ---- Select wrapper (custom dropdown arrow) ---- */
.gaq-select-wrapper {
  position: relative;
  width: 100%;
}

.gaq-select-wrapper .gaq-input.gaq-select {
  padding-right: 38px;
  cursor: pointer;
}

.gaq-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
  pointer-events: none;
  line-height: 1;
}

/* ---- Textarea ---- */
.gaq-textarea {
  height: auto !important;
  resize: vertical;
  min-height: 112px;
  padding-top: 12px;
}

.gaq-textarea::placeholder {
  color: #999;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

/* ---- Hint text ---- */
.gaq-hint-text {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.55;
  margin: 4px 0 0;
}

/* ---- File upload area ---- */
.gaq-file-upload-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 112px;
  border: 1.5px solid #c0c0c0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.gaq-file-upload-area:hover {
  border-color: #045770;
  background-color: #f4fbff;
}

.gaq-file-upload-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.gaq-upload-icon {
  width: 36px;
  height: 36px;
  color: #333;
}

.gaq-file-label {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #333;
}

/* Hidden real file input */
.gaq-file-input {
  display: none;
}

/* ---- Submit button ---- */
.gaq-submit-btn {
  min-width: 180px;
  padding: 5px 70px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  background-color: #83d85d;
  color: #000;
  border: 1.5px solid #000;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
  margin-bottom: 8px;
}

.gaq-submit-btn:hover {
  background-color: #6cce43;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(131, 216, 93, 0.45);
}

.gaq-submit-btn:active {
  transform: translateY(0);
}

.gaq-submit-hint {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #555;
  margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 767.98px) {
  .gaq-main-heading {
    font-size: 36px;
  }

  .gaq-page-wrapper {
    padding: 40px 16px 50px;
  }

  .gaq-form-row {
    margin-bottom: 14px;
  }

  .gaq-input {
    height: 44px;
  }
}

.product-border-bottom {
  border: 1px solid #045770;
  margin: 15px 100px 0;
}

.heading-industry {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.industry-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #13293d;
  line-height: 1.7;
  margin-bottom: 14px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   PRODUCT DETAIL PAGE
   ========================================= */
.pd-wrapper {
  background-color: #fff;
  padding: 60px 0 70px;
}

/* ---- Main row ---- */
.pd-main-row {
  align-items: flex-start;
  gap: 0;
}

/* ---- Left: Image Slider ---- */
.pd-left-col {
  padding-right: 30px;
}

@media (min-width: 768px) {
  .pd-left-col {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

.pd-slider {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f7fa;
}

.pd-slide {
  display: none;
  width: 100%;
}

.pd-slide.active {
  display: block;
  animation: pdFadeIn 0.5s ease;
}

@keyframes pdFadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.pd-slide-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* Dot indicators */
.pd-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.pd-dot {
  width: 28px;
  height: 8px;
  border-radius: 4px;
  background-color: #c0c0c0;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    width 0.25s ease;
}

.pd-dot.active {
  background-color: #045770;
  width: 40px;
}

/* ---- Right: Content ---- */
.pd-right-col {
  padding-left: 20px;
}

/* Badge */
.pd-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #81d75d;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.pd-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #045770;
  flex-shrink: 0;
}

/* Product title */
.pd-product-title {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

/* Short description */
.pd-description {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.65;
  margin-bottom: 18px;
}

/* Feature list */
.pd-features {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 18px;
}

.pd-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fafafa;
}

.pd-feature-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #045770;
  display: flex;
  align-items: center;
}

.pd-feature-icon svg {
  width: 22px;
  height: 22px;
}

.pd-feature-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

/* Divider */
.pd-divider {
  border: none;
  border-top: 1.5px solid #e0e0e0;
  margin: 20px 0;
}

/* Custom Pricing heading */
.pd-pricing-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.pd-pricing-sub {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.pd-pricing-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Bullet list */
.pd-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.pd-bullet-list li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.8;
  padding-left: 16px;
  position: relative;
}

.pd-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #045770;
  font-size: 16px;
}

/* ---- Form ---- */
.pd-form {
  width: 100%;
}

.pd-form-row {
  margin-bottom: 14px;
}

.pd-field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pd-label {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.pd-input {
  width: 100%;
  height: 42px;
  border: 1.5px solid #c0c0c0;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pd-input:focus {
  border-color: #045770;
  box-shadow: 0 0 0 3px rgba(4, 87, 112, 0.1);
}

.pd-textarea {
  height: auto !important;
  resize: vertical;
  min-height: 100px;
  padding-top: 10px;
}

/* Send Message button */
.pd-send-btn {
  min-width: 180px;
  padding: 8px 40px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  background-color: #83d85d;
  color: #000;
  border: 1.5px solid #000;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.pd-send-btn:hover {
  background-color: #6cce43;
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(131, 216, 93, 0.45);
}

.pd-send-btn:active {
  transform: translateY(0);
}

/* ---- Responsive ---- */
@media (max-width: 767.98px) {
  .pd-wrapper {
    padding: 30px 0 50px;
  }

  .pd-left-col {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .pd-right-col {
    padding-left: 15px;
  }

  .pd-product-title {
    font-size: 30px;
  }

  .pd-pricing-heading {
    font-size: 26px;
  }

  .pd-slide-img {
    height: 260px;
  }
}

/* =========================================
   PRODUCT DETAILS INFO SECTION (.pdi-*)
   ========================================= */
.pdi-section {
  padding: 70px 100px;
  margin-top: 70px;

  background:
    linear-gradient(rgba(4, 87, 112, 0.9), rgba(4, 87, 112, 0.9)),
    url("/assets/images/bakery-background.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* ---- Top row ---- */
.pdi-top-row {
  padding-bottom: 30px;
  align-items: flex-start;
}

/* ---- Left: heading + bullets ---- */
.pdi-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #81d75d;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}

.pdi-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pdi-bullet-list li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}

.pdi-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #81d75d;
  font-size: 16px;
  line-height: 1.55;
}

/* ---- Right: standard sizes ---- */
.pdi-right {
  padding-top: 6px;
}

.pdi-sizes-heading {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #81d75d;
  margin-bottom: 12px;
}

.pdi-sizes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pdi-sizes-list li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}

.pdi-sizes-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #81d75d;
  font-size: 16px;
  line-height: 1.55;
}

/* ---- Body paragraphs ---- */
.pdi-body-row {
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pdi-body-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  margin-bottom: 14px;
}

/* ---- Cards row ---- */
.pdi-cards-row {
  padding-bottom: 0;
}

.pdi-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 280px;
  cursor: default;
}

.pdi-card-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.pdi-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65);
  transition:
    filter 0.3s ease,
    transform 0.4s ease;
}

.pdi-card:hover .pdi-card-img {
  filter: brightness(0.5);
  transform: scale(1.04);
}

.pdi-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(152, 239, 255, 0.1) 14.5%,
    rgba(152, 239, 255, 0.5) 54.55%,
    #98efff 94.59%
  );
}

.pdi-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 22px;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.pdi-card:hover .pdi-card-body {
  background-color: rgba(152, 239, 255, 0.4);
}

.pdi-card-title {
  font-family: "Chau Philomene One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  margin-bottom: 6px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.pdi-card:hover .pdi-card-title {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-bottom: 0;
}

.pdi-card-text {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.4s ease;
  transform: translateY(10px);
}

.pdi-card:hover .pdi-card-text {
  opacity: 1;
  visibility: visible;
  max-height: 250px; /* Shift to allow enough space for text */
  margin-top: 0;
  transform: translateY(0);
}

/* ---- Responsive ---- */
@media (max-width: 767.98px) {
  .pdi-heading {
    font-size: 28px;
  }

  .pdi-section {
    padding: 40px 0 0;
  }

  .pdi-card {
    height: 240px;
    margin-bottom: 16px;
  }
}

.wcpp {
  font-family: "Chau Philomene One";
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
}

/* =========================================
   BLOGS LISTING PAGE (.blogs-*)
   ========================================= */
.blogs-page-wrapper {
  background: #fff;
  padding: 50px 0 70px;
}

/* ---- Filter tabs ---- */
.blog-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
}

.blog-filter-btn {
  border: 1.5px solid #c0c0c0;
  border-radius: 50px;
  padding: 7px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blog-filter-btn:hover {
  border-color: #045770;
  color: #045770;
}

.blog-filter-btn.active {
  background: #045770;
  border-color: #045770;
  color: #fff;
}

/* ---- Grid ---- */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ---- Card ---- */
.blog-grid-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.blog-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
}

.blog-grid-img-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.blog-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-grid-card:hover .blog-grid-img {
  transform: scale(1.05);
}

.blog-grid-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #81d75d;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 11px;
  border-radius: 50px;
}

.blog-grid-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-grid-date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.blog-grid-title {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.25;
  text-transform: uppercase;
}

.blog-grid-excerpt {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.blog-grid-btn {
  display: inline-block;
  background: #81d75d;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 50px;
  text-decoration: none;
  border: 1.5px solid #000;
  align-self: flex-start;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}

.blog-grid-btn:hover {
  background: #6cce43;
  transform: translateY(-1px);
  color: #000;
  text-decoration: none;
}

/* ---- Empty state ---- */
.blogs-empty-state {
  text-align: center;
  padding: 80px 0;
  color: #bbb;
}
.blogs-empty-state p {
  font-size: 16px;
  margin-top: 14px;
  color: #999;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blogs-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   BLOG DETAIL PAGE (.blogd-*)
   ========================================= */
.blogd-wrapper {
  background: #fff;
  padding: 50px 0 70px;
}

.blogd-main-row {
  align-items: flex-start;
  gap: 0;
}

/* ---- Content column ---- */
.blogd-content-col {
  padding-right: 40px;
}

.blogd-img-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
}

.blogd-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.blogd-meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.blogd-tag {
  background: #81d75d;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 50px;
}

.blogd-date {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #888;
}

.blogd-title {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 24px;
}

.blogd-body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}

.blogd-body h2,
.blogd-body h3 {
  font-family: "Chau Philomene One", sans-serif;
  color: #045770;
  margin-top: 28px;
  margin-bottom: 12px;
}

.blogd-body p {
  margin-bottom: 16px;
}

.blogd-body ul,
.blogd-body ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.blogd-body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 16px 0;
}

.blogd-back-row {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.blogd-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #045770;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.blogd-back-btn:hover {
  gap: 12px;
  color: #045770;
  text-decoration: none;
}

/* ---- Sidebar column ---- */
.blogd-sidebar-col {
  padding-left: 10px;
}

.blogd-sidebar-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 24px;
}

.blogd-sidebar-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #045770;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.blogd-recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogd-recent-item {
  margin-bottom: 14px;
}

.blogd-recent-item:last-child {
  margin-bottom: 0;
}

.blogd-recent-link {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.blogd-recent-link:hover {
  opacity: 0.75;
  text-decoration: none;
}

.blogd-recent-img-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 46px;
  border-radius: 6px;
  overflow: hidden;
}

.blogd-recent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogd-recent-title {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  margin: 0 0 3px;
  line-height: 1.4;
}

.blogd-recent-date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #888;
  margin: 0;
}

/* ---- CTA sidebar card ---- */
.blogd-cta-card {
  background: #045770;
  border-radius: 12px;
  padding: 26px 22px;
}

.blogd-cta-heading {
  font-family: "Chau Philomene One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #81d75d;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blogd-cta-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 16px;
}

.blogd-cta-btn {
  display: inline-block;
  background: #81d75d;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 24px;
  border-radius: 50px;
  text-decoration: none;
  border: 1.5px solid #000;
  transition: background 0.2s ease;
}

.blogd-cta-btn:hover {
  background: #6cce43;
  color: #000;
  text-decoration: none;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .blogd-content-col {
    padding-right: 15px;
    margin-bottom: 36px;
  }
  .blogd-sidebar-col {
    padding-left: 0;
  }
  .blogd-title {
    font-size: 26px;
  }
}

/* =========================================
   PRODUCT DETAIL — GALLERY ASYMMETRIC GRID
   Ref layout:
   Row 1: [===WIDE 60%===] [=NARROW 40%=]
   Row 2: [=NARROW 40%=] [===WIDE 60%===]
   ========================================= */

/* Remove old size-based classes */
.gallery-first-img,
.gallery-second-img {
  display: none;
}

/* Outer wrapper */
.gallery-grid {
  padding-top: 30px;
  padding-bottom: 10px;
}

/* 5-column grid so we can do 3+2 / 2+3 split */
.gallery-grid-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}

/* Row 1 — item 1: wide (cols 1–3) */
.gallery-grid-item:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1;
}

/* Row 1 — item 2: narrow (cols 4–5) */
.gallery-grid-item:nth-child(2) {
  grid-column: 4 / 6;
  grid-row: 1;
}

/* Row 2 — item 3: narrow (cols 1–2) */
.gallery-grid-item:nth-child(3) {
  grid-column: 1 / 3;
  grid-row: 2;
}

/* Row 2 — item 4: wide (cols 3–5) */
.gallery-grid-item:nth-child(4) {
  grid-column: 3 / 6;
  grid-row: 2;
}

/* Each cell */
.gallery-grid-item {
  border-radius: 16px;
  overflow: hidden;
  height: 240px;
  background: #f0f0f0;
  min-width: 0;
}

.gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-grid-item:hover img {
  transform: scale(1.04);
}

/* Explore Full Gallery button */
.gallery-explore-btn {
  display: inline-block;
  padding: 10px 28px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 1.5px solid #000;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.gallery-explore-btn:hover {
  background: #83d85d;
  border-color: #83d85d;
  color: #000;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Responsive — stack to single column */
@media (max-width: 767.98px) {
  .gallery-grid-inner {
    grid-template-columns: 1fr;
  }

  .gallery-grid-item:nth-child(1),
  .gallery-grid-item:nth-child(2),
  .gallery-grid-item:nth-child(3),
  .gallery-grid-item:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }

  .gallery-grid-item {
    height: 200px;
  }
}

.payment-card {
  font-size: 20px;
  color: #000;
  padding: 0 4px;
}

.footer-address-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .topbar {
    padding: 10px 20px;
  }
  .footer {
    padding: 40px 20px;
    height: auto;
  }
  .footer-address-row {
    flex-direction: column;
  }
  .address-content {
    margin-top: 2px;
  }
}
