/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > .site-footer {
  margin-top: auto;
}

img[src=""],
img:not([src]),
img[src*=undefined],
img[src*=null],
img[alt=""][src*=facebook],
img[alt=""][src*=instagram],
img[src*="facebook.svg"],
img[src*="instagram.svg"],
img[onerror],
img[src*=favicon],
img[src*="icon.svg"],
img[src*="icon.png"]:not([src*=logo]):not([src*=badge]) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}

link[rel*=icon][href=""],
link[rel*=icon]:not([href]) {
  display: none !important;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body > .site-footer {
  margin-top: auto;
  flex-shrink: 0;
}

#map-section {
  background-color: #211f1f;
  color: #f4f4f4;
  padding: 50px 0;
}
#map-section h4,
#map-section p {
  color: #f4f4f4;
}
@media (max-width: 991px) {
  #map-section .col-12.col-lg-6:first-child {
    margin-bottom: 30px;
  }
  #map-section .col-12.col-lg-6:first-child img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #map-section .row {
    align-items: center;
  }
  #map-section .col-12.col-lg-6:first-child {
    display: flex;
    align-items: center;
  }
}

.site-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.site-footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  color: rgb(33, 37, 41);
  font-size: 1em;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #f8f8f8 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Navigation Components
   ========================================================================== */
