.elementor-26 .elementor-element.elementor-element-5db0c21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-d8b716c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-c97cd6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-209f1d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-49eede6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-23e9610{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-6e82788{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7e43000 */.edm-ahero * { margin:0; padding:0; box-sizing:border-box; }

.edm-ahero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fdfbf7;
}

/* Accent line */
.edm-ahero-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #90191c 0%, #c9a656 50%, #90191c 100%);
    opacity: 0.7;
    z-index: 3;
}

.edm-ahero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 75% 30%, rgba(201,166,86,0.08) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 20% 70%, rgba(144,25,28,0.04) 0%, transparent 70%);
    pointer-events: none;
}

/* Decorative shapes */
.edm-ahero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: edmAFade 1s ease forwards;
}
.edm-ahero-shape-1 { width:320px; height:320px; top:-60px; right:-80px; border:1px solid rgba(201,166,86,0.1); animation-delay:0.5s; }
.edm-ahero-shape-2 { width:200px; height:200px; bottom:80px; left:-60px; border:1px solid rgba(144,25,28,0.06); animation-delay:0.8s; }
.edm-ahero-shape-3 { width:12px; height:12px; top:25%; right:10%; background:rgba(201,166,86,0.15); animation-delay:1.1s; }
.edm-ahero-shape-4 { width:8px; height:8px; bottom:30%; left:8%; background:rgba(144,25,28,0.1); animation-delay:1.3s; }
@keyframes edmAFade { to { opacity:1; } }

.edm-ahero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 20px 80px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* LEFT: Content */
.edm-ahero-content {
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: edmAUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.2s forwards;
}

@keyframes edmAUp {
    from { opacity:0; transform:translateY(20px); }
    to { opacity:1; transform:translateY(0); }
}

/* Breadcrumb */
.edm-ahero-bread {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid rgba(201,166,86,0.2);
    border-radius: 50px;
    margin-bottom: 24px;
    align-self: flex-start;
}
.edm-ahero-bread a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}
.edm-ahero-bread a:hover { color: #90191c; }
.edm-ahero-bread span { font-family: 'Poppins', sans-serif; font-size: 12px; color: #ccc; }
.edm-ahero-bread-current { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #90191c; }

/* Eyebrow tag */
.edm-ahero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(144,25,28,0.06);
    border-radius: 50px;
    margin-bottom: 20px;
    align-self: flex-start;
}
.edm-ahero-tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9a656;
    position: relative;
}
.edm-ahero-tag-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(201,166,86,0.25);
    animation: edmAPulse 2s ease-in-out infinite;
}
@keyframes edmAPulse {
    0%, 100% { transform: scale(1); opacity:1; }
    50% { transform: scale(1.6); opacity:0; }
}
.edm-ahero-tag-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.3px;
}

/* H1 */
.edm-ahero-h1 {
    font-family: 'Red Rose', serif;
    font-size: clamp(32px, 4.6vw, 56px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.12;
    margin-bottom: 22px;
}
.edm-ahero-h1 span {
    color: #90191c;
    position: relative;
    display: inline-block;
}

.edm-ahero-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 18px;
}

.edm-ahero-desc strong {
    color: #1a1a1a;
    font-weight: 600;
}

.edm-ahero-highlight {
    background: linear-gradient(120deg, rgba(201,166,86,0.12) 0%, rgba(201,166,86,0) 100%);
    padding: 16px 20px;
    border-left: 3px solid #c9a656;
    border-radius: 0 12px 12px 0;
    margin-bottom: 28px;
}
.edm-ahero-highlight p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
}

/* CTA */
.edm-ahero-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.edm-ahero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.35s;
    box-shadow: 0 6px 24px rgba(144,25,28,0.3);
    position: relative;
    overflow: hidden;
}
.edm-ahero-btn-primary::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s;
}
.edm-ahero-btn-primary:hover::before { left: 100%; }
.edm-ahero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144,25,28,0.4);
}
.edm-ahero-btn-primary svg { width:18px; height:18px; transition:transform 0.3s; }
.edm-ahero-btn-primary:hover svg { transform:translateX(4px); }

.edm-ahero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: transparent;
    color: #2a2a2a;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #e0dbd2;
    transition: all 0.35s;
}
.edm-ahero-btn-secondary:hover {
    border-color: #90191c;
    color: #90191c;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(144,25,28,0.1);
}
.edm-ahero-btn-secondary svg { width:16px; height:16px; }

