.elementor-30 .elementor-element.elementor-element-bdf580f{--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-30 .elementor-element.elementor-element-987fc42{--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-30 .elementor-element.elementor-element-2659f17{--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-30 .elementor-element.elementor-element-b762aba{--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-30 .elementor-element.elementor-element-7097b88{--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-30 .elementor-element.elementor-element-4a5c60d{--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-f2e66a6 */.edm-whero * { margin:0; padding:0; box-sizing:border-box; }

.edm-whero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fdfbf7;
}

.edm-whero-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-whero::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;
}

.edm-whero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: edmWFade 1s ease forwards;
}
.edm-whero-shape-1 { width:320px; height:320px; top:-80px; right:-80px; border:1px solid rgba(201,166,86,0.1); animation-delay:0.4s; }
.edm-whero-shape-2 { width:200px; height:200px; bottom:60px; left:-60px; border:1px solid rgba(144,25,28,0.06); animation-delay:0.7s; }
.edm-whero-shape-3 { width:12px; height:12px; top:28%; right:12%; background:rgba(201,166,86,0.15); animation-delay:1s; }
.edm-whero-shape-4 { width:8px; height:8px; bottom:32%; left:10%; background:rgba(144,25,28,0.1); animation-delay:1.2s; }
@keyframes edmWFade { to { opacity:1; } }

.edm-whero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 110px 20px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

.edm-whero-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: 22px;
    opacity: 0;
    transform: translateY(16px);
    animation: edmWUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.15s forwards;
}
.edm-whero-bread a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}
.edm-whero-bread a:hover { color: #90191c; }
.edm-whero-bread span { font-family: 'Poppins', sans-serif; font-size: 12px; color: #ccc; }
.edm-whero-bread-current { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #90191c; }

.edm-whero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(144,25,28,0.06);
    border-radius: 50px;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(16px);
    animation: edmWUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.25s forwards;
}
.edm-whero-tag-dot {
    width: 7px; height: 7px; border-radius: 50%; background: #c9a656; position: relative;
}
.edm-whero-tag-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(201,166,86,0.25);
    animation: edmWPulse 2s ease-in-out infinite;
}
@keyframes edmWPulse {
    0%, 100% { transform: scale(1); opacity:1; }
    50% { transform: scale(1.6); opacity:0; }
}
.edm-whero-tag-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.3px;
}

/* H1 */
.edm-whero-h1 {
    font-family: 'Red Rose', serif;
    font-size: clamp(30px, 4.4vw, 54px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.15;
    max-width: 920px;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmWUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.35s forwards;
}
.edm-whero-h1 span { color: #90191c; }

.edm-whero-desc {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1.55vw, 15.5px);
    color: #666;
    line-height: 1.85;
    max-width: 820px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmWUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.5s forwards;
}

.edm-whero-desc strong { color: #1a1a1a; font-weight: 600; }

.edm-whero-highlight {
    background: linear-gradient(120deg, rgba(201,166,86,0.12) 0%, rgba(201,166,86,0) 100%);
    padding: 16px 24px;
    border-left: 3px solid #c9a656;
    border-radius: 0 12px 12px 0;
    max-width: 780px;
    margin: 4px auto 36px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmWUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.6s forwards;
}
.edm-whero-highlight p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
    text-align: left;
}

/* CTA */
.edm-whero-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    animation: edmWUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.75s forwards;
}

.edm-whero-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-whero-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-whero-btn-primary:hover::before { left: 100%; }
.edm-whero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144,25,28,0.4);
    color: white;
}
.edm-whero-btn-primary svg { width:18px; height:18px; transition:transform 0.3s; }
.edm-whero-btn-primary:hover svg { transform:translateX(4px); }

.edm-whero-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-whero-btn-secondary:hover {
    border-color: #90191c;
    color: #90191c;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(144,25,28,0.1);
}
.edm-whero-btn-secondary svg { width:16px; height:16px; }