.megamenu {
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-top: 10px;
  min-width: 100%;
  animation: megamenuFadeIn 0.3s ease-out;
  border-top: 4px solid #ea148d;
}
.megamenu .row {
  margin: 0 auto;
  padding: 25px 15px;
}
.megamenu .megamenu-outer {
  height: 100%;
}
.megamenu .col-megamenu {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.megamenu .col-megamenu:hover {
  transform: translateY(-4px);
}
.megamenu .col-megamenu:hover .title {
  color: #ea148d;
}
.megamenu .title {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: rgb(33, 37, 41);
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.megamenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.megamenu li {
  margin-bottom: 2px;
  padding-left: 0;
  position: relative;
}
.megamenu a {
  color: rgb(33, 37, 41);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
  padding: 8px 12px;
  transition: all 0.2s ease;
  border-radius: 4px;
  position: relative;
  word-wrap: break-word;
  hyphens: auto;
}
.megamenu a:hover {
  color: #ea148d;
  background-color: rgba(234, 20, 141, 0.08);
}
.megamenu a:active {
  background-color: rgba(234, 20, 141, 0.12);
}
.megamenu a,
.megamenu h1,
.megamenu h2,
.megamenu h3,
.megamenu h4,
.megamenu h5,
.megamenu h6 {
  color: rgb(33, 37, 41);
  text-decoration: none;
}

@keyframes megamenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar .megamenu {
  padding: 0;
}

.navbar-nav .dropdown-toggle {
  position: relative;
  transition: color 0.3s ease;
}
.navbar-nav .dropdown-toggle::after {
  transition: transform 0.3s ease;
}
.navbar-nav .dropdown-toggle:hover, .navbar-nav .dropdown-toggle.show {
  color: #ea148d !important;
}
.navbar-nav .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.navbar-nav .dropdown.show > .dropdown-toggle {
  background-color: rgba(234, 20, 141, 0.05);
  border-radius: 4px;
}

.navbar-nav .nav-link {
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #ea148d !important;
}

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0.375rem;
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar-toggler:focus {
  outline: 2px solid rgb(33, 37, 41);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.navbar-toggler:hover {
  background-color: rgba(33, 37, 41, 0.05);
}
.navbar-toggler .navbar-toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: rgb(33, 37, 41);
  background-image: none;
  position: relative;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon::before, .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: rgb(33, 37, 41);
  left: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
.navbar-toggler .navbar-toggler-icon::after {
  bottom: -8px;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.megamenu-wrapper {
  display: flex;
  justify-content: center;
}

.megamenu-container {
  text-align: center;
}
.megamenu-container .megamenu-column {
  display: inline-block;
  text-align: left;
}

/* ==========================================================================
   Header Component
   ========================================================================== */
.site-header {
  background-color: #f8f8f8;
  padding: 15px 0;
  color: rgb(33, 37, 41);
}
.site-header .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-header .header-logo {
  text-align: left;
  flex-shrink: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-header .header-logo a {
  display: inline-block;
  line-height: 0;
}
.site-header .header-logo-img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: filter 0.3s ease;
}
.site-header .header-logo a {
  transition: filter 0.3s ease;
}
.site-header .header-logo a:hover .header-logo-img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(5000%) hue-rotate(310deg) brightness(0.9) contrast(1);
}
.site-header .header-phone {
  font-weight: bold;
  font-size: 1.65rem;
  margin-top: 5px;
  display: block;
  text-decoration: none;
}
.site-header .header-phone svg {
  vertical-align: middle;
  margin-right: 5px;
}
.site-header .header-cta {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  margin-top: 0;
  padding-top: 0;
}
.site-header .header-cta button,
.site-header .header-cta a {
  color: rgb(33, 37, 41) !important;
}
.site-header .header-cta button {
  margin-top: 0;
}
.site-header button {
  width: 220px;
  border-radius: 12px;
  padding: 10px;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.site-header button:hover {
  transform: translateY(-4px) scale(1.02);
  border: 2px solid #ea148d;
  box-shadow: 0 8px 16px rgba(234, 20, 141, 0.3);
  background-color: rgba(255, 255, 255, 0.95);
}
.site-header button:active {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 4px 10px rgba(234, 20, 141, 0.2);
}

/* ==========================================================================
   Section Styles
   ========================================================================== */
.section-light,
.white-section {
  color: rgb(33, 37, 41);
  background-color: #f8f8f8;
  padding: 50px 0;
}
.section-light .container .row,
.white-section .container .row {
  margin-bottom: 30px;
}
.section-light .container .row:last-child,
.white-section .container .row:last-child {
  margin-bottom: 0;
}
.section-light .container .row h1,
.white-section .container .row h1 {
  margin-bottom: 30px;
  text-align: center;
}
.section-light .container h1,
.section-light .container h2,
.section-light .container h3,
.white-section .container h1,
.white-section .container h2,
.white-section .container h3 {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}
.section-light .container h3,
.white-section .container h3 {
  font-size: 1.75rem;
}
.section-light .container p,
.white-section .container p {
  margin-bottom: 18px;
  line-height: 1.7;
}
.section-light .container p:last-child,
.white-section .container p:last-child {
  margin-bottom: 0;
}
.section-light .container p b,
.white-section .container p b {
  font-weight: 600;
}
.section-light h1,
.white-section h1 {
  text-align: center;
}

.about-page {
  background-image: url("../img/backgrounds/bg-blue.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}
.about-page .container {
  position: relative;
  z-index: 1;
}
.about-page .container .row .col-12 {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
}
.about-page .container .row .col-12 h3 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: rgb(33, 37, 41);
  line-height: 1.3;
}
.about-page .container .row .col-12 p {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: rgb(33, 37, 41);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .container .row .col-12 p:last-child {
  margin-bottom: 0;
}
.about-page .container .row .col-12 p b {
  font-weight: 700;
  color: #ea148d;
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.newcustomer-page {
  background-image: url("../img/backgrounds/bg-purple.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
}
.newcustomer-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.3));
  z-index: 0;
}
.newcustomer-page .container {
  position: relative;
  z-index: 1;
}
.newcustomer-page .form-shell {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.contact-page {
  background-image: url("../img/backgrounds/bg-brown.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
  min-height: calc(100vh - 200px);
}
.contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35));
  z-index: 0;
}
.contact-page .container {
  position: relative;
  z-index: 1;
}
.contact-page .contact-content-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .contact-page .contact-content-box {
    padding: 35px 25px;
  }
}
.contact-page .contact-content-box .contact-form {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
}

.section-dark {
  color: rgb(33, 37, 41);
  background-color: #f8f8f8;
  padding: 0;
  overflow: hidden;
}
.section-dark .banner-full-width {
  width: 100%;
  margin: 0;
  display: block;
}
.section-dark .banner-full-width img {
  width: 100%;
  height: auto;
  display: block;
}
.section-dark .container {
  padding: 25px 15px 30px 15px;
}
.section-dark p,
.section-dark a,
.section-dark ul,
.section-dark li {
  color: rgb(33, 37, 41);
}
.section-dark h1 {
  text-align: center;
}

.sb-products-section {
  background-image: url("../img/backgrounds/bg-green02.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}
.sb-products-section .container {
  position: relative;
  z-index: 1;
}

.nobull-products-section {
  background-color: #bba8e8;
  position: relative;
}
.nobull-products-section .container {
  position: relative;
  z-index: 1;
}

.jts-products-section {
  background-image: url("../img/backgrounds/bg-yellow.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}
.jts-products-section .container {
  position: relative;
  z-index: 1;
}

.section-footer {
  color: #f4f4f4;
}
.section-footer p,
.section-footer a,
.section-footer ul,
.section-footer li {
  color: #f4f4f4;
}
.section-footer h1 {
  text-align: center;
}

.section-footer {
  background-color: #211f1f;
}

.section-dark-bg {
  padding: 50px 0 50px 0;
  background-color: #211f1f;
  color: #f4f4f4;
  position: relative;
  z-index: 1;
}
.section-dark-bg .container .row {
  margin-bottom: 30px;
}
.section-dark-bg .container .row:last-child {
  margin-bottom: 0;
}
.section-dark-bg > .container > .row:first-child {
  margin-bottom: 30px;
}
.section-dark-bg > .container > .row:first-child h2,
.section-dark-bg > .container > .row:first-child h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #f4f4f4;
}
.section-dark-bg .container > .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .section-dark-bg .container > .row > .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.section-dark-bg .container > .row > .col-lg-6 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  padding: 0;
  margin-bottom: 0;
}
.section-dark-bg .container > .row > .col-lg-6 h4 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  margin-top: 0;
}
.section-dark-bg p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
.section-dark-bg p:last-child {
  margin-bottom: 0;
}
.section-dark-bg h4 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.section-dark-bg img {
  padding: 0;
  margin-bottom: 0;
}

.site-footer {
  background-color: #211f1f;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.site-footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.site-footer img {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}
.site-footer .footer-social-icons,
.site-footer .footer-social {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}
.site-footer {
  position: relative;
}
.site-footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.site-footer .footer-content {
  padding: 40px 0 20px 0;
}
.site-footer h5 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.site-footer .footer-newsletter {
  text-align: right;
}
.site-footer .footer-newsletter p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-footer .footer-newsletter .mc-field-group {
  display: flex;
  gap: 8px;
  align-items: stretch;
  max-width: 400px;
  margin-left: auto;
}
.site-footer .footer-newsletter .mc-field-group input[type=email] {
  flex: 1;
  padding: 10px 15px;
  font-size: 0.95rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s ease;
  min-width: 0;
}
.site-footer .footer-newsletter .mc-field-group input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-newsletter .mc-field-group input[type=email]:focus {
  outline: none;
  border-color: #ea148d;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(234, 20, 141, 0.2);
}
.site-footer .footer-newsletter .mc-field-group input[type=submit] {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ea148d;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-footer .footer-newsletter .mc-field-group input[type=submit]:hover {
  background-color: #c01275;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 20, 141, 0.4);
}
.site-footer .footer-newsletter .mc-field-group input[type=submit]:active {
  transform: translateY(0);
}
.site-footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin: 0;
  clear: both;
}
.site-footer .footer-copyright p {
  margin: 0;
  font-size: 0.9rem;
}
.site-footer::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-footer .nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .nav-link:hover, .site-footer .nav-link:focus {
  color: #ea148d !important;
  text-decoration: none !important;
}
.site-footer .nav-link:visited {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer a:hover, .site-footer a:focus {
  color: #ea148d !important;
  text-decoration: none !important;
}
.site-footer a:visited {
  color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   Product Styles
   ========================================================================== */
#product-page {
  padding: 20px 15px 15px 15px;
  color: rgb(33, 37, 41);
  text-align: center;
}
#product-page h1 {
  margin-bottom: 12px;
  color: rgb(33, 37, 41);
}
#product-page p {
  margin-bottom: 12px;
  color: rgb(33, 37, 41);
  line-height: 1.6;
}
#product-page .row {
  margin-bottom: 10px;
}
#product-page .row:last-child {
  margin-bottom: 0;
}
#product-page .icons {
  margin: 10px 0;
  padding: 8px 0;
}
#product-page .icons img {
  display: block;
  margin: 0 auto;
}
#product-page a {
  color: rgb(33, 37, 41);
  text-decoration: underline;
}
#product-page a:hover {
  text-decoration: none;
}