/* RIGHT: Image */
.edm-ahero-visual {
    position: relative;
    opacity: 0;
    animation: edmAUp 0.9s cubic-bezier(0.22,1,0.36,1) 0.5s forwards;
}

.edm-ahero-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.1);
}
.edm-ahero-img-wrap img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    transition: transform 6s ease;
}
.edm-ahero-img-wrap:hover img { transform: scale(1.04); }

/* Golden corner frames */
.edm-ahero-frame {
    position: absolute;
    width: 130px;
    height: 130px;
    pointer-events: none;
    z-index: 2;
}
.edm-ahero-frame-tl {
    top: -14px;
    left: -14px;
    border-top: 3px solid #c9a656;
    border-left: 3px solid #c9a656;
    border-radius: 24px 0 0 0;
}
.edm-ahero-frame-br {
    bottom: -14px;
    right: -14px;
    border-bottom: 3px solid #c9a656;
    border-right: 3px solid #c9a656;
    border-radius: 0 0 24px 0;
}

/* Floating badge */
.edm-ahero-badge {
    position: absolute;
    bottom: 32px;
    left: -28px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    z-index: 3;
    border-left: 4px solid #90191c;
}

.edm-ahero-badge-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #90191c, #b82025);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(144,25,28,0.25);
}
.edm-ahero-badge-icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.edm-ahero-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.edm-ahero-badge-title {
    font-family: 'Red Rose', serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}
.edm-ahero-badge-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    color: #90191c;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Top floating stat */
.edm-ahero-stat {
    position: absolute;
    top: 32px;
    right: -20px;
    background: #fff;
    padding: 16px 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    z-index: 3;
    border: 1px solid rgba(201,166,86,0.25);
}
.edm-ahero-stat-value {
    font-family: 'Red Rose', serif;
    font-size: 24px;
    font-weight: 700;
    color: #90191c;
    line-height: 1;
}
.edm-ahero-stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #888;
    line-height: 1.3;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .edm-ahero { min-height: auto; }
    .edm-ahero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 80px 20px 60px;
    }
    .edm-ahero-visual {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }
    .edm-ahero-img-wrap img { height: 440px; }
}

@media (max-width: 640px) {
    .edm-ahero-inner { padding: 64px 20px 48px; }
    .edm-ahero-cta { flex-direction: column; width: 100%; gap: 12px; }
    .edm-ahero-btn-primary, .edm-ahero-btn-secondary { width:100%; justify-content:center; }
    .edm-ahero-img-wrap img { height: 340px; }
    .edm-ahero-frame { width: 90px; height: 90px; }
    .edm-ahero-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 16px;
        width: 100%;
        justify-content: center;
    }
    .edm-ahero-stat {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 16px;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e015131 */.edm-about * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== ABOUT SECTION ========== */
.edm-about {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.edm-about-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ========== IMAGE COLUMN ========== */
.edm-about-visual {
    position: relative;
}

.edm-about-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.edm-about-img-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 6s ease;
}

.edm-about-img-wrap:hover img {
    transform: scale(1.04);
}

/* Decorative frame */
.edm-about-frame {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 140px;
    height: 140px;
    border-left: 3px solid #c9a656;
    border-top: 3px solid #c9a656;
    border-radius: 20px 0 0 0;
    pointer-events: none;
    z-index: 2;
}

.edm-about-frame-2 {
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 140px;
    height: 140px;
    border-right: 3px solid #c9a656;
    border-bottom: 3px solid #c9a656;
    border-radius: 0 0 20px 0;
    pointer-events: none;
    z-index: 2;
}

/* Experience badge */
.edm-about-badge {
    position: absolute;
    bottom: 28px;
    left: -24px;
    background: #90191c;
    color: #fff;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 12px 32px rgba(144, 25, 28, 0.3);
    z-index: 3;
}

.edm-about-badge-number {
    font-family: 'Red Rose', serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #c9a656;
}

.edm-about-badge-text {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    line-height: 1.3;
}

/* ========== CONTENT COLUMN ========== */
.edm-about-content {
    display: flex;
    flex-direction: column;
}

/* Section label */
.edm-about-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-about-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-about-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* H2 */
.edm-about-h2 {
    font-family: 'Red Rose', serif;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.edm-about-h2 span {
    color: #90191c;
}

/* Intro paragraph */
.edm-about-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 28px;
}

/* Principles heading */
.edm-about-principles-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 18px;
}

