/* Start custom CSS for html, class: .elementor-element-88d85c1 *//* ===================================================
   MBD ASSOCIATES - HERO SECTION
=================================================== */

.mbd-hero {
  position: relative;

  width: 100%;
  min-height: 100vh;

  overflow: hidden;

  display: flex;
  align-items: center;

  background: #eee9e1;
}


/* ===================================================
   BACKGROUND IMAGE
=================================================== */

.mbd-hero-bg {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  background-image:
    url("https://mbdassociate.in/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-12_50_34-AM.png");

  background-size: cover;

  /*
   Keeps product area on the right
  */
  background-position: center center;

  background-repeat: no-repeat;

  transform: scale(1.035);

  transition:
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);

  z-index: 1;
}


/*
Background subtly settles on load
*/

.mbd-hero.mbd-loaded .mbd-hero-bg {
  transform: scale(1);
}


/* ===================================================
   SOFT CONTENT GRADIENT
=================================================== */

.mbd-hero-overlay {
  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(244, 241, 235, 0.96) 0%,
    rgba(244, 241, 235, 0.84) 24%,
    rgba(244, 241, 235, 0.46) 45%,
    rgba(244, 241, 235, 0.05) 62%,
    rgba(244, 241, 235, 0) 100%
  );
}


/* ===================================================
   MAIN CONTAINER
=================================================== */

.mbd-hero-container {
  position: relative;

  z-index: 3;

  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;

  padding-top: 88px;
}


/* ===================================================
   CONTENT
=================================================== */

.mbd-hero-content {
  width: 100%;
  max-width: 660px;
}


/* ===================================================
   EYEBROW
=================================================== */

.mbd-hero-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 26px;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.17em;
  text-transform: uppercase;

  color: #6b6258;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity 0.7s ease 0.15s,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}


.mbd-eyebrow-line {
  display: block;

  width: 36px;
  height: 1px;

  background: #756a5d;
}


/* ===================================================
   TITLE
=================================================== */

.mbd-hero-title {
  margin: 0;

  max-width: 650px;

  color: #161616;

  font-family: inherit;

  font-size: clamp(48px, 4.7vw, 78px);

  font-weight: 400;

  line-height: 0.99;

  letter-spacing: -0.045em;

  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity 0.9s ease 0.25s,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}


.mbd-hero-title span {
  display: block;

  margin-top: 10px;

  font-weight: 600;
}


/* ===================================================
   DESCRIPTION
=================================================== */

.mbd-hero-description {
  max-width: 600px;

  margin: 30px 0 0;

  color: #514c47;

  font-size: 16px;
  font-weight: 400;

  line-height: 1.75;

  letter-spacing: -0.01em;

  opacity: 0;

  transform: translateY(25px);

  transition:
    opacity 0.8s ease 0.4s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}


/* ===================================================
   CTA
=================================================== */

.mbd-hero-actions {
  margin-top: 37px;

  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 0.8s ease 0.55s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s;
}


.mbd-hero-btn {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 23px;

  min-height: 56px;

  padding: 0 18px 0 25px;

  background: #171717;

  color: #ffffff;

  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  letter-spacing: 0.01em;

  overflow: hidden;

  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}


.mbd-hero-btn::before {
  content: "";

  position: absolute;

  inset: 0;

  background: #3c392f;

  transform: translateY(101%);

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-hero-btn > span {
  position: relative;
  z-index: 2;
}


.mbd-hero-btn-arrow {
  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.11);

  border-radius: 50%;

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}


.mbd-hero-btn:hover::before {
  transform: translateY(0);
}


.mbd-hero-btn:hover .mbd-hero-btn-arrow {
  transform: translateX(4px);

  background: rgba(255,255,255,0.18);
}


/* ===================================================
   LOAD ANIMATION
=================================================== */

.mbd-hero.mbd-loaded .mbd-hero-eyebrow,
.mbd-hero.mbd-loaded .mbd-hero-title,
.mbd-hero.mbd-loaded .mbd-hero-description,
.mbd-hero.mbd-loaded .mbd-hero-actions {
  opacity: 1;
  transform: translateY(0);
}


/* ===================================================
   SCROLL INDICATOR
=================================================== */

.mbd-scroll-indicator {
  position: absolute;

  z-index: 4;

  left: 50px;
  bottom: 28px;

  display: flex;
  align-items: center;

  gap: 12px;

  color: #615b55;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.17em;
  text-transform: uppercase;
}


.mbd-scroll-line {
  position: relative;

  width: 45px;
  height: 1px;

  overflow: hidden;

  background: rgba(0,0,0,0.18);
}


.mbd-scroll-line span {
  position: absolute;

  top: 0;
  left: 0;

  width: 45%;
  height: 100%;

  background: #222;

  animation: mbdScrollMove 1.8s ease-in-out infinite;
}


@keyframes mbdScrollMove {

  0% {
    transform: translateX(-120%);
  }

  50% {
    transform: translateX(120%);
  }

  100% {
    transform: translateX(260%);
  }

}


/* ===================================================
   LARGE DESKTOP
=================================================== */

@media (min-width: 1600px) {

  .mbd-hero-container {
    max-width: 1520px;
  }

}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-hero-container {
    width: calc(100% - 70px);
  }

  .mbd-hero-content {
    max-width: 570px;
  }

  .mbd-hero-title {
    font-size: clamp(44px, 5vw, 65px);
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-hero {
    min-height: 820px;

    align-items: flex-end;
  }


  .mbd-hero-bg {
    background-position: 65% center;
  }


  /*
   More gradient so content remains readable
  */

  .mbd-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(244,241,235,0.97) 0%,
      rgba(244,241,235,0.92) 45%,
      rgba(244,241,235,0.52) 75%,
      rgba(244,241,235,0.18) 100%
    );
  }


  .mbd-hero-container {
    width: calc(100% - 50px);

    padding-top: 130px;
    padding-bottom: 110px;
  }


  .mbd-hero-content {
    max-width: 560px;
  }


  .mbd-hero-title {
    font-size: clamp(45px, 7vw, 64px);
  }


  .mbd-scroll-indicator {
    left: 25px;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-hero {
    min-height: 760px;

    align-items: flex-end;
  }


  .mbd-hero-bg {
    /*
     Product remains visible toward right side
    */

    background-size: auto 100%;
    background-position: 62% center;
  }


  .mbd-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(244,241,235,0.32) 0%,
      rgba(244,241,235,0.52) 28%,
      rgba(244,241,235,0.88) 57%,
      rgba(244,241,235,0.99) 78%,
      rgba(244,241,235,1) 100%
    );
  }


  .mbd-hero-container {
    width: calc(100% - 36px);

    padding-top: 105px;
    padding-bottom: 75px;
  }


  .mbd-hero-content {
    max-width: 100%;
  }


  .mbd-hero-eyebrow {
    gap: 10px;

    margin-bottom: 18px;

    font-size: 10px;

    letter-spacing: 0.13em;
  }


  .mbd-eyebrow-line {
    width: 24px;
  }


  .mbd-hero-title {
    font-size: clamp(38px, 11vw, 51px);

    line-height: 1.02;

    letter-spacing: -0.04em;
  }


  .mbd-hero-title span {
    margin-top: 5px;
  }


  .mbd-hero-description {
    margin-top: 23px;

    max-width: 100%;

    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-hero-actions {
    margin-top: 28px;
  }


  .mbd-hero-btn {
    min-height: 53px;

    padding-left: 20px;

    font-size: 13px;
  }


  .mbd-scroll-indicator {
    display: none;
  }

}


/* ===================================================
   VERY SMALL MOBILE
=================================================== */

@media (max-width: 380px) {

  .mbd-hero-container {
    width: calc(100% - 30px);
  }


  .mbd-hero-title {
    font-size: 37px;
  }

}


/* ===================================================
   REDUCED MOTION ACCESSIBILITY
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-hero-bg,
  .mbd-hero-eyebrow,
  .mbd-hero-title,
  .mbd-hero-description,
  .mbd-hero-actions {
    transition: none;
  }


  .mbd-scroll-line span {
    animation: none;
  }

}

/* ===================================================
   ELEMENTOR EDITOR FIX
   Always show hero content while editing
=================================================== */