@keyframes edmWUp {
    to { opacity:1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .edm-whero { min-height: auto; }
    .edm-whero-inner { padding: 80px 20px 60px; }
    .edm-whero-cta { flex-direction: column; width: 100%; max-width: 320px; gap: 12px; }
    .edm-whero-btn-primary, .edm-whero-btn-secondary { width: 100%; justify-content: center; }
    .edm-whero-highlight { padding: 14px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b817cf1 */.edm-wdiff * { margin:0; padding:0; box-sizing:border-box; }
.edm-wdiff { position:relative; padding:90px 0; overflow:hidden; }
.edm-wdiff-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-wdiff-header { text-align:center; max-width:720px; margin:0 auto 56px; }
.edm-wdiff-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-wdiff-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-wdiff-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-wdiff-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-wdiff-h2 span { color:#90191c; }
.edm-wdiff-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Grid */
.edm-wdiff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.edm-wdiff-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 20px;
    padding: 32px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}

.edm-wdiff-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-wdiff-card:hover::before { height: 100%; }

.edm-wdiff-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

.edm-wdiff-card-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 16px;
}

.edm-wdiff-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.edm-wdiff-num {
    width: 48px;
    height: 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: 17px;
    font-weight: 700;
    color: #90191c;
    transition: all 0.35s;
}

.edm-wdiff-card:hover .edm-wdiff-num {
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
}

.edm-wdiff-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(201,166,86,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.edm-wdiff-card:hover .edm-wdiff-icon {
    background: rgba(201,166,86,0.15);
}

.edm-wdiff-icon svg {
    width: 16px;
    height: 16px;
    color: #c9a656;
}

.edm-wdiff-card-title {
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    flex: 1;
    padding-top: 6px;
}

.edm-wdiff-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 18px;
}

.edm-wdiff-proof {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(144,25,28,0.03), rgba(201,166,86,0.03));
    border-radius: 10px;
    border-left: 3px solid #c9a656;
}

.edm-wdiff-proof-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: #90191c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.edm-wdiff-proof-icon svg { width: 10px; height: 10px; color: #fff; }

.edm-wdiff-proof-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #555;
    line-height: 1.55;
}