/* ========== PRINCIPLE CARDS ========== */
.edm-about-principles {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.edm-about-principle {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #f0ece4;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default;
}

.edm-about-principle:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transform: translateX(6px);
}

.edm-about-principle-num {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(144,25,28,0.07), rgba(201,166,86,0.07));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Rose', serif;
    font-size: 15px;
    font-weight: 700;
    color: #90191c;
    transition: all 0.3s;
}

.edm-about-principle:hover .edm-about-principle-num {
    background: #90191c;
    color: #fff;
    box-shadow: 0 4px 12px rgba(144, 25, 28, 0.2);
}

.edm-about-principle-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.edm-about-principle-name {
    font-family: 'Red Rose', serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.edm-about-principle-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.65;
}

/* Closing paragraph */
.edm-about-closing {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #777;
    line-height: 1.75;
    padding: 18px 0 0;
    border-top: 1px solid #f0ece4;
    margin-bottom: 28px;
}

/* CTA */
.edm-about-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.edm-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s;
}

.edm-about-btn-primary {
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    box-shadow: 0 4px 16px rgba(144, 25, 28, 0.25);
}

.edm-about-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(144, 25, 28, 0.35);
}

.edm-about-btn-primary svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.edm-about-btn-primary:hover svg {
    transform: translateX(4px);
}

.edm-about-btn-secondary {
    color: #90191c;
    border: 2px solid #e0dbd2;
}

.edm-about-btn-secondary:hover {
    border-color: #90191c;
    transform: translateY(-2px);
}

.edm-about-btn-secondary svg {
    width: 16px;
    height: 16px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .edm-about {
        padding: 70px 0;
    }

    .edm-about-inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .edm-about-visual {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .edm-about-img-wrap img {
        height: 420px;
    }

    .edm-about-badge {
        left: auto;
        right: 20px;
        bottom: 20px;
    }

    .edm-about-frame {
        width: 100px;
        height: 100px;
        top: -10px;
        left: -10px;
    }

    .edm-about-frame-2 {
        width: 100px;
        height: 100px;
        bottom: -10px;
        right: -10px;
    }
}

@media (max-width: 640px) {
    .edm-about {
        padding: 52px 0;
    }

    .edm-about-img-wrap img {
        height: 340px;
    }

    .edm-about-badge {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 16px;
        border-radius: 12px;
        width: 100%;
        justify-content: center;
    }

    .edm-about-frame,
    .edm-about-frame-2 {
        display: none;
    }

    .edm-about-principle {
        padding: 16px;
    }

    .edm-about-cta {
        flex-direction: column;
    }

    .edm-about-btn {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b64e5f */.edm-astory * { margin:0; padding:0; box-sizing:border-box; }
.edm-astory { position:relative; padding:90px 0; overflow:hidden; }
.edm-astory-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-astory-header { text-align:center; max-width:720px; margin:0 auto 64px; }
.edm-astory-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-astory-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-astory-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-astory-h2 { font-family:'Red Rose',serif; font-size:clamp(26px,3.5vw,38px); font-weight:700; color:#1a1a1a; line-height:1.2; margin-bottom:16px; }
.edm-astory-h2 span { color:#90191c; }
.edm-astory-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Timeline */
.edm-astory-timeline {
    position: relative;
    padding-left: 0;
}

/* Vertical line */
.edm-astory-timeline::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 36px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, #c9a656 0%, #90191c 50%, #c9a656 100%);
    border-radius: 2px;
}

/* Milestone */
.edm-astory-item {
    position: relative;
    padding-left: 100px;
    padding-bottom: 48px;
}

.edm-astory-item:last-child { padding-bottom: 0; }

/* Year dot */
.edm-astory-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #90191c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Rose', serif;
    font-size: 14px;
    font-weight: 700;
    color: #90191c;
    text-align: center;
    z-index: 2;
    transition: all 0.4s;
    box-shadow: 0 4px 16px rgba(144,25,28,0.12);
}

.edm-astory-item:hover .edm-astory-dot {
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(144,25,28,0.3);
}

/* Card */
.edm-astory-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 18px;
    padding: 28px 32px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}

.edm-astory-card::before {
    content: '';
    position: absolute;
    top: 26px;
    left: -10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-left: 1px solid #f0ece4;
    border-bottom: 1px solid #f0ece4;
    transform: rotate(45deg);
    transition: border-color 0.4s;
}

.edm-astory-item:hover .edm-astory-card {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    transform: translateX(6px);
}

.edm-astory-item:hover .edm-astory-card::before {
    border-color: rgba(201,166,86,0.3);
}

.edm-astory-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.edm-astory-card-tag {
    display: inline-flex;
    padding: 4px 12px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.edm-astory-card-year {
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #90191c;
}

.edm-astory-card-h3 {
    font-family: 'Red Rose', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 12px;
}

.edm-astory-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .edm-astory { padding:56px 0; }
    .edm-astory-timeline::before { left: 26px; }
    .edm-astory-item { padding-left: 72px; padding-bottom: 36px; }
    .edm-astory-dot { width: 54px; height: 54px; font-size: 11px; border-width: 2px; }
    .edm-astory-card { padding: 22px 24px; }
    .edm-astory-card::before { top: 20px; }
    .edm-astory-card-h3 { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-859344c */.edm-vpermit * { margin:0; padding:0; box-sizing:border-box; }

.edm-vpermit {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-vpermit-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.edm-vpermit-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 20px;
}

.edm-vpermit-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.edm-vpermit-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-vpermit-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }

.edm-vpermit-h2 {
    font-family: 'Red Rose', serif;
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 16px;
}
.edm-vpermit-h2 span { color: #90191c; }

.edm-vpermit-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 48px;
}

/* Developer Cards */
.edm-vpermit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 40px;
}

.edm-vpermit-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    padding: 28px;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    border-left: 4px solid #c9a656;
}

.edm-vpermit-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.05);
    transform: translateY(-4px);
}

