.elementor-257 .elementor-element.elementor-element-078a830{width:100%;max-width:100%;}.elementor-257 .elementor-element.elementor-element-107aa20{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-257 .elementor-element.elementor-element-107aa20.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-257 .elementor-element.elementor-element-e6f575e{text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;text-shadow:0px 0px 10px #CDA835;color:#CDA835;}.elementor-257 .elementor-element.elementor-element-7ccd003{margin:080px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-257 .elementor-element.elementor-element-a0f327e{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-257 .elementor-element.elementor-element-c53c27b{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-078a830{margin:-19px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-107aa20{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-43aab4b */.memorial-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #081120;
  color: #f5f1e8;
  display: flex;
  align-items: center;
}


.memorial-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,8,15,0.25), rgba(5,8,15,0.01)),
    linear-gradient(180deg, rgba(5,8,15,0.), rgba(5,8,15,0.8));
  z-index: 2;
}

.memorial-wrap {
  position: relative;
  z-index: 3;
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 60px;
  padding: 90px 0;
}

.memorial-photo {
  display: flex;
  justify-content: center;
}

.photo-ring {
  position: relative;
  width: min(480px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(135deg, #f6d77a, #8f6a22, #d4af37);
  box-shadow:
    0 0 80px rgba(212,175,55,0.22),
    0 30px 80px rgba(0,0,0,0.55);
}

.photo-ring::before {
  content: "";
  position: absolute;
  inset: -25px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.35);
  transform: rotate(-10deg);
}

.photo-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  display: block;
  background: #d9d9d9;
}

.memorial-content {
  text-align: center;
}

.eyebrow {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 14px;
  margin-bottom: 20px;
}

.memorial-content h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.95;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #f5f1e8;
}

.memorial-content h1 span {
  display: block;
  color: #d4af37;
}

.memorial-content h1 small {
  display: block;
  font-size: 0.38em;
  letter-spacing: 4px;
  margin-top: 14px;
  color: #f5f1e8;
}

.dates {
  margin: 30px auto 0;
  padding: 18px 20px;
  border-top: 1px solid rgba(212,175,55,0.45);
  border-bottom: 1px solid rgba(212,175,55,0.45);
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #f5f1e8;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.divider {
  color: #d4af37;
}

.quote {
  max-width: 620px;
  margin: 28px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: #ece7dd;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-buttons a {
  text-decoration: none;
  color: #f5f1e8;
  border: 1px solid rgba(212,175,55,0.6);
  padding: 13px 22px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero-buttons a:hover {
  background: linear-gradient(135deg, #d4af37, #8f6a22);
  color: #081120;
  transform: translateY(-3px);
}

/* Tablet */
@media (max-width: 1024px) {
  .memorial-wrap {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 80px 0 60px;
  }

  .photo-ring {
    width: min(390px, 82vw);
  }

  .memorial-content h1 {
    font-size: clamp(40px, 8vw, 68px);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .memorial-hero {
    min-height: auto;
  }

  .memorial-wrap {
    width: 90%;
    padding: 55px 0 45px;
    gap: 28px;
  }

  .photo-ring {
    width: min(300px, 82vw);
    padding: 7px;
  }

  .photo-ring::before {
    inset: -14px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .memorial-content h1 {
    font-size: 38px;
  }

  .memorial-content h1 small {
    font-size: 0.4em;
    letter-spacing: 3px;
  }

  .dates {
    font-size: 14px;
    gap: 9px;
    padding: 14px 10px;
  }

  .quote {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }
}

.memorial-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #081120;
}

/* VIDEO FULL COVER */
.memorial-video{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: 1;
}

/* DARK OVERLAY */
.memorial-overlay{
  position: absolute;
  inset: 0;

  background:
    linear-gradient(90deg, rgba(5,8,15,0.45), rgba(5,8,15,0.08)),
    linear-gradient(180deg, rgba(5,8,15,0.12), rgba(5,8,15,0.82));

  z-index: 2;
}

/* CONTENT */
.memorial-wrap{
  position: relative;
  z-index: 3;
  width: min(1200px, 92%);
  margin: 0 auto;
}
.memorial-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0f327e *//* ABOUT + LIFE TIMELINE SECTION */
.lolo-story-section {
  background:
    radial-gradient(circle at top left, rgba(212,175,55,0.10), transparent 28%),
    linear-gradient(180deg, #081120 0%, #06101d 45%, #05080f 100%);
  padding: 28px 24px 40px;
  color: #f5f1e8;
}

.lolo-story-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.9fr;
  gap: 10px;
}

/* CARDS */
.lolo-about-card,
.lolo-timeline-card {
  border: 1px solid rgba(212,175,55,0.45);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));

  border-radius: 10px;
  padding: 28px 32px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.32);
  backdrop-filter: blur(10px);
}