.elementor-editor-active .mbd-hero-eyebrow,
.elementor-editor-active .mbd-hero-title,
.elementor-editor-active .mbd-hero-description,
.elementor-editor-active .mbd-hero-actions,

body.elementor-editor-active .mbd-hero-eyebrow,
body.elementor-editor-active .mbd-hero-title,
body.elementor-editor-active .mbd-hero-description,
body.elementor-editor-active .mbd-hero-actions {
    opacity: 1 !important;
    transform: none !important;
}


/* Elementor preview iframe compatibility */

.elementor-editor-active .mbd-hero-bg,
body.elementor-editor-active .mbd-hero-bg {
    transform: scale(1) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edf5164 *//* ===================================================
   MBD ASSOCIATES
   HOME ABOUT SECTION
=================================================== */

.mbd-about-home {
  position: relative;
  width: 100%;
  padding: 120px 0;

  background: #f6f2eb;

  overflow: hidden;
}


/* INNER */

.mbd-about-home-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.95fr 0.85fr;

  align-items: center;

  gap: 95px;
}


/* ===================================================
   LEFT CONTENT
=================================================== */

.mbd-about-copy {
  max-width: 680px;
}


/* EYEBROW */

.mbd-about-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 28px;

  color: #6a6258;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-about-eyebrow-line {
  display: block;

  width: 38px;
  height: 1px;

  background: #887d70;

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


/* HEADING */

.mbd-about-title {
  margin: 0;

  color: #171717;

  font-family: inherit;

  font-size: clamp(46px, 4vw, 68px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.045em;

  opacity: 0;
  transform: translateY(28px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-about-title span {
  display: block;

  margin-top: 5px;

  font-weight: 600;
}


/* BODY */

.mbd-about-text {
  max-width: 620px;

  margin: 30px 0 0;

  color: #59534d;

  font-size: 16px;
  font-weight: 400;

  line-height: 1.8;

  letter-spacing: -0.01em;

  opacity: 0;
  transform: translateY(22px);

  transition:
    opacity 0.8s ease 0.18s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}


/* CTA */

.mbd-about-btn {
  position: relative;

  display: inline-flex;
  align-items: center;

  gap: 18px;

  margin-top: 37px;

  color: #171717;

  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  padding-bottom: 8px;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.75s ease 0.28s,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.28s;
}


.mbd-about-btn::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: #171717;

  transform: scaleX(0.28);
  transform-origin: left;

  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-about-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.35s ease;
}


.mbd-about-btn:hover::after {
  transform: scaleX(1);
}


.mbd-about-btn:hover .mbd-about-btn-arrow {
  transform: translateX(5px);
}


/* ===================================================
   RIGHT IMAGE
=================================================== */

.mbd-about-image-wrap {
  position: relative;

  width: 100%;

  min-height: 700px;

  overflow: hidden;

  background: #ddd5ca;
}


/* IMAGE */

.mbd-about-image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1.08);

  transition:
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);

  display: block;
}


/* IMAGE REVEAL */

.mbd-about-image-reveal {
  position: absolute;

  inset: 0;

  z-index: 2;

  background: #d8d0c5;

  transform: scaleX(1);
  transform-origin: right;

  transition:
    transform 1.05s cubic-bezier(0.76, 0, 0.24, 1);
}


/* YEAR CARD */

.mbd-about-year-card {
  position: absolute;

  left: 0;
  bottom: 0;

  z-index: 3;

  min-width: 230px;

  padding: 26px 30px;

  display: flex;
  align-items: flex-end;

  gap: 15px;

  background: #171717;

  color: #ffffff;

  opacity: 0;
  transform: translateY(25px);

  transition:
    opacity 0.75s ease 0.55s,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.55s;
}


.mbd-about-year {
  font-size: 38px;
  font-weight: 500;

  line-height: 1;

  letter-spacing: -0.04em;
}


.mbd-about-year-text {
  color: rgba(255,255,255,0.72);

  font-size: 11px;
  font-weight: 500;

  line-height: 1.45;

  letter-spacing: 0.04em;
  text-transform: uppercase;
}


/* ===================================================
   ACTIVE / REVEAL STATE
=================================================== */

.mbd-about-home.is-visible .mbd-about-eyebrow,
.mbd-about-home.is-visible .mbd-about-title,
.mbd-about-home.is-visible .mbd-about-text,
.mbd-about-home.is-visible .mbd-about-btn,
.mbd-about-home.is-visible .mbd-about-year-card {
  opacity: 1;
  transform: translateY(0);
}


.mbd-about-home.is-visible .mbd-about-eyebrow-line {
  transform: scaleX(1);
}


.mbd-about-home.is-visible .mbd-about-image-reveal {
  transform: scaleX(0);
}