.edm-vpermit-card-name {
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #90191c;
    margin-bottom: 6px;
}

.edm-vpermit-card-communities {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #c9a656;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.edm-vpermit-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}

/* Full width standard card */
.edm-vpermit-card-full {
    grid-column: 1 / -1;
    border-left-color: #90191c;
    background: #fdfbf7;
}

/* What we provide / what you provide */
.edm-vpermit-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.edm-vpermit-split-box {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    padding: 28px;
}

.edm-vpermit-split-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.edm-vpermit-split-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edm-vpermit-split-icon-edm {
    background: rgba(144,25,28,0.06);
}
.edm-vpermit-split-icon-edm svg { width:16px; height:16px; color:#90191c; }

.edm-vpermit-split-icon-you {
    background: rgba(201,166,86,0.1);
}
.edm-vpermit-split-icon-you svg { width:16px; height:16px; color:#c9a656; }

.edm-vpermit-split-label {
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.edm-vpermit-split-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.edm-vpermit-split-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
}

.edm-vpermit-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.edm-vpermit-check-edm { background: rgba(144,25,28,0.08); }
.edm-vpermit-check-edm svg { width:10px; height:10px; color:#90191c; }

.edm-vpermit-check-you { background: rgba(201,166,86,0.1); }
.edm-vpermit-check-you svg { width:10px; height:10px; color:#c9a656; }

.edm-vpermit-note {
    text-align: center;
    margin-top: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #90191c;
    font-style: italic;
}

@media (max-width: 768px) {
    .edm-vpermit { padding: 56px 0; }
    .edm-vpermit-grid { grid-template-columns: 1fr; }
    .edm-vpermit-split { grid-template-columns: 1fr; }
    .edm-vpermit-card { padding: 22px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0722ff7 */.edm-amv * { margin:0; padding:0; box-sizing:border-box; }
.edm-amv { position:relative; padding:90px 0; overflow:hidden; background:#fdfbf7; }
.edm-amv::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 30%, rgba(201,166,86,0.06) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 20% 70%, rgba(144,25,28,0.03) 0%, transparent 70%);
    pointer-events: none;
}
.edm-amv-inner { max-width:1240px; margin:0 auto; padding:0 20px; position:relative; z-index:2; }

.edm-amv-header { text-align:center; max-width:700px; margin:0 auto 56px; }
.edm-amv-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-amv-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-amv-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-amv-h2 { font-family:'Red Rose',serif; font-size:clamp(26px,3.5vw,38px); font-weight:700; color:#1a1a1a; line-height:1.2; }
.edm-amv-h2 span { color:#90191c; }

.edm-amv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.edm-amv-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 24px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}

.edm-amv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #90191c, #c9a656);
}

.edm-amv-card::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,166,86,0.08) 0%, transparent 70%);
    transition: transform 0.5s;
}

.edm-amv-card:hover::after {
    transform: scale(1.3);
}

.edm-amv-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.06);
    transform: translateY(-6px);
}

.edm-amv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #90191c, #b82025);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(144,25,28,0.25);
    position: relative;
    z-index: 2;
}