/* HEADINGS */
.lolo-about-card h2,
.lolo-timeline-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}

.gold-divider {
  width: 130px;
  height: 18px;
  margin: 8px auto 18px;
  position: relative;
}   
.gold-divider::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.gold-divider::after {
  content: "❧";
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  color: #d4af37;
  font-size: 17px;
}

/* ABOUT TEXT */
.lolo-about-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55;
  color: #f0eadf;
  margin: 0 0 16px;
}

.lolo-traits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 12px;
  margin-top: 24px;
}

.lolo-traits span {
  color: #f5f1e8;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* TIMELINE */
.lolo-timeline-card {
  text-align: center;
}

.lolo-timeline-card .gold-divider {
  margin-left: auto;
  margin-right: auto;
}

.lolo-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px 8px 10px;
}

.lolo-timeline::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212,175,55,0.85),
    transparent
  );
}

.timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.timeline-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.95);
  background:
    radial-gradient(circle at top, rgba(212,175,55,0.18), rgba(5,8,15,0.95));
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow:
    0 0 0 8px rgba(8,17,32,0.92),
    0 0 28px rgba(212,175,55,0.18);
}

.timeline-item h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #d4af37;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.timeline-item p {
  font-family: Georgia, "Times New Roman", serif;
  color: #f5f1e8;
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

/* TABLET */
@media (max-width: 1024px) {
  .lolo-story-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lolo-timeline {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* =========================================
   MOBILE ONLY — LUXURY MEMORIAL TIMELINE
========================================= */

@media (max-width: 700px) {

  .lolo-timeline-card {
    overflow: hidden;
    padding: 28px 20px 34px;
  }

  .lolo-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;

    padding: 18px 0 10px;
  }

  /* CENTER GOLD LINE */
  .lolo-timeline::before {
    content: "";
    position: absolute;

    left: 32px;
    top: 0;
    bottom: 0;

    width: 2px;

    background:
      linear-gradient(
        to bottom,
        transparent,
        rgba(212,175,55,0.9),
        transparent
      );

    z-index: 1;
  }

  /* ITEM */
  .timeline-item {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 18px;

    text-align: left;
    z-index: 2;
  }

  /* ICON */
  .timeline-icon {
    position: relative;

    width: 64px;
    min-width: 64px;

    height: 64px;

    margin: 0;

    border-radius: 50%;

    background:
      radial-gradient(
        circle at top,
        rgba(212,175,55,0.2),
        rgba(5,8,15,0.95)
      );

    border: 1px solid rgba(212,175,55,0.95);

    color: #d4af37;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;

    box-shadow:
      0 0 0 8px rgba(8,17,32,0.95),
      0 0 28px rgba(212,175,55,0.18);
  }

  /* CONTENT BOX */
  .timeline-item > div:last-child {
    flex: 1;

    border: 1px solid rgba(212,175,55,0.18);

    background:
      linear-gradient(
        145deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.015)
      );

    padding: 16px 18px;

    border-radius: 14px;

    backdrop-filter: blur(8px);

    box-shadow:
      0 10px 30px rgba(0,0,0,0.28);
  }

  /* YEAR */
  .timeline-item h3 {
    margin: 0 0 6px;

    color: #d4af37;

    font-size: 17px;

    letter-spacing: 1px;

    text-transform: uppercase;

    font-family: Georgia, "Times New Roman", serif;
  }

  /* DESCRIPTION */
  .timeline-item p {
    margin: 0;

    color: #f5f1e8;

    font-size: 15px;

    line-height: 1.5;
  }

}







@media (max-width: 700px){

  .lolo-about-card h2{
    text-align: center;
  }

  .lolo-about-card .gold-divider{
    margin-left: auto;
    margin-right: auto;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c53c27b *//* PHOTO + VIDEO SECTION */
.lolo-media-section {
  background: linear-gradient(180deg, #05080f 0%, #071120 100%);
  padding: 0 24px 40px;
  color: #f5f1e8;
}

.lolo-gallery-card,
.lolo-video-card {
  width: min(1200px, 100%);
  margin: 0 auto 12px;
  border: 1px solid rgba(212,175,55,0.45);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.28);
}

.media-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.media-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}

.media-heading h2::after {
  content: " ❧";
  font-size: 17px;
}

.media-heading a {
  color: #f5f1e8;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.88;
}

.media-heading a:hover {
  color: #d4af37;
}

/* GALLERY */
.lolo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.lolo-gallery-grid img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(212,175,55,0.35);
  filter: saturate(0.95) contrast(1.03);
  transition: 0.3s ease;
}

