.elementor-24 .elementor-element.elementor-element-8fbfcf4{--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-24 .elementor-element.elementor-element-8fbfcf4:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-8fbfcf4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFBF7;}.elementor-24 .elementor-element.elementor-element-d99ea48{--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-24 .elementor-element.elementor-element-1804f7b{--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-24 .elementor-element.elementor-element-4c3c9ab{--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-24 .elementor-element.elementor-element-1cf750f{--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-24 .elementor-element.elementor-element-8a8e971{--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-24 .elementor-element.elementor-element-b43775a{--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-24 .elementor-element.elementor-element-15f93b8{--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-24 .elementor-element.elementor-element-72703d5{--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;}/* Start custom CSS for html, class: .elementor-element-6c590dd */.edm-hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== HERO SECTION ========== */
.edm-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fdfbf7;
}

/* Subtle background pattern */
.edm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 40%, rgba(201,166,86,0.06) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 20% 60%, rgba(144,25,28,0.03) 0%, transparent 70%);
    pointer-events: none;
}

/* Decorative accent line */
.edm-hero-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #90191c 0%, #c9a656 50%, #90191c 100%);
    opacity: 0.7;
}

/* Floating geometric elements */
.edm-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: edmShapeFade 1s ease forwards;
}

.edm-hero-shape-1 {
    width: 320px;
    height: 320px;
    top: -60px;
    right: -80px;
    border: 1px solid rgba(201,166,86,0.1);
    animation-delay: 0.5s;
}

.edm-hero-shape-2 {
    width: 200px;
    height: 200px;
    bottom: 80px;
    left: -60px;
    border: 1px solid rgba(144,25,28,0.06);
    animation-delay: 0.8s;
}

.edm-hero-shape-3 {
    width: 12px;
    height: 12px;
    top: 25%;
    right: 15%;
    background: rgba(201,166,86,0.15);
    animation-delay: 1.2s;
}

.edm-hero-shape-4 {
    width: 8px;
    height: 8px;
    bottom: 35%;
    left: 12%;
    background: rgba(144,25,28,0.1);
    animation-delay: 1.4s;
}

@keyframes edmShapeFade {
    to { opacity: 1; }
}

/* ========== HERO CONTENT ========== */
.edm-hero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Tag / Eyebrow */
.edm-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid rgba(201,166,86,0.25);
    border-radius: 50px;
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(16px);
    animation: edmFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.edm-hero-tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9a656;
    position: relative;
}

.edm-hero-tag-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(201,166,86,0.25);
    animation: edmPulse 2s ease-in-out infinite;
}

@keyframes edmPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.6); opacity: 0; }
}

.edm-hero-tag-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #90191c;
    letter-spacing: 0.3px;
}

/* H1 */
.edm-hero-h1 {
    font-family: 'Red Rose', serif;
    font-size: clamp(36px, 5.2vw, 62px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.12;
    max-width: 780px;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.edm-hero-h1 span {
    color: #90191c;
    position: relative;
}

/* H2 / Subheading */
.edm-hero-h2 {
    font-family: 'Red Rose', serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    color: #c9a656;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

/* Description */
.edm-hero-desc {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    color: #666;
    line-height: 1.75;
    max-width: 700px;
    margin-bottom: 38px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.65s forwards;
}

/* CTA Buttons */
.edm-hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

.edm-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    background: linear-gradient(135deg, #90191c 0%, #b82025 100%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 6px 24px rgba(144, 25, 28, 0.3);
    position: relative;
    overflow: hidden;
}

.edm-hero-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-hero-btn-primary:hover::before {
    left: 100%;
}

.edm-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144, 25, 28, 0.4);
}

.edm-hero-btn-primary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.edm-hero-btn-primary:hover svg {
    transform: translateX(4px);
}

.edm-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 30px;
    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-hero-btn-secondary:hover {
    border-color: #90191c;
    color: #90191c;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(144, 25, 28, 0.1);
}

.edm-hero-btn-secondary svg {
    width: 16px;
    height: 16px;
}

/* ========== TRUST BAR ========== */
.edm-trust {
    width: 100%;
    max-width: 920px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

.edm-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0,0,0,0.03);
    overflow: hidden;
}

.edm-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 28px 16px;
    position: relative;
    transition: all 0.3s;
}

.edm-trust-item:hover {
    background: rgba(201,166,86,0.03);
}

/* Vertical dividers */
.edm-trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #eee8da;
}

.edm-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    transition: all 0.3s;
}

.edm-trust-item:hover .edm-trust-icon {
    transform: scale(1.08);
    background: linear-gradient(135deg, rgba(144,25,28,0.1), rgba(201,166,86,0.1));
}

.edm-trust-icon svg {
    width: 22px;
    height: 22px;
    color: #90191c;
}

.edm-trust-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.edm-trust-value {
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
}

.edm-trust-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #888;
    text-align: center;
    line-height: 1.4;
}