.edm-amv-icon svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.edm-amv-tag {
    display: inline-flex;
    padding: 5px 14px;
    background: rgba(201,166,86,0.1);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.edm-amv-card-h3 {
    font-family: 'Red Rose', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}
.edm-amv-card-h3 span { color: #90191c; }

.edm-amv-card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.85;
    position: relative;
    z-index: 2;
}

/* Quote mark decoration */
.edm-amv-quote {
    position: absolute;
    bottom: 20px;
    right: 24px;
    font-family: 'Red Rose', serif;
    font-size: 100px;
    line-height: 1;
    color: rgba(201,166,86,0.08);
    pointer-events: none;
    font-weight: 700;
}

@media (max-width: 768px) {
    .edm-amv { padding:56px 0; }
    .edm-amv-grid { grid-template-columns: 1fr; gap: 18px; }
    .edm-amv-card { padding: 32px 26px; }
    .edm-amv-card-h3 { font-size: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4230fc7 */.edm-aval * { margin:0; padding:0; box-sizing:border-box; }
.edm-aval { position:relative; padding:90px 0; overflow:hidden; }
.edm-aval-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-aval-header { text-align:center; max-width:720px; margin:0 auto 56px; }
.edm-aval-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-aval-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-aval-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-aval-h2 { font-family:'Red Rose',serif; font-size:clamp(26px,3.5vw,38px); font-weight:700; color:#1a1a1a; line-height:1.2; margin-bottom:16px; }
.edm-aval-h2 span { color:#90191c; }
.edm-aval-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Values Grid */
.edm-aval-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.edm-aval-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 20px;
    padding: 34px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}

/* Animated accent bar */
.edm-aval-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #90191c, #c9a656);
    transition: height 0.5s cubic-bezier(0.22,1,0.36,1);
}

.edm-aval-card:hover::before { height: 100%; }

.edm-aval-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

.edm-aval-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.edm-aval-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.edm-aval-card:hover .edm-aval-icon {
    background: linear-gradient(135deg, #90191c, #b82025);
    box-shadow: 0 8px 20px rgba(144,25,28,0.25);
    transform: scale(1.05);
}

.edm-aval-icon svg {
    width: 24px;
    height: 24px;
    color: #90191c;
    transition: color 0.3s;
}

.edm-aval-card:hover .edm-aval-icon svg { color: #fff; }

.edm-aval-num {
    font-family: 'Red Rose', serif;
    font-size: 13px;
    font-weight: 700;
    color: #c9a656;
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.edm-aval-card-h3 {
    font-family: 'Red Rose', serif;
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.edm-aval-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #666;
    line-height: 1.8;
}

/* Last card — full width */
.edm-aval-card-full {
    grid-column: 1 / -1;
}

@media (max-width: 900px) {
    .edm-aval { padding:64px 0; }
    .edm-aval-grid { grid-template-columns: 1fr; }
    .edm-aval-card { padding: 28px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf91502 */.edm-anum * { margin:0; padding:0; box-sizing:border-box; }
.edm-anum { position:relative; padding:90px 0; overflow:hidden; background:#fdfbf7; }
.edm-anum::before {
    content:'';
    position:absolute;
    inset:0;
    background:
        radial-gradient(ellipse 70% 50% at 50% 50%, rgba(201,166,86,0.05) 0%, transparent 70%);
    pointer-events:none;
}
.edm-anum-inner { max-width:1240px; margin:0 auto; padding:0 20px; position:relative; z-index:2; }

.edm-anum-header { text-align:center; max-width:680px; margin:0 auto 56px; }
.edm-anum-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-anum-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-anum-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-anum-h2 { font-family:'Red Rose',serif; font-size:clamp(26px,3.5vw,38px); font-weight:700; color:#1a1a1a; line-height:1.2; }
.edm-anum-h2 span { color:#90191c; }

/* Stats Grid */
.edm-anum-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.edm-anum-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 20px;
    padding: 38px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}

.edm-anum-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #90191c, #c9a656);
    border-radius: 0 0 3px 3px;
    transition: width 0.5s cubic-bezier(0.22,1,0.36,1);
}

.edm-anum-card:hover::before { width: 100%; }

.edm-anum-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.06);
    transform: translateY(-6px);
}

/* Decorative bg circle */
.edm-anum-card::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,166,86,0.06) 0%, transparent 70%);
    transition: transform 0.5s;
}

.edm-anum-card:hover::after { transform: scale(1.4); }

.edm-anum-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.edm-anum-card:hover .edm-anum-icon {
    background: linear-gradient(135deg, #90191c, #b82025);
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
}

.edm-anum-icon svg {
    width: 22px;
    height: 22px;
    color: #90191c;
    transition: color 0.3s;
}
.edm-anum-card:hover .edm-anum-icon svg { color: #fff; }

.edm-anum-value {
    font-family: 'Red Rose', serif;
    font-size: 44px;
    font-weight: 700;
    color: #90191c;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.edm-anum-label-stat {
    font-family: 'Red Rose', serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.edm-anum-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #999;
    position: relative;
    z-index: 2;
}

/* Closing quote */
.edm-anum-closing {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 32px 36px;
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    position: relative;
}

.edm-anum-closing-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #90191c, #b82025);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.edm-anum-closing-icon svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.edm-anum-closing p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #555;
    line-height: 1.8;
}

.edm-anum-closing p strong {
    color: #90191c;
    font-weight: 600;
}

@media (max-width: 900px) {
    .edm-anum { padding:64px 0; }
    .edm-anum-grid { grid-template-columns: 1fr 1fr; }
    .edm-anum-value { font-size: 36px; }
}

@media (max-width: 560px) {
    .edm-anum-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .edm-anum-card { padding: 28px 20px; }
    .edm-anum-value { font-size: 32px; }
    .edm-anum-closing { padding: 26px 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baa49e2 */.edm-acert * { margin:0; padding:0; box-sizing:border-box; }
.edm-acert { position:relative; padding:90px 0; overflow:hidden; }
.edm-acert-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-acert-header { text-align:center; max-width:720px; margin:0 auto 56px; }
.edm-acert-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-acert-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-acert-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-acert-h2 { font-family:'Red Rose',serif; font-size:clamp(26px,3.5vw,38px); font-weight:700; color:#1a1a1a; line-height:1.2; margin-bottom:16px; }
.edm-acert-h2 span { color:#90191c; }
.edm-acert-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Cert Cards */
.edm-acert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.edm-acert-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 18px;
    padding: 30px;
    display: flex;
    gap: 20px;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    overflow: hidden;
}

.edm-acert-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #90191c, #c9a656);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}

.edm-acert-card:hover::before { transform: scaleX(1); }

.edm-acert-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 36px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

.edm-acert-card-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.edm-acert-card:hover .edm-acert-card-icon {
    background: linear-gradient(135deg, #90191c, #b82025);
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
}

.edm-acert-card-icon svg {
    width: 26px;
    height: 26px;
    color: #90191c;
    transition: color 0.3s;
}

.edm-acert-card:hover .edm-acert-card-icon svg { color: #fff; }

.edm-acert-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.edm-acert-card-h3 {
    font-family: 'Red Rose', serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.edm-acert-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}

/* Verified badge */
.edm-acert-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: rgba(144,25,28,0.06);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #90191c;
    margin-top: 4px;
    align-self: flex-start;
}

.edm-acert-verified svg {
    width: 11px;
    height: 11px;
}

/* Full-width card */
.edm-acert-card-full { grid-column: 1 / -1; }

/* Supporting paragraph box */
.edm-acert-support {
    background: linear-gradient(135deg, #fdfbf7 0%, #fff 100%);
    border: 1px solid #f0ece4;
    border-left: 4px solid #c9a656;
    border-radius: 16px;
    padding: 32px 36px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.edm-acert-support-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #90191c, #b82025);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edm-acert-support-icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.edm-acert-support-body h4 {
    font-family: 'Red Rose', serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.edm-acert-support-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.edm-acert-support-body p strong { color: #1a1a1a; font-weight: 600; }

@media (max-width: 900px) {
    .edm-acert { padding:64px 0; }
    .edm-acert-grid { grid-template-columns: 1fr; }
    .edm-acert-card { padding: 24px; }
    .edm-acert-support { flex-direction: column; padding: 24px; }
}/* End custom CSS */