.container + .container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-card,
.product {
  color: rgb(33, 37, 41);
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.product-card a,
.product a {
  color: rgb(33, 37, 41);
  text-decoration: underline;
}
.product-card a:hover,
.product a:hover {
  text-decoration: none;
}
.product-card img,
.product img {
  border: 3px solid rgb(33, 37, 41);
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.product-card .product-nutrition,
.product-card .nutrition,
.product .product-nutrition,
.product .nutrition {
  padding-top: 8px;
  margin-top: 8px;
}
.product-card .product-flavor,
.product-card .flavor,
.product .product-flavor,
.product .flavor {
  color: rgb(33, 37, 41);
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-card .description,
.product .description {
  margin: 8px 0;
  line-height: 1.5;
}
.product-card .item-number,
.product .item-number {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #58595b;
}

/* ==========================================================================
   Homepage Styles
   ========================================================================== */
.homepage-hero {
  padding: 40px 0 50px 0;
  margin-bottom: 0;
  background-image: url("../img/backgrounds/bg-home.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  position: relative;
  z-index: 0;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}
.homepage-hero .container .row {
  margin-bottom: 30px;
}
.homepage-hero .container .row:last-child {
  margin-bottom: 0;
}
.homepage-hero h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
}

.homepage-featured {
  padding: 50px 0;
  width: 100%;
  background-image: url("../img/backgrounds/bg-green01.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}
.homepage-featured .container {
  position: relative;
  z-index: 1;
}
.homepage-featured .container .row {
  margin-bottom: 0;
}
.homepage-featured .featured-card {
  text-align: center;
  padding: 40px;
}
.homepage-featured h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 2rem;
}

.brand-card {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid #d1d3d4;
  border-radius: 48px;
  text-align: center;
  height: 230px !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.brand-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.brand-card p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2rem;
  color: #58595b;
  font-weight: bold;
  transition: color 0.3s ease;
}
.brand-card .brand-logo-wide {
  padding: 20px 0 20px 0;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform 0.3s ease;
}
.brand-card .brand-logo {
  padding: 20px 30px 20px 30px;
  width: 200px;
  transition: transform 0.3s ease;
}
.brand-card:hover {
  transform: translateY(-8px) scale(1.02);
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #ea148d;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(234, 20, 141, 0.1);
}
.brand-card:hover p {
  color: rgb(33, 37, 41);
}
.brand-card:hover .brand-logo,
.brand-card:hover .brand-logo-wide {
  transform: scale(1.05);
}
.brand-card:active {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.featured-card {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid #d1d3d4;
  border-radius: 48px;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.featured-card {
  padding: 30px;
}

.category-button {
  margin: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ccc;
  border-radius: 20px;
  text-align: center;
  padding: 1rem 0.5rem;
  min-height: 80px;
  font-size: 0.9rem;
  font-weight: bold;
  color: rgb(33, 37, 41);
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

a:hover .category-button,
a:focus .category-button {
  transform: translateY(-6px) scale(1.02);
  background-color: rgb(255, 255, 255);
  border-color: #ea148d;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(234, 20, 141, 0.1);
  color: rgb(33, 37, 41);
}

a:active .category-button {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

a .category-button,
a:has(.category-button),
a:has(.category-button):hover,
a:has(.category-button):focus,
a:has(.category-button):visited,
.section-dark a,
.section-dark a:hover,
.section-dark a:focus,
.section-dark a:visited {
  text-decoration: none !important;
}

/* ==========================================================================
   Customer Logo Links
   ========================================================================== */
.customer-logo-link {
  display: inline-block;
  position: relative;
}
.customer-logo-link img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.customer-logo-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
  pointer-events: none;
}
.customer-logo-link:hover::before {
  opacity: 1;
}

/* ==========================================================================
   Social Media Feed
   ========================================================================== */
.social-feed {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  padding: 20px 10px 20px 10px;
  scroll-behavior: smooth;
  margin: 0 -10px;
  margin-bottom: 0;
  /* Scrollbar styling */
}
.social-feed::-webkit-scrollbar {
  height: 10px;
}
.social-feed::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.social-feed::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  transition: background 0.3s ease;
}
.social-feed::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}
.social-feed {
  /* Firefox scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.15);
}

.social-post-card {
  flex: 0 0 auto;
  width: 350px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.social-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.social-post-card iframe {
  display: block;
  border: none;
  border-radius: 12px;
}

.tagembed-widget {
  min-height: 400px;
}
.tagembed-widget .tagembed-item,
.tagembed-widget .tagembed-post {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin: 0 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tagembed-widget .tagembed-item:hover,
.tagembed-widget .tagembed-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.tagembed-widget .tagembed-share-button,
.tagembed-widget .tagembed-add-button,
.tagembed-widget button[class*=share],
.tagembed-widget button[class*=add],
.tagembed-widget a[class*=share],
.tagembed-widget a[class*=add],
.tagembed-widget .tagembed-footer,
.tagembed-widget .tagembed-header button,
.tagembed-widget .tagembed-header a,
.tagembed-widget [class*=tagembed][class*=share],
.tagembed-widget [class*=tagembed][class*=add],
.tagembed-widget [id*=share],
.tagembed-widget [id*=add],
.tagembed-widget .tb_onsite_upload_btn_wrap {
  display: none !important;
}

/* ==========================================================================
   Carousel Component
   ========================================================================== */
#testimonial-carousel {
  background-color: #211f1f;
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #f4f4f4;
  font-size: 1rem;
}
#testimonial-carousel .carousel-indicators .active {
  color: black !important;
}
#testimonial-carousel .carousel-indicators button {
  display: none;
  border: none !important;
  font-size: 24px;
  background-color: #f8f8f8;
  color: gray;
  margin-bottom: 20px;
  width: 15px !important;
  outline: none;
}
#testimonial-carousel h1 {
  font-size: 1.2rem;
  text-align: center;
}
#testimonial-carousel .carousel-text-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */
.contact-header {
  margin-bottom: 40px;
  text-align: center;
}
.contact-header h1 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(33, 37, 41);
}
.contact-header .contact-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgb(33, 37, 41);
}
.contact-header .contact-info {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  text-align: left;
}
.contact-header .contact-info p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.contact-header .contact-info p:last-child {
  margin-bottom: 0;
}
.contact-header .contact-info p strong {
  font-weight: 600;
  color: rgb(33, 37, 41);
  display: inline-block;
  min-width: 80px;
}
.contact-header .contact-info p a {
  color: rgb(33, 37, 41);
  text-decoration: none;
}
.contact-header .contact-info p a:hover {
  text-decoration: underline;
}
.contact-header .contact-note {
  font-size: 0.95rem;
  color: #58595b;
  margin-bottom: 0;
}
.contact-header .contact-note a {
  color: rgb(33, 37, 41);
  text-decoration: underline;
}
.contact-header .contact-note a:hover {
  text-decoration: none;
}