/* ========== ANIMATION ========== */
@keyframes edmFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .edm-hero {
        min-height: auto;
    }

    .edm-hero-inner {
        padding: 60px 20px 48px;
    }

    .edm-hero-tag {
        margin-bottom: 22px;
    }

    .edm-hero-h1 {
        margin-bottom: 12px;
    }

    .edm-hero-desc {
        margin-bottom: 30px;
    }

    .edm-hero-cta {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin-bottom: 40px;
    }

    .edm-hero-btn-primary,
    .edm-hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .edm-trust-grid {
        grid-template-columns: 1fr 1fr;
        border-radius: 16px;
    }

    .edm-trust-item {
        padding: 22px 14px;
    }

    /* Remove right divider on 2nd and 4th items */
    .edm-trust-item:nth-child(2)::after {
        display: none;
    }

    /* Add bottom divider on 1st and 2nd */
    .edm-trust-item:nth-child(1),
    .edm-trust-item:nth-child(2) {
        border-bottom: 1px solid #eee8da;
    }

    .edm-trust-item:nth-child(3)::after,
    .edm-trust-item:nth-child(4)::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .edm-hero-inner {
        padding: 48px 16px 40px;
    }

    .edm-trust-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .edm-trust-icon svg {
        width: 20px;
        height: 20px;
    }

    .edm-trust-value {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ff83b5 *//* ========== ABOUT RESET ========== */
.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-473087e */.edm-services * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== SERVICES SECTION ========== */
.edm-services {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-services-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== SECTION HEADER ========== */
.edm-services-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.edm-services-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-services-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-services-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-services-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-services-h2 span {
    color: #90191c;
}

.edm-services-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* ========== SERVICE CARD ========== */
.edm-svc-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0ece4;
    margin-bottom: 32px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.edm-svc-card:last-child {
    margin-bottom: 0;
}

.edm-svc-card:hover {
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
    border-color: rgba(201,166,86,0.2);
}

/* Alternate layout — image on right */
.edm-svc-card:nth-child(even) {
    direction: rtl;
}

.edm-svc-card:nth-child(even) > * {
    direction: ltr;
}

/* ---- Image Side ---- */
.edm-svc-card-img {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

.edm-svc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 5s ease;
}

.edm-svc-card:hover .edm-svc-card-img img {
    transform: scale(1.06);
}

/* Image overlay gradient */
.edm-svc-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.15) 100%);
    pointer-events: none;
}

