.elementor-28 .elementor-element.elementor-element-5872b0e{--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-28 .elementor-element.elementor-element-6fd132e{--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-28 .elementor-element.elementor-element-23265dd{--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-6e62895 */.edm-chero * { margin:0; padding:0; box-sizing:border-box; }

.edm-chero {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
    background: #fdfbf7;
}

.edm-chero-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-chero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 30%, rgba(201,166,86,0.08) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 20% 70%, rgba(144,25,28,0.04) 0%, transparent 70%);
    pointer-events: none;
}

/* Decorative shapes */
.edm-chero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    animation: edmCFade 1s ease forwards;
}
.edm-chero-shape-1 { width:320px; height:320px; top:-80px; right:-80px; border:1px solid rgba(201,166,86,0.1); animation-delay:0.4s; }
.edm-chero-shape-2 { width:200px; height:200px; bottom:40px; left:-60px; border:1px solid rgba(144,25,28,0.06); animation-delay:0.7s; }
.edm-chero-shape-3 { width:14px; height:14px; top:30%; right:15%; background:rgba(201,166,86,0.15); animation-delay:1s; }
.edm-chero-shape-4 { width:8px; height:8px; bottom:30%; left:10%; background:rgba(144,25,28,0.1); animation-delay:1.2s; }
@keyframes edmCFade { to { opacity:1; } }

.edm-chero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.edm-chero-bread {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid rgba(201,166,86,0.2);
    border-radius: 50px;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(16px);
    animation: edmCUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.15s forwards;
}
.edm-chero-bread a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}
.edm-chero-bread a:hover { color: #90191c; }
.edm-chero-bread span { font-family: 'Poppins', sans-serif; font-size: 12px; color: #ccc; }
.edm-chero-bread-current { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #90191c; }

/* Eyebrow tag */
.edm-chero-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: 24px;
    opacity: 0;
    transform: translateY(16px);
    animation: edmCUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.25s forwards;
}
.edm-chero-tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9a656;
    position: relative;
}
.edm-chero-tag-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(201,166,86,0.25);
    animation: edmCPulse 2s ease-in-out infinite;
}
@keyframes edmCPulse {
    0%, 100% { transform: scale(1); opacity:1; }
    50% { transform: scale(1.6); opacity:0; }
}
.edm-chero-tag-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.3px;
}

.edm-chero-h1 {
    font-family: 'Red Rose', serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.12;
    max-width: 820px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmCUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.35s forwards;
}
.edm-chero-h1 span { color: #90191c; }

.edm-chero-desc {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1.6vw, 16px);
    color: #666;
    line-height: 1.75;
    max-width: 700px;
    margin-bottom: 42px;
    opacity: 0;
    transform: translateY(20px);
    animation: edmCUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.5s forwards;
}

/* Quick Contact Buttons */
.edm-chero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    animation: edmCUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.65s forwards;
}

.edm-chero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.35s;
}

.edm-chero-btn-call {
    background: linear-gradient(135deg, #90191c, #b82025);
    color: #fff;
    box-shadow: 0 6px 24px rgba(144,25,28,0.3);
    position: relative;
    overflow: hidden;
}
.edm-chero-btn-call::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-chero-btn-call:hover::before { left: 100%; }
.edm-chero-btn-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(144,25,28,0.4);
}

.edm-chero-btn-wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,0.25);
}
.edm-chero-btn-wa:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37,211,102,0.4);
}

.edm-chero-btn-email {
    background: #fff;
    color: #2a2a2a;
    border: 2px solid #e0dbd2;
}
.edm-chero-btn-email:hover {
    border-color: #c9a656;
    color: #c9a656;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(201,166,86,0.15);
}

.edm-chero-btn svg { width: 18px; height: 18px; }

@keyframes edmCUp {
    to { opacity:1; transform: translateY(0); }
}

