.elementor-kit-3480{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-43d5d18:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3480 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   BRAND CARD BASE
========================= */
.brand-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* IMPORTANT:
   Do NOT truncate brand titles.
   Font size & wrapping handled in Elementor UI */
.brand-card .elementor-heading-title,
.brand-card h3 {
  white-space: normal;
  overflow: visible;
}

/* =========================
   OVERLAY PANEL
========================= */
.brand-card .brand-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;

  background: linear-gradient(
    to top,
    rgba(168, 134, 63, 0.9),
    rgba(197, 164, 92, 0.8)
  );

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;

  z-index: 10;
  pointer-events: none;
}

/* =========================
   DESKTOP HOVER
========================= */
.brand-card:hover .brand-overlay {
  transform: translateY(0);
  opacity: 1;
}

/* =========================
   MOBILE / TOUCH SUPPORT
   (tap behaves like hover)
========================= */
@media (hover: none) {
  .brand-card:active .brand-overlay,
  .brand-card:focus-within .brand-overlay {
    transform: translateY(0);
    opacity: 1;
  }
}

/* =========================
   CTA TEXT
========================= */
.brand-overlay .view-brand {
  color: #f8f5ef; /* warm ivory for contrast */
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(248, 245, 239, 0.75);
  padding-bottom: 6px;
}/* End custom CSS */