.elementor-44 .elementor-element.elementor-element-5223436{--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-44 .elementor-element.elementor-element-efcb0df{--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-44 .elementor-element.elementor-element-5a23446{--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-44 .elementor-element.elementor-element-9ee4d07{--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-44 .elementor-element.elementor-element-aee9075{--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-44 .elementor-element.elementor-element-e6c7739{--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-44 .elementor-element.elementor-element-87a9679{--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-44 .elementor-element.elementor-element-b81a812{--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-44 .elementor-element.elementor-element-870244d{--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-44 .elementor-element.elementor-element-ffa4d66{--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-3dac9bd */#itRoot {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}
#itRoot *, #itRoot *::before, #itRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#itRoot h1, #itRoot h2, #itRoot p { margin: 0; padding: 0; }
#itRoot a { text-decoration: none; }

/* ============================================================
   BANNER — full width image with H1 overlaid
   ============================================================ */
.itBanner {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.itBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Fallback gradient when no image */
.itBannerFallback {
    display: none;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 70%, #90191c 100%);
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: rgba(255,255,255,0.15);
}

/* Layered gradient overlay */
.itBannerOverlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(10,0,0,0.78) 0%, rgba(10,0,0,0.45) 55%, rgba(10,0,0,0.15) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
}

/* Red gradient left accent line */
.itBannerLine {
    position: absolute; top: 0; left: 0; bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #90191c, #c9a656, #90191c);
}

/* Breadcrumb */
.itBread {
    position: absolute; top: 28px; left: 0; right: 0;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px !important;
    display: flex; align-items: center; gap: 7px;
    font-size: 12px; color: rgba(255,255,255,0.60);
    flex-wrap: wrap;
}
.itBread a { color: rgba(255,255,255,0.60); transition: color 0.2s; }
.itBread a:hover { color: #c9a656; }
.itBread i { font-size: 8px; color: rgba(255,255,255,0.35); }
.itBread span { color: #c9a656; font-weight: 600; }

/* H1 overlaid on banner */
.itBannerText {
    position: absolute;
    bottom: 48px; left: 0; right: 0;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px !important;
}

.itBannerLabel {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 20px;
    padding: 4px 13px !important;
    font-size: 11px; font-weight: 700; color: #c9a656;
    letter-spacing: 0.8px; text-transform: uppercase;
    margin-bottom: 12px !important;
}
.itBannerLabel i { font-size: 9px; }

.itH1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(26px, 3.8vw, 48px);
    font-weight: 900;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.8px;
    max-width: 680px;
}
.itH1 em {
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255,255,255,0.55);
}

/* Badge — top right of banner */
.itBannerBadge {
    position: absolute; top: 28px; right: 32px; z-index: 3;
    background: linear-gradient(135deg, #90191c, #c0393c);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 800;
    padding: 6px 14px !important;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(144,25,28,0.40);
    letter-spacing: 0.5px;
}

/* ============================================================
   BRIDGE STRIP — overlaps banner bottom + content top
   ============================================================ */
.itBridgeWrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
    position: relative;
    z-index: 3;
}

.itBridge {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -42px !important;
    overflow: hidden;
    border: 1px solid #f0e4e4;
}

.itBridgeItem {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 20px !important;
    border-right: 1px solid #f5eded;
    transition: background 0.2s;
}
.itBridgeItem:last-child { border-right: none; }
.itBridgeItem:hover { background: #fdf8f8; }

.itBIco {
    width: 38px; height: 38px; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #fff; flex-shrink: 0;
}
.bi1 { background: linear-gradient(135deg, #90191c, #c0393c); }
.bi2 { background: linear-gradient(135deg, #c9a656, #e0c070); }
.bi3 { background: linear-gradient(135deg, #1a6baa, #2e8fcb); }
.bi4 { background: linear-gradient(135deg, #2d9e5f, #3dbb74); }

.itBTxt strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 800; color: #111;
    margin-bottom: 2px !important;
}
.itBTxt span { font-size: 11.5px; color: #888; line-height: 1.4; }

/* ============================================================
   CONTENT — H2, body, CTAs below bridge
   ============================================================ */
.itContent {
    max-width: 1240px;
    margin: 0 auto;
    padding: 44px 24px 72px !important;
}

.itH2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 600; color: #444;
    line-height: 1.68;
    border-left: 3px solid #c9a656;
    padding-left: 16px !important;
    margin-bottom: 28px !important;
    max-width: 820px;
}

.itBodyGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 32px !important;
}

.itBodyP {
    font-size: 14.5px; color: #555; line-height: 1.82;
}

/* CTAs */
.itCtas {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}

.itCtaP {
    display: inline-flex; align-items: center; gap: 8px;
    background: #90191c; color: #fff;
    font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600;
    padding: 13px 26px !important;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(144,25,28,0.28);
    transition: background 0.22s, transform 0.22s;
}
.itCtaP:hover { background: #720f12; color: #fff; transform: translateY(-2px); }
.itCtaP i { font-size: 11px; transition: transform 0.2s; }
.itCtaP:hover i { transform: translateX(4px); }

.itCtaS {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #90191c;
    font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600;
    padding: 12px 22px !important;
    border-radius: 6px; border: 2px solid #90191c;
    transition: all 0.22s;
}
.itCtaS:hover { background: #90191c; color: #fff; transform: translateY(-2px); }
.itCtaS i { font-size: 14px; }

/* ---- Animation ---- */
.itAnim {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.itAnimUp {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.itAnimL {
    opacity: 0; transform: translateX(-20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.itAnim.on, .itAnimUp.on, .itAnimL.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
    .itBridge { grid-template-columns: repeat(2, 1fr); }
    .itBridgeItem:nth-child(2) { border-right: none; }
    .itBridgeItem:nth-child(3) { border-top: 1px solid #f5eded; }
    .itBridgeItem:nth-child(4) { border-top: 1px solid #f5eded; border-right: none; }
    .itBodyGrid { grid-template-columns: 1fr; gap: 16px; }
    .itBanner { height: 360px; }
}
@media (max-width: 540px) {
    .itBanner { height: 300px; }
    .itBridge { grid-template-columns: 1fr 1fr; margin-top: -32px !important; }
    .itBridgeItem { padding: 13px 14px !important; }
    .itContent { padding: 36px 24px 56px !important; }
    .itCtas { flex-direction: column; align-items: stretch; }
    .itCtaP, .itCtaS { justify-content: center; }
    .itBannerBadge { display: none; }
    .itH1 { font-size: clamp(22px, 6vw, 32px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc0f69f */#ctRoot {
    font-family: 'Poppins', sans-serif;
}
#ctRoot *, #ctRoot *::before, #ctRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#ctRoot h2, #ctRoot h3, #ctRoot p { margin: 0; padding: 0; }
#ctRoot a { text-decoration: none; }

.ctW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
}
.ctSec { padding: 80px 0 !important; }

/* ---- Header ---- */
.ctTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px !important;
    font-size: 11.5px; font-weight: 600;
    color: #90191c; letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.ctTag i { color: #c9a656; font-size: 10px; }

.ctH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 800; color: #111;
    line-height: 1.22; letter-spacing: -0.4px;
    margin-bottom: 36px !important;
}
.ctH2 span { color: #90191c; }

/* ---- Layout ---- */
.ctGrid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 32px;
    align-items: start;
}

/* =====================================================
   LEFT — Contact Cards
   ===================================================== */
.ctCards { display: flex; flex-direction: column; gap: 14px; }

/* Main contact card */
.ctCard {
    background: #fff;
    border-radius: 14px;
    padding: 22px 22px !important;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1.5px solid #f0e4e4;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.ctCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.09);
    border-color: #e8c5c6;
}

.ctCardIco {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff; flex-shrink: 0;
}
.ci-red   { background: linear-gradient(135deg, #90191c, #c0393c); box-shadow: 0 6px 18px rgba(144,25,28,0.28); }
.ci-green { background: linear-gradient(135deg, #25d366, #1da955); box-shadow: 0 6px 18px rgba(37,211,102,0.28); }
.ci-gold  { background: linear-gradient(135deg, #c9a656, #e0c070); box-shadow: 0 6px 18px rgba(201,166,86,0.28); }

.ctCardBody {}
.ctCardLabel {
    font-size: 10.5px; font-weight: 700; color: #aaa;
    letter-spacing: 0.8px; text-transform: uppercase;
    margin-bottom: 4px !important;
}
.ctCardValue {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; font-weight: 800; color: #111;
    margin-bottom: 4px !important;
    line-height: 1.25;
}
.ctCardNote { font-size: 12.5px; color: #888; line-height: 1.5; }

.ctCardLink {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px; font-weight: 600;
    margin-top: 10px !important;
    padding: 6px 14px !important;
    border-radius: 6px;
    transition: all 0.2s;
}
.cl-red   { color: #90191c; background: #fdf0f0; }
.cl-green { color: #1da955; background: #f0fdf5; }
.cl-gold  { color: #8a6800; background: #fffbf0; }
.ctCard:hover .cl-red   { background: #90191c; color: #fff; }
.ctCard:hover .cl-green { background: #25d366; color: #fff; }
.ctCard:hover .cl-gold  { background: #c9a656; color: #fff; }
.ctCardLink i { font-size: 10px; }

/* Survey promise card */
.ctPromise {
    background: linear-gradient(135deg, #90191c 0%, #720f12 60%, #c9a656 100%);
    border-radius: 14px;
    padding: 22px 22px !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(144,25,28,0.25);
}
.ctPromise::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}
.ctPromiseIco {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.14);
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; color: #fff;
    margin-bottom: 12px !important;
}
.ctPromise h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; font-weight: 800; color: #fff;
    margin-bottom: 8px !important; line-height: 1.3;
}
.ctPromise p {
    font-size: 12.5px; color: rgba(255,255,255,0.78);
    line-height: 1.65;
}
.ctPromiseChecks {
    display: flex; flex-direction: column; gap: 6px;
    margin-top: 14px !important;
}
.ctPC {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: rgba(255,255,255,0.85);
}
.ctPC i { color: #c9a656; font-size: 11px; flex-shrink: 0; }

/* =====================================================
   RIGHT — Form Card
   ===================================================== */
.ctFormCard {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

.ctFormHead {
    background: linear-gradient(135deg, #111 0%, #1a1a1a 60%, #2a1a1a 100%);
    padding: 22px 28px !important;
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap;
}
.ctFormHead h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; font-weight: 800; color: #fff;
    margin-bottom: 3px !important;
}
.ctFormHead p { font-size: 12px; color: rgba(255,255,255,0.60); }
.ctFormHeadBadge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(201,166,86,0.18);
    border: 1px solid rgba(201,166,86,0.35);
    border-radius: 20px;
    padding: 5px 13px !important;
    font-size: 11px; font-weight: 700; color: #c9a656;
    white-space: nowrap;
}

.ctFormBody { padding: 28px !important; }

/* =====================================================
   CF7 FORM STYLES — targets .wpcf7 classes
   Also styles the static HTML form below
   ===================================================== */

/* Grid layout for form fields */
.ctFormGrid,
#ctRoot .wpcf7 .ctFormGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.ct-full,
#ctRoot .wpcf7 .ct-full { grid-column: 1 / -1; }

/* All inputs, selects, textarea */
#ctRoot input[type="text"],
#ctRoot input[type="email"],
#ctRoot input[type="tel"],
#ctRoot input[type="number"],
#ctRoot select,
#ctRoot textarea,
#ctRoot .wpcf7 input[type="text"],
#ctRoot .wpcf7 input[type="email"],
#ctRoot .wpcf7 input[type="tel"],
#ctRoot .wpcf7 input[type="number"],
#ctRoot .wpcf7 select,
#ctRoot .wpcf7 textarea,
#ctRoot .wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    padding: 11px 14px !important;
    border-radius: 8px;
    border: 1.5px solid #f0e4e4;
    background: #faf5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px; color: #333;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    appearance: none;
    -webkit-appearance: none;
}
#ctRoot input[type="text"]:focus,
#ctRoot input[type="email"]:focus,
#ctRoot input[type="tel"]:focus,
#ctRoot input[type="number"]:focus,
#ctRoot select:focus,
#ctRoot textarea:focus,
#ctRoot .wpcf7-form-control:not([type="submit"]):focus {
    border-color: #c9a656;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,166,86,0.12);
}

#ctRoot select,
#ctRoot .wpcf7 select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23c9a656'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
}

#ctRoot textarea,
#ctRoot .wpcf7 textarea { resize: vertical; min-height: 110px; }

/* Validation error */
#ctRoot .wpcf7-not-valid-tip {
    font-size: 11.5px; color: #c0393c;
    margin-top: 4px !important; display: block;
}
#ctRoot .wpcf7-not-valid {
    border-color: #e8c5c6 !important;
    background: #fdf8f8 !important;
}

/* Response output */
#ctRoot .wpcf7-response-output {
    margin-top: 14px !important;
    padding: 12px 16px !important;
    border-radius: 8px;
    font-size: 13px; border: none !important;
}
#ctRoot .wpcf7-mail-sent-ok {
    background: #f0fdf5; color: #1da955; border-left: 4px solid #1da955 !important;
}
#ctRoot .wpcf7-mail-sent-ng,
#ctRoot .wpcf7-validation-errors,
#ctRoot .wpcf7-spam-blocked {
    background: #fdf0f0; color: #90191c; border-left: 4px solid #90191c !important;
}

/* Field label */
.ctFLabel {
    display: block;
    font-size: 11.5px; font-weight: 600; color: #555;
    margin-bottom: 5px !important;
}
.ctFLabel span { color: #90191c; }

/* Submit button */
#ctRoot input[type="submit"],
#ctRoot .wpcf7 input[type="submit"],
#ctRoot .wpcf7-submit,
.ctSubmitBtn {
    width: 100%;
    padding: 14px 24px !important;
    background: linear-gradient(135deg, #90191c, #c0393c);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 700;
    border: none; border-radius: 8px; cursor: pointer;
    box-shadow: 0 8px 24px rgba(144,25,28,0.28);
    transition: all 0.22s;
    letter-spacing: 0.3px;
}
#ctRoot input[type="submit"]:hover,
#ctRoot .wpcf7-submit:hover,
.ctSubmitBtn:hover {
    background: linear-gradient(135deg, #720f12, #90191c);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(144,25,28,0.35);
}

/* Form note */
.ctFormNote {
    font-size: 12px; color: #aaa; text-align: center;
    margin-top: 14px !important; line-height: 1.6;
}
.ctFormNote i { color: #c9a656; margin-right: 4px; }

/* CF7 spinner */
#ctRoot .wpcf7 .ajax-loader { display: none; }

/* ---- Animation ---- */
.ctAnim {
    opacity: 0; transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.ctAnimL {
    opacity: 0; transform: translateX(-20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.ctAnimR {
    opacity: 0; transform: translateX(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.ctAnim.on, .ctAnimL.on, .ctAnimR.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
    .ctGrid { grid-template-columns: 1fr; }
    .ctCards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .ctPromise { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    .ctSec { padding: 52px 0 !important; }
    .ctCards { grid-template-columns: 1fr; }
    .ctPromise { grid-column: auto; }
    .ctFormGrid { grid-template-columns: 1fr; }
    .ct-full { grid-column: auto; }
    .ctFormBody { padding: 20px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-222c3af */#isRoot {
    font-family: 'Poppins', sans-serif;
}
#isRoot *, #isRoot *::before, #isRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#isRoot h2, #isRoot h3, #isRoot p { margin: 0; padding: 0; }
#isRoot a { text-decoration: none; }

.isW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
}
.isSec { padding: 80px 0 !important; }

/* ---- Header ---- */
.isTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px !important;
    font-size: 11.5px; font-weight: 600;
    color: #90191c; letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.isTag i { color: #c9a656; font-size: 10px; }

.isH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 800; color: #111;
    line-height: 1.22; letter-spacing: -0.4px;
    margin-bottom: 52px !important;
}
.isH2 span { color: #90191c; }

/* ============================================================
   ALTERNATING ROWS
   ============================================================ */
.isRows { display: flex; flex-direction: column; gap: 0; }

.isRow {
    display: grid;
    grid-template-columns: 420px 1fr;
    min-height: 320px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    transition: box-shadow 0.25s;
}
.isRow:hover { box-shadow: 0 12px 44px rgba(0,0,0,0.12); }
.isRow:last-child { margin-bottom: 0 !important; }

/* Even rows: content left, image right */
.isRow.rev { grid-template-columns: 1fr 420px; }
.isRow.rev .isImg { order: 2; }
.isRow.rev .isContent { order: 1; }

/* ---- Image Panel ---- */
.isImg {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.isImg img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.55s ease;
}
.isRow:hover .isImg img { transform: scale(1.05); }

/* Gradient overlay */
.isImg::after {
    content: '';
    position: absolute; inset: 0;
    pointer-events: none;
}
/* Odd rows: overlay from left (image is left, so fade right) */
.isRow:not(.rev) .isImg::after {
    background: linear-gradient(90deg, rgba(10,0,0,0.08) 0%, rgba(10,0,0,0.52) 100%);
}
/* Even rows: overlay from right (image is right) */
.isRow.rev .isImg::after {
    background: linear-gradient(270deg, rgba(10,0,0,0.08) 0%, rgba(10,0,0,0.52) 100%);
}

/* Gradient fallbacks */
.ifb1 { background: linear-gradient(135deg, #1a2a4a 0%, #0f3460 60%, #90191c 100%); }
.ifb2 { background: linear-gradient(135deg, #0d0d0d 0%, #1a1a2e 60%, #90191c 100%); }
.ifb3 { background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%); }
.ifb4 { background: linear-gradient(135deg, #2c2c2c 0%, #4a3800 60%, #c9a656 100%); }
.ifb5 { background: linear-gradient(135deg, #1a0533 0%, #2d1a5e 60%, #7b52ab 100%); }
.ifb6 { background: linear-gradient(135deg, #003333 0%, #005959 60%, #1a9e9e 100%); }

/* Number badge — large, top corner */
.isNum {
    position: absolute; top: 18px; z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 900; color: #fff;
    width: 42px; height: 42px; border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.14);
    border: 1.5px solid rgba(255,255,255,0.22);
}
.isRow:not(.rev) .isNum { left: 18px; }
.isRow.rev .isNum { right: 18px; }

/* Icon badge — bottom corner */
.isIco {
    position: absolute; bottom: 18px; z-index: 2;
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.14);
    border: 1.5px solid rgba(255,255,255,0.22);
}
.isRow:not(.rev) .isIco { right: 18px; }
.isRow.rev .isIco { left: 18px; }

/* ---- Content Panel ---- */
.isContent {
    background: #fff;
    padding: 36px 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Accent bar — left for odd, right for even */
.isRow:not(.rev) .isContent::before {
    content: '';
    position: absolute; top: 0; left: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #90191c, #c9a656);
}
.isRow.rev .isContent::before {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #c9a656, #90191c);
}

.isStepLabel {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 700;
    color: #c9a656; letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.isStepLabel i { font-size: 9px; }

.isH3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 1.6vw, 19px);
    font-weight: 800; color: #111;
    line-height: 1.28;
    margin-bottom: 14px !important;
}

.isP {
    font-size: 13.5px; color: #666;
    line-height: 1.80;
    margin-bottom: 12px !important;
}
.isP:last-of-type { margin-bottom: 0 !important; }

/* Highlight callout within content */
.isCallout {
    background: #faf5f5;
    border-left: 3px solid #c9a656;
    border-radius: 0 6px 6px 0;
    padding: 10px 14px !important;
    margin-top: 12px !important;
    font-size: 13px; color: #555; line-height: 1.65;
}
.isCallout strong { color: #90191c; }

/* ---- Animation ---- */
.isAnim {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.isAnimL {
    opacity: 0; transform: translateX(-24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.isAnimR {
    opacity: 0; transform: translateX(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.isAnim.on, .isAnimL.on, .isAnimR.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .isRow, .isRow.rev {
        grid-template-columns: 1fr;
        grid-template-rows: 240px auto;
    }
    .isRow.rev .isImg { order: 1; }
    .isRow.rev .isContent { order: 2; }
    .isRow:not(.rev) .isContent::before,
    .isRow.rev .isContent::before {
        top: 0; left: 0; right: 0; bottom: auto;
        width: auto; height: 4px;
    }
    .isImg { height: 240px; }
    .isRow:not(.rev) .isImg::after {
        background: linear-gradient(180deg, rgba(10,0,0,0.08) 0%, rgba(10,0,0,0.55) 100%);
    }
    .isRow.rev .isImg::after {
        background: linear-gradient(180deg, rgba(10,0,0,0.08) 0%, rgba(10,0,0,0.55) 100%);
    }
    .isRow:not(.rev) .isIco { right: 18px; }
    .isRow.rev .isIco { left: auto; right: 18px; }
    .isRow.rev .isNum { right: auto; left: 18px; }
}
@media (max-width: 540px) {
    .isSec { padding: 52px 0 !important; }
    .isContent { padding: 24px 22px !important; }
    .isImg { height: 200px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c75fa08 */#irdRoot {
    font-family: 'Poppins', sans-serif;
}
#irdRoot *, #irdRoot *::before, #irdRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#irdRoot h2, #irdRoot h3, #irdRoot p { margin: 0; padding: 0; }

.irdW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
}
.irdSec { padding: 80px 0 !important; }

/* ---- Header ---- */
.irdTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px !important;
    font-size: 11.5px; font-weight: 600;
    color: #90191c; letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.irdTag i { color: #c9a656; font-size: 10px; }

.irdH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 800; color: #111;
    line-height: 1.22; letter-spacing: -0.4px;
    margin-bottom: 10px !important;
}
.irdH2 span { color: #90191c; }

.irdLead {
    font-size: 15px; color: #666; line-height: 1.65;
    font-weight: 500;
    margin-bottom: 44px !important;
}

/* ============================================================
   RISK CARDS — horizontal panel layout
   ============================================================ */
.irdCards { display: flex; flex-direction: column; gap: 20px; }

.irdCard {
    display: grid;
    grid-template-columns: 230px 1fr;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.08);
    transition: box-shadow 0.25s, transform 0.25s;
}
.irdCard:hover {
    box-shadow: 0 14px 48px rgba(0,0,0,0.13);
    transform: translateY(-2px);
}

/* ---- Left accent panel ---- */
.irdPanel {
    position: relative;
    padding: 36px 24px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

/* Watermark number */
.irdPanel::before {
    content: attr(data-num);
    position: absolute;
    bottom: -20px; right: -10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 110px; font-weight: 900;
    color: rgba(255,255,255,0.09);
    line-height: 1; pointer-events: none;
    letter-spacing: -4px;
}

/* Dot grid texture */
.irdPanel::after {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
}

/* ESD — purple/electric */
.rp-esd {
    background: linear-gradient(160deg, #2d1a5e 0%, #4a2980 50%, #7b52ab 100%);
}
/* Temperature — orange/red heat */
.rp-temp {
    background: linear-gradient(160deg, #7a1500 0%, #b02500 50%, #c9a656 100%);
}
/* Vibration — dark teal/navy */
.rp-vib {
    background: linear-gradient(160deg, #0d2137 0%, #0f3460 50%, #1a6baa 100%);
}

.irdPanelTop {}

.irdRiskNum {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 800;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1.2px; text-transform: uppercase;
    margin-bottom: 16px !important;
}

.irdIcoWrap {
    width: 58px; height: 58px;
    border-radius: 14px;
    background: rgba(255,255,255,0.13);
    border: 1.5px solid rgba(255,255,255,0.20);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #fff;
    margin-bottom: 18px !important;
}

.irdPanelLabel {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px; font-weight: 900;
    color: #fff; line-height: 1.25;
}

/* Risk badge — bottom */
.irdRiskBadge {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 20px;
    padding: 5px 12px !important;
    font-size: 10.5px; font-weight: 700;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.5px; text-transform: uppercase;
    z-index: 1;
}
.irdRiskBadge i { font-size: 9px; color: rgba(255,255,255,0.60); }

/* ---- Right content panel ---- */
.irdContent {
    background: #fff;
    padding: 32px 36px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    position: relative;
}

/* Top accent bar */
.irdContent::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
}
.irdCard:nth-child(1) .irdContent::before { background: linear-gradient(90deg, #7b52ab, #c9a656); }
.irdCard:nth-child(2) .irdContent::before { background: linear-gradient(90deg, #c9a656, #90191c); }
.irdCard:nth-child(3) .irdContent::before { background: linear-gradient(90deg, #1a6baa, #90191c); }

.irdH3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 1.6vw, 19px);
    font-weight: 800; color: #111; line-height: 1.25;
    margin-bottom: 16px !important;
}

.irdP {
    font-size: 13.5px; color: #555; line-height: 1.82;
    margin-bottom: 14px !important;
}
.irdP:last-of-type { margin-bottom: 0 !important; }

/* Key fact callout */
.irdFact {
    display: flex; align-items: flex-start; gap: 11px;
    background: #faf5f5;
    border-radius: 8px;
    padding: 13px 16px !important;
    margin-top: 16px !important;
    margin-bottom: 14px !important;
}
.irdFactIco {
    width: 28px; height: 28px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; color: #fff; flex-shrink: 0;
    margin-top: 1px;
}
.fi-purple { background: linear-gradient(135deg, #7b52ab, #9e6fd4); }
.fi-orange { background: linear-gradient(135deg, #c9a656, #e07832); }
.fi-blue   { background: linear-gradient(135deg, #1a6baa, #2e8fcb); }

.irdFactTxt {
    font-size: 13px; color: #444; line-height: 1.68;
}
.irdFactTxt strong { color: #90191c; }

/* Inline highlight */
.ird-hl { color: #90191c; font-weight: 600; }

/* ---- Animation ---- */
.irdAnim {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.irdAnimL {
    opacity: 0; transform: translateX(-24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.irdAnim.on, .irdAnimL.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
    .irdCard { grid-template-columns: 1fr; }
    .irdPanel {
        flex-direction: row; align-items: center;
        padding: 22px 24px !important;
        gap: 16px;
    }
    .irdPanel::before { display: none; }
    .irdIcoWrap { margin-bottom: 0 !important; width: 46px; height: 46px; font-size: 18px; }
    .irdPanelLabel { font-size: 14px; }
    .irdRiskBadge { display: none; }
    .irdContent { padding: 24px 24px !important; }
}
@media (max-width: 540px) {
    .irdSec { padding: 52px 0 !important; }
    .irdPanel { flex-direction: column; align-items: flex-start; gap: 10px; }
    .irdIcoWrap { margin-bottom: 0 !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6296f50 */#ifsRoot {
    font-family: 'Poppins', sans-serif;
}
#ifsRoot *, #ifsRoot *::before, #ifsRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#ifsRoot h2, #ifsRoot h3, #ifsRoot p, #ifsRoot ul { margin: 0; padding: 0; }
#ifsRoot ul { list-style: none; }

.ifsW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
}
.ifsSec { padding: 80px 0 !important; }

/* ---- Header ---- */
.ifsTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px !important;
    font-size: 11.5px; font-weight: 600;
    color: #90191c; letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.ifsTag i { color: #c9a656; font-size: 10px; }

.ifsH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 800; color: #111;
    line-height: 1.22; letter-spacing: -0.4px;
    margin-bottom: 10px !important;
}
.ifsH2 span { color: #90191c; }

.ifsLead {
    font-size: 15px; color: #666; line-height: 1.65;
    font-weight: 500;
    margin-bottom: 44px !important;
}

/* ============================================================
   ACCORDION
   ============================================================ */
.ifsAccordion { display: flex; flex-direction: column; gap: 10px; }

.ifsItem {
    border-radius: 14px;
    border: 1.5px solid #ede8e8;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.25s, box-shadow 0.25s;
}
.ifsItem.open {
    border-color: var(--ic);
    box-shadow: 0 6px 28px rgba(0,0,0,0.07);
}

/* Per-item color variables */
.ifsItem:nth-child(1) { --ic: #e8c5c6; --ig: linear-gradient(135deg, #90191c, #c0393c); --is: #90191c; }
.ifsItem:nth-child(2) { --ic: #e0d0a0; --ig: linear-gradient(135deg, #c9a656, #e0c070); --is: #a07a20; }
.ifsItem:nth-child(3) { --ic: #b0cde0; --ig: linear-gradient(135deg, #1a6baa, #2e8fcb); --is: #1a6baa; }
.ifsItem:nth-child(4) { --ic: #c8b8dc; --ig: linear-gradient(135deg, #7b52ab, #9e6fd4); --is: #7b52ab; }
.ifsItem:nth-child(5) { --ic: #aac4dc; --ig: linear-gradient(135deg, #0f3460, #1a6baa); --is: #0f3460; }
.ifsItem:nth-child(6) { --ic: #e8c5c6; --ig: linear-gradient(135deg, #720f12, #90191c); --is: #720f12; }
.ifsItem:nth-child(7) { --ic: #a8d8bc; --ig: linear-gradient(135deg, #2d9e5f, #3dbb74); --is: #2d9e5f; }

/* ---- Question row ---- */
.ifsQ {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px !important;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}
.ifsItem.open .ifsQ,
.ifsItem:hover .ifsQ { background: #fdfafa; }

.ifsNumBadge {
    width: 44px; height: 44px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 900;
    color: #bbb;
    flex-shrink: 0;
    background: #f2f2f2;
    transition: background 0.25s, color 0.25s;
}
.ifsItem.open .ifsNumBadge,
.ifsItem:hover .ifsNumBadge {
    background: var(--ig);
    color: #fff;
}

.ifsQTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 800; color: #111; flex: 1;
    line-height: 1.32;
}

.ifsArrow {
    font-size: 12px; color: #ccc; flex-shrink: 0;
    transition: transform 0.28s, color 0.22s;
}
.ifsItem.open .ifsArrow {
    transform: rotate(180deg);
    color: var(--is);
}

/* ---- Answer panel ---- */
.ifsA {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.ifsItem.open .ifsA { max-height: 3200px; }

.ifsAInner {
    padding: 20px 28px 26px 36px !important;
    margin-left: 22px !important;
    border-top: 1px solid #f0eaea;
    border-left: 3px solid var(--ic);
}

/* ---- Content elements ---- */
.ifsP {
    font-size: 13.5px; color: #555; line-height: 1.82;
    margin-bottom: 12px !important;
}
.ifsP:last-child { margin-bottom: 0 !important; }

/* Bullet list */
.ifsList {
    margin: 8px 0 14px !important;
    display: flex; flex-direction: column; gap: 6px;
}
.ifsList li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 13.5px; color: #555; line-height: 1.72;
}
.ifsList li::before {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--is);
    flex-shrink: 0;
    margin-top: 8px;
}

/* Callout box */
.ifsCallout {
    display: flex; gap: 12px;
    border-radius: 10px;
    padding: 13px 16px !important;
    margin: 14px 0 !important;
}
.ifsCallout.red   { background: #fdf5f5; border: 1px solid #ecd5d5; }
.ifsCallout.gold  { background: #fdf8ee; border: 1px solid #e8d8a0; }
.ifsCallout.blue  { background: #f0f6fc; border: 1px solid #b0cde0; }
.ifsCallout.green { background: #f0faf5; border: 1px solid #a8d8bc; }

.ifsCalloutIco {
    width: 30px; height: 30px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; color: #fff; flex-shrink: 0;
    margin-top: 1px;
}
.ico-red    { background: linear-gradient(135deg, #90191c, #c0393c); }
.ico-gold   { background: linear-gradient(135deg, #c9a656, #e0c070); }
.ico-blue   { background: linear-gradient(135deg, #1a6baa, #2e8fcb); }
.ico-green  { background: linear-gradient(135deg, #2d9e5f, #3dbb74); }

.ifsCalloutTxt {
    font-size: 13px; color: #444; line-height: 1.72;
}
.ifsCallout.red   .ifsCalloutTxt strong { color: #90191c; }
.ifsCallout.gold  .ifsCalloutTxt strong { color: #a07a20; }
.ifsCallout.blue  .ifsCalloutTxt strong { color: #1a6baa; }
.ifsCallout.green .ifsCalloutTxt strong { color: #2d9e5f; }

/* Sub-section heading (ESD packing equipment types) */
.ifsSubH {
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px; font-weight: 800; color: #111;
    margin-top: 18px !important;
    margin-bottom: 6px !important;
    display: flex; align-items: center; gap: 7px;
}
.ifsSubH i { color: var(--is); font-size: 11px; }
.ifsSubH:first-child { margin-top: 0 !important; }

/* Two-col comparison (cable doc) */
.ifsCompare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 14px 0 !important;
}
.ifsCompareCard {
    border-radius: 9px;
    padding: 14px 16px !important;
    border: 1.5px solid #eee;
}
.ifsCompareCard.good { background: #f0faf5; border-color: #a8d8bc; }
.ifsCompareCard.bad  { background: #fff5f5; border-color: #e8c5c6; }
.ifsCompareLabel {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px; font-weight: 800;
    letter-spacing: 0.7px; text-transform: uppercase;
    margin-bottom: 7px !important;
    display: flex; align-items: center; gap: 5px;
}
.ifsCompareCard.good .ifsCompareLabel { color: #2d9e5f; }
.ifsCompareCard.bad  .ifsCompareLabel { color: #90191c; }
.ifsCompareCard p { font-size: 13px; color: #555; line-height: 1.65; }

/* Post-move verification checklist grid */
.ifsCheckGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin: 10px 0 14px !important;
}
.ifsCheckItem {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 13.5px; color: #444; line-height: 1.60;
}
.ifsCheckItem i { color: #2d9e5f; font-size: 13px; margin-top: 2px; flex-shrink: 0; }

/* ---- Animation ---- */
.ifsAnim {
    opacity: 0; transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.ifsAnim.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
    .ifsAInner { margin-left: 0 !important; padding-left: 20px !important; }
    .ifsCompare { grid-template-columns: 1fr; }
    .ifsCheckGrid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
    .ifsSec { padding: 52px 0 !important; }
    .ifsQ { padding: 14px 16px !important; gap: 12px; }
    .ifsNumBadge { width: 38px; height: 38px; font-size: 11px; }
    .ifsQTitle { font-size: 13px; }
    .ifsAInner { padding: 16px 16px 20px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-578dc8b */#hwRoot {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}
#hwRoot *, #hwRoot *::before, #hwRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#hwRoot h2, #hwRoot h3, #hwRoot p { margin: 0; padding: 0; }
#hwRoot a { text-decoration: none; }

.hwW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section */
.hwSec {
    background: #fff;
    padding: 80px 0 88px;
    overflow: hidden;
}

/* Section Header */
.hwHead {
    text-align: center;
    margin-bottom: 56px;
}
.hwLabel {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.hwLabel i { color: #c9a656; font-size: 10px; }

.hwH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}
.hwH2 span { color: #90191c; }

.hwHeadLine {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.hwHeadLine em {
    display: block;
    height: 3px;
    border-radius: 2px;
    font-style: normal;
}
.hwHeadLine em:nth-child(1) { width: 44px; background: #90191c; }
.hwHeadLine em:nth-child(2) { width: 12px; background: #c9a656; }
.hwHeadLine em:nth-child(3) { width: 44px; background: #90191c; }

/* ============================================================
   TIMELINE
   ============================================================ */
.hwTimeline {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}

/* Vertical centre line */
.hwTimeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28px;
    bottom: 120px;
    width: 2px;
    background: linear-gradient(to bottom, #90191c 0%, #c9a656 50%, #90191c 100%);
    z-index: 0;
}

/* Phase label */
.hwPhase {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0 8px;
    position: relative;
    z-index: 1;
}
.hwPhase::before,
.hwPhase::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eedede;
}
.hwPhase span {
    background: #fff;
    border: 1px solid #eedede;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.hwPhase.ph1 span { color: #90191c; border-color: #e8c5c6; background: #fdf0f0; }
.hwPhase.ph2 span { color: #c9a656; border-color: #e8d8a0; background: #fdf8ee; }
.hwPhase.ph3 span { color: #90191c; border-color: #e8c5c6; background: #fdf0f0; }

/* Step row */
.hwStep {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    gap: 0 24px;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* Dot (center column) */
.hwDot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.hwDot .dotN {
    font-size: 15px;
    line-height: 1;
}
.hwDot .dotI {
    font-size: 11px;
    opacity: 0.85;
    margin-top: 2px;
}

/* Alternating dot colours */
.hwStep:nth-child(odd)  .hwDot { background: linear-gradient(135deg, #90191c, #c0393c); }
.hwStep:nth-child(even) .hwDot { background: linear-gradient(135deg, #b88b2a, #c9a656); }

/* Card */
.hwCard {
    background: #fff;
    border: 1px solid #f0e4e4;
    border-radius: 12px;
    padding: 18px 20px 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: box-shadow 0.22s, transform 0.22s;
    position: relative;
}
.hwCard:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

/* Left-side card: right-aligned connector */
.hwL .hwCard {
    border-left: 4px solid #90191c;
}
.hwL .hwCard::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #f0e4e4;
}
.hwL .hwCard::before {
    content: '';
    position: absolute;
    right: -7px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #fff;
    z-index: 1;
}

/* Right-side card: left-aligned connector */
.hwR .hwCard {
    border-right: 4px solid #c9a656;
}
.hwR .hwCard::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 9px solid #f0e4e4;
}
.hwR .hwCard::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #fff;
    z-index: 1;
}

/* Card header row */
.hwCardTop {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.hwCardIco {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    flex-shrink: 0;
}
.ico-red  { background: linear-gradient(135deg, #90191c, #c0393c); }
.ico-gold { background: linear-gradient(135deg, #b88b2a, #c9a656); }

.hwCardH3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.hwCardText {
    font-size: 13px;
    color: #555;
    line-height: 1.75;
}

/* Highlight items inside card */
.hwHighlights {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hwHL {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 12.5px;
    color: #444;
    line-height: 1.5;
}
.hwHL i {
    color: #c9a656;
    font-size: 10px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Empty placeholder column */
.hwEmpty { /* intentionally blank */ }

/* ============================================================
   STEP 9 — FINAL SUNDAY CARD
   ============================================================ */
.hwFinalWrap {
    position: relative;
    z-index: 1;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.hwFinalDot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #90191c, #c9a656);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(144,25,28,0.30);
    position: relative;
}
.hwFinalDot::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px dashed rgba(201,166,86,0.5);
    animation: hwSpin 8s linear infinite;
}
@keyframes hwSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.hwFinalDot .dotN { font-size: 16px; line-height: 1; }
.hwFinalDot .dotI { font-size: 11px; opacity: 0.85; margin-top: 2px; }

.hwFinalCard {
    width: 100%;
    background: linear-gradient(135deg, #fdf8ee 0%, #fdf0f0 60%, #fdf8ee 100%);
    border: 1px solid #eedede;
    border-top: 4px solid #c9a656;
    border-radius: 16px;
    padding: 32px 36px;
    text-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(144,25,28,0.10);
}
.hwFinalCard::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(201,166,86,0.08);
    pointer-events: none;
}
.hwFinalCard::after {
    content: '';
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(144,25,28,0.05);
    pointer-events: none;
}
.hwFinalTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c9a656;
    margin-bottom: 10px;
}
.hwFinalTag i { font-size: 12px; }

.hwFinalTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 10px !important;
}
.hwFinalTitle span { color: #90191c; }

.hwFinalText {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 22px !important;
    
}

.hwFinalBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #90191c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
    transition: all 0.22s;
}
.hwFinalBtn:hover { background: #720f12; color: #fff; transform: translateY(-2px); }

/* Animate */
.hwFU {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.hwFL {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.hwFR {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.hwFU.on, .hwFL.on, .hwFR.on { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
    /* Move timeline line to left edge */
    .hwTimeline::before {
        left: 27px;
        transform: none;
    }

    /* Switch from grid to flex so order property works */
    .hwStep {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    /* Hide empty placeholders */
    .hwEmpty { display: none; }

    /* LEFT steps HTML order: [card][dot][empty]
       Use order to put dot first on mobile */
    .hwL .hwDot  { order: 1; flex-shrink: 0; }
    .hwL .hwCard { order: 2; flex: 1; min-width: 0; }

    /* RIGHT steps HTML order: [empty][dot][card]
       Empty is hidden — dot then card is already correct */
    .hwR .hwDot  { flex-shrink: 0; }
    .hwR .hwCard { flex: 1; min-width: 0; }

    /* Uniform left border on all cards, hide right connectors */
    .hwL .hwCard {
        border-left: 4px solid #90191c;
    }
    .hwR .hwCard {
        border-right: 1px solid #f0e4e4;
        border-left: 4px solid #c9a656;
    }

    /* Hide triangle connectors — not needed in single-column layout */
    .hwCard::before, .hwCard::after { display: none; }

    /* Phase labels */
    .hwPhase { padding-left: 60px; }
    .hwPhase::before { display: none; }

    .hwFinalCard { padding: 24px 20px; }
    .hwFinalCard .hwFinalTitle { font-size: 20px; }
}

@media (max-width: 540px) {
    .hwSec { padding: 56px 0 64px; }
    .hwHead { margin-bottom: 40px; }
    .hwStep { gap: 12px; }
    .hwDot { width: 46px; height: 46px; flex-shrink: 0; }
    .hwDot .dotN { font-size: 13px; }
    .hwDot .dotI { font-size: 10px; }
    .hwTimeline::before { left: 23px; }
    .hwCard { padding: 14px 16px 16px; }
    .hwCardText { font-size: 13px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b81068d */#iteqRoot {
    font-family: 'Poppins', sans-serif;
}
#iteqRoot *, #iteqRoot *::before, #iteqRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#iteqRoot h2, #iteqRoot h3, #iteqRoot p, #iteqRoot ul { margin: 0; padding: 0; }
#iteqRoot ul { list-style: none; }

.iteqW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
}
.iteqSec { padding: 80px 0 !important; }

/* ---- Header ---- */
.iteqTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px !important;
    font-size: 11.5px; font-weight: 600;
    color: #90191c; letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.iteqTag i { color: #c9a656; font-size: 10px; }

.iteqH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 800; color: #111;
    line-height: 1.22; letter-spacing: -0.4px;
    margin-bottom: 10px !important;
}
.iteqH2 span { color: #90191c; }

.iteqLead {
    font-size: 15px; color: #666; line-height: 1.65;
    font-weight: 500;
    margin-bottom: 36px !important;
}

/* ============================================================
   CATEGORY LABEL
   ============================================================ */
.iteqCatLabel {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px !important;
}
.iteqCatLabel::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #e8c5c6, transparent);
}
.iteqCatLabelTxt {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    color: #90191c;
    white-space: nowrap;
}

/* ============================================================
   EQUIPMENT GRID
   ============================================================ */
.iteqGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px !important;
}

.iteqCard {
    background: #fff;
    border: 1.5px solid #ede8e8;
    border-radius: 12px;
    padding: 16px 18px !important;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.iteqCard:hover {
    border-color: #e8c5c6;
    box-shadow: 0 6px 22px rgba(144,25,28,0.07);
    transform: translateY(-2px);
}

.iteqIco {
    width: 40px; height: 40px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: #fff;
    flex-shrink: 0;
}

/* Icon gradient cycling */
.iteqCard:nth-child(5n+1) .iteqIco { background: linear-gradient(135deg, #90191c, #c0393c); }
.iteqCard:nth-child(5n+2) .iteqIco { background: linear-gradient(135deg, #c9a656, #e0c070); }
.iteqCard:nth-child(5n+3) .iteqIco { background: linear-gradient(135deg, #1a6baa, #2e8fcb); }
.iteqCard:nth-child(5n+4) .iteqIco { background: linear-gradient(135deg, #7b52ab, #9e6fd4); }
.iteqCard:nth-child(5n+5) .iteqIco { background: linear-gradient(135deg, #0f3460, #1a6baa); }

.iteqCardTxt {}
.iteqCardName {
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px; font-weight: 800; color: #111;
    line-height: 1.30;
    margin-bottom: 3px !important;
}
.iteqCardSub {
    font-size: 11.5px; color: #888; line-height: 1.55;
}

/* ============================================================
   SPECIALIST ASSESSMENT SECTION
   ============================================================ */
.iteqAssess {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #ede8e8;
    overflow: hidden;
}

.iteqAssessHeader {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px !important;
    background: linear-gradient(90deg, #1a1a2e, #2d2d4e);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.iteqAssessHeaderIco {
    width: 38px; height: 38px; border-radius: 9px;
    background: rgba(201,166,86,0.18);
    border: 1px solid rgba(201,166,86,0.35);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: #c9a656;
    flex-shrink: 0;
}
.iteqAssessHeaderTxt strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 800; color: #fff;
    margin-bottom: 2px !important;
}
.iteqAssessHeaderTxt span {
    font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.4;
}

.iteqAssessBody {
    padding: 20px 24px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.iteqAssessRow {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px !important;
    background: #faf5f5;
    border-radius: 10px;
    border: 1px solid #f0e4e4;
    transition: background 0.2s, border-color 0.2s;
}
.iteqAssessRow:hover {
    background: #fff5f5;
    border-color: #e8c5c6;
}

.iteqAssessRowIco {
    width: 34px; height: 34px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff; flex-shrink: 0;
    margin-top: 1px;
}
.ar1 { background: linear-gradient(135deg, #c9a656, #e0c070); }
.ar2 { background: linear-gradient(135deg, #1a6baa, #2e8fcb); }
.ar3 { background: linear-gradient(135deg, #7b52ab, #9e6fd4); }

.iteqAssessRowTxt {}
.iteqAssessRowTxt strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px; font-weight: 800; color: #111;
    margin-bottom: 3px !important;
}
.iteqAssessRowTxt span {
    font-size: 13px; color: #666; line-height: 1.62;
}

/* ---- Animation ---- */
.iteqAnim {
    opacity: 0; transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.iteqAnim.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .iteqGrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .iteqSec { padding: 52px 0 !important; }
    .iteqGrid { grid-template-columns: 1fr; }
    .iteqAssessHeader { flex-direction: column; align-items: flex-start; gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-920fc66 */#prRoot {
    font-family: 'Poppins', sans-serif;
}
#prRoot *, #prRoot *::before, #prRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#prRoot ul, #prRoot ol { list-style: none; margin: 0; padding: 0; }
#prRoot a { text-decoration: none; }
#prRoot h2, #prRoot h3, #prRoot p { margin: 0; padding: 0; }

.prW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px !important;
}

.prSec { padding: 80px 0; }

/* ---- Section Header ---- */
.prHead {
    margin-bottom:44px!important; }

.prTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.prTag i { color: #c9a656; font-size: 10px; }

.prH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    color: #111;
    line-height: 1.22;
    letter-spacing: -0.4px;
    margin-bottom: 14px !important;
}
.prH2 span { color: #90191c; }

.prIntro {
    font-size: 14.5px;
    color: #555;
    line-height: 1.78;
}

/* ---- Pricing Cards ---- */
.prCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 28px;
}

.prCard {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}
.prCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.10);
}

.prBar { height: 5px; }
.bar-gold { background: linear-gradient(90deg, #c9a656, #e0c070); }
.bar-red  { background: linear-gradient(90deg, #90191c, #c0393c); }
.bar-dark { background: linear-gradient(90deg, #90191c, #c9a656); }

.prCardInner {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.prCardIco {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.ico-gold { background: linear-gradient(135deg, #c9a656, #e0c070); }
.ico-red  { background: linear-gradient(135deg, #90191c, #c0393c); }
.ico-dark { background: linear-gradient(135deg, #90191c, #c9a656); }

.prCardType {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 3px;
}

.prCardLabel {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin-bottom: 14px;
}

.prCardPrice {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #90191c;
    line-height: 1.2;
    margin-bottom: 14px;
}
.prCardPrice small {
    font-size: 12.5px;
    font-weight: 500;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}

.prCardDiv {
    height: 1px;
    background: #f0e8e8;
    margin-bottom: 14px;
}

.prCardNote {
    font-size: 13.5px;
    color: #666;
    line-height: 1.68;
    flex: 1;
}

.prBadge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #90191c, #c0393c);
    color: #fff;
    font-size: 9.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ---- Cost Drivers ---- */
.prDriversBox {
    background: #fff;
    border-radius: 14px;
    padding: 30px 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

.prDHead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}
.prDHead h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #111;
}
.prDHead i { color: #c9a656; font-size: 16px; }

.prDGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.prDItem {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 11px 14px;
    border-radius: 8px;
    background: #faf5f5;
    border: 1px solid #f0e4e4;
    transition: background 0.2s;
}
.prDItem:hover { background: #fdf0f0; }

.prDIco {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: linear-gradient(135deg, #90191c, #c0393c);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
}
.prDItem:nth-child(even) .prDIco { background: linear-gradient(135deg, #c9a656, #e0c070); }

.prDText {
    font-size: 13px;
    color: #444;
    line-height: 1.62;
    padding-top: 2px;
}

/* ---- Closing ---- */
.prClose {
    background: #fff;
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border-left: 5px solid #90191c;
}

.prCloseTxt {
    font-size: 14.5px;
    color: #1a1a1a;
    line-height: 1.65;
}
.prCloseTxt strong { color: #90191c; }

.prCloseCta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #90191c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
    transition: background 0.22s, transform 0.22s;
}
.prCloseCta:hover { background: #720f12; color: #fff; transform: translateY(-2px); }
.prCloseCta i { font-size: 11px; transition: transform 0.2s; }
.prCloseCta:hover i { transform: translateX(4px); }

/* ---- Animation ---- */
.prAnim {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.prAnim.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
    .prCards { grid-template-columns: 1fr 1fr; }
    .prCard:nth-child(3) { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .prSec { padding: 52px 0; }
    .prCards { grid-template-columns: 1fr; }
    .prCard:nth-child(3) { grid-column: auto; }
    .prDGrid { grid-template-columns: 1fr; }
    .prDriversBox { padding: 20px; }
    .prClose { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6930ca0 */#wcRoot {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}
#wcRoot *, #wcRoot *::before, #wcRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#wcRoot ul, #wcRoot ol { list-style: none; margin: 0; padding: 0; }
#wcRoot a { text-decoration: none; }
#wcRoot h2, #wcRoot h3, #wcRoot p { margin: 0; padding: 0; }

.wcW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.wcSec { padding: 80px 0; }

/* ---- Section Header ---- */
.wcTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.wcTag i { color: #c9a656; font-size: 10px; }

.wcH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    color: #111;
    line-height: 1.22;
    letter-spacing: -0.4px;
    margin-bottom: 44px !important;
}
.wcH2 span { color: #90191c; }

/* ---- Main Grid ---- */
.wcGrid {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 56px;
    align-items: start;
}

/* ---- LEFT: Features ---- */
.wcFeatures {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wcFeat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #faf5f5;
    border-radius: 12px;
    border: 1px solid #f0e4e4;
    transition: box-shadow 0.22s, background 0.22s;
}
.wcFeat:hover {
    background: #fdf0f0;
    box-shadow: 0 6px 22px rgba(144,25,28,0.08);
}

.wcFIco {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    flex-shrink: 0;
}
.fi1 { background: linear-gradient(135deg, #90191c, #c0393c); }
.fi2 { background: linear-gradient(135deg, #c9a656, #e0c070); }
.fi3 { background: linear-gradient(135deg, #1a6baa, #2e8fcb); }
.fi4 { background: linear-gradient(135deg, #90191c, #c9a656); }
.fi5 { background: linear-gradient(135deg, #2d9e5f, #3dbb74); }

.wcFText { flex: 1; }

.wcFTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #111;
    margin-bottom: 5px;
}

.wcFDesc {
    font-size: 13.5px;
    color: #666;
    line-height: 1.68;
}

/* ---- CTAs ---- */
.wcCtas {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.wcCtaPrimary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #90191c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
    transition: background 0.22s, transform 0.22s;
}
.wcCtaPrimary:hover { background: #720f12; color: #fff; transform: translateY(-2px); }
.wcCtaPrimary i { font-size: 11px; transition: transform 0.2s; }
.wcCtaPrimary:hover i { transform: translateX(4px); }

.wcCtaSecondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #90191c;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 6px;
    border: 2px solid #90191c;
    transition: all 0.22s;
}
.wcCtaSecondary:hover { background: #90191c; color: #fff; transform: translateY(-2px); }
.wcCtaSecondary i { font-size: 13px; }

/* ---- RIGHT: Image ---- */
.wcImgWrap { position: sticky; top: 100px; }

.wcImgBox {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}
.wcImgBox::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #90191c, #c9a656);
    z-index: 2;
}
.wcImgBox::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(10,0,0,0.55) 100%);
    pointer-events: none;
    z-index: 1;
}

.wcImgBox img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.wcImgBox:hover img { transform: scale(1.03); }

/* Placeholder fallback */
.wcImgFallback {
    width: 100%;
    height: 540px;
    background: linear-gradient(135deg, #fdf0f0 0%, #fff8ee 50%, #fdf0f0 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #c9a656;
}
.wcImgFallback i { font-size: 52px; opacity: 0.4; }
.wcImgFallback span { font-size: 13px; color: #aaa; }

.wcImgCaption {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 3;
    background: rgba(255,255,255,0.13);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wcCapIco {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #90191c, #c9a656);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}
.wcCapTxt strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
}
.wcCapTxt span {
    font-size: 11px;
    color: rgba(255,255,255,0.75);
}

.wcBadge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    background: linear-gradient(135deg, #c9a656, #e0c070);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(201,166,86,0.4);
}

/* ---- Animation ---- */
.wcAnimL {
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.wcAnimR {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.wcAnimL.on, .wcAnimR.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
    .wcGrid { grid-template-columns: 1fr; gap: 40px; }
    .wcImgWrap { position: static; }
    .wcImgBox img, .wcImgFallback { height: 380px; }
}
@media (max-width: 540px) {
    .wcSec { padding: 52px 0; }
    .wcImgBox img, .wcImgFallback { height: 260px; }
    .wcImgCaption { display: none; }
    .wcCtas { flex-direction: column; align-items: stretch; }
    .wcCtaPrimary, .wcCtaSecondary { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-873c5e8 */#fqRoot {
    font-family: 'Poppins', sans-serif;
}
#fqRoot *, #fqRoot *::before, #fqRoot *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#fqRoot h2, #fqRoot h3, #fqRoot p { margin: 0; padding: 0; }
#fqRoot a { text-decoration: none; }

.fqW {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.fqSec { padding: 80px 0; }

/* ---- Header ---- */
.fqTag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fdf0f0;
    border: 1px solid #e8c5c6;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #90191c;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.fqTag i { color: #c9a656; font-size: 10px; }

.fqH2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 800;
    color: #111;
    line-height: 1.22;
    letter-spacing: -0.4px;
    margin-bottom: 40px !important;
}
.fqH2 span { color: #90191c; }

/* ---- Two-column layout ---- */
.fqLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* ---- FAQ Item ---- */
.fqItem {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0e4e4;
    overflow: hidden;
    transition: box-shadow 0.22s;
    align-self: start;
}
.fqItem:hover { box-shadow: 0 6px 24px rgba(144,25,28,0.08); }

.fqQ {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
    background: #fff;
    transition: background 0.2s;
}
.fqQ:hover { background: #fdf8f8; }
.fqItem.open .fqQ {
    background: #fdf8f8;
    border-bottom: 1px solid #f0e4e4;
}

.fqNum {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    background: linear-gradient(135deg, #90191c, #c0393c);
}
.fqItem:nth-child(even) .fqNum { background: linear-gradient(135deg, #c9a656, #e0c070); }

.fqQText {
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.4;
}

.fqArrow {
    color: #c9a656;
    font-size: 11px;
    transition: transform 0.25s;
    flex-shrink: 0;
}
.fqItem.open .fqArrow { transform: rotate(180deg); }

.fqA {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s ease;
}
.fqItem.open .fqA { max-height: 400px; }

.fqA p {
    font-size: 13.5px;
    color: #555;
    line-height: 1.78;
    padding: 14px 20px 18px 66px !important;
}

/* ---- Bottom CTA ---- */
.fqBottom {
    margin-top: 32px;
    background: #fff;
    border-radius: 12px;
    border-left: 5px solid #90191c;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}
.fqBottomTxt {
    font-size: 14px;
    color: #333;
    line-height: 1.65;
}
.fqBottomTxt strong { color: #90191c; }

.fqBottomCta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #90191c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(144,25,28,0.25);
    transition: background 0.22s, transform 0.22s;
}
.fqBottomCta:hover { background: #720f12; color: #fff; transform: translateY(-2px); }
.fqBottomCta i { font-size: 11px; transition: transform 0.2s; }
.fqBottomCta:hover i { transform: translateX(4px); }

/* ---- Animation ---- */
.fqAnim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fqAnim.on { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 800px) {
    .fqLayout { grid-template-columns: 1fr; }
    .fqBottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
    .fqSec { padding: 52px 0; }
    .fqA p { padding-left: 20px; }
}/* End custom CSS */