@media (max-width: 640px) {
    .edm-chero { padding: 90px 0 64px; }
    .edm-chero-actions { flex-direction: column; width: 100%; max-width: 320px; gap: 12px; }
    .edm-chero-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39267c8 */.edm-cmain * { margin:0; padding:0; box-sizing:border-box; }
.edm-cmain { position:relative; padding:90px 0; overflow:hidden; }
.edm-cmain-inner { max-width:1240px; margin:0 auto; padding:0 20px; }

.edm-cmain-header { text-align:center; max-width:680px; margin:0 auto 56px; }
.edm-cmain-label { display:inline-flex; align-items:center; gap:10px; margin-bottom:14px; }
.edm-cmain-label-line { width:32px; height:2px; background:#c9a656; border-radius:2px; }
.edm-cmain-label-text { font-family:'Poppins',sans-serif; font-size:12px; font-weight:600; color:#c9a656; text-transform:uppercase; letter-spacing:2px; }
.edm-cmain-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-cmain-h2 span { color:#90191c; }
.edm-cmain-subtitle { font-family:'Poppins',sans-serif; font-size:15px; color:#666; line-height:1.7; }

/* Layout */
.edm-cmain-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT: Info */
.edm-cmain-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edm-cmain-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 18px;
    padding: 26px 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
    text-decoration: none;
}

.edm-cmain-card:hover {
    border-color: rgba(201,166,86,0.3);
    box-shadow: 0 12px 36px rgba(0,0,0,0.05);
    transform: translateY(-4px);
}

.edm-cmain-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.edm-cmain-card-icon svg { width:22px; height:22px; transition:color 0.3s; }

.edm-cmain-card-phone .edm-cmain-card-icon { background: rgba(144,25,28,0.06); }
.edm-cmain-card-phone .edm-cmain-card-icon svg { color: #90191c; }
.edm-cmain-card-phone:hover .edm-cmain-card-icon { background:#90191c; box-shadow:0 6px 16px rgba(144,25,28,0.25); }
.edm-cmain-card-phone:hover .edm-cmain-card-icon svg { color:#fff; }

.edm-cmain-card-wa .edm-cmain-card-icon { background: rgba(37,211,102,0.08); }
.edm-cmain-card-wa .edm-cmain-card-icon svg { color: #25D366; }
.edm-cmain-card-wa:hover .edm-cmain-card-icon { background:#25D366; box-shadow:0 6px 16px rgba(37,211,102,0.25); }
.edm-cmain-card-wa:hover .edm-cmain-card-icon svg { color:#fff; }

.edm-cmain-card-email .edm-cmain-card-icon { background: rgba(201,166,86,0.1); }
.edm-cmain-card-email .edm-cmain-card-icon svg { color: #c9a656; }
.edm-cmain-card-email:hover .edm-cmain-card-icon { background:#c9a656; box-shadow:0 6px 16px rgba(201,166,86,0.25); }
.edm-cmain-card-email:hover .edm-cmain-card-icon svg { color:#fff; }

.edm-cmain-card-location .edm-cmain-card-icon { background: rgba(144,25,28,0.06); }
.edm-cmain-card-location .edm-cmain-card-icon svg { color: #90191c; }
.edm-cmain-card-location:hover .edm-cmain-card-icon { background:#90191c; box-shadow:0 6px 16px rgba(144,25,28,0.25); }
.edm-cmain-card-location:hover .edm-cmain-card-icon svg { color:#fff; }

.edm-cmain-card-body { display:flex; flex-direction:column; gap:3px; }
.edm-cmain-card-title { font-family:'Red Rose',serif; font-size:17px; font-weight:700; color:#1a1a1a; }
.edm-cmain-card-value { font-family:'Poppins',sans-serif; font-size:14.5px; font-weight:600; color:#90191c; }
.edm-cmain-card-desc { font-family:'Poppins',sans-serif; font-size:12px; color:#999; margin-top:2px; }

/* Hours card */
.edm-cmain-hours {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 18px;
    padding: 22px 26px;
}
.edm-cmain-hours-title {
    font-family:'Red Rose',serif; font-size:15px; font-weight:700; color:#1a1a1a; margin-bottom:14px;
    display:flex; align-items:center; gap:8px;
}
.edm-cmain-hours-title svg { width:15px; height:15px; color:#c9a656; }

.edm-cmain-hours-row {
    display:flex; justify-content:space-between; align-items:center;
    padding:7px 0; border-bottom:1px solid #f5f2ec;
}
.edm-cmain-hours-row:last-child { border-bottom:none; }
.edm-cmain-hours-day { font-family:'Poppins',sans-serif; font-size:13px; color:#555; font-weight:500; }
.edm-cmain-hours-time { font-family:'Poppins',sans-serif; font-size:13px; font-weight:600; color:#1a1a1a; }
.edm-cmain-hours-badge {
    display:inline-flex; align-items:center; gap:6px; padding:3px 10px;
    background:rgba(37,211,102,0.08); border-radius:50px;
    font-family:'Poppins',sans-serif; font-size:11px; font-weight:600; color:#25D366;
}
.edm-cmain-hours-dot {
    width:6px; height:6px; border-radius:50%; background:#25D366;
    animation: edm-cdot 2s ease-in-out infinite;
}
@keyframes edm-cdot { 0%,100%{opacity:1;} 50%{opacity:0.3;} }

/* RIGHT: Form */
.edm-cmain-form-wrap {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 22px;
    padding: 38px;
    position: relative;
    overflow: hidden;
}

.edm-cmain-form-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #90191c, #c9a656);
}

.edm-cmain-form-header {
    margin-bottom: 28px;
}

.edm-cmain-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(144,25,28,0.06);
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #90191c;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.edm-cmain-form-title {
    font-family: 'Red Rose', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.edm-cmain-form-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #888;
    line-height: 1.6;
}

/* CF7 Styling — targets the form output */
.edm-cmain-form-wrap .wpcf7 label,
.edm-cmain-form-wrap label {
    display: block !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 6px !important;
}

.edm-cmain-form-wrap .wpcf7 p,
.edm-cmain-form-wrap .wpcf7-form p {
    margin-bottom: 16px !important;
}

.edm-cmain-form-wrap input[type="text"],
.edm-cmain-form-wrap input[type="email"],
.edm-cmain-form-wrap input[type="tel"],
.edm-cmain-form-wrap input[type="url"],
.edm-cmain-form-wrap input[type="number"],
.edm-cmain-form-wrap input[type="date"],
.edm-cmain-form-wrap select,
.edm-cmain-form-wrap .wpcf7-form-control {
    width: 100% !important;
    padding: 14px 18px !important;
    border: 1.5px solid #e8e2d6 !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fdfbf7 !important;
    outline: none !important;
    transition: all 0.3s !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.edm-cmain-form-wrap input:focus,
.edm-cmain-form-wrap select:focus,
.edm-cmain-form-wrap textarea:focus {
    border-color: #90191c !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(144,25,28,0.08) !important;
}

.edm-cmain-form-wrap input::placeholder,
.edm-cmain-form-wrap textarea::placeholder {
    color: #bbb !important;
    font-weight: 400 !important;
}

.edm-cmain-form-wrap textarea,
.edm-cmain-form-wrap .wpcf7-textarea {
    width: 100% !important;
    height: 70px;
    min-height: 70px;
    padding: 14px 18px !important;
    border: 1.5px solid #e8e2d6 !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    background: #fdfbf7 !important;
    outline: none !important;
    transition: all 0.3s !important;
    resize: vertical !important;
    min-height: 130px !important;
    -webkit-appearance: none !important;
}

/* Submit button */
.edm-cmain-form-wrap input[type="submit"],
.edm-cmain-form-wrap .wpcf7-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 16px 32px !important;
    background: linear-gradient(135deg, #90191c, #b82025) !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.35s !important;
    box-shadow: 0 6px 24px rgba(144,25,28,0.3) !important;
    letter-spacing: 0.3px !important;
    margin-top: 6px !important;
}

.edm-cmain-form-wrap input[type="submit"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 35px rgba(144,25,28,0.4) !important;
}

/* Validation */
.edm-cmain-form-wrap .wpcf7-not-valid-tip {
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    color: #90191c !important;
    margin-top: 4px !important;
}

.edm-cmain-form-wrap .wpcf7-response-output {
    border: none !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    margin: 16px 0 0 !important;
}

.edm-cmain-form-wrap .wpcf7-mail-sent-ok {
    background: rgba(37,211,102,0.08) !important;
    color: #25D366 !important;
}

.edm-cmain-form-wrap .wpcf7-validation-errors {
    background: rgba(144,25,28,0.06) !important;
    color: #90191c !important;
}

.edm-cmain-form-wrap .wpcf7-spinner { display: none !important; }

/* Footer note */
.edm-cmain-form-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #f0ece4;
}
.edm-cmain-form-note svg { width:14px; height:14px; color:#c9a656; flex-shrink:0; }
.edm-cmain-form-note span { font-family:'Poppins',sans-serif; font-size:11.5px; color:#999; }

@media (max-width: 1024px) {
    .edm-cmain { padding:70px 0; }
    .edm-cmain-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 640px) {
    .edm-cmain { padding: 52px 0; }
    .edm-cmain-form-wrap { padding: 26px 22px; }
    .edm-cmain-card { padding: 22px 20px; }
}/* End custom CSS */