/* Service number badge on image */
.edm-svc-card-num {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #90191c;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* For even cards (RTL direction), badge still on visual left */
.edm-svc-card:nth-child(even) .edm-svc-card-num {
    left: auto;
    right: 20px;
}

/* ---- Content Side ---- */
.edm-svc-card-content {
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.edm-svc-card-h3 {
    font-family: 'Red Rose', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.25;
}

.edm-svc-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 20px;
}

/* Highlights list */
.edm-svc-card-highlights {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.edm-svc-card-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.edm-svc-highlight-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(144,25,28,0.08), rgba(201,166,86,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.edm-svc-highlight-icon svg {
    width: 11px;
    height: 11px;
    color: #90191c;
}

/* CTA link */
.edm-svc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #90191c;
    text-decoration: none;
    transition: all 0.3s;
    align-self: flex-start;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(144, 25, 28, 0.05);
}

.edm-svc-card-link:hover {
    background: #90191c;
    color: #fff;
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(144, 25, 28, 0.25);
}

.edm-svc-card-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.edm-svc-card-link:hover svg {
    transform: translateX(3px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .edm-services {
        padding: 64px 0;
    }

    .edm-svc-card {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    /* Reset RTL on mobile */
    .edm-svc-card:nth-child(even) {
        direction: ltr;
    }

    .edm-svc-card-img {
        min-height: 260px;
        max-height: 300px;
    }

    .edm-svc-card:nth-child(even) .edm-svc-card-num {
        left: 20px;
        right: auto;
    }

    .edm-svc-card-content {
        padding: 28px 24px 32px;
    }

    .edm-svc-card-h3 {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .edm-svc-card-img {
        min-height: 220px;
    }

    .edm-svc-card-content {
        padding: 24px 20px 28px;
    }

    .edm-svc-card-highlights li {
        font-size: 12.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9cbc8a */.edm-loc * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== LOCATIONS SECTION ========== */
.edm-loc {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-loc-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== SECTION HEADER ========== */
.edm-loc-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px;
}

.edm-loc-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-loc-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-loc-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-loc-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-loc-h2 span {
    color: #90191c;
}

.edm-loc-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* ========== CLUSTER CARDS GRID ========== */
.edm-loc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

/* ========== CLUSTER CARD ========== */
.edm-loc-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #f0ece4;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.edm-loc-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.07);
    transform: translateY(-6px);
}

/* Card image / map visual */
.edm-loc-card-visual {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.edm-loc-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 5s ease;
}

.edm-loc-card:hover .edm-loc-card-visual img {
    transform: scale(1.08);
}

/* Gradient overlay on image */
.edm-loc-card-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(144,25,28,0.0) 0%, rgba(144,25,28,0.55) 100%);
    pointer-events: none;
}

/* Cluster name on image */
.edm-loc-card-badge {
    position: absolute;
    bottom: 16px;
    left: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.edm-loc-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edm-loc-card-icon svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.edm-loc-card-badge-text {
    font-family: 'Red Rose', serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

/* Card body */
.edm-loc-card-body {
    padding: 22px 22px 24px;
}

.edm-loc-card-communities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.edm-loc-tag {
    display: inline-flex;
    padding: 6px 12px;
    background: #faf7f0;
    border: 1px solid #efe9dc;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    color: #555;
    transition: all 0.25s;
    white-space: nowrap;
}

.edm-loc-tag:hover {
    background: #90191c;
    border-color: #90191c;
    color: #fff;
    transform: scale(1.04);
}

/* ========== SPAN CARDS (rows 2) ========== */
.edm-loc-grid-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
}

/* ========== ACCESS TABLE ========== */
.edm-loc-table-wrap {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0ece4;
    overflow: hidden;
}

.edm-loc-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 32px;
    border-bottom: 1px solid #f0ece4;
}

.edm-loc-table-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.edm-loc-table-h3 {
    font-family: 'Red Rose', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.edm-loc-table-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #888;
}

.edm-loc-table-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    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: 12px;
    font-weight: 600;
    color: #90191c;
}

.edm-loc-table-badge svg {
    width: 14px;
    height: 14px;
}

/* Table */
.edm-loc-table {
    width: 100%;
    border-collapse: collapse;
}

.edm-loc-table thead th {
    padding: 16px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: left;
    background: #fdfbf7;
    border-bottom: 1px solid #f0ece4;
}

.edm-loc-table thead th:first-child {
    padding-left: 32px;
}

.edm-loc-table tbody tr {
    transition: background 0.2s;
}

.edm-loc-table tbody tr:hover {
    background: #fdfbf7;
}

.edm-loc-table tbody td {
    padding: 18px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555;
    border-bottom: 1px solid #f5f2ec;
    vertical-align: top;
    line-height: 1.5;
}

.edm-loc-table tbody td:first-child {
    padding-left: 32px;
    font-family: 'Red Rose', serif;
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
}

.edm-loc-table tbody tr:last-child td {
    border-bottom: none;
}

/* Status pills */
.edm-loc-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.edm-loc-status-yes {
    background: rgba(144,25,28,0.06);
    color: #90191c;
}

.edm-loc-status-no {
    background: rgba(0,0,0,0.03);
    color: #aaa;
}

.edm-loc-status-sometimes {
    background: rgba(201,166,86,0.1);
    color: #9e8540;
}

.edm-loc-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.edm-loc-status-yes .edm-loc-status-dot { background: #90191c; }
.edm-loc-status-no .edm-loc-status-dot { background: #ccc; }
.edm-loc-status-sometimes .edm-loc-status-dot { background: #c9a656; }

/* Time badge */
.edm-loc-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #555;
}

.edm-loc-time svg {
    width: 13px;
    height: 13px;
    color: #c9a656;
}

/* Table footer note */
.edm-loc-table-footer {
    padding: 20px 32px;
    background: #fdfbf7;
    border-top: 1px solid #f0ece4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.edm-loc-table-footer svg {
    width: 18px;
    height: 18px;
    color: #90191c;
    flex-shrink: 0;
}

.edm-loc-table-footer p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.edm-loc-table-footer p strong {
    color: #90191c;
    font-weight: 600;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .edm-loc {
        padding: 70px 0;
    }

    .edm-loc-grid {
        grid-template-columns: 1fr 1fr;
    }

    .edm-loc-grid-row2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .edm-loc {
        padding: 56px 0;
    }

    .edm-loc-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }

    .edm-loc-grid-row2 {
        gap: 16px;
        margin-bottom: 40px;
    }

    .edm-loc-card-visual {
        height: 160px;
    }

    .edm-loc-table-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 22px 20px;
    }

    .edm-loc-table-wrap {
        border-radius: 16px;
    }

    /* Horizontal scroll for table on mobile */
    .edm-loc-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .edm-loc-table {
        min-width: 650px;
    }

    .edm-loc-table thead th:first-child,
    .edm-loc-table tbody td:first-child {
        padding-left: 20px;
    }

    .edm-loc-table-footer {
        padding: 18px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ced6bc */.edm-why * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== WHY SECTION ========== */
.edm-why {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-why-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== SECTION HEADER ========== */
.edm-why-header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 60px;
}

.edm-why-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-why-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-why-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-why-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-why-h2 span {
    color: #90191c;
}

.edm-why-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* ========== REASON CARDS ========== */
.edm-why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ---- Single Reason Card ---- */
.edm-why-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
}

.edm-why-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.edm-why-card.active {
    border-color: rgba(144,25,28,0.15);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

/* Card header — always visible */
.edm-why-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
    transition: background 0.3s;
}

.edm-why-card:hover .edm-why-card-header {
    background: #fdfbf7;
}

.edm-why-card.active .edm-why-card-header {
    background: #fdfbf7;
}

/* Number circle */
.edm-why-card-num {
    width: 48px;
    height: 48px;
    min-width: 48px;
    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;
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #90191c;
    transition: all 0.35s;
}

.edm-why-card.active .edm-why-card-num,
.edm-why-card:hover .edm-why-card-num {
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
}

/* Title area */
.edm-why-card-title-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.edm-why-card-h3 {
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    transition: color 0.3s;
}

.edm-why-card:hover .edm-why-card-h3,
.edm-why-card.active .edm-why-card-h3 {
    color: #90191c;
}

.edm-why-card-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #aaa;
    font-weight: 500;
}

/* Toggle icon */
.edm-why-card-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(144,25,28,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.edm-why-card.active .edm-why-card-toggle {
    background: #90191c;
    transform: rotate(180deg);
}

.edm-why-card-toggle svg {
    width: 16px;
    height: 16px;
    color: #90191c;
    transition: color 0.3s;
}

.edm-why-card.active .edm-why-card-toggle svg {
    color: #fff;
}

/* Card body — expandable */
.edm-why-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.edm-why-card-body-inner {
    padding: 0 28px 28px;
    padding-left: 94px;
}

.edm-why-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 18px;
}

/* Community list for card 4 */
.edm-why-card-communities {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.edm-why-community-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #faf7f0;
    border-radius: 10px;
    border-left: 3px solid #c9a656;
}

.edm-why-community-name {
    font-family: 'Red Rose', serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.edm-why-community-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #777;
    line-height: 1.55;
}

/* Proof badge */
.edm-why-card-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, rgba(144,25,28,0.04), rgba(201,166,86,0.04));
    border: 1px solid #f0ece4;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: #555;
    line-height: 1.5;
}

.edm-why-card-proof svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    color: #90191c;
}