.mbd-about-home.is-visible .mbd-about-image {
  transform: scale(1);
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active .mbd-about-eyebrow,
.elementor-editor-active .mbd-about-title,
.elementor-editor-active .mbd-about-text,
.elementor-editor-active .mbd-about-btn,
.elementor-editor-active .mbd-about-year-card {
  opacity: 1 !important;
  transform: none !important;
}


.elementor-editor-active .mbd-about-eyebrow-line {
  transform: scaleX(1) !important;
}


.elementor-editor-active .mbd-about-image-reveal {
  display: none !important;
}


.elementor-editor-active .mbd-about-image {
  transform: none !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-about-home {
    padding: 100px 0;
  }


  .mbd-about-home-inner {
    width: calc(100% - 70px);

    gap: 65px;
  }


  .mbd-about-image-wrap {
    min-height: 620px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-about-home {
    padding: 85px 0;
  }


  .mbd-about-home-inner {
    width: calc(100% - 50px);

    grid-template-columns: 1fr;

    gap: 55px;
  }


  .mbd-about-copy {
    max-width: 720px;
  }


  .mbd-about-image-wrap {
    min-height: 650px;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-about-home {
    padding: 70px 0;
  }


  .mbd-about-home-inner {
    width: calc(100% - 36px);

    gap: 42px;
  }


  .mbd-about-eyebrow {
    margin-bottom: 20px;

    font-size: 10px;

    gap: 10px;
  }


  .mbd-about-eyebrow-line {
    width: 25px;
  }


  .mbd-about-title {
    font-size: clamp(38px, 11vw, 50px);

    line-height: 1.04;
  }


  .mbd-about-text {
    margin-top: 23px;

    font-size: 14px;

    line-height: 1.72;
  }


  .mbd-about-btn {
    margin-top: 27px;

    font-size: 13px;
  }


  .mbd-about-image-wrap {
    min-height: 540px;
  }


  .mbd-about-year-card {
    min-width: 190px;

    padding: 20px 22px;
  }


  .mbd-about-year {
    font-size: 30px;
  }


  .mbd-about-year-text {
    font-size: 9px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-about-eyebrow,
  .mbd-about-title,
  .mbd-about-text,
  .mbd-about-btn,
  .mbd-about-image,
  .mbd-about-image-reveal,
  .mbd-about-year-card,
  .mbd-about-eyebrow-line {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b74e4e6 *//* ===================================================
   MBD ASSOCIATES
   FEATURED BRANDS SECTION
=================================================== */

.mbd-brands-section {
  position: relative;

  width: 100%;

  padding: 120px 0 110px;

  background: #171717;

  color: #ffffff;

  overflow: hidden;
}


.mbd-brands-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;
}


/* ===================================================
   HEADER
=================================================== */

.mbd-brands-header {
  margin-bottom: 70px;
}


.mbd-brands-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 28px;

  color: rgba(255,255,255,0.58);

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-brands-eyebrow-line {
  display: block;

  width: 38px;
  height: 1px;

  background: rgba(255,255,255,0.42);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-brands-heading-row {
  display: grid;

  grid-template-columns: 1.1fr 0.7fr;

  gap: 100px;

  align-items: end;
}


.mbd-brands-title {
  margin: 0;

  color: #ffffff;

  font-family: inherit;

  font-size: clamp(46px, 4vw, 68px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.045em;

  opacity: 0;

  transform: translateY(26px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-brands-title span {
  display: block;

  margin-top: 4px;

  font-weight: 600;
}


.mbd-brands-intro {
  max-width: 480px;

  margin: 0 0 5px;

  color: rgba(255,255,255,0.62);

  font-size: 15px;
  font-weight: 400;

  line-height: 1.75;

  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 0.8s ease 0.16s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}


/* ===================================================
   BRAND GRID
=================================================== */

.mbd-brands-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid rgba(255,255,255,0.13);
  border-bottom: 1px solid rgba(255,255,255,0.13);
}


.mbd-brand-card {
  position: relative;

  min-height: 470px;

  padding: 28px 30px 34px;

  display: flex;
  flex-direction: column;

  color: #ffffff;

  text-decoration: none;

  border-right: 1px solid rgba(255,255,255,0.13);

  overflow: hidden;

  opacity: 0;

  transform: translateY(34px);

  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.45s ease;
}


.mbd-brand-card:last-child {
  border-right: 0;
}


.mbd-brand-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: #f3efe8;

  transform: translateY(101%);

  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);

  z-index: 0;
}


.mbd-brand-card:hover::before {
  transform: translateY(0);
}


.mbd-brand-card > * {
  position: relative;

  z-index: 2;
}


/* ===================================================
   CARD TOP
=================================================== */

.mbd-brand-top {
  display: flex;

  justify-content: space-between;
  align-items: center;
}


.mbd-brand-number {
  color: rgba(255,255,255,0.38);

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 0.14em;

  transition: color 0.35s ease;
}


.mbd-brand-arrow {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255,255,255,0.18);

  border-radius: 50%;

  color: rgba(255,255,255,0.7);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}


/* ===================================================
   LOGO
=================================================== */

.mbd-brand-logo-box {
  flex: 1;

  min-height: 230px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 38px 20px;
}


.mbd-brand-logo {
  display: block;

  max-width: 190px;
  max-height: 100px;

  width: auto;
  height: auto;

  object-fit: contain;

  filter: grayscale(1) brightness(5);

  opacity: 0.78;

  transition:
    filter 0.4s ease,
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-brand-card:hover .mbd-brand-logo {
  filter: none;

  opacity: 1;

  transform: scale(1.04);
}


/* ===================================================
   CARD CONTENT
=================================================== */

.mbd-brand-content {
  padding-top: 23px;

  border-top: 1px solid rgba(255,255,255,0.12);

  transition: border-color 0.35s ease;
}


.mbd-brand-content h3 {
  margin: 0 0 11px;

  color: #ffffff;

  font-size: 19px;
  font-weight: 500;

  line-height: 1.3;

  letter-spacing: -0.02em;

  transition: color 0.35s ease;
}


.mbd-brand-content p {
  max-width: 330px;

  margin: 0;

  color: rgba(255,255,255,0.53);

  font-size: 13px;
  font-weight: 400;

  line-height: 1.65;

  transition: color 0.35s ease;
}


/* ===================================================
   CARD HOVER
=================================================== */

.mbd-brand-card:hover .mbd-brand-number,
.mbd-brand-card:hover .mbd-brand-content h3 {
  color: #171717;
}


.mbd-brand-card:hover .mbd-brand-content p {
  color: #625b53;
}


.mbd-brand-card:hover .mbd-brand-content {
  border-color: rgba(0,0,0,0.12);
}


.mbd-brand-card:hover .mbd-brand-arrow {
  color: #171717;

  border-color: rgba(0,0,0,0.18);

  transform: translate(3px, -3px);
}


/* ===================================================
   FOOTER CTA
=================================================== */

.mbd-brands-footer {
  display: flex;

  justify-content: flex-end;

  margin-top: 34px;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity 0.75s ease 0.45s,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.45s;
}


.mbd-brands-view-all {
  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 15px;

  padding-bottom: 7px;

  color: #ffffff;

  text-decoration: none;

  font-size: 13px;
  font-weight: 500;
}


.mbd-brands-view-all::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: rgba(255,255,255,0.65);

  transform: scaleX(0.3);
  transform-origin: left;

  transition: transform 0.35s ease;
}


.mbd-brands-view-all:hover::after {
  transform: scaleX(1);
}


.mbd-brands-view-arrow {
  display: flex;

  transition: transform 0.3s ease;
}


.mbd-brands-view-all:hover .mbd-brands-view-arrow {
  transform: translateX(4px);
}


/* ===================================================
   REVEAL STATES
=================================================== */

.mbd-brands-section.is-visible .mbd-brands-eyebrow,
.mbd-brands-section.is-visible .mbd-brands-title,
.mbd-brands-section.is-visible .mbd-brands-intro,
.mbd-brands-section.is-visible .mbd-brands-footer {
  opacity: 1;

  transform: translateY(0);
}


.mbd-brands-section.is-visible .mbd-brands-eyebrow-line {
  transform: scaleX(1);
}


.mbd-brands-section.is-visible .mbd-brand-card {
  opacity: 1;

  transform: translateY(0);
}


.mbd-brands-section.is-visible .mbd-brand-card:nth-child(1) {
  transition-delay: 0.16s;
}


.mbd-brands-section.is-visible .mbd-brand-card:nth-child(2) {
  transition-delay: 0.26s;
}


.mbd-brands-section.is-visible .mbd-brand-card:nth-child(3) {
  transition-delay: 0.36s;
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active .mbd-brands-eyebrow,
.elementor-editor-active .mbd-brands-title,
.elementor-editor-active .mbd-brands-intro,
.elementor-editor-active .mbd-brand-card,
.elementor-editor-active .mbd-brands-footer {
  opacity: 1 !important;

  transform: none !important;
}


.elementor-editor-active .mbd-brands-eyebrow-line {
  transform: scaleX(1) !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-brands-section {
    padding: 100px 0;
  }


  .mbd-brands-inner {
    width: calc(100% - 70px);
  }


  .mbd-brands-heading-row {
    gap: 65px;
  }


  .mbd-brand-card {
    padding-left: 24px;
    padding-right: 24px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-brands-section {
    padding: 85px 0;
  }


  .mbd-brands-inner {
    width: calc(100% - 50px);
  }


  .mbd-brands-heading-row {
    grid-template-columns: 1fr;

    gap: 24px;
  }


  .mbd-brands-intro {
    max-width: 620px;
  }


  .mbd-brands-grid {
    grid-template-columns: 1fr;
  }


  .mbd-brand-card {
    min-height: 360px;

    border-right: 0;

    border-bottom: 1px solid rgba(255,255,255,0.13);
  }


  .mbd-brand-card:last-child {
    border-bottom: 0;
  }


  .mbd-brand-logo-box {
    min-height: 170px;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-brands-section {
    padding: 70px 0;
  }


  .mbd-brands-inner {
    width: calc(100% - 36px);
  }


  .mbd-brands-header {
    margin-bottom: 45px;
  }


  .mbd-brands-eyebrow {
    gap: 10px;

    margin-bottom: 20px;

    font-size: 10px;
  }


  .mbd-brands-eyebrow-line {
    width: 25px;
  }


  .mbd-brands-title {
    font-size: clamp(38px, 11vw, 50px);
  }


  .mbd-brands-intro {
    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-brand-card {
    min-height: 330px;

    padding: 22px 20px 26px;
  }


  .mbd-brand-logo-box {
    min-height: 150px;

    padding: 28px 10px;
  }


  .mbd-brand-logo {
    max-width: 165px;
    max-height: 80px;
  }


  .mbd-brand-content h3 {
    font-size: 17px;
  }


  .mbd-brand-content p {
    font-size: 12px;
  }


  .mbd-brands-footer {
    justify-content: flex-start;

    margin-top: 27px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-brands-eyebrow,
  .mbd-brands-title,
  .mbd-brands-intro,
  .mbd-brand-card,
  .mbd-brands-footer,
  .mbd-brands-eyebrow-line,
  .mbd-brand-card::before,
  .mbd-brand-logo {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e7e556 *//* ===================================================
   MBD ASSOCIATES
   PRODUCT CATEGORIES - NEW DESIGN
=================================================== */

.mbd-products-home {
  position: relative;

  width: 100%;

  padding: 120px 0;

  background: #f5f1ea;

  overflow: hidden;
}


.mbd-products-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;
}


/* ===================================================
   HEADER
=================================================== */

.mbd-products-header {
  margin-bottom: 65px;
}


.mbd-products-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 27px;

  color: #71685f;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-products-eyebrow-line {
  width: 38px;
  height: 1px;

  display: block;

  background: #8f8579;

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-products-heading-row {
  display: grid;

  grid-template-columns: 1.1fr 0.7fr;

  align-items: end;

  gap: 100px;
}


.mbd-products-title {
  margin: 0;

  color: #171717;

  font-size: clamp(46px, 4vw, 68px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.045em;

  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-products-title span {
  display: block;

  margin-top: 4px;

  font-weight: 600;
}


.mbd-products-description {
  max-width: 480px;

  margin: 0 0 5px;

  color: #5d574f;

  font-size: 15px;

  line-height: 1.75;

  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 0.8s ease 0.16s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}


/* ===================================================
   MAIN SHOWCASE
=================================================== */

.mbd-products-showcase {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(0, 0.95fr);

  height: 700px;

  background: #ffffff;

  overflow: hidden;
}


/* ===================================================
   LEFT IMAGE PANEL
=================================================== */

.mbd-products-visual {
  position: relative;

  height: 100%;
  min-height: 100%;

  overflow: hidden;

  background: #d7d0c6;
}


/*
We use a background instead of an img tag.
This prevents Elementor from changing image dimensions.
*/

.mbd-products-bg {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  background-image:
    url("https://mbdassociate.in/wp-content/uploads/2026/08/ChatGPT-Image-Aug-8-2026-01_21_05-AM.png");

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  transform: scale(1.08);

  transition:
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}


/* Subtle bottom gradient */

.mbd-products-visual-overlay {
  position: absolute;

  inset: 0;

  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 50%,
      rgba(0,0,0,0.08) 72%,
      rgba(0,0,0,0.48) 100%
    );

  pointer-events: none;
}


/* Reveal cover */

.mbd-products-reveal {
  position: absolute;

  inset: 0;

  z-index: 5;

  background: #d5cec4;

  transform: scaleX(1);

  transform-origin: left;

  transition:
    transform 1.05s cubic-bezier(0.76, 0, 0.24, 1);
}


/* ===================================================
   IMAGE BOTTOM CONTENT
=================================================== */

.mbd-products-visual-bottom {
  position: absolute;

  z-index: 4;

  left: 34px;
  right: 34px;
  bottom: 30px;

  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;

  color: #ffffff;

  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 0.75s ease 0.55s,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.55s;
}


.mbd-products-visual-index {
  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.15em;

  color: rgba(255,255,255,0.7);
}


.mbd-products-visual-copy {
  display: flex;
  flex-direction: column;

  align-items: flex-end;

  line-height: 1.15;
}


.mbd-products-visual-copy span {
  font-size: 11px;

  letter-spacing: 0.13em;

  text-transform: uppercase;

  color: rgba(255,255,255,0.7);
}


.mbd-products-visual-copy strong {
  margin-top: 4px;

  font-size: 20px;

  font-weight: 500;

  letter-spacing: -0.02em;
}


/* ===================================================
   PRODUCT LIST
=================================================== */

.mbd-products-list {
  height: 100%;

  display: grid;

  grid-template-rows: repeat(5, 1fr);

  background: #ffffff;

  border-top: 1px solid #ded9d2;
}


/* ===================================================
   PRODUCT ROW
=================================================== */

.mbd-product-item {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;

  padding: 0 38px;

  color: #171717;

  text-decoration: none;

  border-bottom: 1px solid #ded9d2;

  overflow: hidden;

  opacity: 0;

  transform: translateX(30px);

  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-product-item:last-child {
  border-bottom: 0;
}


/* Hover fill */

.mbd-product-item::before {
  content: "";

  position: absolute;

  inset: 0;

  background: #171717;

  transform: scaleX(0);

  transform-origin: right;

  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);

  z-index: 0;
}


.mbd-product-item:hover::before {
  transform: scaleX(1);

  transform-origin: left;
}


.mbd-product-item > * {
  position: relative;

  z-index: 2;
}


/* ===================================================
   LEFT SIDE OF ROW
=================================================== */

.mbd-product-left {
  display: flex;
  align-items: center;

  gap: 24px;

  min-width: 0;
}


.mbd-product-number {
  flex-shrink: 0;

  width: 25px;

  color: #9b9185;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.12em;

  transition:
    color 0.35s ease;
}


.mbd-product-left h3 {
  margin: 0;

  color: #171717;

  font-size: clamp(18px, 1.4vw, 23px);

  font-weight: 500;

  line-height: 1.25;

  letter-spacing: -0.025em;

  transition:
    color 0.35s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


/* ===================================================
   RIGHT SIDE
=================================================== */

.mbd-product-right {
  flex-shrink: 0;

  display: flex;

  align-items: center;

  gap: 17px;
}


.mbd-product-explore {
  color: #766c61;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  white-space: nowrap;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.mbd-product-arrow {
  width: 44px;
  height: 44px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid #d8d1c8;

  border-radius: 50%;

  color: #665f57;

  transition:
    color 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}


/* ===================================================
   ROW HOVER
=================================================== */

.mbd-product-item:hover .mbd-product-number {
  color: rgba(255,255,255,0.45);
}


.mbd-product-item:hover h3 {
  color: #ffffff;

  transform: translateX(5px);
}


.mbd-product-item:hover .mbd-product-explore {
  color: rgba(255,255,255,0.67);
}


.mbd-product-item:hover .mbd-product-arrow {
  color: #171717;

  background: #ffffff;

  border-color: #ffffff;

  transform: translateX(5px);
}


/* ===================================================
   REVEAL STATES
=================================================== */

.mbd-products-home.is-visible
.mbd-products-eyebrow,

.mbd-products-home.is-visible
.mbd-products-title,

.mbd-products-home.is-visible
.mbd-products-description,

.mbd-products-home.is-visible
.mbd-products-visual-bottom,

.mbd-products-home.is-visible
.mbd-product-item {
  opacity: 1;

  transform: translate(0);
}


.mbd-products-home.is-visible
.mbd-products-eyebrow-line {
  transform: scaleX(1);
}


.mbd-products-home.is-visible
.mbd-products-reveal {
  transform: scaleX(0);
}


.mbd-products-home.is-visible
.mbd-products-bg {
  transform: scale(1);
}


/* Category stagger */

.mbd-products-home.is-visible
.mbd-product-item:nth-child(1) {
  transition-delay: 0.16s;
}


.mbd-products-home.is-visible
.mbd-product-item:nth-child(2) {
  transition-delay: 0.23s;
}


.mbd-products-home.is-visible
.mbd-product-item:nth-child(3) {
  transition-delay: 0.30s;
}


.mbd-products-home.is-visible
.mbd-product-item:nth-child(4) {
  transition-delay: 0.37s;
}


.mbd-products-home.is-visible
.mbd-product-item:nth-child(5) {
  transition-delay: 0.44s;
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active
.mbd-products-eyebrow,

.elementor-editor-active
.mbd-products-title,

.elementor-editor-active
.mbd-products-description,

.elementor-editor-active
.mbd-products-visual-bottom,

.elementor-editor-active
.mbd-product-item {
  opacity: 1 !important;

  transform: none !important;
}


.elementor-editor-active
.mbd-products-eyebrow-line {
  transform: scaleX(1) !important;
}


.elementor-editor-active
.mbd-products-reveal {
  display: none !important;
}


.elementor-editor-active
.mbd-products-bg {
  transform: none !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-products-home {
    padding: 100px 0;
  }


  .mbd-products-inner {
    width: calc(100% - 70px);
  }


  .mbd-products-heading-row {
    gap: 60px;
  }


  .mbd-products-showcase {
    height: 640px;

    grid-template-columns: 1fr 1fr;
  }


  .mbd-product-item {
    padding: 0 27px;
  }


  .mbd-product-left {
    gap: 17px;
  }


  .mbd-product-explore {
    display: none;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-products-home {
    padding: 85px 0;
  }


  .mbd-products-inner {
    width: calc(100% - 50px);
  }


  .mbd-products-heading-row {
    grid-template-columns: 1fr;

    gap: 24px;
  }


  .mbd-products-description {
    max-width: 620px;
  }


  .mbd-products-header {
    margin-bottom: 50px;
  }


  .mbd-products-showcase {
    height: auto;

    display: block;
  }


  .mbd-products-visual {
    height: 520px;
  }


  .mbd-products-list {
    height: auto;

    display: block;
  }


  .mbd-product-item {
    min-height: 115px;

    padding: 20px 28px;
  }


  .mbd-product-explore {
    display: block;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-products-home {
    padding: 70px 0;
  }


  .mbd-products-inner {
    width: calc(100% - 36px);
  }


  .mbd-products-header {
    margin-bottom: 40px;
  }


  .mbd-products-eyebrow {
    gap: 10px;

    margin-bottom: 20px;

    font-size: 10px;
  }


  .mbd-products-eyebrow-line {
    width: 25px;
  }


  .mbd-products-title {
    font-size: clamp(38px, 11vw, 50px);
  }


  .mbd-products-description {
    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-products-visual {
    height: 400px;
  }


  .mbd-products-bg {
    background-position: 50% center;
  }


  .mbd-products-visual-bottom {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }


  .mbd-products-visual-copy strong {
    font-size: 17px;
  }


  .mbd-product-item {
    min-height: 105px;

    padding: 18px 18px;
  }


  .mbd-product-left {
    gap: 12px;
  }


  .mbd-product-left h3 {
    font-size: 17px;
  }


  .mbd-product-number {
    width: 18px;

    font-size: 9px;
  }


  .mbd-product-explore {
    display: none;
  }


  .mbd-product-arrow {
    width: 37px;
    height: 37px;
  }

}


/* ===================================================
   SMALL MOBILE
=================================================== */

@media (max-width: 380px) {

  .mbd-products-inner {
    width: calc(100% - 30px);
  }


  .mbd-products-visual {
    height: 350px;
  }


  .mbd-product-left h3 {
    font-size: 15px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-products-eyebrow,
  .mbd-products-title,
  .mbd-products-description,
  .mbd-products-bg,
  .mbd-products-reveal,
  .mbd-products-visual-bottom,
  .mbd-product-item,
  .mbd-product-item::before {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-247ee7f *//* ===================================================
   MBD ASSOCIATES
   WHY CHOOSE US - DARK VERSION
=================================================== */

.mbd-why-compact {
  position: relative;
  width: 100%;

  padding: 105px 0;

  background: #171717;

  overflow: hidden;
}


.mbd-why-compact-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;
}


/* ===================================================
   HEADER
=================================================== */

.mbd-why-compact-header {
  margin-bottom: 52px;
}


.mbd-why-compact-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 25px;

  color: rgba(255,255,255,0.52);

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-why-compact-line {
  width: 38px;
  height: 1px;

  display: block;

  background: rgba(255,255,255,0.35);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-why-compact-heading-row {
  display: grid;

  grid-template-columns: 1.05fr 0.75fr;

  gap: 90px;

  align-items: end;
}


.mbd-why-compact-title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(44px, 3.8vw, 66px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.045em;

  opacity: 0;
  transform: translateY(25px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-why-compact-title span {
  display: block;

  margin-top: 4px;

  font-weight: 600;
}


.mbd-why-compact-body {
  max-width: 500px;

  margin: 0 0 5px;

  color: rgba(255,255,255,0.58);

  font-size: 15px;

  line-height: 1.75;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.8s ease 0.16s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}


/* ===================================================
   USP GRID
=================================================== */

.mbd-why-compact-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid rgba(255,255,255,0.12);
  border-left: 1px solid rgba(255,255,255,0.12);
}


/* ===================================================
   CARD
=================================================== */

.mbd-why-compact-card {
  position: relative;

  min-height: 215px;

  padding: 30px 30px 28px;

  display: grid;

  grid-template-columns: 58px 1fr;

  align-items: start;

  gap: 22px;

  border-right: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);

  overflow: hidden;

  opacity: 0;
  transform: translateY(26px);

  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}


/* Hover fill */

.mbd-why-compact-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: #f3efe8;

  transform: scaleY(0);

  transform-origin: bottom;

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);

  z-index: 0;
}


.mbd-why-compact-card:hover::before {
  transform: scaleY(1);
}


.mbd-why-compact-card > * {
  position: relative;
  z-index: 2;
}


/* ===================================================
   ICON
=================================================== */

.mbd-why-icon {
  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255,255,255,0.18);

  border-radius: 50%;

  color: rgba(255,255,255,0.72);

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease;
}


.mbd-why-icon svg {
  width: 28px;
  height: 28px;
}


/* ===================================================
   CONTENT
=================================================== */

.mbd-why-compact-card-content h3 {
  margin: 2px 0 10px;

  color: #ffffff;

  font-size: 19px;
  font-weight: 500;

  line-height: 1.28;

  letter-spacing: -0.02em;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.mbd-why-compact-card-content p {
  margin: 0;

  max-width: 320px;

  color: rgba(255,255,255,0.52);

  font-size: 13px;

  line-height: 1.65;

  transition: color 0.35s ease;
}


/* ===================================================
   HOVER
=================================================== */

.mbd-why-compact-card:hover .mbd-why-icon {
  color: #171717;

  background: #ffffff;

  border-color: #ffffff;

  transform: translateY(-3px);
}


.mbd-why-compact-card:hover h3 {
  color: #171717;

  transform: translateX(3px);
}


.mbd-why-compact-card:hover p {
  color: #5f5952;
}


/* ===================================================
   REVEAL
=================================================== */

.mbd-why-compact.is-visible
.mbd-why-compact-eyebrow,

.mbd-why-compact.is-visible
.mbd-why-compact-title,

.mbd-why-compact.is-visible
.mbd-why-compact-body,

.mbd-why-compact.is-visible
.mbd-why-compact-card {
  opacity: 1;

  transform: translateY(0);
}


.mbd-why-compact.is-visible
.mbd-why-compact-line {
  transform: scaleX(1);
}


/* Card stagger */

.mbd-why-compact.is-visible
.mbd-why-compact-card:nth-child(1) {
  transition-delay: 0.12s;
}

.mbd-why-compact.is-visible
.mbd-why-compact-card:nth-child(2) {
  transition-delay: 0.18s;
}

.mbd-why-compact.is-visible
.mbd-why-compact-card:nth-child(3) {
  transition-delay: 0.24s;
}

.mbd-why-compact.is-visible
.mbd-why-compact-card:nth-child(4) {
  transition-delay: 0.30s;
}

.mbd-why-compact.is-visible
.mbd-why-compact-card:nth-child(5) {
  transition-delay: 0.36s;
}

.mbd-why-compact.is-visible
.mbd-why-compact-card:nth-child(6) {
  transition-delay: 0.42s;
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active
.mbd-why-compact-eyebrow,

.elementor-editor-active
.mbd-why-compact-title,

.elementor-editor-active
.mbd-why-compact-body,

.elementor-editor-active
.mbd-why-compact-card {
  opacity: 1 !important;

  transform: none !important;
}


.elementor-editor-active
.mbd-why-compact-line {
  transform: scaleX(1) !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-why-compact {
    padding: 90px 0;
  }


  .mbd-why-compact-inner {
    width: calc(100% - 70px);
  }


  .mbd-why-compact-heading-row {
    gap: 60px;
  }


  .mbd-why-compact-card {
    min-height: 220px;

    padding: 27px 24px;

    gap: 17px;
  }


  .mbd-why-icon {
    width: 50px;
    height: 50px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-why-compact {
    padding: 80px 0;
  }


  .mbd-why-compact-inner {
    width: calc(100% - 50px);
  }


  .mbd-why-compact-heading-row {
    grid-template-columns: 1fr;

    gap: 22px;
  }


  .mbd-why-compact-body {
    max-width: 620px;
  }


  .mbd-why-compact-header {
    margin-bottom: 45px;
  }


  .mbd-why-compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-why-compact {
    padding: 70px 0;
  }


  .mbd-why-compact-inner {
    width: calc(100% - 36px);
  }


  .mbd-why-compact-eyebrow {
    gap: 10px;

    margin-bottom: 20px;

    font-size: 10px;
  }


  .mbd-why-compact-line {
    width: 25px;
  }


  .mbd-why-compact-title {
    font-size: clamp(38px, 11vw, 50px);
  }


  .mbd-why-compact-body {
    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-why-compact-grid {
    grid-template-columns: 1fr;
  }


  .mbd-why-compact-card {
    min-height: 0;

    padding: 24px 20px;

    grid-template-columns: 48px 1fr;

    gap: 16px;
  }


  .mbd-why-icon {
    width: 46px;
    height: 46px;
  }


  .mbd-why-icon svg {
    width: 24px;
    height: 24px;
  }


  .mbd-why-compact-card-content h3 {
    font-size: 18px;

    margin-top: 0;
  }


  .mbd-why-compact-card-content p {
    font-size: 12px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-why-compact-eyebrow,
  .mbd-why-compact-title,
  .mbd-why-compact-body,
  .mbd-why-compact-card,
  .mbd-why-compact-card::before,
  .mbd-why-compact-line {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-613b7b0 *//* ===================================================
   MBD ASSOCIATES
   INDUSTRIES WE SERVE
=================================================== */

.mbd-industries {
  position: relative;
  width: 100%;

  padding: 110px 0;

  background: #f5f1ea;

  overflow: hidden;
}


.mbd-industries-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;
}


/* ===================================================
   HEADER
=================================================== */

.mbd-industries-header {
  margin-bottom: 55px;
}


.mbd-industries-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 25px;

  color: #6e665d;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-industries-eyebrow-line {
  width: 38px;
  height: 1px;

  display: block;

  background: #8b8176;

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-industries-heading-row {
  display: grid;

  grid-template-columns: 1.08fr 0.72fr;

  align-items: end;

  gap: 90px;
}


.mbd-industries-title {
  margin: 0;

  color: #171717;

  font-size: clamp(44px, 3.9vw, 66px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.045em;

  opacity: 0;
  transform: translateY(26px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-industries-title span {
  display: block;

  margin-top: 4px;

  font-weight: 600;
}


.mbd-industries-body {
  max-width: 500px;

  margin: 0 0 5px;

  color: #5e574f;

  font-size: 15px;

  line-height: 1.75;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.8s ease 0.16s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}


/* ===================================================
   GRID
=================================================== */

.mbd-industries-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid rgba(23,23,23,0.12);
  border-left: 1px solid rgba(23,23,23,0.12);
}


/* ===================================================
   CARD
=================================================== */

.mbd-industry-card {
  position: relative;

  min-height: 185px;

  padding: 27px 25px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-right: 1px solid rgba(23,23,23,0.12);
  border-bottom: 1px solid rgba(23,23,23,0.12);

  overflow: hidden;

  opacity: 0;
  transform: translateY(24px);

  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}


/* Hover background */

.mbd-industry-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: #171717;

  transform: scaleY(0);

  transform-origin: bottom;

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);

  z-index: 0;
}


.mbd-industry-card:hover::before {
  transform: scaleY(1);
}


.mbd-industry-card > * {
  position: relative;

  z-index: 2;
}


/* ===================================================
   ICON
=================================================== */

.mbd-industry-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(23,23,23,0.14);

  border-radius: 50%;

  color: #5d564e;

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}


.mbd-industry-icon svg {
  width: 25px;
  height: 25px;
}


/* ===================================================
   CONTENT
=================================================== */

.mbd-industry-content {
  display: flex;
  flex-direction: column;

  gap: 7px;
}


.mbd-industry-number {
  color: #998f84;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.14em;

  transition:
    color 0.35s ease;
}


.mbd-industry-content h3 {
  margin: 0;

  color: #171717;

  font-size: 18px;
  font-weight: 500;

  line-height: 1.3;

  letter-spacing: -0.02em;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


/* ===================================================
   HOVER
=================================================== */

.mbd-industry-card:hover .mbd-industry-icon {
  background: #ffffff;

  color: #171717;

  border-color: #ffffff;

  transform: translateY(-3px);
}


.mbd-industry-card:hover .mbd-industry-number {
  color: rgba(255,255,255,0.45);
}


.mbd-industry-card:hover h3 {
  color: #ffffff;

  transform: translateX(3px);
}


/* ===================================================
   REVEAL
=================================================== */

.mbd-industries.is-visible
.mbd-industries-eyebrow,

.mbd-industries.is-visible
.mbd-industries-title,

.mbd-industries.is-visible
.mbd-industries-body,

.mbd-industries.is-visible
.mbd-industry-card {
  opacity: 1;

  transform: translateY(0);
}


.mbd-industries.is-visible
.mbd-industries-eyebrow-line {
  transform: scaleX(1);
}


/* Stagger */

.mbd-industries.is-visible .mbd-industry-card:nth-child(1) {
  transition-delay: 0.10s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(2) {
  transition-delay: 0.15s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(3) {
  transition-delay: 0.20s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(4) {
  transition-delay: 0.25s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(5) {
  transition-delay: 0.30s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(6) {
  transition-delay: 0.35s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(7) {
  transition-delay: 0.40s;
}

.mbd-industries.is-visible .mbd-industry-card:nth-child(8) {
  transition-delay: 0.45s;
}


/* ===================================================
   ELEMENTOR EDITOR
=================================================== */

.elementor-editor-active .mbd-industries-eyebrow,
.elementor-editor-active .mbd-industries-title,
.elementor-editor-active .mbd-industries-body,
.elementor-editor-active .mbd-industry-card {
  opacity: 1 !important;

  transform: none !important;
}


.elementor-editor-active .mbd-industries-eyebrow-line {
  transform: scaleX(1) !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-industries {
    padding: 95px 0;
  }


  .mbd-industries-inner {
    width: calc(100% - 70px);
  }


  .mbd-industries-heading-row {
    gap: 60px;
  }


  .mbd-industries-grid {
    grid-template-columns: repeat(4, 1fr);
  }


  .mbd-industry-card {
    min-height: 180px;

    padding: 24px 22px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-industries {
    padding: 80px 0;
  }


  .mbd-industries-inner {
    width: calc(100% - 50px);
  }


  .mbd-industries-heading-row {
    grid-template-columns: 1fr;

    gap: 22px;
  }


  .mbd-industries-body {
    max-width: 620px;
  }


  .mbd-industries-header {
    margin-bottom: 44px;
  }


  .mbd-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-industries {
    padding: 70px 0;
  }


  .mbd-industries-inner {
    width: calc(100% - 36px);
  }


  .mbd-industries-eyebrow {
    gap: 10px;

    margin-bottom: 20px;

    font-size: 10px;
  }


  .mbd-industries-eyebrow-line {
    width: 25px;
  }


  .mbd-industries-title {
    font-size: clamp(38px, 11vw, 50px);
  }


  .mbd-industries-body {
    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-industries-grid {
    grid-template-columns: 1fr;
  }


  .mbd-industry-card {
    min-height: 145px;

    padding: 21px 20px;

    flex-direction: row;
    align-items: center;

    justify-content: flex-start;

    gap: 18px;
  }


  .mbd-industry-icon {
    flex-shrink: 0;

    width: 46px;
    height: 46px;
  }


  .mbd-industry-content h3 {
    font-size: 17px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-industries-eyebrow,
  .mbd-industries-title,
  .mbd-industries-body,
  .mbd-industry-card,
  .mbd-industry-card::before,
  .mbd-industries-eyebrow-line {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b69200 *//* ===================================================
   MBD ASSOCIATES
   CLIENTS SECTION - DARK VERSION
=================================================== */

.mbd-clients {
  position: relative;
  width: 100%;

  padding: 110px 0 95px;

  background: #171717;

  overflow: hidden;
}


.mbd-clients-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;
}


/* ===================================================
   HEADER
=================================================== */

.mbd-clients-header {
  margin-bottom: 60px;
}


.mbd-clients-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 25px;

  color: rgba(255,255,255,0.52);

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-clients-eyebrow-line {
  display: block;

  width: 38px;
  height: 1px;

  background: rgba(255,255,255,0.34);

  transform: scaleX(0);
  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-clients-heading-row {
  display: grid;

  grid-template-columns: 1.08fr 0.72fr;

  align-items: end;

  gap: 90px;
}


.mbd-clients-title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(44px, 3.9vw, 66px);

  font-weight: 400;

  line-height: 1.04;

  letter-spacing: -0.045em;

  opacity: 0;
  transform: translateY(26px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-clients-title span {
  display: block;

  margin-top: 4px;

  font-weight: 600;
}


.mbd-clients-body {
  max-width: 500px;

  margin: 0 0 5px;

  color: rgba(255,255,255,0.58);

  font-size: 15px;

  line-height: 1.75;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.8s ease 0.16s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}


/* ===================================================
   MARQUEE
=================================================== */

.mbd-client-marquee {
  position: relative;

  width: 100%;

  overflow: hidden;

  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);

  opacity: 0;
  transform: translateY(25px);

  transition:
    opacity 0.85s ease 0.22s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.22s;
}


.mbd-client-track {
  display: flex;

  width: max-content;

  animation:
    mbdClientScroll 32s linear infinite;
}


.mbd-client-marquee:hover .mbd-client-track {
  animation-play-state: paused;
}


/* ===================================================
   CLIENT ITEM
=================================================== */

.mbd-client-logo {
  width: 245px;
  height: 145px;

  flex-shrink: 0;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 5px;

  padding: 20px;

  border-right: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.48);

  background: #171717;

  transition:
    background 0.35s ease,
    color 0.35s ease;
}


.mbd-client-main {
  color: rgba(255,255,255,0.62);

  font-size: 26px;
  font-weight: 700;

  line-height: 1;

  letter-spacing: -0.035em;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.mbd-client-sub {
  color: rgba(255,255,255,0.34);

  font-size: 8px;
  font-weight: 600;

  line-height: 1.2;

  letter-spacing: 0.13em;
  text-transform: uppercase;

  text-align: center;

  transition:
    color 0.35s ease;
}


/* ===================================================
   CLIENT HOVER
=================================================== */

.mbd-client-logo:hover {
  background: #f3efe8;
}


.mbd-client-logo:hover .mbd-client-main {
  color: #171717;

  transform: scale(1.03);
}


.mbd-client-logo:hover .mbd-client-sub {
  color: #625b54;
}


/* ===================================================
   EDGE FADES
=================================================== */

.mbd-client-fade {
  position: absolute;

  top: 0;
  bottom: 0;

  width: 110px;

  z-index: 4;

  pointer-events: none;
}


.mbd-client-fade-left {
  left: 0;

  background:
    linear-gradient(
      90deg,
      #171717 0%,
      rgba(23,23,23,0.94) 30%,
      rgba(23,23,23,0) 100%
    );
}


.mbd-client-fade-right {
  right: 0;

  background:
    linear-gradient(
      270deg,
      #171717 0%,
      rgba(23,23,23,0.94) 30%,
      rgba(23,23,23,0) 100%
    );
}


/* ===================================================
   CTA
=================================================== */

.mbd-clients-footer {
  display: flex;

  justify-content: flex-end;

  margin-top: 35px;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity 0.75s ease 0.35s,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}


.mbd-clients-cta {
  position: relative;

  display: inline-flex;
  align-items: center;

  gap: 15px;

  padding-bottom: 8px;

  color: #ffffff;

  text-decoration: none;

  font-size: 13px;
  font-weight: 500;
}


.mbd-clients-cta::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: rgba(255,255,255,0.65);

  transform: scaleX(0.3);
  transform-origin: left;

  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-clients-cta:hover::after {
  transform: scaleX(1);
}


.mbd-clients-cta-arrow {
  display: flex;

  transition:
    transform 0.35s ease;
}


.mbd-clients-cta:hover
.mbd-clients-cta-arrow {
  transform: translateX(5px);
}


/* ===================================================
   MARQUEE ANIMATION
=================================================== */

@keyframes mbdClientScroll {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}


/* ===================================================
   REVEAL
=================================================== */

.mbd-clients.is-visible
.mbd-clients-eyebrow,

.mbd-clients.is-visible
.mbd-clients-title,

.mbd-clients.is-visible
.mbd-clients-body,

.mbd-clients.is-visible
.mbd-client-marquee,

.mbd-clients.is-visible
.mbd-clients-footer {
  opacity: 1;

  transform: translateY(0);
}


.mbd-clients.is-visible
.mbd-clients-eyebrow-line {
  transform: scaleX(1);
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active
.mbd-clients-eyebrow,

.elementor-editor-active
.mbd-clients-title,

.elementor-editor-active
.mbd-clients-body,

.elementor-editor-active
.mbd-client-marquee,

.elementor-editor-active
.mbd-clients-footer {
  opacity: 1 !important;

  transform: none !important;
}


.elementor-editor-active
.mbd-clients-eyebrow-line {
  transform: scaleX(1) !important;
}


.elementor-editor-active
.mbd-client-track {
  animation-play-state: paused !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-clients {
    padding: 95px 0 85px;
  }


  .mbd-clients-inner {
    width: calc(100% - 70px);
  }


  .mbd-clients-heading-row {
    gap: 60px;
  }


  .mbd-client-logo {
    width: 220px;
    height: 135px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-clients {
    padding: 80px 0;
  }


  .mbd-clients-inner {
    width: calc(100% - 50px);
  }


  .mbd-clients-heading-row {
    grid-template-columns: 1fr;

    gap: 22px;
  }


  .mbd-clients-body {
    max-width: 620px;
  }


  .mbd-clients-header {
    margin-bottom: 45px;
  }


  .mbd-client-logo {
    width: 200px;
    height: 125px;
  }


  .mbd-client-fade {
    width: 60px;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-clients {
    padding: 70px 0;
  }


  .mbd-clients-inner {
    width: calc(100% - 36px);
  }


  .mbd-clients-eyebrow {
    gap: 10px;

    margin-bottom: 20px;

    font-size: 10px;
  }


  .mbd-clients-eyebrow-line {
    width: 25px;
  }


  .mbd-clients-title {
    font-size: clamp(38px, 11vw, 50px);
  }


  .mbd-clients-body {
    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-client-logo {
    width: 170px;
    height: 110px;
  }


  .mbd-client-main {
    font-size: 22px;
  }


  .mbd-client-sub {
    font-size: 7px;
  }


  .mbd-client-track {
    animation-duration: 25s;
  }


  .mbd-client-fade {
    width: 35px;
  }


  .mbd-clients-footer {
    justify-content: flex-start;

    margin-top: 28px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-client-track {
    animation: none !important;
  }


  .mbd-clients-eyebrow,
  .mbd-clients-title,
  .mbd-clients-body,
  .mbd-client-marquee,
  .mbd-clients-footer,
  .mbd-clients-eyebrow-line {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ceafb5a *//* ===================================================
   MBD ASSOCIATES
   STATISTICS STRIP
=================================================== */

.mbd-stats-strip {
  position: relative;
  width: 100%;

  padding: 58px 0;

  background: #f3efe8;

  border-top: 1px solid rgba(23,23,23,0.08);
  border-bottom: 1px solid rgba(23,23,23,0.08);

  overflow: hidden;
}


.mbd-stats-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.7fr 1.3fr;

  align-items: center;

  gap: 70px;
}


/* ===================================================
   HEADING
=================================================== */

.mbd-stats-heading {
  position: relative;

  padding-left: 48px;

  color: #6d655c;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateX(-20px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-stats-heading::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 34px;
  height: 1px;

  background: #8b8176;

  transform: translateY(-50%);
}


/* ===================================================
   STATS GRID
=================================================== */

.mbd-stats-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border-left: 1px solid rgba(23,23,23,0.12);
}


/* ===================================================
   STAT ITEM
=================================================== */

.mbd-stat-item {
  position: relative;

  padding: 5px 36px;

  border-right: 1px solid rgba(23,23,23,0.12);

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-stat-number {
  display: flex;
  align-items: baseline;

  gap: 2px;

  color: #171717;

  font-size: clamp(38px, 3.2vw, 56px);
  font-weight: 500;

  line-height: 1;

  letter-spacing: -0.045em;
}


.mbd-stat-number > span:last-child {
  font-size: 0.58em;
  font-weight: 400;

  color: #756c62;
}


.mbd-stat-placeholder {
  color: #171717;
}


.mbd-stat-item p {
  margin: 10px 0 0;

  color: #716960;

  font-size: 12px;
  font-weight: 500;

  line-height: 1.4;

  letter-spacing: 0.04em;
}


/* ===================================================
   REVEAL
=================================================== */

.mbd-stats-strip.is-visible
.mbd-stats-heading,

.mbd-stats-strip.is-visible
.mbd-stat-item {
  opacity: 1;

  transform: translate(0);
}


.mbd-stats-strip.is-visible
.mbd-stat-item:nth-child(1) {
  transition-delay: 0.08s;
}


.mbd-stats-strip.is-visible
.mbd-stat-item:nth-child(2) {
  transition-delay: 0.16s;
}


.mbd-stats-strip.is-visible
.mbd-stat-item:nth-child(3) {
  transition-delay: 0.24s;
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active
.mbd-stats-heading,

.elementor-editor-active
.mbd-stat-item {
  opacity: 1 !important;
  transform: none !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-stats-inner {
    width: calc(100% - 70px);

    gap: 45px;
  }


  .mbd-stat-item {
    padding-left: 28px;
    padding-right: 28px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-stats-strip {
    padding: 50px 0;
  }


  .mbd-stats-inner {
    width: calc(100% - 50px);

    grid-template-columns: 1fr;

    gap: 30px;
  }


  .mbd-stats-grid {
    border-top: 1px solid rgba(23,23,23,0.12);
    border-left: 0;

    padding-top: 25px;
  }


  .mbd-stat-item:first-child {
    padding-left: 0;
  }


  .mbd-stat-item:last-child {
    padding-right: 0;
    border-right: 0;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-stats-strip {
    padding: 42px 0;
  }


  .mbd-stats-inner {
    width: calc(100% - 36px);
  }


  .mbd-stats-heading {
    padding-left: 35px;

    font-size: 10px;
  }


  .mbd-stats-heading::before {
    width: 24px;
  }


  .mbd-stats-grid {
    grid-template-columns: 1fr;

    padding-top: 0;

    border-top: 0;
  }


  .mbd-stat-item {
    padding: 22px 0;

    border-right: 0;

    border-bottom: 1px solid rgba(23,23,23,0.12);
  }


  .mbd-stat-item:first-child {
    border-top: 1px solid rgba(23,23,23,0.12);
  }


  .mbd-stat-item:last-child {
    border-bottom: 0;
  }


  .mbd-stat-number {
    font-size: 42px;
  }


  .mbd-stat-item p {
    margin-top: 7px;

    font-size: 11px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-stats-heading,
  .mbd-stat-item {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9df86fd *//* ===================================================
   MBD ASSOCIATES
   CTA BANNER
=================================================== */

.mbd-cta-banner {
  position: relative;

  width: 100%;

  padding: 90px 0 78px;

  background: #171717;

  color: #ffffff;

  overflow: hidden;
}


/* Subtle ambient background */

.mbd-cta-banner::before {
  content: "";

  position: absolute;

  width: 520px;
  height: 520px;

  right: -170px;
  top: -280px;

  border: 1px solid rgba(255,255,255,0.05);

  border-radius: 50%;

  pointer-events: none;
}


.mbd-cta-banner::after {
  content: "";

  position: absolute;

  width: 360px;
  height: 360px;

  right: -80px;
  top: -190px;

  border: 1px solid rgba(255,255,255,0.045);

  border-radius: 50%;

  pointer-events: none;
}


.mbd-cta-banner-inner {
  position: relative;

  z-index: 2;

  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1.1fr 0.65fr;

  align-items: end;

  gap: 110px;
}


/* ===================================================
   EYEBROW
=================================================== */

.mbd-cta-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 24px;

  color: rgba(255,255,255,0.5);

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  opacity: 0;

  transform: translateY(16px);

  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-cta-eyebrow-line {
  display: block;

  width: 36px;
  height: 1px;

  background: rgba(255,255,255,0.38);

  transform: scaleX(0);

  transform-origin: left;

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}


/* ===================================================
   HEADING
=================================================== */

.mbd-cta-title {
  max-width: 790px;

  margin: 0;

  color: #ffffff;

  font-size: clamp(48px, 4.6vw, 76px);

  font-weight: 400;

  line-height: 0.99;

  letter-spacing: -0.05em;

  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity 0.85s ease 0.08s,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}


.mbd-cta-title span {
  display: block;

  margin-top: 5px;

  color: rgba(255,255,255,0.72);

  font-weight: 400;
}


/* ===================================================
   RIGHT SIDE
=================================================== */

.mbd-cta-side {
  padding-bottom: 5px;

  opacity: 0;

  transform: translateY(24px);

  transition:
    opacity 0.8s ease 0.18s,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}


.mbd-cta-description {
  max-width: 470px;

  margin: 0;

  color: rgba(255,255,255,0.58);

  font-size: 15px;

  line-height: 1.75;
}


/* ===================================================
   CTA BUTTON
=================================================== */

.mbd-cta-button {
  position: relative;

  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  min-width: 195px;
  min-height: 58px;

  margin-top: 30px;

  padding: 0 13px 0 23px;

  gap: 24px;

  background: #f3efe8;

  color: #171717;

  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  overflow: hidden;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}


.mbd-cta-button::before {
  content: "";

  position: absolute;

  inset: 0;

  background: #ffffff;

  transform: translateY(101%);

  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-cta-button:hover::before {
  transform: translateY(0);
}


.mbd-cta-button > span {
  position: relative;

  z-index: 2;
}


.mbd-cta-button-arrow {
  width: 37px;
  height: 37px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #171717;

  color: #ffffff;

  border-radius: 50%;

  transition:
    transform 0.35s ease;
}


.mbd-cta-button:hover
.mbd-cta-button-arrow {
  transform: translateX(4px);
}


/* ===================================================
   BOTTOM DETAIL
=================================================== */

.mbd-cta-bottom-line {
  position: relative;

  z-index: 2;

  width: calc(100% - 100px);
  max-width: 1440px;

  height: 1px;

  margin: 70px auto 0;

  background: rgba(255,255,255,0.11);

  overflow: hidden;
}


.mbd-cta-bottom-line span {
  display: block;

  width: 0;
  height: 100%;

  background: rgba(255,255,255,0.48);

  transition:
    width 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}


/* ===================================================
   VISIBLE STATE
=================================================== */

.mbd-cta-banner.is-visible
.mbd-cta-eyebrow,

.mbd-cta-banner.is-visible
.mbd-cta-title,

.mbd-cta-banner.is-visible
.mbd-cta-side {
  opacity: 1;

  transform: translateY(0);
}


.mbd-cta-banner.is-visible
.mbd-cta-eyebrow-line {
  transform: scaleX(1);
}


.mbd-cta-banner.is-visible
.mbd-cta-bottom-line span {
  width: 100%;
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active
.mbd-cta-eyebrow,

.elementor-editor-active
.mbd-cta-title,

.elementor-editor-active
.mbd-cta-side {
  opacity: 1 !important;

  transform: none !important;
}


.elementor-editor-active
.mbd-cta-eyebrow-line {
  transform: scaleX(1) !important;
}


.elementor-editor-active
.mbd-cta-bottom-line span {
  width: 100% !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-cta-banner {
    padding: 82px 0 70px;
  }


  .mbd-cta-banner-inner,
  .mbd-cta-bottom-line {
    width: calc(100% - 70px);
  }


  .mbd-cta-banner-inner {
    gap: 70px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-cta-banner {
    padding: 75px 0 65px;
  }


  .mbd-cta-banner-inner,
  .mbd-cta-bottom-line {
    width: calc(100% - 50px);
  }


  .mbd-cta-banner-inner {
    grid-template-columns: 1fr;

    gap: 34px;
  }


  .mbd-cta-description {
    max-width: 600px;
  }


  .mbd-cta-bottom-line {
    margin-top: 55px;
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-cta-banner {
    padding: 65px 0 55px;
  }


  .mbd-cta-banner-inner,
  .mbd-cta-bottom-line {
    width: calc(100% - 36px);
  }


  .mbd-cta-eyebrow {
    gap: 10px;

    margin-bottom: 20px;

    font-size: 10px;
  }


  .mbd-cta-eyebrow-line {
    width: 25px;
  }


  .mbd-cta-title {
    font-size: clamp(39px, 11vw, 52px);

    line-height: 1.02;
  }


  .mbd-cta-side {
    padding: 0;
  }


  .mbd-cta-description {
    font-size: 14px;

    line-height: 1.7;
  }


  .mbd-cta-button {
    min-height: 55px;

    margin-top: 26px;

    min-width: 180px;
  }


  .mbd-cta-bottom-line {
    margin-top: 45px;
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-cta-eyebrow,
  .mbd-cta-title,
  .mbd-cta-side,
  .mbd-cta-eyebrow-line,
  .mbd-cta-bottom-line span {
    transition: none !important;
  }

}/* End custom CSS */