.lolo-gallery-grid img:hover {
  transform: translateY(-4px);
  filter: saturate(1.12) contrast(1.08);
  box-shadow: 0 18px 35px rgba(0,0,0,0.4);
}

/* VIDEO */
.lolo-video-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.video-memory {
  color: inherit;
  text-decoration: none;
}

.video-thumb {
  position: relative;
  height: 160px;
  border-radius: 9px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(212,175,55,0.45);
  overflow: hidden;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.55));
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(245,241,232,0.9);
  color: #081120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  font-size: 20px;
  box-shadow: 0 0 24px rgba(255,255,255,0.35);
}

.duration {
  position: absolute;
  right: 10px;
  bottom: 9px;
  background: rgba(0,0,0,0.75);
  color: #f5f1e8;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 13px;
}

.video-memory h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  color: #f5f1e8;
  margin: 14px 0 5px;
}

.video-memory p {
  font-size: 14px;
  line-height: 1.5;
  color: #d9d2c3;
  margin: 0;
}

.memory-quote {
  min-height: 100%;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 12px;
  background:
    radial-gradient(circle at bottom right, rgba(212,175,55,0.13), transparent 45%),
    rgba(255,255,255,0.025);
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 0.6;
  color: #d4af37;
}

.memory-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.45;
  color: #f5f1e8;
  margin: 12px 0;
}

.quote-heart {
  color: #d4af37;
  font-size: 28px;
}

/* TABLET */
@media (max-width: 1024px) {
  .lolo-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lolo-video-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .memory-quote {
    grid-column: span 2;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .lolo-media-section {
    padding: 0 14px 34px;
  }

  .lolo-gallery-card,
  .lolo-video-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .media-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .media-heading h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .lolo-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .lolo-gallery-grid img {
    height: 125px;
  }

  .lolo-video-layout {
    grid-template-columns: 1fr;
  }

  .video-thumb {
    height: 190px;
  }

  .memory-quote {
    grid-column: auto;
    padding: 28px 22px;
  }

  .memory-quote p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-078a830 *//* FUNERAL + LOCATION SECTION */
.lolo-funeral-message {
  background: linear-gradient(180deg, #071120 0%, #05080f 100%);
  padding: 0 24px 55px;
  color: #f5f1e8;
}

.lolo-funeral-message-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.funeral-card,
.message-card {
  border: 1px solid rgba(212,175,55,0.45);
  background:
    radial-gradient(circle at bottom left, rgba(212,175,55,0.12), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.28);
}

.funeral-card h2,
.message-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 24px;
  text-align: center;
}

.funeral-card h2::after,
.message-card h2::after {
  content: " ❧";
  font-size: 17px;
}

.funeral-content {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
}

/* CANDLE */
.candle-box {
  position: relative;
  height: 210px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.candle-body {
  width: 70px;
  height: 120px;
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(90deg, #f5f1e8, #cfc6b5, #fff8e7);
  box-shadow: 0 0 50px rgba(246,215,122,0.22);
}

.candle-flame {
  position: absolute;
  bottom: 116px;
  width: 34px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff7c6 15%, #f6d77a 45%, #d48626 75%);
  box-shadow:
    0 0 30px rgba(246,215,122,0.85),
    0 0 70px rgba(212,175,55,0.35);
  animation: flameMove 2s infinite ease-in-out;
}

@keyframes flameMove {
  0%, 100% { transform: scale(1) rotate(-2deg); }
  50% { transform: scale(1.08) rotate(2deg); }
}

.funeral-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.funeral-info,
.location-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: flex-start;
}

.funeral-info span,
.location-item span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.7);
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,175,55,0.08);
}

.funeral-info h3,
.location-item h3 {
  color: #d4af37;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 5px;
}

.funeral-info p,
.location-item p {
  margin: 0;
  color: #f5f1e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15.5px;
  line-height: 1.45;
}

/* MAP */
.map-wrapper {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(212,175,55,0.35);
  margin-top: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.05) brightness(0.92);
}

