@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Dancing+Script:wght@700&family=Playfair+Display:wght@400;700&display=swap');

/* ===== WRAP ===== */
.lcf-tm-wrap {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

/* ===== HEADER ===== */
.lcf-tm-header {
    position: relative;
    text-align: center;
    padding: 40px 20px 30px;
    background: #fff;
    overflow: hidden;
}

.elementor-86 .elementor-element.elementor-element-b46f8be .lcf-tm-name {
    color: #ffffff !important;
}

.lcf-tm-deco {
    position: absolute;
    top: 108px;
    width: 250px;
    opacity: 0.85;
    pointer-events: none;
}
.lcf-tm-deco-left  { left: 0; }
.lcf-tm-deco-right { right: 0; }
.lcf-tm-deco img   { width: 100%; height: auto; display: block; }

.lcf-tm-header-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

/* Quote + Leaf */
.lcf-tm-quote-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
}
.lcf-tm-leaf   { font-size: 22px; line-height: 1; }
.lcf-tm-leaf-r { transform: scaleX(-1); display: inline-block; }
.lcf-tm-big-quote {
    font-size: 52px;
    color: #1a5c38;
    line-height: 1;
    font-family: Georgia, serif;
}

/* Titles */
.lcf-tm-top-line {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 4px !important;
    line-height: 1.2 !important;
}

.lcf-tm-main-title {
    font-family: 'Dancing Script', cursive !important;
    font-size: 52px !important;
    font-weight: 700 !important;
    color: #1a5c38 !important;
    margin: 0 0 16px !important;
    line-height: 1.2 !important;
}

/* Divider */
.lcf-tm-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}
.lcf-tm-divider span:first-child,
.lcf-tm-divider span:last-child {
    display: block;
    width: 60px;
    height: 1.5px;
    background: #1a5c38;
    border-radius: 2px;
}
.lcf-tm-div-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #1a5c38 !important;
}

.lcf-tm-sub-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

/* ===== CARDS WRAP ===== */
.lcf-tm-cards-wrap {
    background: #1a5c38;
    padding: 40px 30px 20px;
    position: relative;
}

/* ===== SWIPER ===== */
.lcf-tm-swiper { overflow: hidden; padding-bottom: 10px; }

/* ===== CARD ===== */
.lcf-tm-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 28px 24px 20px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.lcf-tm-card-quote {
    font-size: 48px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
    margin-bottom: 16px;
    font-family: Georgia, serif;
}

.lcf-tm-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

/* Photo */
.lcf-tm-photo-wrap {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.6);
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.lcf-tm-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Testimonial text */
.lcf-tm-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.92);
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

/* Card divider */
.lcf-tm-card-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 18px 0;
}

/* Card footer */
.lcf-tm-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lcf-tm-person-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.lcf-tm-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.lcf-tm-role {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
}
.lcf-tm-company {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}

/* Company logo */
.lcf-tm-logo-wrap {
    max-width: 100px;
    flex-shrink: 0;
}
.lcf-tm-logo-wrap img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* ===== BOTTOM TEXT ===== */
.lcf-tm-bottom-text {
    text-align: center;
    margin-top: 24px;
    padding-bottom: 10px;
}
.lcf-tm-bottom-text p {
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

/* ===== DOTS ===== */
.lcf-tm-dots {
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px !important;
    text-align: center;
}
.lcf-tm-dots .swiper-pagination-bullet {
    width: 9px; height: 9px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
}
.lcf-tm-dots .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .lcf-tm-main-title { font-size: 36px !important; }
    .lcf-tm-top-line   { font-size: 24px !important; }
    .lcf-tm-deco       { width: 100px; }
    .lcf-tm-cards-wrap { padding: 30px 16px 16px; }
    .lcf-tm-card-inner { flex-direction: column; align-items: center; }
    .lcf-tm-text       { text-align: center; }
    .lcf-tm-card-footer{ flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
    .lcf-tm-main-title  { font-size: 28px !important; }
    .lcf-tm-bottom-text p { font-size: 20px; }
    .lcf-tm-deco        { display: none; }
}
