/* ==========================================================================
   HOTEL ADVISORS — MASTER CSS
   PHASE 2 CLEANUP
   ========================================================================== */

/* ==========================================================================
   01. GLOBAL LAYOUT
   ========================================================================== */

.default-container,
.width839px {
  width: 80% !important;
  margin: 0 auto;
}

.default-container {
  max-width: 1366px !important;
}

.width839px {
  max-width: 839px;
}

.default-container-padding {
  padding: 150px 0;
}

.content-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ==========================================================================
   02. SITE SLIDER
   ========================================================================== */

.site-slider {
  min-height: 100vh;
  height: 100%;
  padding: 120px 0;
}

.site-slider p {
  font-size: 22px;
}

body.home .bde-loop {
  --bde-posts-per-row: 2;
}

/* ==========================================================================
   03. GLOBAL PRIMARY BUTTON
   ========================================================================== */

/* All Breakdance primary buttons */
.button-atom.button-atom--primary.bde-button__button {
  width: 317px !important;
  max-width: 100% !important;
  height: 50px !important;
  padding: 0 !important;
  gap: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

/* Primary button text area */
.button-atom--primary .button-atom__text {
  flex: 1 1 auto !important;
  height: 100% !important;
  padding: 0 16px !important;
  margin: 0 !important;
  border-right: 1px solid #ffffff !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Primary button arrow */
.button-atom.button-atom--primary::after {
  align-self: center !important;
  flex: 0 0 auto !important;
  margin: 0 12px !important;
  padding: 0 !important;
}

/* ==========================================================================
   04. BY THE NUMBERS REPEATER
   ========================================================================== */

.by-the-numbers-repeater {
  --numbers-red: #cf2027;
  --numbers-line: rgba(199, 0, 1, 0.65);
}

/* Force one repeated item per row */
.by-the-numbers-repeater .bde-loop,
.by-the-numbers-repeater .bde-loop-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

.by-the-numbers-repeater .bde-loop-item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Main repeated row */
.by-the-numbers-cont {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Image */
.by-the-numbers-image {
  width: 100% !important;
  aspect-ratio: 2.2 / 1 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
}

.by-the-numbers-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* Description */
.by-the-numbers-description {
  width: 100% !important;
  max-width: 326px !important;
}

/* Number and label */
.by-the-numbers-stat {
  box-sizing: border-box !important;
}

.by-the-numbers-number {
  color: var(--numbers-red) !important;
  font-size: clamp(78px, 8vw, 130px) !important;
  font-weight: 700 !important;
  line-height: 0.85 !important;
  white-space: nowrap !important;
}

.by-the-numbers-label {
  width: 100% !important;
  max-width: 142px !important;
  color: var(--numbers-red) !important;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  line-height: 1.2 !important;
}

/* ==========================================================================
   05. ASSET LIFECYCLE ACF REPEATER SLIDER
   ========================================================================== */

.asset-lifecycle-slider {
  --asset-card-width: 467px;
  --asset-card-height: 627px;
  --asset-red: #d3212a;

  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.asset-lifecycle-slider-column {
  min-width: 0 !important;
  overflow: hidden !important;
  margin-left: 20px !important; /* homepage slider - g */
}

/* Slider viewport */
.asset-lifecycle-slider .swiper {
  position: relative !important;
  width: 100% !important;
  height: auto !important;

  /* Space underneath the cards for arrows */
  padding: 0 0 64px !important;
  margin: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

.asset-lifecycle-slider .swiper-wrapper {
  height: auto !important;
  align-items: flex-start !important;
}

/* Every ACF item becomes a fixed-size slide */
.asset-lifecycle-slider .bde-loop-item,
.asset-lifecycle-slider .swiper-slide {
  width: var(--asset-card-width) !important;
  min-width: var(--asset-card-width) !important;
  max-width: var(--asset-card-width) !important;
  flex: 0 0 var(--asset-card-width) !important;

  height: var(--asset-card-height) !important;
  min-height: var(--asset-card-height) !important;
  max-height: var(--asset-card-height) !important;

  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* ==================================================
   REPEATED COMPONENT
================================================== */

/* Outer component container */
.asset-slide-card {
  position: relative !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  border-radius: 12px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Disable any previous overlay on the outer container */
.asset-slide-card::before,
.asset-slide-card::after {
  content: none !important;
  display: none !important;
}

/* Columns element */
.asset-slide-layout {
  position: relative !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;

  display: flex !important;
  align-items: stretch !important;

  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Column containing the dynamic ACF background image */
.asset-slide-content {
  position: relative !important;
  isolation: isolate !important;
  flex: 1 1 100% !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;

  padding: 40px 42px 46px !important;
  margin: 0 !important;
  gap: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  border-radius: 12px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.featured-projects .asset-slide-content {
	 padding-top: 300px !important;
}

/* Burgundy overlay over dynamic background */
.asset-slide-content::before {
  content: "" !important;

  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;

  display: block !important;
  background: rgba(58, 8, 14, 0.68) !important;
  pointer-events: none !important;
}

/* Keep text and button above overlay */
.asset-slide-content > * {
  position: relative !important;
  z-index: 2 !important;
}

/* ==================================================
   CARD TEXT
================================================== */

.asset-slide-title {
  width: 100% !important;
  max-width: 380px !important;
  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  display: flex;
  align-items: flex-start;
  min-height: 90px;
}

.featured-projects .asset-slide-title {
	min-height: 90px;
    align-items: flex-start;
}

.asset-slide-description {
  width: 100% !important;
  max-width: 360px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;

  /* Two-line description */
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* ==================================================
   FIND OUT MORE BUTTON
================================================== */

.asset-slide-button {
  width: fit-content !important;
  max-width: 100% !important;
  margin-top: 20px !important;
}

/* Override the global Primary button dimensions */
.asset-slide-button .button-atom,
.asset-slide-button button.button-atom,
.asset-slide-button .button-atom.button-atom--primary {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 43px !important;
  min-height: 43px !important;

  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;

  display: inline-flex !important;
  align-items: stretch !important;

  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Button text */
.asset-slide-button .button-atom__text {
  height: 100% !important;

  padding: 0 16px !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.3px !important;
  white-space: nowrap !important;

  border-right: 1px solid #ffffff !important;
}

/* Button arrow */
.asset-slide-button .button-atom::after {
  width: 39px !important;
  min-width: 39px !important;
  height: 100% !important;

  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;

  color: #ffffff !important;
  background-position: center !important;
  filter: brightness(0) invert(1) !important;
}

.asset-slide-button .button-atom:hover {
  color: #3a080e !important;
  background: #ffffff !important;
}

.asset-slide-button .button-atom:hover .button-atom__text {
  color: #3a080e !important;
  border-right-color: #3a080e !important;
}

/* ==================================================
   BUILT-IN REPEATER SLIDER ARROWS
================================================== */

.asset-lifecycle-slider .swiper-button-prev,
.asset-lifecycle-slider .swiper-button-next {
  position: absolute !important;
  z-index: 20 !important;

  top: auto !important;
  bottom: 0 !important;
  transform: none !important;

  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;

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

  color: #ffffff !important;
  background: var(--asset-red) !important;
  border: 0 !important;
  border-radius: 7px !important;

  opacity: 1 !important;
  box-sizing: border-box !important;
}

/* Hide any SVG icons supplied by Breakdance */
.asset-lifecycle-slider .swiper-button-prev > *,
.asset-lifecycle-slider .swiper-button-next > * {
  display: none !important;
}

/* Previous arrow */
.asset-lifecycle-slider .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}

/* Next arrow aligned to the first card’s right side */
.asset-lifecycle-slider .swiper-button-next {
  left: calc(var(--asset-card-width) - 44px) !important;
  right: auto !important;
}

/* Replace default blue arrows */
.asset-lifecycle-slider .swiper-button-prev::after {
  content: "←" !important;
}

.asset-lifecycle-slider .swiper-button-next::after {
  content: "→" !important;
}

.asset-lifecycle-slider .swiper-button-prev::after,
.asset-lifecycle-slider .swiper-button-next::after {
  display: block !important;

  color: #ffffff !important;
  font-family: Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* Keep the first disabled arrow visually red */
.asset-lifecycle-slider .swiper-button-disabled {
  opacity: 1 !important;
}

/* Remove pagination */
.asset-lifecycle-slider .swiper-pagination,
.asset-lifecycle-slider .swiper-pagination-bullets,
.asset-lifecycle-slider [class*="swiper-pagination"] {
  display: none !important;
}

/* ==========================================================================
   06. TEAM MEMBERS
   ========================================================================== */

.team-members-section {
  width: 100% !important;
  padding: 0 6vw !important;
  box-sizing: border-box !important;
}

.team-section-title {
  width: 100% !important;
  margin: 0 0 55px !important;

  color: #4a1821 !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 5px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.team-card-description p {
  margin: 0 !important;
}

/* =========================================
   REPEATER GRID
   ========================================= */

.team-cards-grid {
  width: 100% !important;
}

.team-cards-grid .bde-loop {
  width: 100% !important;

  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 310px)) !important;
  justify-content: space-between !important;
  align-items: stretch !important;

  column-gap: 50px !important;
  row-gap: 80px !important;
}

.team-cards-grid .bde-loop-item {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
}

/* =========================================
   TEAM CARD — DESKTOP
   ========================================= */

.team-card {
  width: 310px !important;
  max-width: 100% !important;
  height: 430px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  background: transparent !important;
}

/* =========================================
   TEAM IMAGE — DESKTOP 202px
   ========================================= */

.team-card-image {
  width: 202px !important;
  height: 202px !important;
  min-width: 202px !important;
  min-height: 202px !important;
  flex: 0 0 202px !important;

  display: block !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.team-card-image .breakdance-image-container,
.team-card-image picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.team-card-image img,
.team-card-image .breakdance-image-object {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;

  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
}

/* =========================================
   TEAM CONTENT
   ========================================= */

.team-card-content {
  width: 100% !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

/* Name */
.team-card-name {
  width: 100% !important;
  margin: 0 0 3px !important;
  padding: 0 !important;

  color: #a71920 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Role */
.team-card-role {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;

  color: #171717 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Empty role should not leave a gap */
.team-card-role:empty {
  display: none !important;
  margin: 0 !important;
}

/* Description */
.team-card-description {
  width: 100% !important;
  max-width: 310px !important;
  margin: 0 !important;
  padding: 0 !important;

  color: #555555 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: center !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
}

/* =========================================
   LEARN MORE BUTTON
   ========================================= */

.team-card-button {
  width: auto !important;
  align-self: center !important;

  /* Pins button to bottom */
  margin: auto 0 0 !important;
  padding: 0 !important;
}

.team-card-button .button-atom,
.team-card-button.button-atom {
  width: 202px !important;
  min-width: 202px !important;
  max-width: 202px !important;

  height: 42px !important;
  min-height: 42px !important;

  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #d71920 !important;
  background: transparent !important;

  border: 1px solid #ef4a4f !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  overflow: hidden !important;
}

/* Button text */
.team-card-button .button-atom__text {
  height: 100% !important;
  flex: 1 1 auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
}

/* Remove builder icon */
.team-card-button .button-atom__icon {
  display: none !important;
}

/* Arrow compartment */
.team-card-button .button-atom::after,
.team-card-button.button-atom::after {
  content: "↗" !important;

  width: 38px !important;
  min-width: 38px !important;
  height: 100% !important;
  align-self: stretch !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #d71920 !important;
  border-left: 1px solid #ef4a4f !important;

  font-family: Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* Hover */
.team-card-button:hover .button-atom,
.team-card-button .button-atom:hover {
  color: #ffffff !important;
  background: #d71920 !important;
  border-color: #d71920 !important;
}

.team-card-button:hover .button-atom__text,
.team-card-button .button-atom:hover .button-atom__text {
  color: #ffffff !important;
}

.team-card-button:hover .button-atom::after,
.team-card-button .button-atom:hover::after {
  color: #ffffff !important;
  border-left-color: #ffffff !important;
}

/* ==================================================
   ALTERNATING TEAM MEMBER BACKGROUND
   ================================================== */

/* Second, fourth, sixth team member, etc. */

.team-members-repeater .bde-loop-item:nth-child(even) {
  background-color: #eee9df !important;
  background-image: url("https://hoteladvisors.overtake.co.nz/wp-content/uploads/2026/07/Group-225.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* Allow the background to show through inner containers */

.team-members-repeater .bde-loop-item:nth-child(even) .team-member-container,
.team-members-repeater .bde-loop-item:nth-child(even) .team-member-container > .default-container {
  background-color: transparent !important;
  background-image: none !important;
}

/* Keep first, third, fifth team members white */

.team-members-repeater .bde-loop-item:nth-child(odd) {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Ensure each repeated row occupies the full repeater width */

.team-members-repeater .bde-loop-item,
.team-members-repeater .team-member-container {
  width: 100% !important;
  max-width: none !important;
}

/* ==========================================================================
   07. CONTACT FORM 7
   ========================================================================== */

.contact-form-design {
  color: #ffffff !important;
  font-size: 14px !important;
}

.contact-form-design * {
  box-sizing: border-box !important;
}

/* Remove formatting added automatically by CF7 */
.contact-form-design p {
  margin: 0 !important;
  padding: 0 !important;
}

.contact-form-design br {
  display: none !important;
}

.contact-form-design .wpcf7-form-control-wrap {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================
   FIELD GROUPS
   ========================================= */

.contact-form-design .contact-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;

  margin: 0 0 12px !important;
  padding: 0 !important;
}

.contact-form-design .contact-field > p {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.contact-form-design .contact-email-field {
  margin-bottom: 18px !important;
}

/* =========================================
   LABELS
   ========================================= */

.contact-form-design label {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

/* =========================================
   INPUTS
   ========================================= */

.contact-form-design input[type="text"],
.contact-form-design input[type="tel"],
.contact-form-design input[type="email"],
.contact-form-design textarea {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 12px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border: 0 !important;
  border-radius: 2px !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

.contact-form-design input[type="text"],
.contact-form-design input[type="tel"],
.contact-form-design input[type="email"] {
  line-height: 1.2 !important;
}

/* Placeholder */
.contact-form-design input::placeholder,
.contact-form-design textarea::placeholder {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

/* Focus */
.contact-form-design input[type="text"]:focus,
.contact-form-design input[type="tel"]:focus,
.contact-form-design input[type="email"]:focus,
.contact-form-design textarea:focus {
  background: rgba(255, 255, 255, 0.28) !important;
  outline: 1px solid rgba(255, 255, 255, 0.55) !important;
}

/* =========================================
   MESSAGE
   ========================================= */

.contact-form-design .contact-message-field {
  display: block !important;

  margin: 0 0 20px !important;
  padding: 0 !important;
}

.contact-form-design .contact-message-field p {
gap:6px;
}

.contact-form-design textarea {
  line-height: 1.35 !important;
  resize: none !important;
}

/* =========================================
   SUBMIT BUTTON
   ========================================= */

.contact-form-design .contact-submit-wrap {
  position: relative !important;

  display: inline-flex !important;
  align-items: stretch !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
}

/* No fixed width or height */
.contact-form-design input.contact-submit {
  display: block !important;

  margin: 0 !important;
  padding: 12px 44px 12px 14px !important;

  color: #ffffff !important;
  background: transparent !important;

  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  cursor: pointer !important;
}

/* Full-height arrow divider */
.contact-form-design .contact-submit-wrap::after {
  content: "↗" !important;

  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;

  width: 32px !important;

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

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  background: transparent !important;
  border-left: 1px solid currentColor !important;

  font-size: 14px !important;
  line-height: 1 !important;

  pointer-events: none !important;
}

/* Submit hover */
.contact-form-design .contact-submit-wrap:hover {
  color: #000000 !important;
}

.contact-form-design .contact-submit-wrap:hover input.contact-submit {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

/* CF7 spinner */
.contact-form-design .contact-submit-wrap .wpcf7-spinner {
  position: absolute !important;
  top: 50% !important;
  left: calc(100% + 10px) !important;

  margin: 0 !important;
  transform: translateY(-50%) !important;
}

/* Validation text */
.contact-form-design .wpcf7-not-valid-tip,
.contact-form-design .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

/* ==========================================================================
   08. OUTLINE ARROW BUTTON
   ========================================================================== */

/* ==================================================
   OUTLINE ARROW BUTTON
================================================== */

/* Outer Breakdance button wrapper */
html body .outline-arrow-button {
  display: inline-flex !important;
  align-self: flex-start !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Actual Breakdance button */
html body .outline-arrow-button > .button-atom,
html body
  .outline-arrow-button
  .button-atom.button-atom--primary,
html body
  .outline-arrow-button
  .button-atom.bde-button__button,
html body .button-atom.outline-arrow-button {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Text compartment */
html body
  .outline-arrow-button
  .button-atom__text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 12px 16px !important;

  color: inherit !important;
  border: 0 !important;

  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}

/* Hide any Breakdance icon */
html body
  .outline-arrow-button
  .button-atom__icon,
html body
  .outline-arrow-button
  .button-atom__icon-wrapper {
  display: none !important;
}

/* Arrow compartment */
html body
  .outline-arrow-button
  > .button-atom::after,
html body
  .outline-arrow-button
  .button-atom.button-atom--primary::after,
html body
  .outline-arrow-button
  .button-atom.bde-button__button::after,
html body
  .button-atom.outline-arrow-button::after {
  /* FE0E forces a normal text arrow instead of an emoji */
  content: "\2197\FE0E" !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  flex: 0 0 32px !important;

  position: static !important;
  inset: auto !important;

  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  background: transparent !important;

  border: 0 !important;
  border-left: 1px solid currentColor !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant-emoji: text !important;
  line-height: 1 !important;

  transform: none !important;
  box-sizing: border-box !important;
}

/* ==========================================================================
   09. CLIENT LOGO GALLERY
   ========================================================================== */
.breakdance .client-logo-gallery {
  width: 100%;
}

/* Desktop layout */
.breakdance .client-logo-gallery .ee-gallery {
  display: grid !important;
  grid-template-columns:
 /*   repeat(7, minmax(0, 1fr))
    35px
    repeat(7, minmax(0, 1fr)) !important;*/
  gap: 20px 0 !important;
  width: 100% !important;
}

/* Move the second set of seven after the centre gap 
.breakdance .client-logo-gallery .ee-gallery-item:nth-child(14n + 8) {
  grid-column: 9 !important;
} 
*/

/* Individual logo item */
.breakdance .client-logo-gallery .ee-gallery-item {
  width: 100% !important;
  /*height: 110px !important;
  min-width: 0 !important;
  min-height: 110px !important;*/
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;

  /* Use background-color, not background */
  background-color: #ffffff !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  border-top: 0px solid #e1e1e1;
  border-bottom: 0px solid #e1e1e1;

  opacity: 1 !important;
  visibility: visible !important;
}

/* Border around every group of seven */
.breakdance .client-logo-gallery .ee-gallery-item:nth-child(7n + 1) {
  border-left: 0px solid #e1e1e1;
}

.breakdance .client-logo-gallery .ee-gallery-item:nth-child(7n),
.breakdance .client-logo-gallery .ee-gallery-item:last-child {
  border-right: 0px solid #e1e1e1;
}

/* Keep Breakdance’s original image structure */
.breakdance .client-logo-gallery .ee-gallery-item figure,
.breakdance .client-logo-gallery .ee-gallery-item picture,
.breakdance .client-logo-gallery .ee-gallery-item > a {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Create the same inner area for every logo */
.breakdance .client-logo-gallery .ee-gallery-item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Consistent space around each logo */
.breakdance .client-logo-gallery .ee-gallery-item figure {
  position: relative !important;
  width: calc(100% - 28px) !important;
  height: calc(100% - 20px) !important;
  margin: 10px 14px !important;
  overflow: hidden !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Keep images centred inside the equal-sized area */
.breakdance .client-logo-gallery .ee-gallery-item picture {
  display: block !important;
}

.breakdance .client-logo-gallery .ee-gallery-item img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) !important;
	object-fit: contain !important;
object-position: center center !important;
}
/* ==========================================================================
   10. IMAGE FADE OVERLAYS
   ========================================================================== */
.image-tan-fade {
  position: relative !important;
  overflow: hidden !important;
}

/* 164px image-to-tan gradient */
.image-tan-fade::after {
  content: "" !important;

  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;

  width: 100% !important;
  height: 165px !important;

  background: linear-gradient(
    180deg,
    rgba(196, 154, 109, 0) 0%,
    rgba(196, 154, 109, 0.18) 25%,
    rgba(196, 154, 109, 0.55) 58%,
    #c49a6d 100%
  ) !important;

  pointer-events: none !important;
  z-index: 2 !important;
}

/* Add this class to the following tan section */
.tan-background-section {
  background-color: #c49a6d !important;
}

/* ==================================================
   IMAGE-TO-BURGUNDY FADE
   ================================================== */

.image-burgundy-fade {
  position: relative !important;
  overflow: hidden !important;
}

/* Image-to-burgundy gradient */
.image-burgundy-fade::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;

  width: 100% !important;
  height: 165px !important;

  background: linear-gradient(
    180deg,
    rgba(45, 10, 15, 0) 0%,
    rgba(45, 10, 15, 0.18) 25%,
    rgba(45, 10, 15, 0.55) 58%,
    #2d0a0f 100%
  ) !important;

  pointer-events: none !important;
  z-index: 2 !important;
}

/* Add this class to the following burgundy section */
.burgundy-background-section {
  background-color: #2d0a0f !important;
}

/* ==========================================================================
   11. TESTIMONIAL SECTION
   ========================================================================== */

.thsa-testimonials {
  position: relative;
  width: 100%;
  padding: 100px 0 0;
  overflow: hidden;
}

.thsa-testimonials__inner {
  position: relative;
  width: 80% !important;
  max-width: 1366px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

/* ==================================================
   HEADING
   XD: 349px wide / 50px font / 59px line height
================================================== */

.thsa-testimonials__heading {
  display: block;

  width: 349px !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #48131c;
  font-size: 50px !important;
  font-weight: 700;
  line-height: 59px !important;
  letter-spacing: 5px !important;
  text-transform: uppercase;
}

/* ==================================================
   REPEATER SLIDER
================================================== */

.thsa-testimonials__slider {
  position: relative;

  width: 100% !important;
  max-width: 100% !important;

  margin: 30px 0 0 !important;
  padding: 0 !important;
}

.thsa-testimonials__slider .swiper {
  position: relative;

  width: 100% !important;
  max-width: 100% !important;

  /*
     * 50px top padding creates the exact space between
     * the heading and testimonial content.
     */
  padding: 0 !important;
  overflow: hidden;
}

.thsa-testimonials__slider .swiper-wrapper {
  align-items: stretch !important;
}

.thsa-testimonials__slider .swiper-slide {
  box-sizing: border-box !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  padding: 0 !important;
  margin: 0 !important;
}

/* ==================================================
   INDIVIDUAL SLIDE
================================================== */

.thsa-testimonials__slide {
  box-sizing: border-box !important;

  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
}

/* ==================================================
   DESKTOP GRID
================================================== */

.thsa-testimonials__grid {
  box-sizing: border-box !important;

  display: grid !important;

  /*
     * Desktop XD measurements:
     * Image: 269px
     * Content: 580px
     * Right spacing: 91px
     */
  grid-template-columns: 269px 580px !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 360px !important;

  padding: 0 0px 0 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

.thsa-testimonials__grid > * {
  min-width: 0 !important;
  max-width: none !important;
  flex-basis: auto !important;
}

/* ==================================================
   IMAGE
   XD: 269px × 360px
================================================== */

.thsa-testimonials__media {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 269px !important;
  min-width: 269px !important;
  max-width: 269px !important;

  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;

  padding: 0 !important;
  margin: 0 !important;
}

.thsa-testimonials__photo {
  display: block !important;

  width: 269px !important;
  min-width: 269px !important;
  max-width: 269px !important;

  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;

  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;

  border-radius: 12px;
}

.thsa-testimonials__photo figure,
.thsa-testimonials__photo picture,
.thsa-testimonials__photo .breakdance-image-container {
  display: block !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;

  padding: 0 !important;
  margin: 0 !important;
}

.thsa-testimonials__photo img {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* ==================================================
   CONTENT
   XD: 580px wide / 16px font / 28px line height
================================================== */

.thsa-testimonials__copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;

  box-sizing: border-box !important;

  width: 580px !important;
  min-width: 0 !important;
  max-width: 580px !important;

  padding: 0 !important;
  margin: 0 !important;
}

.thsa-testimonials__text {
  box-sizing: border-box !important;

  width: 580px !important;
  min-width: 0 !important;
  max-width: 100% !important;

  padding: 0 !important;
  margin: 0 !important;

  color: #252525;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 28px !important;
  letter-spacing: 0 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
	
	position: relative;
}

.thsa-testimonials__text::before {
    content: "";
    display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2026/07/Group-53-1.svg') no-repeat center;
    background-size: contain;
}

.thsa-testimonials__text::after {
    content: "";
    display: block;
	position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2026/07/Group-53-1.svg') no-repeat center;
    background-size: contain;
}

.thsa-testimonials__text p {
  width: 100% !important;
  margin: 0 !important;
}

.thsa-testimonials__author {
  width: 100% !important;
  max-width: 580px !important;

  margin: 16px 0 0 !important;
  padding: 0 !important;

  color: #a96d43;
  font-size: 16px !important;
  font-weight: 600;
  font-style: italic;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.thsa-testimonials__author p {
  margin: 0 !important;
}

/* ==================================================
   NO CSS QUOTATION MARKS
   Your existing image/background provides these.
================================================== */

.thsa-testimonials__copy::before,
.thsa-testimonials__copy::after,
.thsa-testimonials__text::before,
.thsa-testimonials__text::after {
  content: none !important;
  display: none !important;
}

/* ==================================================
   SLIDER ARROWS
================================================== */

.thsa-testimonials__slider .swiper-button-prev,
.thsa-testimonials__slider .swiper-button-next {
  top: auto !important;
  bottom: 28px !important;

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

  width: 44px !important;
  height: 44px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  background: #c91d25 !important;
  border: 0 !important;
  border-radius: 7px;

  opacity: 1 !important;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.thsa-testimonials__slider .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}

.thsa-testimonials__slider .swiper-button-next {
  right: 0 !important;
  left: auto !important;
}

.thsa-testimonials__slider .swiper-button-prev::after,
.thsa-testimonials__slider .swiper-button-next::after {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.thsa-testimonials__slider .swiper-button-prev svg,
.thsa-testimonials__slider .swiper-button-next svg {
  width: 19px !important;
  height: 19px !important;

  color: #ffffff !important;
  stroke: currentColor !important;
}

.thsa-testimonials__slider .swiper-button-disabled {
  color: #ffffff !important;
  background: #c91d25 !important;
  opacity: 1 !important;
}

.thsa-testimonials__slider .swiper-button-prev:hover,
.thsa-testimonials__slider .swiper-button-next:hover {
  background: #48131c !important;
}

/* Hide pagination dots */

.thsa-testimonials__slider .swiper-pagination,
.thsa-testimonials__slider .swiper-pagination-bullets {
  display: none !important;
}

/* ==================================================
   BOTTOM SIGNATURE IMAGE
================================================== */

.thsa-testimonials__signature {
  display: block !important;

  width: 100% !important;
  max-width: 1366px !important;

  margin: 15px 0 0 !important;
  padding: 0 !important;

  pointer-events: none;
}

.thsa-testimonials__signature figure,
.thsa-testimonials__signature picture,
.thsa-testimonials__signature .breakdance-image-container {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;
}

.thsa-testimonials__signature img {
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

/* ==========================================================================
   12. SERVICES / CASE STUDIES SECTION
   ========================================================================== */

.case-studies-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

.case-studies-container {
  width: 80% !important;
  max-width: 1366px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

.service-inner-container,
.why-are-we-different .default-container {
  max-width: 1366px !important;
}

body.single-service .sec3-container {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  gap: 89px;
}

/* ==================================================
   SECTION HEADING
================================================== */

.services-section-title {
  width: 100%;
  margin: 0 0 35px !important;
  padding: 0 !important;

  color: #48131c;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dark-title {
  color: #461219 !important;
}

/* ==================================================
   REPEATER
================================================== */

.case-studies-repeater {
  width: 100% !important;
  max-width: 100% !important;
}

.case-studies-repeater .bde-loop {
  display: flex !important;
  flex-direction: column !important;

  width: 100% !important;
  max-width: 100% !important;

  gap: 10px !important;
}

.case-studies-repeater .bde-loop-item {
  width: 100% !important;
  max-width: none !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
}

/* ==================================================
   ACCORDION ITEM
================================================== */

.case-study-item {
  position: relative;

  display: grid !important;
  grid-template-columns: 1fr;

  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;

  padding: 0 !important;
  margin: 0 !important;

  background: #fbfbfb;
  border: 1px solid #dedede;
  border-radius: 9px;
  overflow: hidden;

  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    padding 0.3s ease;
}

/* ==================================================
   COLLAPSED TOGGLE
================================================== */

.case-study-toggle {
  display: flex !important;
  align-items: center;

  width: 100%;
  min-height: 52px;

  padding: 0 52px 0 18px !important;
  margin: 0 !important;

  cursor: pointer;
  user-select: none;
}

.case-study-toggle:focus-visible {
  outline: 2px solid #c91d25;
  outline-offset: -3px;
}

.case-study-title {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  color: #bd9062;
font-size: 16px !important;
    font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;

  transition:
    color 0.25s ease,
    font-size 0.25s ease;
}

.case-study-toggle:hover .case-study-title {
  color: #c91d25;
}

/* ==================================================
   PLUS/MINUS ICON
================================================== */

.case-study-icon {
  position: absolute;
  top: 50%;
  right: 16px;

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

  width: 18px;
  height: 18px;

  margin: 0 !important;
  padding: 0 !important;

  color: #bd9062;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1 !important;

  border: 1px solid currentColor;
  border-radius: 50%;

  transform: translateY(-50%);

  transition:
    top 0.3s ease,
    color 0.25s ease,
    transform 0.3s ease;
}

.case-study-toggle:hover .case-study-icon {
  color: #c91d25;
}

/* ==================================================
   COLLAPSED PANEL
================================================== */

.case-study-panel {
  display: grid !important;
  grid-template-rows: 0fr;

  width: 100%;
  min-width: 0;

  padding: 0 !important;
  margin: 0 !important;

  opacity: 0;
  visibility: hidden;

  transition:
    grid-template-rows 0.4s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.case-study-panel-inner {
  width: 100%;
  min-width: 0;
  min-height: 0;

  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;

  width: 100%;
}

/* ==================================================
   OPEN ITEM – DESKTOP
================================================== */

.case-study-item.is-open {
  grid-template-columns: minmax(300px, 43%) minmax(0, 57%);

  padding: 40px 48px 38px !important;

  background: #eeeae0;
  border-color: #e1d9ca;
}

.case-study-item.is-open .case-study-toggle {
  grid-column: 1;
  grid-row: 1;

  align-items: flex-start;

  min-height: 0;
  padding: 13px 65px 0 0 !important;
}

.case-study-item.is-open .case-study-title {
  width: 100%;
  max-width: 450px;

  color: #a31219;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.18 !important;
  letter-spacing: 1.7px;
}

.case-study-item.is-open .case-study-icon {
  top: 14px;

  color: #c91d25;
  transform: none;
}

.case-study-item.is-open .case-study-panel {
  grid-column: 2;
  grid-row: 1;

  grid-template-rows: 1fr;

  opacity: 1;
  visibility: visible;
}

/* ==================================================
   CASE STUDY IMAGE
================================================== */

.case-study-image {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 2.48 / 1;

  margin: 0 0 16px !important;
  padding: 0 !important;
  overflow: hidden;

  border-radius: 3px;
}

.case-study-image figure,
.case-study-image picture,
.case-study-image .breakdance-image-container {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  padding: 0 !important;
  margin: 0 !important;
}

.case-study-image img {
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* ==================================================
   DESCRIPTION
================================================== */

.case-study-description {
  width: 100%;
  margin: 0 0 18px !important;
  padding: 0 !important;

  color: #3a3936;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.55 !important;
}

.case-study-description p {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.case-study-description p:last-child {
  margin-bottom: 0 !important;
}

/* ==================================================
   BUTTON
================================================== */

.case-study-button {
  display: inline-flex !important;
  align-items: stretch;

  min-height: 36px;

  padding: 0 !important;
  margin: 0 !important;

  color: #c91d25 !important;
  text-decoration: none !important;

  background: transparent;
  border: 1px solid #c91d25;

  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.case-study-button-label {
  display: flex !important;
  align-items: center;
  justify-content: center;

  padding: 0 16px;
  margin: 0 !important;

  color: inherit;
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1 !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.case-study-button-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 36px;

  margin: 0 !important;

  color: inherit;
  font-size: 13px !important;
  line-height: 1 !important;

  border-left: 1px solid #c91d25;
}

.case-study-button:hover {
  color: #ffffff !important;
  background: #c91d25;
}

.case-study-button:hover .case-study-button-arrow {
  border-left-color: rgba(255, 255, 255, 0.45);
}

/* ==========================================================================
   13. CASE STUDY — TWO-COLUMN SECTION
   ========================================================================== */

.service-section1-padding {
  --case-layout-width: 1366px;
  --case-content-width: 556px;

  /*
     * At 1920px this becomes 277px.
     * On smaller screens it never becomes less than
     * the responsive page spacing.
     */
  --case-outer-space: max(clamp(24px, 3vw, 40px), calc((100vw - var(--case-layout-width)) / 2));

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;

  width: 100% !important;
  max-width: none !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ==================================================
   BOTH 50% SECTIONS
================================================== */

.service-section1-padding > .width960px {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  box-sizing: border-box;
}

/* ==================================================
   LEFT 556PX CONTENT CONTAINER
================================================== */

.service-section1-padding > .width960px:first-child > .width556px {
  width: min(var(--case-content-width), calc(100% - var(--case-outer-space))) !important;

  max-width: none !important;

  margin-left: var(--case-outer-space); /* case study - g */
  margin-right: 0; /* case study - g */
}

/* ==================================================
   RIGHT 556PX CONTENT CONTAINER
================================================== */

.service-section1-padding > .width960px:last-child > .width556px {
  width: min(var(--case-content-width), calc(100% - var(--case-outer-space))) !important;

  max-width: none !important;

  margin-left: auto; /* case study - g */
  margin-right: var(--case-outer-space); /* case study - g */
}

/* ==========================================================================
   14. CASE STUDY CARD BUTTON
   ========================================================================== */

/* Outer Breakdance button wrapper */
.case-study .case-study-card-button {
  display: inline-flex !important;
  align-self: flex-start !important;

  width: auto !important;
  max-width: 100% !important;

  /* Normal spacing; button remains inside the card */
  margin: 28px 0 0 !important;
  padding: 0 !important;

  position: static !important;
  transform: none !important;

  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Actual Breakdance button */
.case-study .case-study-card-button > .button-atom,
.case-study .case-study-card-button .button-atom.button-atom--primary,
.case-study .case-study-card-button .button-atom.bde-button__button,
.case-study .button-atom.case-study-card-button {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 42px !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;

  color: #d71920 !important;
  background: transparent !important;

  border: 1px solid #d71920 !important;
  border-radius: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Button text */
.case-study .case-study-card-button .button-atom__text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 1 1 auto !important;
  width: auto !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 24px !important;

  color: inherit !important;
  background: transparent !important;
  border: 0 !important;

  line-height: 1 !important;
  box-sizing: border-box !important;
}

/* Hide Breakdance’s original icon */
.case-study .case-study-card-button .button-atom__icon,
.case-study .case-study-card-button .button-atom__icon-wrapper {
  display: none !important;
}

/* Arrow compartment */
.case-study .case-study-card-button .button-atom::after,
.case-study .button-atom.case-study-card-button::after {
  content: "↗" !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  width: 38px !important;
  min-width: 38px !important;
  flex: 0 0 38px !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  background: transparent !important;

  border: 0 !important;
  border-left: 1px solid currentColor !important;

  font-size: 13px !important;
  line-height: 1 !important;

  box-sizing: border-box !important;
}

/* Hover */
.case-study .case-study-card-button:hover .button-atom,
.case-study .case-study-card-button .button-atom:hover,
.case-study .button-atom.case-study-card-button:hover {
  color: #ffffff !important;
  background: #d71920 !important;
  border-color: #d71920 !important;
}

/* ==========================================================================
   15. INSIGHTS REPEATER CARD
   ========================================================================== */

/* Make every card fill the available loop-item height */
.insights-repeater-container {
  display: flex !important;
  flex-direction: column !important;

  width: 100% !important;
  height: 100% !important;

  box-sizing: border-box !important;
}

/* Main card content container */
.insights-repeater-container > .width492px {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;

  height: 100% !important;
  min-height: 0 !important;

  box-sizing: border-box !important;
}

/* ==================================================
   INSIGHTS CARD BUTTON
   ================================================== */

/* Outer Breakdance button wrapper */
.insights-repeater-container .insights-card-button {
  display: block !important;
  align-self: flex-start !important;

  width: auto !important;
  max-width: 100% !important;

  /* Pushes the button to the bottom */
  margin: auto 0 0 !important;

  /* Maintains space above the button */
  padding: 24px 0 0 !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Actual Breakdance button */
.insights-repeater-container .insights-card-button .button-atom,
.insights-repeater-container .insights-card-button .button-atom.button-atom--primary,
.insights-repeater-container .insights-card-button .button-atom.bde-button__button {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 34px !important;
  min-height: 34px !important;

  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;

  color: #d71920 !important;
  background: transparent !important;

  border: 1px solid #d71920 !important;
  border-radius: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

/* Button text compartment */
.insights-repeater-container .insights-card-button .button-atom__text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 1 1 auto !important;
  width: auto !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 26px !important;

  color: inherit !important;
  background: transparent !important;
  border: 0 !important;

  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;

  box-sizing: border-box !important;
}

/* Hide the icon configured in Breakdance */
.insights-repeater-container .insights-card-button .button-atom__icon,
.insights-repeater-container .insights-card-button .button-atom__icon-wrapper {
  display: none !important;
}

/* Arrow compartment */
.insights-repeater-container .insights-card-button .button-atom::after {
  content: "↗" !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  width: 28px !important;
  min-width: 28px !important;
  flex: 0 0 28px !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  background: transparent !important;

  border: 0 !important;
  border-left: 1px solid currentColor !important;

  font-size: 16px !important;
  line-height: 1 !important;

  box-sizing: border-box !important;
}

/* Hover */
.insights-repeater-container .insights-card-button .button-atom:hover {
  color: #ffffff !important;
  background: #d71920 !important;
  border-color: #d71920 !important;
}

/* ==========================================================================
   16. OUR PROJECTS
   ========================================================================== */

.projects-heading-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;

  width: 100% !important;
  gap: 18px !important;
}

.projects-heading-row .projects-heading {
  flex: 0 0 auto !important;

  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.projects-heading-row::after {
  content: "" !important;

  display: block !important;
  flex: 1 1 auto !important;

  width: auto !important;
  min-width: 30px !important;
  height: 1px !important;

  background-color: #461219 !important;
}

/* ==================================================
   PROJECT CARD LAYOUT
   ================================================== */

/* Repeater card */
.project-card {
  display: flex !important;
  flex-direction: column !important;

  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;

  box-sizing: border-box !important;
}

/* Card column */
.project-card .project-card-column {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 500px !important;
  min-width: 0 !important;

  border-radius: 10px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Content inside the card */
.project-card .project-card-main-container {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex: 1 1 auto !important;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 500px !important;
  min-width: 0 !important;

  /* Positions content lower inside the card */
  margin: 0 !important;
  padding: 100px 32px 36px !important;

  box-sizing: border-box !important;
}

/* Prevent heading and text from exceeding the card */
.project-card .project-card-main-container > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  box-sizing: border-box !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* ==========================================================================
   17. BREAKDANCE OFF-CANVAS MENU
   ========================================================================== */

/* Off-canvas panel */
html body .hd-menu-section {
  display: block !important;
  position: fixed !important;

  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;

  z-index: 10000 !important;

  width: 400px;
  max-width: 100vw;

  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh;

  margin: 0;
  padding: 20px 0 0 !important;

  overflow-x: hidden;
  overflow-y: auto;

  box-sizing: border-box;

  color: #461219 !important;

  background-color: #ffffff !important;
  background-image: url("https://hoteladvisors.overtake.co.nz/wp-content/uploads/2026/07/footer-Image.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;

  text-align: right;

  opacity: 0 !important;
  pointer-events: none !important;

  transform: translate3d(100%, 0, 0) !important;

  transition:
    transform 0.4s ease,
    opacity 0.3s ease !important;

  will-change: transform;
}

/* Open state added by JavaScript */
html body .hd-menu-section.show-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;

  transform: translate3d(0, 0, 0) !important;
}

/* Prevent the page behind the menu from scrolling */
html.menu-is-open,
body.menu-is-open {
  overflow: hidden !important;
}

/* Close icon */
.hd-menu-section .close-block {
  position: absolute;
  top: 20px;
  right: 20px;

  z-index: 2;
}

.hd-menu-section .menu-close,
.breakdance .hd-menu-section img.menu-close {
  max-width: 50px !important;
  cursor: pointer;
}

/* Icon colours */
.hd-menu-section
.breakdance-icon-atom
> svg:not(.breakdance-icon-atom-svg-gradient) {
  color: #461219 !important;
  fill: currentColor !important;

  transition: color 0.25s ease;
}

.hd-menu-section
.menu-close:hover
.breakdance-icon-atom
> svg:not(.breakdance-icon-atom-svg-gradient),
.hd-menu-section
.menu-close:hover
svg {
  color: #8b5e3c !important;
  fill: currentColor !important;
}

/* Logo */
.hd-menu-section .logo-image,
.hd-menu-section .logo-image img {
  width: 143px;
  min-width: 150px;
}

.hd-menu-section .menu-website-logo {
  display: flex;
  align-items: flex-start;

  width: 180px;
}

/* Menu containers */
.hd-menu-section .dropdown-layout-menu,
.hd-menu-section .menu-layout,
.hd-menu-section .offcanvas-menu-list {
  width: 100%;
}

.hd-menu-section .menu-layout {
  display: block;
}

.hd-menu-section
.offcanvas-menu-list
.breakdance-menu-list {
  display: inline-block;

  width: 100%;
}

/* Main menu items */
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li {
  display: block;

  width: 100%;

  margin-bottom: 10px;
  padding: 0;

  line-height: 26px;
}

/* Hide Breakdance menu top bar */
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li.breakdance-menu-topbar {
  display: none;
}

/* Current menu item */
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li.current_page_item {
  color: #461219 !important;
  background: transparent !important;
}

/* Main menu link colours */
.hd-menu-section
.offcanvas-menu-list
.breakdance-menu-link,
.hd-menu-section
.offcanvas-menu-list
.breakdance-dropdown-link,
.hd-menu-section
.offcanvas-menu-list
.breakdance-dropdown-link__text {
  color: #461219 !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

/* Dropdown arrow colour */
.hd-menu-section
.offcanvas-menu-list
.breakdance-menu-link-arrow {
  color: #461219 !important;

  transition: color 0.25s ease !important;
}

/* Main menu hover colours */
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li:hover
> a,
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li:hover
> .breakdance-dropdown-toggle
> a,
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li:hover
> .breakdance-dropdown-toggle
> button.breakdance-menu-link-arrow {
  color: #8b5e3c !important;
  background: transparent !important;
}

/* Current menu link colour */
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li.current_page_item
> a {
  color: #461219 !important;
  background: transparent !important;
}

/* Dropdown menu */
.hd-menu-section
.breakdance-dropdown--wp
.breakdance-dropdown-links {
  z-index: 9;

  width: 100%;
}

/* Dropdown links */
.hd-menu-section
.breakdance-dropdown
.breakdance-dropdown-link {
  z-index: 9;

  display: inline-block;

  color: #461219 !important;
  background: transparent !important;
}

.hd-menu-section
.breakdance-dropdown
.breakdance-dropdown-link__text {
  color: #461219 !important;
}

/* Dropdown section */
.hd-menu-section
.breakdance-dropdown
.breakdance-dropdown-section {
  gap: 0;

  padding: 15px;

  background: transparent !important;
}

/* Dropdown items */
.hd-menu-section
.breakdance-dropdown--wp
.breakdance-dropdown-links
.menu-item {
  padding: 0;
}

.hd-menu-section
.breakdance-dropdown--wp
.breakdance-dropdown-links
.menu-item
a {
  padding: 10px;

  color: #461219 !important;
  background: transparent !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

/* Dropdown hover colours */
.hd-menu-section
.breakdance-dropdown--wp
.breakdance-dropdown-links
.menu-item
a:hover,
.hd-menu-section
.breakdance-dropdown--wp
.breakdance-dropdown-links
.menu-item
a:hover
.breakdance-dropdown-link__text {
  color: #8b5e3c !important;
  background: transparent !important;
}

/* Prevent parent hover from changing dropdown backgrounds */
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li:hover
.breakdance-dropdown-item,
.hd-menu-section
.offcanvas-menu-list
ul.breakdance-menu-list
li:hover
.breakdance-dropdown-item
a {
  background: transparent !important;
}

/* Hide default dropdown caret */
.hd-menu-section
.breakdance-dropdown-caret {
  display: none !important;
}

/* Dropdown closed state */
.hd-menu-section
.breakdance-dropdown
.breakdance-dropdown-floater {
  display: none !important;

  position: relative !important;

  top: 0 !important;
  left: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* Dropdown open state */
.hd-menu-section
.breakdance-dropdown.open
.breakdance-dropdown-floater {
  display: block !important;
}

/* Dropdown background */
.hd-menu-section
.breakdance-dropdown
.breakdance-dropdown-floater
.breakdance-dropdown-body {
  background: transparent !important;
}

.hd-menu-section .menu-col-block h4 {
	margin:0px !important;
}

/* Logo and contact columns */
.hd-menu-section .menu-col-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  width: 100%;

  padding: 20px;

  color: #461219 !important;
  text-align: left;

  border-bottom: 1px solid #cccccc;
}

/* Content text */
.hd-menu-section
.menu-col-block
h1,
.hd-menu-section
.menu-col-block
h2,
.hd-menu-section
.menu-col-block
h3,
.hd-menu-section
.menu-col-block
h4,
.hd-menu-section
.menu-col-block
p {
  color: #461219 !important;
}

/* Contact and content links */
.hd-menu-section
.menu-col-block
a {
  color: #461219 !important;

  transition: color 0.25s ease !important;
}

.hd-menu-section
.menu-col-block
a:hover {
  color: #8b5e3c !important;
}

/* Repeater items */
.hd-menu-section
.menu-col-block
.bde-loop-item {
  padding: 0 !important;
}

/* Mobile */
@media (max-width: 460px) {
  html body .hd-menu-section {
    width: 100vw !important;
  }
}
/* ==========================================================================
   18. RESPONSIVE STYLES
   ========================================================================== */

/* ==================================================
   DESKTOP — 1025PX AND ABOVE
   ================================================== */

@media (min-width: 1025px) {
  /* GLOBAL COMPONENTS */
  .by-the-numbers-cont {
    display: grid !important;
    align-items: stretch !important;

    padding: 0 0 !important;
    border-bottom: 1px solid var(--numbers-line) !important;
  }

  /* First, third, fifth rows */
  .by-the-numbers-repeater .bde-loop-item:nth-child(odd) .by-the-numbers-cont {
    grid-template-columns:
      minmax(0, 62fr)
      minmax(0, 38fr) !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(odd) .by-the-numbers-media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding-right: clamp(30px, 4vw, 60px) !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(odd) .by-the-numbers-stat {
    grid-column: 2 !important;
    grid-row: 1 !important;

    border-left: 1px solid var(--numbers-line) !important;
    border-right: 0 !important;
  }

  /* Second, fourth, sixth rows */
  .by-the-numbers-repeater .bde-loop-item:nth-child(even) .by-the-numbers-cont {
    grid-template-columns:
      minmax(0, 38fr)
      minmax(0, 62fr) !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(even) .by-the-numbers-stat {
    grid-column: 1 !important;
    grid-row: 1 !important;

    border-left: 0 !important;
    border-right: 1px solid var(--numbers-line) !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(even) .by-the-numbers-media {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-left: clamp(30px, 4vw, 60px) !important;
  }

  /* Image and description group */
  .by-the-numbers-media {
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr) !important;

    align-items: center !important;
    column-gap: clamp(30px, 3vw, 50px) !important;
    box-sizing: border-box !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* Number and label group */
  .by-the-numbers-stat {
    min-width: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(16px, 2vw, 28px) !important;

    padding: 20px clamp(25px, 3vw, 55px) !important;
  }
}

/* ==================================================
   MEDIUM DESKTOP — 1024PX TO 1439PX
   ================================================== */

@media (max-width: 1439px) and (min-width: 1024px) {
  /* TESTIMONIALS */

  .thsa-testimonials {
    padding-top: 90px;
  }

  .thsa-testimonials__inner {
  }

  .thsa-testimonials__heading {
    width: 320px !important;

    font-size: 44px !important;
    line-height: 52px !important;
    letter-spacing: 4px !important;
  }

  .thsa-testimonials__slider {
    margin-top: 25px !important;
  }

  .thsa-testimonials__slider .swiper {
    padding-top: 65px !important;
  }

  .thsa-testimonials__grid {
    grid-template-columns: 240px minmax(0, 580px) !important;
    column-gap: clamp(70px, 10vw, 180px) !important;

    padding-right: 0 !important;
  }

  .thsa-testimonials__media,
  .thsa-testimonials__photo {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;

    height: 321px !important;
    min-height: 321px !important;
    max-height: 321px !important;
  }

  .thsa-testimonials__copy,
  .thsa-testimonials__text {
    width: 100% !important;
    max-width: 580px !important;
  }

  .thsa-testimonials__text {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .thsa-testimonials__author {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

/* ==================================================
   TABLET / SMALL DESKTOP — 768PX TO 1200PX
   ================================================== */

@media (max-width: 1200px) and (min-width: 768px) {
  /* CASE STUDIES */

  .case-studies-section {
    padding: 70px 0;
  }

  .case-studies-container {
  }

  .case-study-item.is-open {
    grid-template-columns: minmax(250px, 40%) minmax(0, 60%);

    padding: 32px !important;
  }

  .case-study-item.is-open .case-study-title {
    font-size: 23px !important;
  }

  .case-study-description {
    font-size: 13px !important;
  }
}

/* ==================================================
   OFF-CANVAS HEADER BREAKPOINT — 1119PX AND BELOW
   ================================================== */

@media (max-width: 1119px) {
  /* GLOBAL COMPONENTS */

  .default-container-padding {
    padding: 75px 0;
  }

  .asset-lifecycle-slider-column {
    margin-left: 0 !important;
  }

  .services-section-title {
    font-size: 35px !important;
  }

  body.single-service .sec3-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }
}

/* ==================================================
   TABLET AND BELOW — 1024PX
   ================================================== */

@media (max-width: 1024px) {
  /* GLOBAL COMPONENTS */
  .by-the-numbers-cont {
    display: grid !important;
    align-items: stretch !important;

    padding: 20px 0 0 !important;
    border: 0 !important;
  }

  /*
     Allows the image and description to become
     separate grid items on tablet/mobile.
    */
  .by-the-numbers-media {
    display: contents !important;
  }

  /* Odd rows: image left, number right */
  .by-the-numbers-repeater .bde-loop-item:nth-child(odd) .by-the-numbers-cont {
    grid-template-columns:
      minmax(0, 3fr)
      minmax(0, 2fr) !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(odd) .by-the-numbers-image {
    grid-column: 1 !important;
    grid-row: 1 !important;

    width: calc(100% - 15px) !important;
    justify-self: start !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(odd) .by-the-numbers-stat {
    grid-column: 2 !important;
    grid-row: 1 !important;

    padding-left: 15px !important;
    border-left: 1px solid var(--numbers-line) !important;
    border-right: 0 !important;
  }

  /* Even rows: number left, image right */
  .by-the-numbers-repeater .bde-loop-item:nth-child(even) .by-the-numbers-cont {
    grid-template-columns:
      minmax(0, 2fr)
      minmax(0, 3fr) !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(even) .by-the-numbers-stat {
    grid-column: 1 !important;
    grid-row: 1 !important;

    padding-right: 15px !important;
    border-left: 0 !important;
    border-right: 1px solid var(--numbers-line) !important;
  }

  .by-the-numbers-repeater .bde-loop-item:nth-child(even) .by-the-numbers-image {
    grid-column: 2 !important;
    grid-row: 1 !important;

    width: calc(100% - 15px) !important;
    justify-self: end !important;
  }

  /* Mobile/tablet image proportions */
  .by-the-numbers-image {
    height: clamp(90px, 24vw, 190px) !important;
    aspect-ratio: auto !important;
    border-radius: 14px !important;
  }

  /* Mobile number and label */
  .by-the-numbers-stat {
    min-width: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 5px !important;

    box-sizing: border-box !important;
  }

  .by-the-numbers-number {
    font-size: clamp(38px, 8vw, 70px) !important;
    line-height: 0.9 !important;
  }

  .by-the-numbers-label {
    max-width: 125px !important;
    font-size: clamp(14px, 2.2vw, 20px) !important;
  }

  /* Horizontal line below image and number */
  .by-the-numbers-cont::after {
    content: "" !important;

    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    width: 100% !important;
    height: 1px !important;
    margin: 16px 0 14px !important;

    background: var(--numbers-line) !important;
  }

  /* Description appears below the horizontal line */
  .by-the-numbers-description {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;

    width: 100% !important;
    max-width: none !important;
    margin: 0 0 clamp(28px, 5vw, 48px) !important;
    padding: 0 !important;
  }

  .breakdance .client-logo-gallery .ee-gallery {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 18px 0 !important;
  }

  .breakdance .client-logo-gallery .ee-gallery-item:nth-child(14n + 8) {
    grid-column: auto !important;
  }

  .service-section1-padding {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  /*.service-section1-padding > .width960px > .width556px {
    width: min(var(--case-content-width), calc(100% - 48px)) !important;

    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  } */
	
	.service-section1-padding > .width960px:first-child > .width556px {
  width: 100% !important;

  max-width: none !important;

  margin-left: 0 !important; /* case study - g */
  margin-right: 0 !important; /* case study - g */
	padding-left: 60px; /* case study - g */
  padding-right: 30px; /* case study - g */
}

/* ==================================================
   RIGHT 556PX CONTENT CONTAINER
================================================== */

.service-section1-padding > .width960px:last-child > .width556px {
  width: 100% !important;

  max-width: none !important;

  margin-left: 0 !important; /* case study - g */
  margin-right: 0 !important; /* case study - g */
  padding-left: 30px; /* case study - g */
  padding-right: 60px; /* case study - g */
}

  /* PROJECTS */
  .project-card .project-card-column,
  .project-card .project-card-main-container {
    min-height: 460px !important;
  }

  .project-card .project-card-main-container {
    padding: 185px 25px 30px !important;
  }
}

/* ==================================================
   TABLET — 768PX TO 1024PX
   ================================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  /* GLOBAL COMPONENTS */
  .asset-lifecycle-slider {
    --asset-card-width: min(467px, 70vw);
  }

  .asset-lifecycle-slider .bde-loop-item,
  .asset-lifecycle-slider .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: 467 / 627 !important;
  }

  .asset-slide-content {
    padding: clamp(24px, 4vw, 42px) clamp(24px, 4vw, 42px) clamp(30px, 4.5vw, 46px) !important;
  }

  .asset-slide-title {
    font-size: clamp(20px, 3vw, 24px) !important;
  }

  .team-cards-grid .bde-loop {
    grid-template-columns: repeat(2, minmax(0, 310px)) !important;
    justify-content: center !important;
    column-gap: 55px !important;
    row-gap: 65px !important;
  }
}

/* ==================================================
   TABLET — 768PX TO 1023PX
   ================================================== */

@media (max-width: 1023px) and (min-width: 768px) {
  /* TESTIMONIALS */

  .thsa-testimonials {
    padding-top: 75px;
  }

  .thsa-testimonials__inner {
  }

  .thsa-testimonials__heading {
    width: 300px !important;

    font-size: 40px !important;
    line-height: 47px !important;
    letter-spacing: 3px !important;
  }

  .thsa-testimonials__slider {
    margin-top: 20px !important;
  }

  .thsa-testimonials__slider .swiper {
    padding: 0px 0 110px !important;
  }

  .thsa-testimonials__grid {
    grid-template-columns: 220px minmax(0, 1fr) !important;
    column-gap: 55px !important;

    min-height: 294px !important;
    padding-right: 0 !important;
  }

  .thsa-testimonials__media,
  .thsa-testimonials__photo {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    height: 294px !important;
    min-height: 294px !important;
    max-height: 294px !important;
  }

  .thsa-testimonials__copy,
  .thsa-testimonials__text {
    width: 100% !important;
    max-width: 100% !important;
  }

  .thsa-testimonials__text {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .thsa-testimonials__author {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  .thsa-testimonials__slider .swiper-button-prev,
  .thsa-testimonials__slider .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .bottom-image {
    bottom: -4px !important;
  }

  .site-slider {
    padding: 160px 0;
  }

  .service-inner-container {
    padding: 80px !important;
  }
}

/* ==================================================
   SMALL TABLET AND BELOW — 920PX
   ================================================== */

@media (max-width: 920px) {
  /* OFF-CANVAS MENU */
  .hd-menu-section .offcanvas-menu-list .breakdance-menu-link,
  .hd-menu-section .offcanvas-menu-list .breakdance-dropdown-link {
    color: #461219 !important;
	  font-weight:700 !important;
  }

  .hd-menu-section .menu-col-block.cont-det a {
    color: var(--link-color);
  }

  .hd-menu-section .menu-col-block.cont-det a:hover {
    color: #bb945b !important;
    font-weight: 400;
  }
}

/* ==================================================
   MOBILE — 767PX AND BELOW
   ================================================== */

@media (max-width: 767px) {
  /* GLOBAL COMPONENTS */
  .asset-lifecycle-slider {
    --asset-card-width: min(265px, calc(100vw - 64px));
    margin-left: 20px !important;
  }
	
	.breakdance .client-logo-gallery .ee-gallery-item img {
		    top: 26% !important;
		    width: 63% !important;
		
	}
  body.home .bde-loop {
    --bde-posts-per-row: 1;
  }

  .asset-lifecycle-slider .swiper {
    padding-bottom: 58px !important;
  }

  .asset-lifecycle-slider .bde-loop-item,
  .asset-lifecycle-slider .swiper-slide {
    height: auto !important;
    min-height: 550px !important;
    max-height: none !important;

    aspect-ratio: 265 / 356 !important;
  }

  .asset-slide-content {
    padding: 16px 14px 24px !important;
  }

  .asset-slide-title {
    max-width: 225px !important;
    font-size: 17px !important;
    line-height: 1.17 !important;
    letter-spacing: 1.6px !important;
	min-height: 80px !important; 
  }

  .asset-slide-description {
    max-width: 225px !important;
    margin-top: 13px !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .asset-slide-button {
    margin-top: 14px !important;
  }

  .asset-slide-button .button-atom,
  .asset-slide-button button.button-atom,
  .asset-slide-button .button-atom.button-atom--primary {
    height: 36px !important;
    min-height: 36px !important;
  }

  .asset-slide-button .button-atom__text {
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  .asset-slide-button .button-atom::after {
    width: 35px !important;
    min-width: 35px !important;
  }

  /* Mobile arrows */
  .asset-lifecycle-slider .swiper-button-prev,
  .asset-lifecycle-slider .swiper-button-next {
    bottom: 8px !important;

    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  .asset-lifecycle-slider .swiper-button-next {
    left: auto !important;
    right: 40px !important;
  }

  .asset-lifecycle-slider .swiper-button-prev::after,
  .asset-lifecycle-slider .swiper-button-next::after {
    font-size: 23px !important;
  }

  .team-members-section {
    padding: 34px 19px 36px !important;
  }

  .team-section-title {
    margin: 0 0 38px !important;

    font-size: 24px !important;
    line-height: 1.15 !important;
    letter-spacing: 3px !important;
  }

  /* One card per row */
  .team-cards-grid .bde-loop {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
    justify-items: stretch !important;

    column-gap: 0 !important;
    row-gap: 42px !important;
  }

  /* Left-aligned card */
  .team-card {
    width: 100% !important;
    height: 427px !important;

    align-items: flex-start !important;

    margin: 0 !important;
  }

  /* 150 × 150 mobile image */
  .team-card-image {
    flex: 0 0 150px !important;

    margin: 0 0 16px !important;
  }

  .team-card-image img,
  .team-card-image picture,
  .team-card-image .breakdance-image-container,
  .team-card-image .breakdance-image-object {
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
  }

  /* Content is left aligned */
  .team-card-content {
    min-height: 140px !important;

    align-items: flex-start !important;
    text-align: left !important;
  }

  .team-card-name {
    margin: 0 0 8px !important;
    text-align: left !important;
  }

  .team-card-role {
    margin: -5px 0 8px !important;

    font-size: 16px !important;
    text-align: left !important;
  }

  .team-card-description {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  /* Button stays at card bottom */
  .team-card-button {
    align-self: flex-start !important;
  }

  .team-card-button .button-atom,
  .team-card-button.button-atom {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;

    height: 33px !important;
    min-height: 33px !important;

    font-size: 11px !important;
  }

  .team-card-button .button-atom__text {
    padding: 0 11px !important;
  }

  .team-card-button .button-atom::after,
  .team-card-button.button-atom::after {
    width: 26px !important;
    min-width: 26px !important;

    font-size: 15px !important;
  }

  .breakdance .client-logo-gallery .ee-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  .breakdance .client-logo-gallery .ee-gallery-item {
    height: 65px !important;
    min-height: 65px !important;
    border: 0px solid #e1e1e1 !important;
  }

  .breakdance .client-logo-gallery .ee-gallery-item figure {
    width: calc(100% - 16px) !important;
    height: calc(100% - 16px) !important;
    margin: 8px !important;
  }

  /* TESTIMONIALS */

  .site-slider p {
    font-size: 16px;
  }

  .thsa-testimonials {
    padding: 60px 0 34px !important;
  }

  .thsa-testimonials__inner {
    position: relative;

    /*
         * At 390px viewport:
         * 390px - 64px = 326px
         */
    width: calc(100% - 64px) !important;
    max-width: none !important;

    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* Mobile heading: 138px × 144px */

  .thsa-testimonials__heading {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 5;

    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;

    margin: 0 !important;

    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: 3px !important;
  }

  /* Mobile slider */

  .thsa-testimonials__slider {
    width: 100% !important;
    margin: 0 !important;
  }

  .thsa-testimonials__slider .swiper {
    width: 100% !important;
    padding: 0 0 25px !important; /* story - g */
  }

  .thsa-testimonials__slider .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /*
     * First row contains the image on the right.
     * Heading is positioned over the empty left area.
     */

  .thsa-testimonials__grid {
    display: grid !important;

    grid-template-columns: minmax(0, 1fr) 142px !important;
    grid-template-rows: 198px auto !important;

    align-items: start !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    column-gap: 0 !important;
    row-gap: 33px !important;
  }

  /* Mobile image: 142px × 191px */

  .thsa-testimonials__media {
    grid-column: 2 !important;
    grid-row: 1 !important;

    align-self: start !important;
    justify-self: end !important;

    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;

    height: 191px !important;
    min-height: 191px !important;
    max-height: 191px !important;

    margin: 7px 0 0 !important;
    padding: 0 !important;
  }

  .thsa-testimonials__photo {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;

    height: 191px !important;
    min-height: 191px !important;
    max-height: 191px !important;

    margin: 0 !important;
    border-radius: 12px;
  }

  /* Mobile content: 326px wide */

  .thsa-testimonials__copy {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    align-self: start !important;
    justify-self: stretch !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    padding: 0 !important;
    margin: 0 !important;
  }

  .thsa-testimonials__text {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
  }

  .thsa-testimonials__author {
    width: 100% !important;
    max-width: 100% !important;

    margin: 20px 0 0 !important;

    font-size: 14px !important;
    line-height: 16px !important;
  }

  /* Mobile arrows */

  .thsa-testimonials__slider .swiper-button-prev,
  .thsa-testimonials__slider .swiper-button-next {
    top: auto !important;
    bottom: 0 !important;

    width: 34px !important;
    height: 34px !important;

    background: #c91d25 !important;
    border-radius: 6px;

    opacity: 1 !important;
  }

  .thsa-testimonials__slider .swiper-button-prev {
    left: 0 !important;
  }

  .thsa-testimonials__slider .swiper-button-next {
    right: 0 !important;
  }

  .thsa-testimonials__slider .swiper-button-prev::after,
  .thsa-testimonials__slider .swiper-button-next::after {
    font-size: 15px !important;
  }

  /* Mobile signature remains visible */

  .thsa-testimonials__signature {
    display: block !important;
    width: 100% !important;

    margin: 25px 0 0 !important;
  }

  .why-are-we-different p {
    margin-top: 0 !important;
  }

  .bottom-image {
    bottom: -3px !important;
  }

  body.single-service .width607px,
  body.single-service .width670px,
  body.single-service .width314px {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* TEAM MEMBERS */

  .team-members-repeater .bde-loop-item:nth-child(even) {
    background-position: center top !important;
    background-size: cover !important;
  }

  /* CASE STUDIES */

  .case-studies-section {
    width: 100%;
    padding: 45px 0 !important;
  }

  .case-studies-container {
    width: calc(100% - 32px) !important;
    max-width: 430px !important;

    margin: 0 auto !important;
  }

  /* Section heading */

  .services-section-title {
    margin-bottom: 24px !important;

    font-size: 35px !important;
    line-height: 1.2 !important;
    letter-spacing: 2px;
  }

  /* Repeater */

  .case-studies-repeater,
  .case-studies-repeater .bde-loop,
  .case-studies-repeater .bde-loop-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .case-studies-repeater .bde-loop {
    gap: 8px !important;
  }

  /* Collapsed item */

  .case-study-item {
    grid-template-columns: 1fr;

    width: 100% !important;

    padding: 0 !important;

    border-radius: 7px;
  }

  .case-study-toggle {
    min-height: 43px;

    padding: 0 43px 0 12px !important;
  }

  .case-study-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.7px;
  }

  .case-study-icon {
    top: 50%;
    right: 12px;

    width: 16px;
    height: 16px;

    font-size: 12px !important;

    transform: translateY(-50%);
  }

  /* Open item */

  .case-study-item.is-open {
    grid-template-columns: 1fr;

    width: 100% !important;

    padding: 16px 13px 15px !important;

    border-radius: 7px;
  }

  .case-study-item.is-open .case-study-toggle {
    grid-column: 1;
    grid-row: 1;

    align-items: flex-start;

    min-height: 0;
    padding: 0 35px 0 0 !important;
  }

  .case-study-item.is-open .case-study-title {
    width: 100%;
    max-width: 245px;

    font-size: 18px !important;
    line-height: 1.12 !important;
    letter-spacing: 1px;
  }

  .case-study-item.is-open .case-study-icon {
    top: 10px;
    right: 10px;

    color: #c91d25;
    transform: none;
  }

  .case-study-item.is-open .case-study-panel {
    grid-column: 1;
    grid-row: 2;

    grid-template-rows: 1fr;

    width: 100%;

    margin-top: 14px !important;

    opacity: 1;
    visibility: visible;
  }

  /* Mobile image */

  .case-study-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 2.35 / 1;

    margin-bottom: 12px !important;
  }

  /* Mobile description */

  .case-study-description {
    width: 100%;

    margin-bottom: 13px !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .case-study-description p {
    margin-bottom: 7px !important;
  }

  /* Mobile button */

  .case-study-button {
    min-height: 30px;
  }

  .case-study-button-label {
    padding: 0 12px;

    font-size: 9px !important;
    letter-spacing: 0.5px;
  }

  .case-study-button-arrow {
    width: 30px;

    font-size: 11px !important;
  }

  .service .bottom-image,
  .page-id-54 .featured-projects .bottom-image {
    display: none !important;
  }

  /* PROJECTS */
  .projects-heading-row {
    gap: 12px !important;
  }

  .projects-heading-row::after {
    min-width: 20px !important;
  }
  .project-card .project-card-column,
  .project-card .project-card-main-container {
    min-height: 480px !important;
  }

  .project-card .project-card-main-container {
    padding: 50px 24px 30px !important;
  }
	
	.service-section1-padding > .width960px:first-child > .width556px,
	.service-section1-padding > .width960px:last-child > .width556px {
  width: 80% !important;

  max-width: none !important;

  margin-left: auto !important; /* case study - g */
  margin-right: auto !important; /* case study - g */
	padding-left: 0 !important; /* case study - g */
  padding-right: 0 !important; /* case study - g */
}
	.outcome-image { /* case study - g */
	    max-height: 300px;
    	object-fit: cover;
		width: 100%;
		object-position: center;
	}
	.featured-projects .asset-slide-content {
    	padding-top: 100px !important;
	}
	
	.featured-projects .asset-slide-title {
		min-height: 70px;
		align-items: flex-start;
	}
}

/* ==================================================
   SMALL MOBILE — 600PX AND BELOW
   ================================================== */

@media (max-width: 600px) {
  /* CASE STUDIES */

  .default-container {
    width: 80% !important;
  }

  .service-inner-container {
    width: 91% !important;
  }

  .default-container-padding {
    padding: 50px 0;
  }

  .case-study-button .bde-button__text {
    padding: 15px 17px !important;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .case-study-button .bde-button__icon {
    width: 44px;
    min-width: 44px;
  }
}

/* ==================================================
   SMALL MOBILE — 460PX AND BELOW
   ================================================== */

@media (max-width: 460px) {
  /* OFF-CANVAS MENU */
  html body .hd-menu-section {
    width: 100vw !important;
  }
	.breakdance-menu .breakdance-dropdown-link {
		white-space: break-spaces!important;
	}
}

/* ==================================================
   EXTRA-SMALL MOBILE — 374PX AND BELOW
   ================================================== */

@media (max-width: 374px) {
  /* TESTIMONIALS */

  .thsa-testimonials__inner {
    width: calc(100% - 40px) !important;
  }

  .thsa-testimonials__heading {
    width: 120px !important;

    font-size: 26px !important;
    line-height: 32px !important;
    letter-spacing: 2px !important;
  }

  .thsa-testimonials__grid {
    grid-template-columns: minmax(0, 1fr) 125px !important;
    grid-template-rows: 175px auto !important;

    row-gap: 28px !important;
  }

  .thsa-testimonials__media,
  .thsa-testimonials__photo {
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;

    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }

  .thsa-testimonials__text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .thsa-testimonials__author {
    font-size: 13px !important;
    line-height: 15px !important;
  }

  /* CASE STUDIES */

  .case-studies-container {
    width: calc(100% - 24px) !important;
  }

  .services-section-title {
    font-size: 25px !important;
  }

  .case-study-item.is-open .case-study-title {
    font-size: 16px !important;
  }
	
}

/* ==========================================================================
   FULL-WIDTH OUTLINE ARROW BUTTON
   ========================================================================== */

/* Breakdance element wrapper */
html body .fullwidth-outline-arrow-button {
  display: block !important;
  align-self: stretch !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* Actual clickable button */
html body .fullwidth-outline-arrow-button > .button-atom,
html body .fullwidth-outline-arrow-button .button-atom,
html body .button-atom.fullwidth-outline-arrow-button {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Text section */
html body
  .fullwidth-outline-arrow-button
  .button-atom__text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 0 !important;

  margin: 0 !important;
  padding: 12px 16px !important;

  color: inherit !important;
  border: 0 !important;

  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}

/* Hide Breakdance icon */
html body
  .fullwidth-outline-arrow-button
  .button-atom__icon {
  display: none !important;
}

/* Arrow section */
html body
  .fullwidth-outline-arrow-button
  .button-atom::after,
html body
  .button-atom.fullwidth-outline-arrow-button::after {
  content: "↗" !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;

  position: static !important;
  inset: auto !important;

  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  flex: 0 0 32px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  background: transparent !important;

  border: 0 !important;
  border-left: 1px solid currentColor !important;

  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;

  transform: none !important;
  box-sizing: border-box !important;
}


/* ==================================================
   CASE STUDY REPEATER
================================================== */

.case-study-repeater .bde-loop-grid {
  align-items: stretch !important;
}

/* Each repeater item stretches to the row height */
.case-study-repeater .bde-loop-grid > .bde-loop-item,
.case-study-repeater .bde-loop-grid > article {
  display: flex !important;
  align-self: stretch !important;

  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
}

/* ==================================================
   OUTER COMPONENT
================================================== */

.case-study-repeater .case-study {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;

  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
}

/* ==================================================
   CARD
   Add this class to the width492px container
================================================== */

.case-study-repeater .case-study-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* ==================================================
   IMAGE
================================================== */

.case-study-repeater .case-study-card-image {
  display: block !important;
  flex: 0 0 auto !important;

  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 492 / 322;

  margin: 0 0 22px !important;
  padding: 0 !important;

  overflow: hidden !important;
  border-radius: 10px !important;
}

.case-study-repeater .case-study-card-image figure,
.case-study-repeater .case-study-card-image picture,
.case-study-repeater
  .case-study-card-image
  .breakdance-image-container {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.case-study-repeater .case-study-card-image img {
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* ==================================================
   TITLE
================================================== */

.case-study-repeater .case-study-card-title {
  display: block !important;
  flex: 0 0 auto !important;

  /* Keeps descriptions aligned when a title uses two lines */
  min-height: 2.7em !important;

  margin: 0 0 18px !important;
  padding: 0 !important;

  color: #99151a !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.case-study-repeater .case-study-card-title p,
.case-study-repeater .case-study-card-title h2,
.case-study-repeater .case-study-card-title h3 {
  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

/* ==================================================
   DESCRIPTION
================================================== */

.case-study-repeater .case-study-card-description {
  display: block !important;
  flex: 1 1 auto !important;

  width: 100% !important;

  margin: 0 0 28px !important;
  padding: 0 !important;

  color: #282421 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
}

.case-study-repeater .case-study-card-description p {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.case-study-repeater .case-study-card-description p:last-child {
  margin-bottom: 0 !important;
}

/* ==================================================
   BUTTON POSITION
================================================== */

.case-study-repeater .case-study-card-button {
  display: flex !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;

  /* Pushes the button to the bottom */
  margin: auto 0 0 !important;
  padding: 0 !important;
}

/* ==================================================
   BREAKDANCE BUTTON
================================================== */

.case-study-repeater .case-study-card-button > .button-atom,
.case-study-repeater
  .case-study-card-button
  .button-atom.bde-button__button {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;

  min-height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #d51f27 !important;
  text-decoration: none !important;

  background: transparent !important;
  border: 1px solid #d51f27 !important;
  border-radius: 0 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease !important;
}

/* Button text */
.case-study-repeater
  .case-study-card-button
  .button-atom__text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 40px !important;

  margin: 0 !important;
  padding: 0 25px !important;

  color: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

/* Arrow compartment */
.case-study-repeater
  .case-study-card-button
  .button-atom__icon-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 38px !important;
  width: 38px !important;
  min-height: 40px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;
  border-left: 1px solid #d51f27 !important;
}

.case-study-repeater
  .case-study-card-button
  .button-atom__icon-wrapper
  svg {
  width: 12px !important;
  height: 12px !important;

  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Button hover */
.case-study-repeater
  .case-study-card-button
  > .button-atom:hover,
.case-study-repeater
  .case-study-card-button
  .button-atom.bde-button__button:hover {
  color: #ffffff !important;
  background-color: #d51f27 !important;
}

.case-study-repeater
  .case-study-card-button
  .button-atom:hover
  .button-atom__icon-wrapper {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

/* ==================================================
   SLIDER SUPPORT
================================================== */

.case-study-repeater .swiper-wrapper {
  align-items: stretch !important;
}

.case-study-repeater .swiper-slide {
  display: flex !important;
  height: auto !important;
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
  .case-study-repeater .case-study-card-title {
    min-height: 0 !important;
    font-size: 20px !important;
  }

  .case-study-repeater .case-study-card-description {
    font-size: 16px !important;
  }
}


/* ==================================================
   NORMAL ARROW FIX — DESKTOP AND MOBILE
================================================== */

/* Completely hide the original Breakdance icon */
html body
  .fullwidth-outline-arrow-button
  .button-atom__icon,
html body
  .fullwidth-outline-arrow-button
  .button-atom__icon-wrapper,
html body
  .team-card-button
  .button-atom__icon,
html body
  .team-card-button
  .button-atom__icon-wrapper {
  display: none !important;
}

/* Replace the emoji arrow with a proper SVG arrow */
html body
  .fullwidth-outline-arrow-button
  .button-atom::after,
html body
  .button-atom.fullwidth-outline-arrow-button::after,
html body
  .team-card-button
  .button-atom::after,
html body
  .button-atom.team-card-button::after {
  content: "" !important;

  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 11L11 5M6 5h5v5' fill='none' stroke='%23d71920' stroke-width='1.7' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 14px !important;

  font-size: 0 !important;
}

/* White arrow when the button is hovered */
html body
  .fullwidth-outline-arrow-button:hover
  .button-atom::after,
html body
  .fullwidth-outline-arrow-button
  .button-atom:hover::after,
html body
  .button-atom.fullwidth-outline-arrow-button:hover::after,
html body
  .team-card-button:hover
  .button-atom::after,
html body
  .team-card-button
  .button-atom:hover::after,
html body
  .button-atom.team-card-button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 11L11 5M6 5h5v5' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
}

/* ==================================================
   OUTLINE ARROW BUTTON — EMOJI FIX
================================================== */

/* Hide the original Breakdance icon */
html body
  .outline-arrow-button
  .button-atom__icon,
html body
  .outline-arrow-button
  .button-atom__icon-wrapper {
  display: none !important;
}

/* Replace emoji with a normal SVG arrow */
html body
  .outline-arrow-button
  > .button-atom::after,
html body
  .outline-arrow-button
  .button-atom::after,
html body
  .button-atom.outline-arrow-button::after {
  content: "" !important;

  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 11L11 5M6 5h5v5' fill='none' stroke='%23d71920' stroke-width='1.7' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 14px !important;

  font-size: 0 !important;
}

/* White arrow on hover */
html body
  .outline-arrow-button:hover
  > .button-atom::after,
html body
  .outline-arrow-button:hover
  .button-atom::after,
html body
  .outline-arrow-button
  .button-atom:hover::after,
html body
  .button-atom.outline-arrow-button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 11L11 5M6 5h5v5' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
}

/* ==================================================
   HEADING — SLIDE DOWN
   ================================================== */

.bde-heading.heading-slide-down.is-visible {
    animation: headingSlideDown 2000ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes headingSlideDown {
    from {
        transform: translateY(-45px);
    }

    to {
        transform: translateY(0);
    }
}


/* ==================================================
   TEXT — FADE ONLY
   ================================================== */

.text-fade {
    opacity: 0;
    transition: opacity 1000ms ease-out;
}

.text-fade.is-visible {
    opacity: 1;
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .bde-heading.heading-slide-down.is-visible {
        animation: none;
    }

    .text-fade {
        opacity: 1;
        transition: none;
    }
}