.location-details {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

/* TABLET */
@media (max-width: 1024px) {
  .lolo-funeral-message-inner {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .lolo-funeral-message {
    padding: 0 14px 40px;
  }

  .funeral-card,
  .message-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .funeral-card h2,
  .message-card h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .funeral-content {
    grid-template-columns: 1fr;
  }

  .candle-box {
    height: 150px;
  }

  .candle-body {
    height: 85px;
    width: 55px;
  }

  .candle-flame {
    bottom: 82px;
  }

  .funeral-info-grid {
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-107aa20 */.lolo-messages-section {
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.12), transparent 35%),
    linear-gradient(180deg, #05080f 0%, #081120 100%);
  padding: 70px 24px;
  color: #f5f1e8;
}

.lolo-messages-wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.messages-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.messages-heading span {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
}

.messages-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 500;
  margin: 14px 0;
}

.messages-heading p {
  color: #d9d2c3;
  font-size: 17px;
  line-height: 1.6;
}

.messages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.message-note {
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  padding: 26px;
}

.message-note p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 18px;
}

.message-note h4 {
  color: #d4af37;
  margin: 0;
  font-weight: 500;
}

.lolo-message-form {
  border: 1px solid rgba(212,175,55,0.4);
  background: rgba(255,255,255,0.035);
  border-radius: 16px;
  padding: 30px;
}

.lolo-message-form h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #d4af37;
  font-size: 26px;
  margin: 0 0 18px;
}

.lolo-message-form textarea,
.lolo-message-form input {
  width: 100%;
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(5,8,15,0.65);
  color: #f5f1e8;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  outline: none;
}

.lolo-message-form textarea {
  min-height: 140px;
  resize: vertical;
  margin-bottom: 12px;
}

.message-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lolo-message-form button {
  margin-top: 14px;
  border: 1px solid rgba(212,175,55,0.7);
  background: linear-gradient(135deg, #d4af37, #8f6a22);
  color: #081120;
  padding: 13px 28px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 900px) {
  .messages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .lolo-messages-section {
    padding: 55px 16px;
  }

  .message-form-row {
    grid-template-columns: 1fr;
  }
}
/* USER PROFILE */
.message-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

/* FIXED PROFILE SIZE */
.message-user img {
  width: 64px;
  min-width: 64px;
  max-width: 64px;

  height: 64px;
  min-height: 64px;
  max-height: 64px;

  border-radius: 50%;
  object-fit: cover;
  object-position: center;

  border: 2px solid rgba(212,175,55,0.7);

  box-shadow:
    0 0 20px rgba(212,175,55,0.18),
    0 8px 20px rgba(0,0,0,0.28);

  background: #0b1424;

  display: block;
}

/* TEXT */
.message-user h4 {
  margin: 0;
  color: #f5f1e8;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.message-user span {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* MOBILE */
@media (max-width: 600px) {

  .message-user img {
    width: 54px;
    min-width: 54px;
    max-width: 54px;

    height: 54px;
    min-height: 54px;
    max-height: 54px;
  }

}/* End custom CSS */
/* Start custom CSS for post-comments, class: .elementor-element-cf64f63 *//* =========================================
   MEMORIAL COMMENT SECTION / GUESTBOOK
========================================= */

.comments-area,
#comments {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 70px 24px;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.10), transparent 35%),
    linear-gradient(180deg, #05080f 0%, #081120 100%);
  color: #f5f1e8;
}

.comments-title,
.comment-reply-title {
  font-family: Georgia, "Times New Roman", serif;
  color: #d4af37;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 14px;
}

.comment-reply-title::after {
  content: " ❧";
  font-size: 18px;
}

.comment-notes,
.logged-in-as,
.comment-form-cookies-consent,
.comment-form label {
  color: #d9d2c3;
  font-size: 14px;
}

.comment-form {
  border: 1px solid rgba(212,175,55,0.4);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border-radius: 16px;
  padding: 34px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.3);
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(5,8,15,0.65);
  color: #f5f1e8;
  border-radius: 10px;
  padding: 15px 16px;
  font-size: 15px;
  outline: none;
}

.comment-form-comment textarea {
  min-height: 180px;
  resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(212,175,55,0.85);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12);
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5%;
}

.comment-form-url {
  margin-right: 0;
}

.form-submit .submit,
.comment-form input[type="submit"] {
  border: 1px solid rgba(212,175,55,0.75);
  background: linear-gradient(135deg, #d4af37, #8f6a22);
  color: #081120;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit .submit:hover,
.comment-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(212,175,55,0.25);
}

/* Existing comments */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 34px 0;
}

.comment-list .comment {
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(255,255,255,0.035);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
}

.comment-author,
.comment-meta {
  color: #d4af37;
}

.comment-content {
  color: #f5f1e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 700px) {
  .comments-area,
  #comments {
    padding: 50px 16px;
  }

  .comment-form {
    padding: 24px 20px;
  }

  .comment-reply-title {
    font-size: 22px;
    letter-spacing: 3px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}/* End custom CSS */