:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a21e9c8 */.elementor-section{
  background:#11161D !important;
}
/* =================================
   LifeDrive Modal Premium Media Area
   ================================= */

.lifedrive .ld-modal-media{
  margin: 0 0 24px;
}

.lifedrive .ld-modal-media__frame{
  position: relative;
  border-radius: 24px;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  border: 1px solid rgba(164,131,74,0.22);
  box-shadow:
    0 18px 50px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
}

.lifedrive .ld-modal-media__imageWrap{
  position: relative;
  min-height: 260px;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(44,49,54,0.92), rgba(23,25,28,0.96));
  border: 1px solid rgba(255,255,255,0.08);
}

.lifedrive .ld-modal-media__image{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transform: scale(1.015);
  opacity: 0;
  animation: ldModalImageReveal 900ms cubic-bezier(.22,.61,.36,1) forwards;
}

.lifedrive .ld-modal-media__overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(16,18,20,0.04) 0%,
      rgba(16,18,20,0.10) 45%,
      rgba(16,18,20,0.48) 100%
    );
}

.lifedrive .ld-modal-media__imageWrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.10) 0%,
      rgba(255,255,255,0.025) 22%,
      rgba(255,255,255,0.00) 42%
    );
  z-index: 2;
}

.lifedrive .ld-modal-media__imageWrap::after{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -24px 50px rgba(0,0,0,0.18);
  z-index: 2;
}

.lifedrive .ld-modal-media__chip{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(28,31,35,0.66);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(180,148,92,0.24);
  color: rgba(244,239,232,0.92);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 10px 24px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.lifedrive .ld-modal-media__footer{
  display: flex;
  justify-content: flex-end;
  padding: 14px 6px 2px;
}

.lifedrive .ld-modal-media__galleryLink{
  position: relative;
  color: rgba(214,195,157,0.88);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: color 220ms ease, opacity 220ms ease;
  opacity: 0.9;
}

.lifedrive .ld-modal-media__galleryLink::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, rgba(214,195,157,0.0), rgba(214,195,157,0.75), rgba(214,195,157,0.0));
  transform: scaleX(0.72);
  transform-origin: center;
  transition: transform 220ms ease, opacity 220ms ease;
  opacity: 0.85;
}

.lifedrive .ld-modal-media__galleryLink:hover{
  color: rgba(234,220,191,0.98);
  opacity: 1;
}

.lifedrive .ld-modal-media__galleryLink:hover::after{
  transform: scaleX(1);
  opacity: 1;
}

@keyframes ldModalImageReveal{
  0%{
    opacity: 0;
    transform: scale(1.04);
    filter: blur(2px);
  }
  100%{
    opacity: 1;
    transform: scale(1.015);
    filter: blur(0);
  }
}

/* Responsive */
@media (max-width: 767px){
  .lifedrive .ld-modal-media{
    margin: 0 0 20px;
  }

  .lifedrive .ld-modal-media__frame{
    border-radius: 20px;
    padding: 8px;
  }

  .lifedrive .ld-modal-media__imageWrap,
  .lifedrive .ld-modal-media__image{
    min-height: 220px;
  }

  .lifedrive .ld-modal-media__chip{
    left: 12px;
    bottom: 12px;
    padding: 0 12px;
    min-height: 32px;
    font-size: 11px;
    letter-spacing: 0.10em;
  }

  .lifedrive .ld-modal-media__footer{
    padding: 12px 4px 0;
  }
}/* End custom CSS */