.contact-form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgb(33, 37, 41);
  font-size: 1rem;
}
.contact-form .form-group label .required {
  color: #dc3545;
  margin-left: 3px;
}
.contact-form .form-group .form-control {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form .form-group .form-control:focus {
  outline: 0;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}
.contact-form .form-group .form-control::placeholder {
  color: #999;
}
.contact-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contact-form .form-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.contact-form .form-actions .btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 140px;
}
.contact-form .form-actions .btn.btn-primary {
  background-color: #ea148d;
  color: #ffffff;
}
.contact-form .form-actions .btn.btn-primary:hover {
  background-color: #c01275;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(234, 20, 141, 0.3);
}
.contact-form .form-actions .btn.btn-primary:active {
  transform: translateY(0);
}
.contact-form .form-actions .btn.btn-secondary {
  background-color: #6c757d;
  color: #ffffff;
}
.contact-form .form-actions .btn.btn-secondary:hover {
  background-color: #5a6268;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}
.contact-form .form-actions .btn.btn-secondary:active {
  transform: translateY(0);
}

/* Responsive styles for contact form */
@media (max-width: 767px) {
  .contact-header {
    margin-bottom: 30px;
  }
  .contact-header h1 {
    font-size: 2rem;
  }
  .contact-header .contact-intro {
    font-size: 1rem;
  }
  .contact-header .contact-info {
    padding: 20px;
  }
  .contact-header .contact-info p strong {
    min-width: 70px;
  }
  .contact-form {
    padding: 25px 20px;
  }
  .contact-form .form-group {
    margin-bottom: 20px;
  }
  .contact-form .form-actions {
    flex-direction: column;
  }
  .contact-form .form-actions .btn {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 35px;
  }
}
/* ==========================================================================
   Info Modal Styles
   ========================================================================== */
.info-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.info-modal.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .info-modal.active {
    align-items: flex-start;
    padding: 20px 0 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.info-modal .info-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.info-modal .info-modal-container {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  max-height: calc(90vh - 40px);
  margin: auto;
  display: flex;
  flex-direction: column;
  animation: modalFadeIn 0.3s ease-out;
}
@media (max-width: 767px) {
  .info-modal .info-modal-container {
    max-width: 100%;
    max-height: calc(85vh - 20px);
    height: auto;
    border-radius: 20px;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalSlideDown 0.3s ease-out;
    overflow: hidden;
  }
}
.info-modal .info-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #f8f8f8;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .info-modal .info-modal-header {
    padding: 20px;
    border-radius: 20px 20px 0 0;
    flex-shrink: 0;
  }
}
.info-modal .info-modal-header h2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(33, 37, 41);
}
@media (max-width: 767px) {
  .info-modal .info-modal-header h2 {
    font-size: 1.5rem;
  }
}
.info-modal .info-modal-header .info-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  position: relative;
}
.info-modal .info-modal-header .info-modal-close .close-icon {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}
.info-modal .info-modal-header .info-modal-close .close-icon::before, .info-modal .info-modal-header .info-modal-close .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background-color: #666;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}
.info-modal .info-modal-header .info-modal-close .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.info-modal .info-modal-header .info-modal-close .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.info-modal .info-modal-header .info-modal-close:hover {
  background-color: #e0e0e0;
}
.info-modal .info-modal-header .info-modal-close:hover .close-icon::before, .info-modal .info-modal-header .info-modal-close:hover .close-icon::after {
  background-color: #333;
}
.info-modal .info-modal-header .info-modal-close:active {
  transform: scale(0.95);
}
.info-modal .info-modal-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .info-modal .info-modal-body {
    padding: 20px;
    padding-bottom: 24px;
    overflow-y: auto;
    max-height: none;
  }
}
.info-modal .info-modal-body .mailchimp-subscribe-form {
  margin-top: 0;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group {
  margin-bottom: 20px;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgb(33, 37, 41);
  font-size: 1rem;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group .form-control:focus {
  outline: none;
  border-color: #ea148d;
  box-shadow: 0 0 0 4px rgba(234, 20, 141, 0.1);
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group .form-control::placeholder {
  color: #999;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions {
  margin-top: 24px;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary {
  background-color: #ea148d;
  color: #ffffff;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary:hover {
  background-color: #c01275;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(234, 20, 141, 0.3);
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary:active {
  transform: translateY(0);
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(234, 20, 141, 0.2), 0 4px 8px rgba(234, 20, 141, 0.3);
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses {
  margin-top: 16px;
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses .response {
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses .response#mce-error-response {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses .response#mce-success-response {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.info-modal .info-modal-body h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(33, 37, 41);
}
@media (max-width: 767px) {
  .info-modal .info-modal-body h1 {
    font-size: 1.75rem;
  }
}
.info-modal .info-modal-body h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: rgb(33, 37, 41);
}
@media (max-width: 767px) {
  .info-modal .info-modal-body h2 {
    font-size: 1.25rem;
  }
}
.info-modal .info-modal-body p {
  margin-bottom: 18px;
  line-height: 1.7;
  color: rgb(33, 37, 41);
}
.info-modal .info-modal-body p:last-child {
  margin-bottom: 0;
}
.info-modal .info-modal-body p strong {
  font-weight: 600;
  color: rgb(33, 37, 41);
}
.info-modal .info-modal-body ul, .info-modal .info-modal-body ol {
  margin-bottom: 18px;
  padding-left: 25px;
}
.info-modal .info-modal-body ul li, .info-modal .info-modal-body ol li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: rgb(33, 37, 41);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalSlideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Mailchimp Subscribe Form in Modal
   ========================================================================== */
.modal-trigger {
  cursor: pointer;
  text-decoration: none;
}
.modal-trigger:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
/* Mobile view */
@media (max-width: 767px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header .row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header .header-logo {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .site-header .header-logo-img {
    width: 90px;
  }
  .site-header .header-cta {
    margin-right: 15px;
    width: auto;
    align-items: flex-end;
  }
  .site-header .header-phone {
    font-size: 1rem;
    margin-top: 4px;
  }
  .site-header button {
    width: 160px;
    font-size: 0.85rem;
    padding: 8px;
  }
  .navbar-toggler {
    width: auto;
    max-width: 50px;
  }
  .navbar-collapse {
    width: 100%;
    max-width: 100%;
  }
  .section-dark .container {
    padding: 15px 15px 20px 15px;
  }
  .category-button {
    font-size: 0.75rem;
    padding: 0.75rem 0.5rem;
    min-height: 70px;
    margin: 12px 5px;
  }
  #product-page {
    padding: 15px 15px 10px 15px;
  }
  #product-page h1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #product-page p {
    margin-bottom: 10px;
  }
  #product-page .icons {
    margin: 8px 0;
    padding: 6px 0;
  }
  .product-card,
  .product {
    padding: 15px;
    margin-bottom: 15px;
  }
  .container + .container {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .homepage-hero {
    padding: 30px 0 35px 0;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
  }
  .homepage-hero h1 {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
  .homepage-featured {
    padding: 35px 0;
  }
  .section-dark-bg {
    padding: 35px 0;
  }
  .section-dark-bg .container .row {
    margin-bottom: 20px;
    gap: 30px;
  }
  .section-dark-bg > .container > .row:first-child h2,
  .section-dark-bg > .container > .row:first-child h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .section-dark-bg .container > .row .col-12 h4 {
    font-size: 1.35rem;
  }
  .social-feed {
    gap: 16px;
    padding: 15px 5px 30px 5px;
    margin: 0 -5px;
  }
  .social-post-card {
    width: 300px;
  }
  .social-post-card:hover {
    transform: translateY(-2px);
  }
  .white-section,
  .section-light {
    padding: 30px 0;
  }
  .white-section .container h3,
  .section-light .container h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .white-section .container p,
  .section-light .container p {
    margin-bottom: 15px;
  }
  .white-section .container .row,
  .section-light .container .row {
    margin-bottom: 20px;
  }
  .site-footer .footer-content {
    padding: 35px 15px 20px 15px;
  }
  .site-footer .footer-content .row {
    flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-content .row > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-footer .footer-content .row > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .site-footer .footer-content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(234, 20, 141, 0.3);
  }
  .site-footer .footer-content .nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-content .nav .nav-item {
    margin-bottom: 0;
  }
  .site-footer .footer-content .nav .nav-item .nav-link {
    padding: 10px 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
  }
  .site-footer .footer-content .nav .nav-item .nav-link:last-child {
    border-bottom: none;
  }
  .site-footer .footer-content .nav .nav-item .nav-link:hover, .site-footer .footer-content .nav .nav-item .nav-link:focus {
    color: #ea148d;
    padding-left: 8px;
    background-color: rgba(234, 20, 141, 0.05);
    border-radius: 4px;
  }
  .site-footer .footer-newsletter {
    text-align: left;
    margin-top: 0;
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    margin: 0 -5px;
  }
  .site-footer .footer-newsletter p {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .site-footer .footer-newsletter .mc-field-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .site-footer .footer-newsletter .mc-field-group input[type=email] {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
  }
  .site-footer .footer-newsletter .mc-field-group input[type=email]::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .site-footer .footer-newsletter .mc-field-group input[type=email]:focus {
    outline: none;
    border-color: #ea148d;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(234, 20, 141, 0.2);
  }
  .site-footer .footer-newsletter .mc-field-group input[type=submit] {
    width: 100%;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #ea148d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .site-footer .footer-newsletter .mc-field-group input[type=submit]:hover {
    background-color: #c01275;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 20, 141, 0.4);
  }
  .site-footer .footer-newsletter .mc-field-group input[type=submit]:active {
    transform: translateY(0);
  }
  .site-footer .footer-copyright {
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
  .site-footer .footer-copyright p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
  }
}
/* Tablet view */
@media (min-width: 768px) and (max-width: 991px) {
  .site-header {
    padding: 15px 0;
  }
  .site-header .header-logo {
    margin-left: 20px;
  }
  .site-header .header-logo-img {
    width: 110px;
  }
  .site-header .header-cta {
    margin-right: 20px;
  }
  .site-header .header-phone {
    font-size: 1.4rem;
  }
  .site-header button {
    width: 200px;
    font-size: 0.95rem;
  }
  .section-dark .container {
    padding: 20px 15px 25px 15px;
  }
  .category-button {
    font-size: 0.9rem;
    padding: 0.9rem 0.5rem;
    min-height: 75px;
    margin: 15px 8px;
  }
  #product-page {
    padding: 18px 15px 12px 15px;
  }
  #product-page .icons {
    margin: 10px 0;
    padding: 8px 0;
  }
  .product-card,
  .product {
    margin-bottom: 18px;
  }
  .container + .container {
    padding-top: 10px;
    padding-bottom: 18px;
  }
  .homepage-hero {
    padding: 35px 0 45px 0;
    background-size: cover;
    background-position: center center;
    min-height: 350px;
  }
  .homepage-featured {
    padding: 45px 0;
  }
  .section-dark-bg {
    padding: 45px 0;
  }
  .section-dark-bg > .container > .row:first-child h2,
  .section-dark-bg > .container > .row:first-child h3 {
    font-size: 1.85rem;
  }
  .section-dark-bg .container > .row {
    gap: 35px;
  }
  .social-feed {
    gap: 20px;
  }
  .social-post-card {
    width: 320px;
  }
  .white-section,
  .section-light {
    padding: 40px 0;
  }
  .white-section .container h3,
  .section-light .container h3 {
    font-size: 1.65rem;
  }
  .site-footer .footer-content {
    padding: 35px 0 18px 0;
  }
  .site-footer .footer-copyright {
    padding: 18px 0;
  }
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* Desktop view */
@media all and (min-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }
  .navbar-toggler {
    display: none !important;
  }
  .site-header {
    padding: 20px 0;
  }
  .site-header .header-logo {
    margin-left: 30px;
  }
  .site-header .header-cta {
    margin-right: 30px;
  }
  .section-dark .container {
    padding: 25px 15px 30px 15px;
  }
  .category-button {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    min-height: 80px;
    margin: 15px 10px;
  }
  #product-page {
    padding: 20px 15px 15px 15px;
  }
  .container + .container {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .homepage-hero {
    padding: 40px 0 50px 0;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
  }
  .homepage-featured {
    padding: 50px 0;
  }
  .section-dark-bg {
    padding: 50px 0;
  }
  .section-dark-bg .container > .row {
    gap: 50px;
  }
  .white-section,
  .section-light {
    padding: 50px 0;
  }
  .site-footer .footer-content {
    padding: 40px 0 20px 0;
  }
  .site-footer .footer-copyright {
    padding: 20px 0;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  .navbar .megamenu .row {
    padding: 20px 15px;
  }
  .navbar .megamenu .col-megamenu {
    padding: 10px;
    margin-bottom: 15px;
  }
  .navbar .megamenu .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .navbar .megamenu ul a {
    font-size: 0.9rem;
    padding: 6px 0;
  }
}
@media all and (min-width: 1400px) {
  h1 {
    font-size: 3rem;
  }
  .site-header {
    padding: 25px 0;
  }
  .site-header .header-phone {
    font-size: 1.75rem;
  }
  .site-header button {
    width: 240px;
    padding: 12px;
  }
  .section-dark .container {
    padding: 30px 15px 35px 15px;
  }
  .category-button {
    font-size: 1.1rem;
    padding: 1.1rem 0.5rem;
    min-height: 85px;
    margin: 18px 12px;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