/* ========== BOTTOM CTA ========== */
.edm-why-bottom-cta {
    text-align: center;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.edm-why-bottom-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #888;
}

.edm-why-bottom-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    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);
}

.edm-why-bottom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144,25,28,0.4);
}

.edm-why-bottom-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.edm-why-bottom-btn:hover svg {
    transform: translateX(4px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .edm-why {
        padding: 56px 0;
    }

    .edm-why-header {
        margin-bottom: 40px;
    }

    .edm-why-list {
        gap: 14px;
    }

    .edm-why-card-header {
        padding: 20px 20px;
        gap: 14px;
    }

    .edm-why-card-num {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 12px;
        font-size: 16px;
    }

    .edm-why-card-h3 {
        font-size: 16px;
    }

    .edm-why-card-body-inner {
        padding: 0 20px 24px;
        padding-left: 20px;
    }

    .edm-why-card-toggle {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .edm-why-card-toggle svg {
        width: 14px;
        height: 14px;
    }

    .edm-why-community-item {
        padding: 10px 12px;
    }

    .edm-why-card-proof {
        font-size: 11.5px;
        padding: 8px 14px;
    }

    .edm-why-bottom-cta {
        margin-top: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a483beb *//* ========== COST RESET ========== */
.edm-cost * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== COST SECTION ========== */
.edm-cost {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-cost-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== SECTION HEADER ========== */
.edm-cost-header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 56px;
}

.edm-cost-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-cost-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-cost-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-cost-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-cost-h2 span {
    color: #90191c;
}

.edm-cost-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* ========== TWO-COLUMN LAYOUT ========== */
.edm-cost-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 56px;
}

/* ========== FACTOR CARD ========== */
.edm-cost-factor {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    padding: 26px 26px;
    display: flex;
    gap: 18px;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
}

.edm-cost-factor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #90191c, #c9a656);
    border-radius: 0 0 2px 2px;
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.edm-cost-factor:hover::before {
    height: 100%;
}

.edm-cost-factor:hover {
    border-color: rgba(201,166,86,0.25);
    box-shadow: 0 10px 32px rgba(0,0,0,0.05);
    transform: translateY(-4px);
}

/* Number + Icon */
.edm-cost-factor-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.edm-cost-factor-num {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #90191c;
    transition: all 0.3s;
}

.edm-cost-factor:hover .edm-cost-factor-num {
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    box-shadow: 0 4px 14px rgba(144,25,28,0.25);
}

.edm-cost-factor-icon {
    width: 24px;
    height: 24px;
    color: #c9a656;
    opacity: 0.5;
}

/* Text content */
.edm-cost-factor-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.edm-cost-factor-title {
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.edm-cost-factor-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}

/* ========== PRICING TABLE ========== */
.edm-cost-table-section {
    position: relative;
}

.edm-cost-table-intro {
    text-align: center;
    margin-bottom: 28px;
}

.edm-cost-table-h3 {
    font-family: 'Red Rose', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.edm-cost-table-h3 span {
    color: #90191c;
}

.edm-cost-table-note {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #888;
}

/* Table container */
.edm-cost-table-wrap {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0ece4;
    overflow: hidden;
}

.edm-cost-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.edm-cost-table {
    width: 100%;
    border-collapse: collapse;
}

.edm-cost-table thead th {
    padding: 18px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: left;
    background: #fdfbf7;
    border-bottom: 2px solid #f0ece4;
}

.edm-cost-table thead th:first-child {
    padding-left: 32px;
}

.edm-cost-table thead th:last-child {
    padding-right: 32px;
}

.edm-cost-table tbody tr {
    transition: background 0.2s;
}

.edm-cost-table tbody tr:hover {
    background: #fdfbf7;
}

.edm-cost-table tbody td {
    padding: 20px 24px;
    border-bottom: 1px solid #f5f2ec;
    vertical-align: middle;
}

.edm-cost-table tbody td:first-child {
    padding-left: 32px;
}

.edm-cost-table tbody td:last-child {
    padding-right: 32px;
}

.edm-cost-table tbody tr:last-child td {
    border-bottom: none;
}

/* Move type cell */
.edm-cost-move-type {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.edm-cost-move-name {
    font-family: 'Red Rose', serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a;
}

.edm-cost-move-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    color: #aaa;
}

/* Price cell */
.edm-cost-price {
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #90191c;
    white-space: nowrap;
}

.edm-cost-price-currency {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    margin-right: 2px;
}

/* Drivers cell */
.edm-cost-drivers {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.edm-cost-driver-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #faf7f0;
    border: 1px solid #efe9dc;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #777;
    white-space: nowrap;
}

.edm-cost-driver-tag svg {
    width: 10px;
    height: 10px;
    color: #c9a656;
}

/* Table footer */
.edm-cost-table-footer {
    padding: 20px 32px;
    background: #fdfbf7;
    border-top: 1px solid #f0ece4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.edm-cost-table-footer-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #888;
}

.edm-cost-table-footer-text svg {
    width: 15px;
    height: 15px;
    color: #c9a656;
    flex-shrink: 0;
}

.edm-cost-table-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 4px 14px rgba(144,25,28,0.25);
    white-space: nowrap;
}

.edm-cost-table-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(144,25,28,0.35);
}

.edm-cost-table-cta svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s;
}

.edm-cost-table-cta:hover svg {
    transform: translateX(3px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .edm-cost {
        padding: 64px 0;
    }

    .edm-cost-layout {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 44px;
    }

    .edm-cost-factor {
        padding: 22px 20px;
    }
}

@media (max-width: 768px) {
    .edm-cost {
        padding: 52px 0;
    }

    .edm-cost-header {
        margin-bottom: 40px;
    }

    .edm-cost-table {
        min-width: 620px;
    }

    .edm-cost-table thead th:first-child,
    .edm-cost-table tbody td:first-child {
        padding-left: 20px;
    }

    .edm-cost-table thead th:last-child,
    .edm-cost-table tbody td:last-child {
        padding-right: 20px;
    }

    .edm-cost-table-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
        gap: 14px;
    }

    .edm-cost-table-cta {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7886039 */.edm-cmp * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== COMPARISON SECTION ========== */
.edm-cmp {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-cmp-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== SECTION HEADER ========== */
.edm-cmp-header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 56px;
}

.edm-cmp-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-cmp-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-cmp-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-cmp-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-cmp-h2 span {
    color: #90191c;
}

.edm-cmp-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* ========== COMPARISON CARDS (MOBILE-FIRST, DESKTOP TABLE HYBRID) ========== */
/* Column headers */
.edm-cmp-columns {
    display: grid;
    grid-template-columns: 0.85fr 1fr 1fr;
    gap: 0;
    margin-bottom: 4px;
}

.edm-cmp-col-label {
    padding: 16px 24px;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.edm-cmp-col-label:first-child {
    background: transparent;
}

.edm-cmp-col-edm {
    background: #90191c;
    margin-left: 2px;
}

.edm-cmp-col-other {
    background: #f0ece4;
    margin-left: 2px;
}

.edm-cmp-col-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edm-cmp-col-edm .edm-cmp-col-icon {
    background: rgba(255,255,255,0.15);
}

.edm-cmp-col-other .edm-cmp-col-icon {
    background: rgba(0,0,0,0.05);
}

.edm-cmp-col-icon svg {
    width: 16px;
    height: 16px;
}

.edm-cmp-col-edm .edm-cmp-col-icon svg {
    color: #fff;
}

.edm-cmp-col-other .edm-cmp-col-icon svg {
    color: #999;
}

.edm-cmp-col-name {
    font-family: 'Red Rose', serif;
    font-size: 15px;
    font-weight: 700;
}

.edm-cmp-col-edm .edm-cmp-col-name {
    color: #fff;
}

.edm-cmp-col-other .edm-cmp-col-name {
    color: #777;
}

/* ========== ROW CARDS ========== */
.edm-cmp-rows {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.edm-cmp-row {
    display: grid;
    grid-template-columns: 0.85fr 1fr 1fr;
    gap: 0;
    transition: all 0.25s;
}

.edm-cmp-row:hover {
    transform: scale(1.005);
}

.edm-cmp-row:last-child .edm-cmp-cell:nth-child(2) {
    border-radius: 0 0 0 14px;
}

.edm-cmp-row:last-child .edm-cmp-cell:nth-child(3) {
    border-radius: 0 0 14px 0;
}

/* Cells */
.edm-cmp-cell {
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Attribute cell */
.edm-cmp-cell-attr {
    background: #fff;
    border-bottom: 1px solid #f5f2ec;
    flex-direction: column;
    gap: 0;
    justify-content: center;
}

.edm-cmp-attr-num {
    font-family: 'Red Rose', serif;
    font-size: 11px;
    font-weight: 700;
    color: #c9a656;
    margin-bottom: 3px;
}

.edm-cmp-attr-name {
    font-family: 'Red Rose', serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

/* eDubai cell */
.edm-cmp-cell-edm {
    background: rgba(144,25,28,0.03);
    border-bottom: 1px solid rgba(144,25,28,0.06);
    margin-left: 2px;
}

.edm-cmp-cell-edm-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #90191c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.edm-cmp-cell-edm-icon svg {
    width: 12px;
    height: 12px;
    color: #fff;
}

.edm-cmp-cell-edm-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    font-weight: 500;
}

/* Other movers cell */
.edm-cmp-cell-other {
    background: #faf8f4;
    border-bottom: 1px solid #eee8da;
    margin-left: 2px;
}

.edm-cmp-cell-other-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #e8e2d6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.edm-cmp-cell-other-icon svg {
    width: 12px;
    height: 12px;
    color: #aaa;
}

.edm-cmp-cell-other-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
}

/* Row hover emphasis */
.edm-cmp-row:hover .edm-cmp-cell-edm {
    background: rgba(144,25,28,0.06);
}

.edm-cmp-row:hover .edm-cmp-cell-attr {
    background: #fdfbf7;
}

/* ========== BOTTOM CTA ========== */
.edm-cmp-bottom {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.edm-cmp-bottom-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #888;
    max-width: 480px;
}

.edm-cmp-bottom-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.edm-cmp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    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);
}

.edm-cmp-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144,25,28,0.4);
}