.edm-wdiff-proof-text strong { color: #90191c; font-weight: 600; }

@media (max-width: 900px) {
    .edm-wdiff { padding: 64px 0; }
    .edm-wdiff-grid { grid-template-columns: 1fr; }
    .edm-wdiff-card { padding: 26px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae38ec6 */.edm-wcmp * { margin:0; padding:0; box-sizing:border-box; }
.edm-wcmp { position:relative; padding:90px 0; overflow:hidden; background:#fdfbf7; }
.edm-wcmp-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-wcmp-header { text-align:center; max-width:720px; margin:0 auto 56px; }
.edm-wcmp-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-wcmp-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-wcmp-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-wcmp-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-wcmp-h2 span { color:#90191c; }
.edm-wcmp-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Column Headers */
.edm-wcmp-columns {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    gap: 0;
    margin-bottom: 4px;
}

.edm-wcmp-col-label {
    padding: 18px 24px;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.edm-wcmp-col-label:first-child { background: transparent; }
.edm-wcmp-col-edm { background: #90191c; margin-left: 2px; }
.edm-wcmp-col-other { background: #f0ece4; margin-left: 2px; }

.edm-wcmp-col-icon {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.edm-wcmp-col-edm .edm-wcmp-col-icon { background: rgba(255,255,255,0.15); }
.edm-wcmp-col-other .edm-wcmp-col-icon { background: rgba(0,0,0,0.05); }
.edm-wcmp-col-icon svg { width:16px; height:16px; }
.edm-wcmp-col-edm .edm-wcmp-col-icon svg { color: #fff; }
.edm-wcmp-col-other .edm-wcmp-col-icon svg { color: #999; }

.edm-wcmp-col-name {
    font-family: 'Red Rose', serif;
    font-size: 15px;
    font-weight: 700;
}
.edm-wcmp-col-edm .edm-wcmp-col-name { color: #fff; }
.edm-wcmp-col-other .edm-wcmp-col-name { color: #777; }

/* Rows */
.edm-wcmp-rows { display: flex; flex-direction: column; gap: 3px; }

.edm-wcmp-row {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    gap: 0;
    transition: all 0.25s;
}

.edm-wcmp-row:last-child .edm-wcmp-cell:nth-child(2) { border-radius: 0 0 0 14px; }
.edm-wcmp-row:last-child .edm-wcmp-cell:nth-child(3) { border-radius: 0 0 14px 0; }

.edm-wcmp-cell {
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.edm-wcmp-cell-attr {
    background: #fff;
    border-bottom: 1px solid #f5f2ec;
    flex-direction: column;
    gap: 0;
    justify-content: center;
}
.edm-wcmp-attr-num {
    font-family: 'Red Rose', serif;
    font-size: 11px;
    font-weight: 700;
    color: #c9a656;
    margin-bottom: 3px;
}
.edm-wcmp-attr-name {
    font-family: 'Red Rose', serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.edm-wcmp-cell-edm {
    background: rgba(144,25,28,0.03);
    border-bottom: 1px solid rgba(144,25,28,0.06);
    margin-left: 2px;
}
.edm-wcmp-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-wcmp-cell-edm-icon svg { width: 12px; height: 12px; color: #fff; }
.edm-wcmp-cell-edm-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #444;
    line-height: 1.6;
    font-weight: 500;
}

.edm-wcmp-cell-other {
    background: #faf8f4;
    border-bottom: 1px solid #eee8da;
    margin-left: 2px;
}
.edm-wcmp-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-wcmp-cell-other-icon svg { width: 12px; height: 12px; color: #aaa; }
.edm-wcmp-cell-other-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #999;
    line-height: 1.6;
}

.edm-wcmp-row:hover .edm-wcmp-cell-edm { background: rgba(144,25,28,0.06); }
.edm-wcmp-row:hover .edm-wcmp-cell-attr { background: #fdfbf7; }

/* Mobile stacked cards */
@media (max-width: 900px) {
    .edm-wcmp { padding: 64px 0; }
    .edm-wcmp-columns { display: none; }
    .edm-wcmp-rows { gap: 14px; }
    .edm-wcmp-row {
        grid-template-columns: 1fr;
        background: #fff;
        border: 1px solid #f0ece4;
        border-radius: 16px;
        overflow: hidden;
    }
    .edm-wcmp-cell { padding: 14px 18px; }
    .edm-wcmp-cell-attr {
        background: #fdfbf7;
        border-bottom: 1px solid #f0ece4;
        padding: 14px 18px;
    }
    .edm-wcmp-cell-edm, .edm-wcmp-cell-other { margin-left: 0; }
    .edm-wcmp-cell-edm { border-bottom: 1px solid #f0ece4; position: relative; }
    .edm-wcmp-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-wcmp-cell-other { position: relative; border-radius: 0 0 16px 16px; }
    .edm-wcmp-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-wcmp-row:last-child .edm-wcmp-cell:nth-child(2),
    .edm-wcmp-row:last-child .edm-wcmp-cell:nth-child(3) { border-radius: 0; }
    .edm-wcmp-row:last-child .edm-wcmp-cell:last-child { border-radius: 0 0 16px 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19d186b */.edm-wtrust * { margin:0; padding:0; box-sizing:border-box; }
.edm-wtrust { position:relative; padding:90px 0; overflow:hidden; }
.edm-wtrust-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-wtrust-header { text-align:center; max-width:720px; margin:0 auto 56px; }
.edm-wtrust-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-wtrust-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-wtrust-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-wtrust-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-wtrust-h2 span { color:#90191c; }
.edm-wtrust-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Grid */
.edm-wtrust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

.edm-wtrust-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    overflow: hidden;
}

.edm-wtrust-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-wtrust-card:hover::before { transform: scaleX(1); }

.edm-wtrust-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-wtrust-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.edm-wtrust-icon {
    width: 48px;
    height: 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;
    transition: all 0.3s;
}
.edm-wtrust-card:hover .edm-wtrust-icon {
    background: linear-gradient(135deg, #90191c, #b82025);
    box-shadow: 0 6px 16px rgba(144,25,28,0.25);
}
.edm-wtrust-icon svg { width: 22px; height: 22px; color: #90191c; transition: color 0.3s; }
.edm-wtrust-card:hover .edm-wtrust-icon svg { color: #fff; }

.edm-wtrust-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    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;
}
.edm-wtrust-verified svg { width: 11px; height: 11px; }

.edm-wtrust-card-title {
    font-family: 'Red Rose', serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.edm-wtrust-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}

/* Supporting paragraph box */
.edm-wtrust-support {
    background: linear-gradient(135deg, #fdfbf7 0%, #fff 100%);
    border: 1px solid #f0ece4;
    border-left: 4px solid #c9a656;
    border-radius: 16px;
    padding: 28px 32px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.edm-wtrust-support-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #90191c, #b82025);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.edm-wtrust-support-icon svg { width: 22px; height: 22px; color: #fff; }

.edm-wtrust-support-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.edm-wtrust-support-body p strong { color: #1a1a1a; font-weight: 600; }

@media (max-width: 900px) {
    .edm-wtrust { padding: 64px 0; }
    .edm-wtrust-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9b61ce */.edm-wgar * { margin:0; padding:0; box-sizing:border-box; }
.edm-wgar { position:relative; padding:90px 0; overflow:hidden; background:#fdfbf7; }
.edm-wgar-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-wgar-header { text-align:center; max-width:720px; margin:0 auto 56px; }
.edm-wgar-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-wgar-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-wgar-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-wgar-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-wgar-h2 span { color:#90191c; }
.edm-wgar-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Guarantee Cards */
.edm-wgar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 36px;
}

.edm-wgar-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 20px;
    padding: 32px 30px;
    display: flex;
    gap: 18px;
    transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    overflow: hidden;
}

.edm-wgar-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

/* Shield icon badge */
.edm-wgar-shield {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #90191c, #b82025);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(144,25,28,0.25);
    position: relative;
}

.edm-wgar-shield svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.edm-wgar-shield::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 18px;
    border: 2px solid rgba(201,166,86,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.edm-wgar-card:hover .edm-wgar-shield::after { opacity: 1; }

.edm-wgar-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.edm-wgar-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    background: rgba(201,166,86,0.1);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #c9a656;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
}

.edm-wgar-title {
    font-family: 'Red Rose', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.edm-wgar-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.75;
}

/* Full-width last card */
.edm-wgar-card-full { grid-column: 1 / -1; }

/* Footer note */
.edm-wgar-footer {
    background: #fff;
    border: 1px solid #f0ece4;
    border-left: 4px solid #90191c;
    border-radius: 16px;
    padding: 26px 32px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.edm-wgar-footer-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(144,25,28,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.edm-wgar-footer-icon svg { width: 20px; height: 20px; color: #90191c; }

.edm-wgar-footer-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555;
    line-height: 1.75;
}
.edm-wgar-footer-text strong { color: #90191c; font-weight: 600; }

@media (max-width: 900px) {
    .edm-wgar { padding: 64px 0; }
    .edm-wgar-grid { grid-template-columns: 1fr; }
    .edm-wgar-card { padding: 26px 24px; }
    .edm-wgar-footer { flex-direction: column; padding: 22px 24px; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d83633a */.edm-wcta * { margin:0; padding:0; box-sizing:border-box; }
.edm-wcta { position:relative; padding:90px 0; overflow:hidden; }
.edm-wcta-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

/* Big CTA Banner */
.edm-wcta-banner {
    background: linear-gradient(135deg, #90191c 0%, #a82428 100%);
    border-radius: 28px;
    padding: 72px 56px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Decorative circles */
.edm-wcta-banner::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: rgba(201,166,86,0.08);
    border-radius: 50%;
}

.edm-wcta-banner::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -60px;
    width: 280px;
    height: 280px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

/* Additional decorative dot */
.edm-wcta-dot {
    position: absolute;
    border-radius: 50%;
}
.edm-wcta-dot-1 {
    top: 40px;
    left: 60px;
    width: 12px;
    height: 12px;
    background: rgba(201,166,86,0.3);
}
.edm-wcta-dot-2 {
    bottom: 50px;
    right: 80px;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.3);
}
.edm-wcta-dot-3 {
    top: 80px;
    right: 140px;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.4);
}

.edm-wcta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 860px;
    margin: 0 auto;
}

/* Eyebrow tag */
.edm-wcta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.edm-wcta-tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9a656;
    position: relative;
}
.edm-wcta-tag-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(201,166,86,0.4);
    animation: edmWctaPulse 2s ease-in-out infinite;
}
@keyframes edmWctaPulse {
    0%, 100% { transform: scale(1); opacity:1; }
    50% { transform: scale(1.6); opacity:0; }
}

/* H2 */
.edm-wcta-h2 {
    font-family: 'Red Rose', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 4px;
}
.edm-wcta-h2 span { color: #c9a656; }

.edm-wcta-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
    max-width: 740px;
    margin-bottom: 12px;
}

.edm-wcta-services {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    font-style: italic;
}

/* Action buttons */
.edm-wcta-actions {
    display: flex;
    gap: 14px;
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.edm-wcta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 36px;
    background: #fff;
    color: #90191c;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.35s;
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
}
.edm-wcta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(0,0,0,0.28);
    color: #971d20;
}
.edm-wcta-btn-primary svg { width:18px; height:18px; transition:transform 0.3s; }
.edm-wcta-btn-primary:hover svg { transform:translateX(4px); }

.edm-wcta-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 32px;
    background: #25D366;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.35s;
    box-shadow: 0 8px 28px rgba(37,211,102,0.3);
}
.edm-wcta-btn-wa:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(37,211,102,0.4);
}
.edm-wcta-btn-wa svg { width: 18px; height: 18px; }

.edm-wcta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 17px 30px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.35s;
}
.edm-wcta-btn-secondary:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-3px);
}
.edm-wcta-btn-secondary svg { width:16px; height:16px; }

/* Trust row */
.edm-wcta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.12);
    flex-wrap: wrap;
}

.edm-wcta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
}

.edm-wcta-trust-item svg {
    width: 14px;
    height: 14px;
    color: #c9a656;
}

@media (max-width: 768px) {
    .edm-wcta { padding: 64px 0; }
    .edm-wcta-banner { padding: 52px 28px; }
    .edm-wcta-actions { flex-direction: column; width: 100%; max-width: 320px; }
    .edm-wcta-btn-primary, .edm-wcta-btn-wa, .edm-wcta-btn-secondary {
        width: 100%; justify-content: center;
    }
    .edm-wcta-trust { gap: 20px; }
}

@media (max-width: 480px) {
    .edm-wcta-banner { padding: 40px 22px; }
}/* End custom CSS */