.edm-cmp-btn-primary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.edm-cmp-btn-primary:hover svg {
    transform: translateX(4px);
}

.edm-cmp-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: #25D366;
    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 4px 16px rgba(37,211,102,0.3);
}

.edm-cmp-btn-wa:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37,211,102,0.4);
}

.edm-cmp-btn-wa svg {
    width: 18px;
    height: 18px;
}

/* ========== MOBILE: STACKED CARDS ========== */
@media (max-width: 900px) {
    .edm-cmp {
        padding: 64px 0;
    }

    .edm-cmp-columns {
        display: none;
    }

    .edm-cmp-rows {
        gap: 14px;
    }

    .edm-cmp-row {
        grid-template-columns: 1fr;
        background: #fff;
        border: 1px solid #f0ece4;
        border-radius: 16px;
        overflow: hidden;
    }

    .edm-cmp-row:hover {
        transform: none;
        box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    }

    .edm-cmp-cell {
        padding: 16px 20px;
    }

    .edm-cmp-cell-attr {
        background: #fdfbf7;
        border-bottom: 1px solid #f0ece4;
        padding: 14px 20px;
    }

    .edm-cmp-cell-edm {
        margin-left: 0;
        border-bottom: 1px solid #f0ece4;
        position: relative;
    }

    .edm-cmp-cell-edm::before {
        content: 'eDubai Movers';
        position: absolute;
        top: 6px;
        right: 12px;
        font-family: 'Red Rose', serif;
        font-size: 10px;
        font-weight: 700;
        color: #90191c;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        opacity: 0.6;
    }

    .edm-cmp-cell-other {
        margin-left: 0;
        border-radius: 0 0 16px 16px;
        position: relative;
    }

    .edm-cmp-cell-other::before {
        content: 'Typical Movers';
        position: absolute;
        top: 6px;
        right: 12px;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-weight: 600;
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .edm-cmp-row:last-child .edm-cmp-cell:nth-child(2),
    .edm-cmp-row:last-child .edm-cmp-cell:nth-child(3) {
        border-radius: 0;
    }

    .edm-cmp-row:last-child .edm-cmp-cell:last-child {
        border-radius: 0 0 16px 16px;
    }

    .edm-cmp-bottom-actions {
        flex-direction: column;
        width: 100%;
    }

    .edm-cmp-btn-primary,
    .edm-cmp-btn-wa {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .edm-cmp {
        padding: 48px 0;
    }

    .edm-cmp-cell {
        padding: 14px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31e8207 */.edm-process * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== PROCESS SECTION ========== */
.edm-process {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-process-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== SECTION HEADER ========== */
.edm-process-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
}

.edm-process-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-process-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-process-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-process-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-process-h2 span {
    color: #90191c;
}

.edm-process-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* ========== TIMELINE ========== */
.edm-timeline {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* Vertical center line */
.edm-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #c9a656 0%, #90191c 40%, #90191c 60%, #c9a656 100%);
    border-radius: 2px;
}

/* ========== TIMELINE STEP ========== */
.edm-step {
    position: relative;
    padding: 0 50px 80px;
}

.edm-step:nth-child(odd) {
    grid-column: 1;
    text-align: right;
}

.edm-step:nth-child(even) {
    grid-column: 2;
    text-align: left;
}

/* Empty spacer cells for alternating layout */
.edm-step:nth-child(1) { grid-row: 1; }
.edm-step-spacer-1 { grid-row: 1; grid-column: 2; }
.edm-step:nth-child(3) { grid-row: 2; grid-column: 2; }
.edm-step-spacer-2 { grid-row: 2; grid-column: 1; }
.edm-step:nth-child(5) { grid-row: 3; grid-column: 1; }
.edm-step-spacer-3 { grid-row: 3; grid-column: 2; }
.edm-step:nth-child(7) { grid-row: 4; grid-column: 2; }
.edm-step-spacer-4 { grid-row: 4; grid-column: 1; }

/* Connector dot on the line */
.edm-step-dot {
    position: absolute;
    top: 8px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #90191c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(144,25,28,0.15);
    transition: all 0.4s;
}

.edm-step:hover .edm-step-dot {
    background: #90191c;
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(144,25,28,0.3);
}

.edm-step-dot-num {
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #90191c;
    transition: color 0.3s;
}

.edm-step:hover .edm-step-dot-num {
    color: #fff;
}

/* Dot positioning */
.edm-step:nth-child(odd) .edm-step-dot {
    right: -24px;
}

.edm-step:nth-child(even) .edm-step-dot {
    left: -24px;
}

/* ========== STEP CARD ========== */
.edm-step-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 18px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.edm-step:hover .edm-step-card {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

/* Arrow pointer toward the line */
.edm-step:nth-child(odd) .edm-step-card::after {
    content: '';
    position: absolute;
    top: 18px;
    right: -10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-right: 1px solid #f0ece4;
    border-bottom: 1px solid #f0ece4;
    transform: rotate(-45deg);
    transition: border-color 0.4s;
}

.edm-step:nth-child(even) .edm-step-card::after {
    content: '';
    position: absolute;
    top: 18px;
    left: -10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-left: 1px solid #f0ece4;
    border-top: 1px solid #f0ece4;
    transform: rotate(-45deg);
    transition: border-color 0.4s;
}

.edm-step:hover .edm-step-card::after {
    border-color: rgba(201,166,86,0.3);
}

.edm-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    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;
    margin-bottom: 12px;
}

.edm-step-h3 {
    font-family: 'Red Rose', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.edm-step-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #666;
    line-height: 1.75;
}

/* Step text alignment */
.edm-step:nth-child(odd) .edm-step-tag { float: right; }
.edm-step:nth-child(even) .edm-step-tag { float: left; }

/* Icon highlights */
.edm-step-highlights {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.edm-step:nth-child(odd) .edm-step-highlights {
    justify-content: flex-end;
}

.edm-step-hl {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #faf7f0;
    border: 1px solid #efe9dc;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #777;
}

.edm-step-hl svg {
    width: 12px;
    height: 12px;
    color: #90191c;
}

/* ========== BOTTOM CTA ========== */
.edm-process-cta {
    text-align: center;
    margin-top: 16px;
}

.edm-process-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    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);
}

.edm-process-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144,25,28,0.4);
}

.edm-process-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.edm-process-btn:hover svg {
    transform: translateX(4px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .edm-process {
        padding: 64px 0;
    }

    .edm-timeline {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 36px;
    }

    .edm-timeline::before {
        left: 12px;
        transform: none;
    }

    .edm-step {
        text-align: left !important;
        padding: 0 0 40px 32px;
    }

    .edm-step:nth-child(odd) .edm-step-dot,
    .edm-step:nth-child(even) .edm-step-dot {
        left: -48px;
        right: auto;
        width: 40px;
        height: 40px;
    }

    .edm-step-dot-num {
        font-size: 15px;
    }

    .edm-step-spacer-1,
    .edm-step-spacer-2,
    .edm-step-spacer-3,
    .edm-step-spacer-4 {
        display: none;
    }

    .edm-step:nth-child(odd) .edm-step-card::after,
    .edm-step:nth-child(even) .edm-step-card::after {
        left: -10px;
        right: auto;
        border-left: 1px solid #f0ece4;
        border-top: 1px solid #f0ece4;
        border-right: none;
        border-bottom: none;
    }

    .edm-step:nth-child(odd) .edm-step-tag {
        float: none;
    }

    .edm-step:nth-child(odd) .edm-step-highlights {
        justify-content: flex-start;
    }

    .edm-step-card {
        padding: 24px;
    }

    .edm-step-h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .edm-process {
        padding: 48px 0;
    }

    .edm-timeline {
        padding-left: 28px;
    }

    .edm-step {
        padding-left: 24px;
    }

    .edm-step-card {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e969e38 */.edm-faq * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== FAQ SECTION ========== */
.edm-faq {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.edm-faq-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* ========== LEFT COLUMN — STICKY ========== */
.edm-faq-left {
    position: sticky;
    top: 120px;
}

.edm-faq-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.edm-faq-label-line {
    width: 32px;
    height: 2px;
    background: #c9a656;
    border-radius: 2px;
}

.edm-faq-label-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.edm-faq-h2 {
    font-family: 'Red Rose', serif;
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 18px;
}

.edm-faq-h2 span {
    color: #90191c;
}

.edm-faq-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Contact card */
.edm-faq-contact {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.edm-faq-contact-title {
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.edm-faq-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 10px 14px;
    background: #fdfbf7;
    border-radius: 10px;
    transition: all 0.3s;
}

.edm-faq-contact-item:hover {
    background: rgba(144,25,28,0.05);
    transform: translateX(4px);
}

.edm-faq-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edm-faq-contact-icon-wa {
    background: rgba(37,211,102,0.1);
}

.edm-faq-contact-icon-wa svg {
    width: 18px;
    height: 18px;
    color: #25D366;
}

.edm-faq-contact-icon-phone {
    background: rgba(144,25,28,0.06);
}

.edm-faq-contact-icon-phone svg {
    width: 16px;
    height: 16px;
    color: #90191c;
}

.edm-faq-contact-icon-form {
    background: rgba(201,166,86,0.1);
}

.edm-faq-contact-icon-form svg {
    width: 16px;
    height: 16px;
    color: #c9a656;
}

.edm-faq-contact-text {
    display: flex;
    flex-direction: column;
}

.edm-faq-contact-text-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}

.edm-faq-contact-text-value {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #999;
}

/* ========== RIGHT COLUMN — ACCORDION ========== */
.edm-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* FAQ Item */
.edm-faq-item {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.edm-faq-item:hover {
    border-color: rgba(201,166,86,0.3);
}

.edm-faq-item.active {
    border-color: rgba(144,25,28,0.15);
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
}

/* Question row */
.edm-faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.edm-faq-item:hover .edm-faq-question {
    background: #fdfbf7;
}

.edm-faq-item.active .edm-faq-question {
    background: #fdfbf7;
}

.edm-faq-q-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(144,25,28,0.06), rgba(201,166,86,0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #90191c;
    transition: all 0.3s;
}

.edm-faq-item.active .edm-faq-q-icon {
    background: #90191c;
    color: #fff;
    box-shadow: 0 4px 12px rgba(144,25,28,0.2);
}

.edm-faq-q-text {
    flex: 1;
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    transition: color 0.3s;
}

.edm-faq-item.active .edm-faq-q-text {
    color: #90191c;
}

.edm-faq-q-toggle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: rgba(144,25,28,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}

.edm-faq-item.active .edm-faq-q-toggle {
    background: #90191c;
    transform: rotate(45deg);
}

.edm-faq-q-toggle svg {
    width: 16px;
    height: 16px;
    color: #90191c;
    transition: color 0.3s;
}

.edm-faq-item.active .edm-faq-q-toggle svg {
    color: #fff;
}

/* Answer */
.edm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.edm-faq-answer-inner {
    padding: 0 24px 24px;
    padding-left: 78px;
}

.edm-faq-answer-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .edm-faq {
        padding: 70px 0;
    }

    .edm-faq-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .edm-faq-left {
        position: static;
        text-align: center;
    }

    .edm-faq-label {
        justify-content: center;
    }

    .edm-faq-contact {
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .edm-faq {
        padding: 52px 0;
    }

    .edm-faq-question {
        padding: 18px 18px;
        gap: 12px;
    }

    .edm-faq-q-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 14px;
    }

    .edm-faq-q-text {
        font-size: 14.5px;
    }

    .edm-faq-answer-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .edm-faq-q-toggle {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .edm-faq-q-toggle svg {
        width: 13px;
        height: 13px;
    }
}/* End custom CSS */