.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;font-family:"Manrope", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Manrope", Sans-serif;}.elementor-kit-8 h1{font-family:"Manrope", Sans-serif;}.elementor-kit-8 h2{font-family:"Manrope", Sans-serif;}.elementor-kit-8 h3{font-family:"Manrope", Sans-serif;}.elementor-kit-8 h4{font-family:"Manrope", Sans-serif;}.elementor-kit-8 h5{font-family:"Manrope", Sans-serif;}.elementor-kit-8 h6{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   BIDllc COMPANY PROFILE POPUP
   DESIGN OPTION 01. FINAL LOCKED CSS

   Brand Gold: #FCB415
   Font: Manrope
   ========================================================= */

:root {
    --bid-popup-gold: #FCB415;
    --bid-popup-black: #070707;
    --bid-popup-panel: #111111;
    --bid-popup-white: #FFFFFF;
    --bid-popup-muted: rgba(255, 255, 255, 0.68);
    --bid-popup-border: rgba(255, 255, 255, 0.16);
}


/* =========================================================
   POPUP OVERLAY
   ========================================================= */

.elementor-popup-modal:has(.bid-profile-popup) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 20px !important;

    background: rgba(0, 0, 0, 0.90) !important;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   OUTER POPUP WINDOW
   ========================================================= */

.elementor-popup-modal:has(.bid-profile-popup) .dialog-widget-content {
    width: 1180px !important;
    max-width: calc(100vw - 44px) !important;

    height: 640px !important;
    max-height: calc(100vh - 40px) !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #0A0A0A !important;

    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: 15px !important;

    box-shadow:
        0 36px 110px rgba(0, 0, 0, 0.76),
        0 0 0 1px rgba(252, 180, 21, 0.04) !important;

    animation: bid-profile-popup-enter 0.38s ease both;
}


.elementor-popup-modal:has(.bid-profile-popup) .dialog-message {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}


@keyframes bid-profile-popup-enter {

    from {
        opacity: 0;
        transform: translateY(18px) scale(0.988);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =========================================================
   MAIN TWO-PANEL LAYOUT
   ========================================================= */

.bid-profile-popup {
    position: relative !important;

    display: grid !important;
    grid-template-columns: minmax(0, 51%) minmax(0, 49%) !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    overflow: hidden !important;

    background: var(--bid-popup-black) !important;

    font-family: "Manrope", Arial, sans-serif !important;
}


.bid-profile-popup,
.bid-profile-popup *,
.bid-profile-popup *::before,
.bid-profile-popup *::after {
    box-sizing: border-box;
}


.bid-profile-popup > .bid-profile-visual,
.bid-profile-popup > .bid-profile-content {
    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
}


/* =========================================================
   LEFT IMAGE PANEL
   ========================================================= */

.bid-profile-visual {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    isolation: isolate;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/*
   Darker cinematic overlay.

   The left side is deliberately darker because the heading
   and description sit there. The model remains visible in
   the centre and lower-right portion of the photograph.
*/

.bid-profile-visual::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 0;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.68) 0%,
            rgba(0, 0, 0, 0.54) 34%,
            rgba(0, 0, 0, 0.36) 62%,
            rgba(0, 0, 0, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.28) 0%,
            rgba(0, 0, 0, 0.30) 38%,
            rgba(0, 0, 0, 0.66) 70%,
            rgba(0, 0, 0, 0.96) 100%
        );
}


.bid-profile-visual::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 74% 44%,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.04) 38%,
            rgba(0, 0, 0, 0.18) 100%
        );

    box-shadow:
        inset -1px 0 0 rgba(255, 255, 255, 0.09);
}


/* =========================================================
   LEFT CONTENT WRAPPER
   ========================================================= */

.bid-profile-visual-content {
    position: relative !important;
    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 92px 62px 38px !important;
}


/* =========================================================
   COMPANY PROFILE 2026 LOCKUP
   ========================================================= */

.bid-popup-eyebrow {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


.bid-popup-eyebrow p,
.bid-popup-eyebrow div {
    margin: 0 !important;
}


.bid-profile-lockup {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--bid-popup-white) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 43px !important;
    font-weight: 750 !important;
    line-height: 1.02 !important;
    letter-spacing: -1.5px !important;

    text-transform: uppercase !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;

    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.30);
}


.bid-profile-lockup span {
    color: var(--bid-popup-gold) !important;
    font-weight: 450 !important;
}


/* =========================================================
   LEFT HEADLINE
   ========================================================= */

.bid-popup-image-title {
    width: 100% !important;
    max-width: 410px !important;

    margin: 31px 0 0 !important;
    padding: 0 !important;
}


.bid-popup-image-title h1,
.bid-popup-image-title h2,
.bid-popup-image-title h3,
.bid-popup-image-title .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--bid-popup-white) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 29px !important;
    font-weight: 650 !important;
    line-height: 1.22 !important;
    letter-spacing: -0.8px !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;

    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}


/* =========================================================
   LEFT DESCRIPTION
   ========================================================= */

.bid-popup-image-copy {
    width: 100% !important;
    max-width: 420px !important;

    margin: 23px 0 0 !important;
    padding: 0 !important;
}


.bid-popup-image-copy,
.bid-popup-image-copy p,
.bid-popup-image-copy div {
    color: rgba(255, 255, 255, 0.82) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;

    text-shadow: 0 2px 13px rgba(0, 0, 0, 0.48);
}


.bid-popup-image-copy p {
    margin: 0 !important;
}


/* =========================================================
   CAPABILITY ROW
   ========================================================= */

.bid-popup-proof-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    align-items: start !important;
    justify-items: center !important;

    width: 100% !important;

    margin: auto 0 0 !important;
    padding: 24px 0 0 !important;

    gap: 24px !important;

    border: 0 !important;
}


/* Each capability item */

.bid-popup-proof {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 10px !important;

    text-align: center !important;
}


/* Capability icon widget */

.bid-popup-proof-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    margin: 0 auto !important;
    padding: 0 !important;

    line-height: 1 !important;
    text-align: center !important;
}


/* Elementor icon wrappers */

.bid-popup-proof-icon .elementor-icon-wrapper,
.bid-popup-proof-icon .elementor-icon,
.bid-popup-proof-icon > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    margin: 0 auto !important;
    padding: 0 !important;

    line-height: 1 !important;
    text-align: center !important;
}


.bid-popup-proof-icon svg {
    display: block !important;

    width: 25px !important;
    height: 25px !important;

    margin: 0 auto !important;

    fill: var(--bid-popup-gold) !important;
    color: var(--bid-popup-gold) !important;
}


.bid-popup-proof-icon i {
    display: block !important;

    margin: 0 auto !important;

    color: var(--bid-popup-gold) !important;

    font-size: 25px !important;
    line-height: 1 !important;
}


/* Capability label */

.bid-popup-proof-label {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
}


.bid-popup-proof-label h1,
.bid-popup-proof-label h2,
.bid-popup-proof-label h3,
.bid-popup-proof-label div,
.bid-popup-proof-label .elementor-heading-title {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.91) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;

    text-align: center !important;
    text-transform: none !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;

    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.40);
}


/* =========================================================
   RIGHT FORM PANEL
   ========================================================= */

.bid-profile-content {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 76px 64px 42px !important;

    overflow: hidden !important;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(252, 180, 21, 0.055),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #171717 0%,
            #101010 48%,
            #0A0A0A 100%
        ) !important;
}


.bid-profile-content::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 100%;

    background: rgba(255, 255, 255, 0.11);
}


/* =========================================================
   RIGHT CONTENT WRAPPER
   ========================================================= */

.bid-profile-form-wrap {
    position: relative !important;
    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


.bid-popup-kicker {
    display: none !important;
}


/* =========================================================
   RIGHT HEADING
   ========================================================= */

.bid-popup-heading {
    width: 100% !important;
    max-width: 460px !important;

    margin: 0 !important;
    padding: 0 !important;
}


.bid-popup-heading h1,
.bid-popup-heading h2,
.bid-popup-heading h3,
.bid-popup-heading .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--bid-popup-white) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 38px !important;
    font-weight: 550 !important;
    line-height: 1.14 !important;
    letter-spacing: -1.2px !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}


/* =========================================================
   RIGHT DESCRIPTION
   ========================================================= */

.bid-popup-description {
    width: 100% !important;
    max-width: 470px !important;

    margin: 25px 0 0 !important;
    padding: 0 !important;
}


.bid-popup-description,
.bid-popup-description p,
.bid-popup-description div {
    color: rgba(255, 255, 255, 0.73) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


.bid-popup-description p {
    margin: 0 !important;
}


/* =========================================================
   ATOMIC FORM WRAPPER
   ========================================================= */

.bid-profile-form {
    display: block !important;

    width: 100% !important;

    margin: 32px 0 0 !important;
    padding: 0 !important;
}


.bid-profile-form form,
.bid-profile-form [role="form"] {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 0 !important;
}


/* =========================================================
   HIDE VISIBLE FORM LABELS
   ========================================================= */

.bid-profile-form label,
.bid-profile-form .e-form__label,
.bid-profile-form [class*="form-label"],
.bid-profile-form abbr,
.bid-profile-form .required {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    margin: -1px !important;
    padding: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;

    border: 0 !important;
}


/* =========================================================
   FIELD WRAPPERS AND SPACING
   ========================================================= */

.bid-profile-form .bid-field-name,
.bid-profile-form .bid-field-email,
.bid-profile-form .bid-field-company {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 0 14px !important;
    padding: 0 !important;
}


.bid-profile-form .bid-field-company {
    margin-bottom: 17px !important;
}


.bid-profile-form input.bid-field-name,
.bid-profile-form input.bid-field-email {
    margin-bottom: 14px !important;
}


.bid-profile-form input.bid-field-company {
    margin-bottom: 17px !important;
}


.bid-profile-form .bid-field-name input,
.bid-profile-form .bid-field-email input,
.bid-profile-form .bid-field-company input {
    margin-bottom: 0 !important;
}


.bid-profile-form .e-form__field,
.bid-profile-form [class*="field-wrapper"],
.bid-profile-form [class*="input-wrapper"] {
    width: 100% !important;
    max-width: none !important;
}


/* =========================================================
   INPUT FIELDS
   ========================================================= */

.bid-profile-form input[type="text"],
.bid-profile-form input[type="email"],
.bid-profile-form input[type="tel"],
.bid-profile-form input[type="url"] {
    display: block !important;

    width: 100% !important;

    height: 58px !important;
    min-height: 58px !important;

    margin-top: 0 !important;
    padding: 0 19px 0 52px !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 7px !important;

    outline: none !important;

    background-color: rgba(255, 255, 255, 0.025) !important;
    background-position: 18px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;

    color: var(--bid-popup-white) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.015) !important;

    transition:
        border-color 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease !important;
}


.bid-profile-form input::placeholder {
    color: rgba(255, 255, 255, 0.68) !important;
    opacity: 1 !important;
}


.bid-profile-form input:focus {
    border-color: var(--bid-popup-gold) !important;

    background-color: rgba(255, 255, 255, 0.055) !important;

    box-shadow:
        0 0 0 3px rgba(252, 180, 21, 0.10) !important;
}


/* =========================================================
   FULL NAME ICON
   ========================================================= */

.bid-profile-form .bid-field-name input,
.bid-profile-form input.bid-field-name {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c8c8c8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   BUSINESS EMAIL ICON
   ========================================================= */

.bid-profile-form .bid-field-email input,
.bid-profile-form input.bid-field-email {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c8c8c8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   COMPANY ICON
   ========================================================= */

.bid-profile-form .bid-field-company input,
.bid-profile-form input.bid-field-company {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c8c8c8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='11' height='18' rx='1'/%3E%3Cpath d='M9 21v-4h2v4M8 7h1M11 7h1M8 10h1M11 10h1M8 13h1M11 13h1M15 9h5v12h-5'/%3E%3C/svg%3E") !important;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.bid-profile-form button[type="submit"],
.bid-profile-form input[type="submit"],
.bid-profile-form .bid-profile-submit,
.bid-profile-form .bid-profile-submit button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    height: 58px !important;
    min-height: 58px !important;

    margin: 0 !important;
    padding: 0 24px !important;

    border: 1px solid var(--bid-popup-gold) !important;
    border-radius: 6px !important;

    background: var(--bid-popup-gold) !important;

    color: var(--bid-popup-black) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.15px !important;

    text-align: center !important;
    text-transform: uppercase !important;

    cursor: pointer !important;

    box-shadow:
        0 8px 26px rgba(252, 180, 21, 0.12) !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease !important;
}


.bid-profile-form button[type="submit"]:hover,
.bid-profile-form input[type="submit"]:hover,
.bid-profile-form .bid-profile-submit:hover,
.bid-profile-form .bid-profile-submit button:hover {
    border-color: var(--bid-popup-white) !important;
    background: var(--bid-popup-white) !important;
    color: var(--bid-popup-black) !important;

    transform: translateY(-1px);
}


.bid-profile-form button[type="submit"] *,
.bid-profile-form .bid-profile-submit * {
    margin: 0 !important;
}


/* =========================================================
   PRIVACY NOTE
   ========================================================= */

.bid-popup-privacy {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    width: 100% !important;

    margin: 20px 0 0 !important;
    padding: 0 !important;

    gap: 10px !important;
}


.bid-popup-privacy-icon {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;

    flex: 0 0 16px !important;

    width: 16px !important;
    min-width: 16px !important;
    height: 18px !important;

    margin: 0 !important;
    padding: 2px 0 0 !important;

    line-height: 1 !important;
}


.bid-popup-privacy-icon .elementor-icon-wrapper,
.bid-popup-privacy-icon .elementor-icon,
.bid-popup-privacy-icon > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 16px !important;
    height: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
}


.bid-popup-privacy-icon svg {
    display: block !important;

    width: 15px !important;
    height: 15px !important;

    margin: 0 !important;

    fill: var(--bid-popup-gold) !important;
    color: var(--bid-popup-gold) !important;
}


.bid-popup-privacy-icon i {
    display: block !important;

    margin: 0 !important;

    color: var(--bid-popup-gold) !important;

    font-size: 15px !important;
    line-height: 1 !important;
}


.bid-popup-privacy-text {
    flex: 1 1 auto !important;

    width: auto !important;
    max-width: 390px !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


.bid-popup-privacy-text,
.bid-popup-privacy-text p,
.bid-popup-privacy-text div {
    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.53) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}


/* =========================================================
   SUCCESS AND ERROR MESSAGES
   ========================================================= */

.bid-profile-form [class*="success"] {
    color: var(--bid-popup-white) !important;
    font-family: "Manrope", Arial, sans-serif !important;
}


.bid-profile-form [class*="error"] {
    color: #FF7777 !important;
    font-family: "Manrope", Arial, sans-serif !important;
}


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

.elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button {
    position: absolute !important;

    top: 23px !important;
    right: 23px !important;

    z-index: 999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    color: var(--bid-popup-white) !important;

    font-size: 22px !important;
    line-height: 1 !important;

    opacity: 0.88 !important;

    transition:
        color 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease !important;
}


.elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button i,
.elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button svg {
    color: var(--bid-popup-white) !important;
    fill: var(--bid-popup-white) !important;
}


.elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button:hover {
    background: transparent !important;

    color: var(--bid-popup-gold) !important;

    opacity: 1 !important;

    transform: rotate(90deg);
}


.elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button:hover i,
.elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button:hover svg {
    color: var(--bid-popup-gold) !important;
    fill: var(--bid-popup-gold) !important;
}


/* =========================================================
   TABLET AND SMALL LAPTOP
   ========================================================= */

@media (max-width: 1100px) {

    .elementor-popup-modal:has(.bid-profile-popup) .dialog-widget-content {
        width: 960px !important;
        height: 620px !important;
    }


    .bid-profile-visual-content {
        padding: 78px 46px 34px !important;
    }


    .bid-profile-lockup {
        font-size: 39px !important;
    }


    .bid-popup-image-title {
        max-width: 370px !important;
        margin-top: 27px !important;
    }


    .bid-popup-image-title h1,
    .bid-popup-image-title h2,
    .bid-popup-image-title h3,
    .bid-popup-image-title .elementor-heading-title {
        font-size: 27px !important;
    }


    .bid-popup-image-copy {
        max-width: 370px !important;
    }


    .bid-profile-content {
        padding: 65px 44px 36px !important;
    }


    .bid-popup-heading h1,
    .bid-popup-heading h2,
    .bid-popup-heading h3,
    .bid-popup-heading .elementor-heading-title {
        font-size: 35px !important;
    }


    .bid-popup-proof-row {
        gap: 15px !important;
    }
}


/* =========================================================
   SHORT DESKTOP SCREENS
   ========================================================= */

@media (max-height: 720px) and (min-width: 768px) {

    .elementor-popup-modal:has(.bid-profile-popup) .dialog-widget-content {
        height: 590px !important;
    }


    .bid-profile-visual-content {
        padding-top: 62px !important;
        padding-bottom: 28px !important;
    }


    .bid-profile-lockup {
        font-size: 37px !important;
    }


    .bid-popup-image-title {
        margin-top: 22px !important;
    }


    .bid-popup-image-title h1,
    .bid-popup-image-title h2,
    .bid-popup-image-title h3,
    .bid-popup-image-title .elementor-heading-title {
        font-size: 26px !important;
    }


    .bid-popup-image-copy {
        margin-top: 17px !important;
    }


    .bid-popup-proof-row {
        padding-top: 18px !important;
    }


    .bid-profile-content {
        padding-top: 46px !important;
        padding-bottom: 30px !important;
    }


    .bid-popup-heading h1,
    .bid-popup-heading h2,
    .bid-popup-heading h3,
    .bid-popup-heading .elementor-heading-title {
        font-size: 34px !important;
    }


    .bid-popup-description {
        margin-top: 17px !important;
    }


    .bid-profile-form {
        margin-top: 22px !important;
    }


    .bid-profile-form input[type="text"],
    .bid-profile-form input[type="email"],
    .bid-profile-form input[type="tel"],
    .bid-profile-form input[type="url"] {
        height: 52px !important;
        min-height: 52px !important;
    }


    .bid-profile-form button[type="submit"],
    .bid-profile-form input[type="submit"],
    .bid-profile-form .bid-profile-submit,
    .bid-profile-form .bid-profile-submit button {
        height: 52px !important;
        min-height: 52px !important;
    }


    .bid-popup-privacy {
        margin-top: 15px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .elementor-popup-modal:has(.bid-profile-popup) {
        align-items: flex-start !important;

        padding: 12px !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;
    }


    .elementor-popup-modal:has(.bid-profile-popup) .dialog-widget-content {
        width: 100% !important;
        max-width: none !important;

        height: auto !important;
        max-height: none !important;

        margin: 10px 0 !important;

        overflow: hidden !important;

        border-radius: 10px !important;
    }


    .elementor-popup-modal:has(.bid-profile-popup) .dialog-message {
        width: 100% !important;
        height: auto !important;

        overflow: visible !important;
    }


    .bid-profile-popup {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        height: auto !important;
    }


    .bid-profile-visual,
    .bid-profile-content {
        width: 100% !important;
        height: auto !important;
    }


    .bid-profile-visual {
        min-height: 420px !important;
        background-position: center center !important;
    }


    .bid-profile-visual-content {
        min-height: 420px !important;

        padding: 60px 25px 27px !important;
    }


    .bid-profile-lockup {
        font-size: 34px !important;
        letter-spacing: -1.1px !important;
    }


    .bid-popup-image-title {
        max-width: 320px !important;
        margin-top: 24px !important;
    }


    .bid-popup-image-title h1,
    .bid-popup-image-title h2,
    .bid-popup-image-title h3,
    .bid-popup-image-title .elementor-heading-title {
        font-size: 25px !important;
    }


    .bid-popup-image-copy {
        max-width: 330px !important;
        margin-top: 17px !important;
    }


    .bid-popup-image-copy,
    .bid-popup-image-copy p,
    .bid-popup-image-copy div {
        font-size: 13px !important;
    }


    .bid-popup-proof-row {
        padding-top: 20px !important;
        gap: 10px !important;
    }


    .bid-popup-proof-icon svg {
        width: 22px !important;
        height: 22px !important;
    }


    .bid-popup-proof-icon i {
        font-size: 22px !important;
    }


    .bid-popup-proof-label h1,
    .bid-popup-proof-label h2,
    .bid-popup-proof-label h3,
    .bid-popup-proof-label div,
    .bid-popup-proof-label .elementor-heading-title {
        font-size: 9px !important;
    }


    .bid-profile-content {
        padding: 40px 25px 31px !important;
    }


    .bid-profile-content::before {
        width: 100%;
        height: 1px;
    }


    .bid-popup-heading {
        max-width: 330px !important;
    }


    .bid-popup-heading h1,
    .bid-popup-heading h2,
    .bid-popup-heading h3,
    .bid-popup-heading .elementor-heading-title {
        font-size: 31px !important;
        letter-spacing: -0.9px !important;
    }


    .bid-popup-description {
        margin-top: 18px !important;
    }


    .bid-popup-description,
    .bid-popup-description p,
    .bid-popup-description div {
        font-size: 13px !important;
    }


    .bid-profile-form {
        margin-top: 24px !important;
    }


    .bid-profile-form input[type="text"],
    .bid-profile-form input[type="email"],
    .bid-profile-form input[type="tel"],
    .bid-profile-form input[type="url"] {
        height: 55px !important;
        min-height: 55px !important;

        padding-left: 48px !important;

        background-position: 16px center !important;
        background-size: 19px 19px !important;
    }


    .bid-profile-form button[type="submit"],
    .bid-profile-form input[type="submit"],
    .bid-profile-form .bid-profile-submit,
    .bid-profile-form .bid-profile-submit button {
        height: 55px !important;
        min-height: 55px !important;

        font-size: 12px !important;
    }


    .bid-popup-privacy {
        margin-top: 17px !important;
        gap: 9px !important;
    }


    .bid-popup-privacy-icon {
        flex-basis: 15px !important;

        width: 15px !important;
        min-width: 15px !important;

        padding-top: 1px !important;
    }


    .bid-popup-privacy-icon svg,
    .bid-popup-privacy-icon i {
        width: 14px !important;
        height: 14px !important;
        font-size: 14px !important;
    }


    .bid-popup-privacy-text {
        max-width: calc(100% - 24px) !important;
    }


    .bid-popup-privacy-text,
    .bid-popup-privacy-text p,
    .bid-popup-privacy-text div {
        font-size: 10px !important;
    }


    .elementor-popup-modal:has(.bid-profile-popup) .dialog-close-button {
        top: 14px !important;
        right: 14px !important;

        width: 30px !important;
        height: 30px !important;

        font-size: 19px !important;
    }
}

/* =========================================================
   POPUP 1 SUCCESS STATE
   REMOVE ELEMENTOR PALE-GREEN WRAPPER
   ========================================================= */

/* Remove background, padding and border from Atomic Form
   containers surrounding the success message */
.bid-profile-popup:not(.bid-download-popup)
.bid-profile-form div:has(> .bid-profile-success-message),

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-form section:has(> .bid-profile-success-message),

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-form div:has(> div > .bid-profile-success-message),

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-form [data-state="success"],

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-form [class*="success"]:not(.bid-profile-success-message) {
    width: 100% !important;

    margin: 12px 0 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    background-color: transparent !important;

    box-shadow: none !important;
}


/* =========================================================
   GREEN SUCCESS MESSAGE
   ========================================================= */

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-success-message {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 54px !important;

    margin: 0 !important;
    padding: 12px 18px !important;

    border: 1px solid #FFFFFF !important;
    border-radius: 5px !important;

    background: #198754 !important;
    background-color: #198754 !important;

    color: #FFFFFF !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.1px !important;

    text-align: center !important;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.22) !important;
}


/* Remove Elementor styling from inner text elements */

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-success-message *,

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-success-message p,

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-success-message div,

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-success-message span {
    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
    background-color: transparent !important;

    color: #FFFFFF !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;

    box-shadow: none !important;
}


/* White check icon */

.bid-profile-popup:not(.bid-download-popup)
.bid-profile-success-message::before {
    content: "✓";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 20px;

    width: 20px;
    height: 20px;

    margin-right: 9px;

    border: 1px solid rgba(255, 255, 255, 0.90);
    border-radius: 50%;

    color: #FFFFFF;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* =========================================================
   BIDllc COMPANY PROFILE POPUP 02
   DOWNLOAD CONFIRMATION
   COMPLETE REPLACEMENT CSS

   Gold: #FCB415
   Font: Manrope
   ========================================================= */


/* =========================================================
   OUTER MODAL
   ========================================================= */

.elementor-popup-modal:has(.bid-download-popup) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 20px !important;

    background: rgba(0, 0, 0, 0.90) !important;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   POPUP WINDOW
   ========================================================= */

.elementor-popup-modal:has(.bid-download-popup) .dialog-widget-content {
    width: 1040px !important;
    max-width: calc(100vw - 44px) !important;

    height: 520px !important;
    max-height: calc(100vh - 40px) !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #090909 !important;

    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: 14px !important;

    box-shadow:
        0 36px 110px rgba(0, 0, 0, 0.76),
        0 0 0 1px rgba(252, 180, 21, 0.035) !important;

    animation: bid-download-popup-enter 0.35s ease both;
}


.elementor-popup-modal:has(.bid-download-popup) .dialog-message {
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}


@keyframes bid-download-popup-enter {

    from {
        opacity: 0;
        transform: translateY(14px) scale(0.99);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =========================================================
   MAIN TWO-PANEL LAYOUT
   ========================================================= */

.bid-download-popup {
    position: relative !important;

    display: grid !important;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%) !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    overflow: hidden !important;

    background: #080808 !important;

    font-family: "Manrope", Arial, sans-serif !important;
}


.bid-download-popup,
.bid-download-popup *,
.bid-download-popup *::before,
.bid-download-popup *::after {
    box-sizing: border-box;
}


.bid-download-popup > .bid-download-visual,
.bid-download-popup > .bid-download-content {
    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
}


/* Hide any Popup 1 elements accidentally left inside Popup 2 */

.bid-download-popup .bid-profile-lockup,
.bid-download-popup .bid-popup-image-copy,
.bid-download-popup .bid-popup-proof-row,
.bid-download-popup .bid-popup-kicker,
.bid-download-popup .bid-profile-form,
.bid-download-popup .bid-popup-privacy {
    display: none !important;
}


/* =========================================================
   LEFT IMAGE PANEL
   ========================================================= */

.bid-download-popup .bid-download-visual {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    isolation: isolate;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Dark image overlay only. No card or blurred box behind text. */

.bid-download-popup .bid-download-visual::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 0;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.67) 0%,
            rgba(0, 0, 0, 0.47) 36%,
            rgba(0, 0, 0, 0.29) 66%,
            rgba(0, 0, 0, 0.34) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.23) 0%,
            rgba(0, 0, 0, 0.23) 43%,
            rgba(0, 0, 0, 0.49) 76%,
            rgba(0, 0, 0, 0.80) 100%
        ) !important;
}


.bid-download-popup .bid-download-visual::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 74% 45%,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.04) 44%,
            rgba(0, 0, 0, 0.17) 100%
        ) !important;

    box-shadow:
        inset -1px 0 0 rgba(255, 255, 255, 0.10) !important;
}


/* =========================================================
   LEFT CONTENT WRAPPER
   ========================================================= */

.bid-download-popup .bid-download-visual-content {
    position: relative !important;
    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 72px 44px 34px !important;
}


/* Explicitly remove any old pseudo-element card */

.bid-download-popup .bid-download-visual-content::before,
.bid-download-popup .bid-download-visual-content::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   LEFT GOLD KICKER
   ========================================================= */

.bid-download-eyebrow {
    display: block !important;

    width: 100% !important;
    max-width: 260px !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


.bid-download-eyebrow,
.bid-download-eyebrow p,
.bid-download-eyebrow div {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #FCB415 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 1.8px !important;

    text-transform: uppercase !important;

    opacity: 1 !important;
    visibility: visible !important;

    text-shadow:
        0 2px 14px rgba(0, 0, 0, 0.48);
}


/* =========================================================
   LEFT HEADING
   ========================================================= */

.bid-download-image-title {
    display: block !important;

    width: 100% !important;
    max-width: 330px !important;

    margin: 21px 0 0 !important;
    padding: 0 !important;
}


.bid-download-image-title h1,
.bid-download-image-title h2,
.bid-download-image-title h3,
.bid-download-image-title .elementor-heading-title {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #FFFFFF !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.13 !important;
    letter-spacing: -1.1px !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;

    text-shadow:
        0 3px 20px rgba(0, 0, 0, 0.58);
}


/* =========================================================
   RIGHT PANEL
   ========================================================= */

.bid-download-popup .bid-download-content {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 34px 50px 28px !important;

    overflow: hidden !important;

    text-align: center !important;

    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(252, 180, 21, 0.05),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #171717 0%,
            #101010 55%,
            #090909 100%
        ) !important;
}


.bid-download-popup .bid-download-content::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 100%;

    background: rgba(255, 255, 255, 0.10);
}


/* =========================================================
   RIGHT CONTENT WRAPPER
   ========================================================= */

.bid-download-popup .bid-download-wrap {
    position: relative !important;
    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 410px !important;

    min-width: 0 !important;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: center !important;
}


/* =========================================================
   SUCCESS CHECK CIRCLE
   ========================================================= */

.bid-download-success-icon {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 64px !important;
    height: 64px !important;

    min-width: 64px !important;
    min-height: 64px !important;

    margin: 0 auto 18px !important;
    padding: 0 !important;

    overflow: visible !important;

    border: 2px solid #FCB415 !important;
    border-radius: 50% !important;

    background:
        radial-gradient(
            circle,
            rgba(252, 180, 21, 0.10),
            rgba(252, 180, 21, 0.015)
        ) !important;

    box-shadow:
        0 0 0 8px rgba(252, 180, 21, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.20) !important;
}


/* Hide the unreliable Elementor icon */

.bid-download-success-icon > *,
.bid-download-success-icon .elementor-icon-wrapper,
.bid-download-success-icon .elementor-icon,
.bid-download-success-icon svg,
.bid-download-success-icon i {
    opacity: 0 !important;
    visibility: hidden !important;
}


/* Guaranteed visible check mark */

.bid-download-success-icon::before {
    content: "✓";

    position: absolute;

    top: 50%;
    left: 50%;

    z-index: 5;

    display: block;

    color: #FCB415;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;

    opacity: 1;
    visibility: visible;

    transform: translate(-50%, -54%);

    text-shadow:
        0 0 15px rgba(252, 180, 21, 0.20);
}


/* =========================================================
   RIGHT HEADING
   ========================================================= */

.bid-download-heading {
    width: 100% !important;
    max-width: 340px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: center !important;
}


.bid-download-heading h1,
.bid-download-heading h2,
.bid-download-heading h3,
.bid-download-heading .elementor-heading-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #FFFFFF !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 650 !important;
    line-height: 1.14 !important;
    letter-spacing: -1px !important;

    text-align: center !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}


/* =========================================================
   RIGHT DESCRIPTION
   ========================================================= */

.bid-download-description {
    width: 100% !important;
    max-width: 370px !important;

    margin: 17px auto 0 !important;
    padding: 0 !important;

    text-align: center !important;
}


.bid-download-description,
.bid-download-description p,
.bid-download-description div {
    margin-left: auto !important;
    margin-right: auto !important;

    color: rgba(255, 255, 255, 0.72) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;

    text-align: center !important;
}


.bid-download-description p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   DOWNLOAD BUTTON
   ========================================================= */

.bid-download-button {
    width: 100% !important;
    max-width: 340px !important;

    margin: 23px auto 0 !important;
    padding: 0 !important;
}


.bid-download-button a,
.bid-download-button button,
.bid-download-button .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 20px !important;

    border: 1px solid #FCB415 !important;
    border-radius: 5px !important;

    background: #FCB415 !important;

    color: #070707 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.18px !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;

    box-shadow:
        0 8px 24px rgba(252, 180, 21, 0.10) !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease !important;
}


.bid-download-button a:hover,
.bid-download-button button:hover,
.bid-download-button .elementor-button:hover {
    border-color: #FFFFFF !important;
    background: #FFFFFF !important;
    color: #070707 !important;

    transform: translateY(-1px);
}


.bid-download-button svg {
    width: 15px !important;
    height: 15px !important;

    margin-right: 9px !important;

    fill: currentColor !important;
    color: currentColor !important;
}


.bid-download-button i {
    margin-right: 9px !important;
    font-size: 15px !important;
}


/* =========================================================
   PROJECTS LINK
   ========================================================= */

.bid-download-projects-link {
    width: 100% !important;

    margin: 14px auto 0 !important;
    padding: 0 !important;

    text-align: center !important;
}


.bid-download-projects-link p {
    margin: 0 !important;
}


.bid-download-projects-link a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #FCB415 !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;

    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;

    border: 0 !important;

    transition: color 0.2s ease !important;
}


.bid-download-projects-link a span {
    margin-left: 8px !important;

    text-decoration: none !important;

    transition: transform 0.2s ease !important;
}


.bid-download-projects-link a:hover {
    color: #FFFFFF !important;
}


.bid-download-projects-link a:hover span {
    transform: translateX(3px);
}


/* =========================================================
   SUPPORT NOTE
   ========================================================= */

.bid-download-support {
    width: 100% !important;

    margin: 28px auto 0 !important;
    padding: 0 !important;

    border: 0 !important;

    text-align: center !important;
}


.bid-download-support,
.bid-download-support p,
.bid-download-support div {
    margin-left: auto !important;
    margin-right: auto !important;

    color: rgba(255, 255, 255, 0.50) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.48 !important;

    text-align: center !important;
}


.bid-download-support p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.bid-download-support a {
    color: rgba(255, 255, 255, 0.84) !important;

    font-weight: 600 !important;
    text-decoration: none !important;
}


.bid-download-support a:hover {
    color: #FCB415 !important;
}


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

.elementor-popup-modal:has(.bid-download-popup) .dialog-close-button {
    position: absolute !important;

    top: 17px !important;
    right: 17px !important;

    z-index: 999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    height: 30px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    color: #FFFFFF !important;

    font-size: 20px !important;
    line-height: 1 !important;

    opacity: 0.92 !important;

    transition:
        color 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease !important;
}


.elementor-popup-modal:has(.bid-download-popup) .dialog-close-button i,
.elementor-popup-modal:has(.bid-download-popup) .dialog-close-button svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}


.elementor-popup-modal:has(.bid-download-popup) .dialog-close-button:hover {
    color: #FCB415 !important;
    opacity: 1 !important;
    transform: rotate(90deg);
}


.elementor-popup-modal:has(.bid-download-popup) .dialog-close-button:hover i,
.elementor-popup-modal:has(.bid-download-popup) .dialog-close-button:hover svg {
    color: #FCB415 !important;
    fill: #FCB415 !important;
}


/* =========================================================
   TABLET AND SMALL LAPTOP
   ========================================================= */

@media (max-width: 1100px) {

    .elementor-popup-modal:has(.bid-download-popup) .dialog-widget-content {
        width: 920px !important;
        height: 500px !important;
    }


    .bid-download-popup .bid-download-visual-content {
        padding: 62px 38px 32px !important;
    }


    .bid-download-eyebrow,
    .bid-download-eyebrow p,
    .bid-download-eyebrow div {
        font-size: 12px !important;
    }


    .bid-download-image-title {
        max-width: 300px !important;
    }


    .bid-download-image-title h1,
    .bid-download-image-title h2,
    .bid-download-image-title h3,
    .bid-download-image-title .elementor-heading-title {
        font-size: 34px !important;
    }


    .bid-download-popup .bid-download-content {
        padding: 32px 38px 26px !important;
    }


    .bid-download-heading h1,
    .bid-download-heading h2,
    .bid-download-heading h3,
    .bid-download-heading .elementor-heading-title {
        font-size: 29px !important;
    }


    .bid-download-description,
    .bid-download-description p,
    .bid-download-description div {
        font-size: 13px !important;
    }
}


/* =========================================================
   SHORT DESKTOP SCREENS
   ========================================================= */

@media (max-height: 650px) and (min-width: 768px) {

    .elementor-popup-modal:has(.bid-download-popup) .dialog-widget-content {
        width: 920px !important;
        height: 470px !important;
    }


    .bid-download-popup .bid-download-visual-content {
        padding-top: 52px !important;
        padding-bottom: 28px !important;
    }


    .bid-download-eyebrow,
    .bid-download-eyebrow p,
    .bid-download-eyebrow div {
        font-size: 11px !important;
    }


    .bid-download-image-title {
        margin-top: 16px !important;
    }


    .bid-download-image-title h1,
    .bid-download-image-title h2,
    .bid-download-image-title h3,
    .bid-download-image-title .elementor-heading-title {
        font-size: 32px !important;
    }


    .bid-download-popup .bid-download-content {
        padding-top: 24px !important;
        padding-bottom: 20px !important;
    }


    .bid-download-success-icon {
        width: 56px !important;
        height: 56px !important;

        min-width: 56px !important;
        min-height: 56px !important;

        margin-bottom: 14px !important;
    }


    .bid-download-success-icon::before {
        font-size: 31px;
    }


    .bid-download-heading h1,
    .bid-download-heading h2,
    .bid-download-heading h3,
    .bid-download-heading .elementor-heading-title {
        font-size: 27px !important;
    }


    .bid-download-description {
        margin-top: 12px !important;
    }


    .bid-download-button {
        margin-top: 18px !important;
    }


    .bid-download-button a,
    .bid-download-button button,
    .bid-download-button .elementor-button {
        min-height: 46px !important;
    }


    .bid-download-projects-link {
        margin-top: 11px !important;
    }


    .bid-download-support {
        margin-top: 19px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .elementor-popup-modal:has(.bid-download-popup) {
        align-items: flex-start !important;

        padding: 12px !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;
    }


    .elementor-popup-modal:has(.bid-download-popup) .dialog-widget-content {
        width: 100% !important;
        max-width: none !important;

        height: auto !important;
        max-height: none !important;

        margin: 10px 0 !important;

        border-radius: 10px !important;

        overflow: hidden !important;
    }


    .elementor-popup-modal:has(.bid-download-popup) .dialog-message {
        width: 100% !important;
        height: auto !important;

        overflow: visible !important;
    }


    .bid-download-popup {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        height: auto !important;
    }


    .bid-download-popup .bid-download-visual,
    .bid-download-popup .bid-download-content {
        width: 100% !important;
        height: auto !important;
    }


    .bid-download-popup .bid-download-visual {
        min-height: 350px !important;
    }


    .bid-download-popup .bid-download-visual-content {
        min-height: 350px !important;

        padding: 52px 24px 28px !important;
    }


    .bid-download-eyebrow,
    .bid-download-eyebrow p,
    .bid-download-eyebrow div {
        font-size: 11px !important;
        letter-spacing: 1.4px !important;
    }


    .bid-download-image-title {
        max-width: 280px !important;
        margin-top: 17px !important;
    }


    .bid-download-image-title h1,
    .bid-download-image-title h2,
    .bid-download-image-title h3,
    .bid-download-image-title .elementor-heading-title {
        font-size: 30px !important;
        letter-spacing: -0.85px !important;
    }


    .bid-download-popup .bid-download-content {
        padding: 36px 24px 28px !important;
    }


    .bid-download-success-icon {
        width: 56px !important;
        height: 56px !important;

        min-width: 56px !important;
        min-height: 56px !important;

        margin-bottom: 16px !important;
    }


    .bid-download-success-icon::before {
        font-size: 30px;
    }


    .bid-download-heading {
        max-width: 290px !important;
    }


    .bid-download-heading h1,
    .bid-download-heading h2,
    .bid-download-heading h3,
    .bid-download-heading .elementor-heading-title {
        font-size: 28px !important;
    }


    .bid-download-description {
        max-width: 320px !important;
        margin-top: 14px !important;
    }


    .bid-download-description,
    .bid-download-description p,
    .bid-download-description div {
        font-size: 12px !important;
    }


    .bid-download-button {
        width: 100% !important;
        max-width: 100% !important;

        margin-top: 20px !important;
    }


    .bid-download-button a,
    .bid-download-button button,
    .bid-download-button .elementor-button {
        min-height: 50px !important;

        padding-left: 16px !important;
        padding-right: 16px !important;

        font-size: 11px !important;
    }


    .bid-download-support {
        margin-top: 22px !important;
    }


    .bid-download-support,
    .bid-download-support p,
    .bid-download-support div {
        font-size: 11px !important;
    }


    .elementor-popup-modal:has(.bid-download-popup) .dialog-close-button {
        top: 13px !important;
        right: 13px !important;

        width: 28px !important;
        height: 28px !important;

        font-size: 18px !important;
    }
}

/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 01: OVERVIEW + CUSTOM GALLERY
   Final Clean CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

/* Keep full page background black */
body,
.elementor-page,
.site,
#page,
#content,
.elementor {
  background: #000000 !important;
}

/* Main section wrapper */
.service-overview-gallery {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 38px 58px 44px 58px !important;

  background:
    radial-gradient(circle at 18% 18%, rgba(252, 180, 21, 0.025), transparent 32%),
    #000000 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Inner layout */
.service-overview-gallery > .e-con-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1.28fr) !important;
  gap: 70px !important;
  align-items: start !important;

  box-sizing: border-box !important;
}

/* Left content column */
.service-overview-copy {
  width: 100% !important;
  max-width: 560px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  box-sizing: border-box !important;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.service-breadcrumb,
.service-breadcrumb .elementor-widget-container {
  margin: 0 0 32px 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.service-breadcrumb a {
  color: #d6d6d6 !important;
  text-decoration: none !important;

  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.service-breadcrumb a:hover {
  color: #FCB415 !important;
}

.service-breadcrumb span {
  color: rgba(214, 214, 214, 0.55) !important;
}

.service-breadcrumb .current {
  color: #FCB415 !important;
  font-weight: 600 !important;
}

/* =========================================================
   TEXT STRUCTURE
========================================================= */

/* Section label, no numbers */
.service-section-kicker,
.service-section-kicker .elementor-heading-title,
.service-section-kicker .elementor-widget-container {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* H1 */
.service-main-title,
.service-main-title .elementor-heading-title {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: "Manrope", sans-serif !important;
  font-size: clamp(50px, 4vw, 68px) !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: -0.06em !important;
  text-transform: none !important;
}

/* H2 */
.service-question-title,
.service-question-title .elementor-heading-title {
  margin: 0 0 22px 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: "Manrope", sans-serif !important;
  font-size: clamp(24px, 1.85vw, 31px) !important;
  line-height: 1.16 !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
}

/* Overview paragraph */
.service-overview-text,
.service-overview-text p,
.service-overview-text .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.78) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.service-overview-text p:not(:last-child) {
  margin-bottom: 18px !important;
}

/* =========================================================
   CTA BUTTONS
========================================================= */

.service-overview-actions {
  width: 100% !important;

  margin: 30px 0 0 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  flex-wrap: nowrap !important;
}

/* Button widgets */
.service-overview-actions .elementor-widget-button,
.service-overview-actions .elementor-button-wrapper {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

/* Buttons */
.service-overview-actions .elementor-button {
  width: auto !important;
  min-width: 220px !important;

  padding: 18px 24px !important;

  border-radius: 0 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;

  transition: all 0.25s ease !important;
}

/* Primary button */
.service-btn-primary .elementor-button {
  background: #FCB415 !important;
  color: #050505 !important;
  border: 1px solid #FCB415 !important;
}

.service-btn-primary .elementor-button:hover {
  background: #ffffff !important;
  color: #050505 !important;
  border-color: #ffffff !important;
}

/* Secondary button */
.service-btn-secondary .elementor-button {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(252, 180, 21, 0.52) !important;
}

.service-btn-secondary .elementor-button:hover {
  background: #FCB415 !important;
  color: #050505 !important;
  border-color: #FCB415 !important;
}

/* =========================================================
   RIGHT GALLERY COLUMN
========================================================= */

.service-gallery-preview {
  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  box-sizing: border-box !important;
}

/* =========================================================
   CUSTOM GALLERY
========================================================= */

.bid-service-gallery {
  width: 100%;
  max-width: 100%;

  font-family: "Manrope", sans-serif;
}

/* Gallery top row */
.bid-gallery-top {
  width: 100%;

  margin: 0 0 24px 0 !important;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bid-gallery-top .service-section-kicker {
  margin: 0 !important;
  padding: 0 !important;
}

/* Gallery counter */
.service-gallery-count {
  margin: 0;
  padding: 0;

  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* Main gallery image area */
.bid-gallery-main-wrap {
  position: relative;

  width: 100% !important;
  height: 365px !important;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #111111;

  cursor: zoom-in;
  box-sizing: border-box;
}

.bid-gallery-main-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.26) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.14) 0%, transparent 42%, rgba(0,0,0,0.12) 100%);
}

/* Main image */
.bid-gallery-main-img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;

  transition:
    transform 0.35s ease,
    opacity 0.25s ease;
}

.bid-gallery-main-wrap:hover .bid-gallery-main-img {
  transform: scale(1.025);
}

/* Slider arrows */
.bid-gallery-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;

  width: 44px;
  height: 56px;

  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 0;

  background: rgba(0, 0, 0, 0.58);
  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 38px;
  line-height: 1;

  cursor: pointer;

  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.bid-gallery-prev {
  left: 0;
}

.bid-gallery-next {
  right: 0;
}

.bid-gallery-arrow:hover {
  background: #FCB415;
  color: #050505;
}

/* View full image label */
.bid-gallery-open-label {
  position: absolute;
  z-index: 6;
  right: 18px;
  bottom: 16px;

  padding: 9px 12px;

  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(252, 180, 21, 0.55);

  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(6px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.bid-gallery-main-wrap:hover .bid-gallery-open-label {
  opacity: 1;
  transform: translateY(0);
  background: #FCB415;
  color: #050505;
}

/* Thumbnail strip */
.bid-gallery-thumbs {
  width: 100%;

  margin: 16px 0 0 0 !important;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

/* Thumbnail button */
.bid-gallery-thumb {
  width: 100%;
  height: 78px;

  margin: 0;
  padding: 0;

  display: block;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;

  background: #111111;

  opacity: 0.58;
  cursor: pointer;

  transition:
    opacity 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.bid-gallery-thumb img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;
}

.bid-gallery-thumb:hover,
.bid-gallery-thumb.is-active {
  opacity: 1;
  border-color: #FCB415;
}

.bid-gallery-thumb:hover {
  transform: translateY(-2px);
}

/* =========================================================
   FULLSCREEN LIGHTBOX
========================================================= */

body.bid-lightbox-open {
  overflow: hidden !important;
}

/* Overlay */
.bid-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;

  display: none;
  align-items: center;
  justify-content: center;

  padding: 48px 82px;

  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(8px);
}

.bid-gallery-lightbox.is-open {
  display: flex;
}

/* Lightbox content */
.bid-lightbox-content {
  position: relative;

  width: 100%;
  height: 100%;
  max-width: 1480px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Lightbox image */
.bid-lightbox-img {
  width: auto;
  height: auto;

  max-width: 100%;
  max-height: calc(100vh - 150px);

  display: block;

  object-fit: contain;

  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #050505;
}

/* Lightbox footer */
.bid-lightbox-footer {
  width: 100%;
  max-width: 1480px;

  margin-top: 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  font-family: "Manrope", sans-serif;
}

.bid-lightbox-caption {
  color: rgba(255, 255, 255, 0.78);

  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.bid-lightbox-count {
  color: #FCB415;

  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

/* Close button */
.bid-lightbox-close {
  position: fixed;
  z-index: 1000001;
  top: 24px;
  right: 28px;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.42);
  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 34px;
  line-height: 1;

  cursor: pointer;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.bid-lightbox-close:hover {
  background: #FCB415;
  color: #050505;
  border-color: #FCB415;
}

/* Lightbox arrows */
.bid-lightbox-arrow {
  position: fixed;
  z-index: 1000000;
  top: 50%;

  width: 54px;
  height: 70px;

  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 48px;
  line-height: 1;

  cursor: pointer;

  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.bid-lightbox-prev {
  left: 24px;
}

.bid-lightbox-next {
  right: 24px;
}

.bid-lightbox-arrow:hover {
  background: #FCB415;
  color: #050505;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-overview-gallery {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 54px 38px 50px 38px !important;
  }

  .service-overview-gallery > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  .service-overview-copy {
    max-width: 720px !important;
  }

  .bid-gallery-main-wrap {
    height: 360px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-overview-gallery {
    padding: 42px 22px 44px 22px !important;
  }

  .service-breadcrumb,
  .service-breadcrumb .elementor-widget-container {
    margin-bottom: 28px !important;

    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .service-section-kicker,
  .service-section-kicker .elementor-heading-title,
  .service-section-kicker .elementor-widget-container {
    margin-bottom: 16px !important;
  }

  .service-main-title,
  .service-main-title .elementor-heading-title {
    font-size: 42px !important;
    line-height: 1.04 !important;
  }

  .service-question-title,
  .service-question-title .elementor-heading-title {
    font-size: 25px !important;
    line-height: 1.18 !important;
    margin-bottom: 20px !important;
  }

  .service-overview-text,
  .service-overview-text p,
  .service-overview-text .elementor-widget-container {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .service-overview-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .service-overview-actions .elementor-widget-button,
  .service-overview-actions .elementor-button-wrapper,
  .service-overview-actions .elementor-button {
    width: 100% !important;
  }

  .bid-gallery-top {
    align-items: flex-end;
  }

  .bid-gallery-main-wrap {
    height: 230px !important;
  }

  .bid-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .bid-gallery-thumb {
    height: 70px;
  }

  .bid-gallery-open-label {
    display: none;
  }

  .bid-gallery-lightbox {
    padding: 64px 18px 38px 18px;
  }

  .bid-lightbox-img {
    max-height: calc(100vh - 170px);
  }

  .bid-lightbox-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bid-lightbox-close {
    top: 18px;
    right: 18px;

    width: 42px;
    height: 42px;

    font-size: 30px;
  }

  .bid-lightbox-arrow {
    width: 42px;
    height: 58px;

    font-size: 38px;
  }

  .bid-lightbox-prev {
    left: 8px;
  }

  .bid-lightbox-next {
    right: 8px;
  }
}
/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 02 + 03: CONTENT CARD GRIDS
   Final tighter CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

.service-card-sections {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 58px 46px 58px !important;

  background: #000000 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

.service-card-sections > .e-con-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;

  box-sizing: border-box !important;
}

/* Individual content block */
.service-card-block {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  box-sizing: border-box !important;
}

/* H2 section title */
.service-block-title,
.service-block-title .elementor-heading-title {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Remove Elementor heading widget spacing */
.service-card-block > .elementor-widget-heading,
.service-card-block .service-block-title {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* Card grid */
.service-info-grid {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 22px !important;

  box-sizing: border-box !important;
}

/* Remove accidental spacing from grid container */
.service-info-grid.e-con,
.service-info-grid.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Card */
.service-info-card {
  position: relative !important;

  min-height: 150px !important;

  margin: 0 !important;
  padding: 22px 22px 22px 22px !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.014) 100%) !important;

  border: 1px solid rgba(255, 255, 255, 0.12) !important;

  box-sizing: border-box !important;
  overflow: hidden !important;

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease !important;
}

/* Small gold top accent */
.service-info-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;

  width: 24px;
  height: 2px;

  background: #FCB415;

  opacity: 0.9;
  transform: scaleX(0.8);
  transform-origin: left center;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.service-info-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(252, 180, 21, 0.38) !important;
  background:
    linear-gradient(180deg, rgba(252,180,21,0.052) 0%, rgba(255,255,255,0.016) 100%) !important;
}

.service-info-card:hover::before {
  transform: scaleX(1) !important;
  opacity: 1 !important;
}

/* Card H3 */
.service-info-card h3,
.service-info-card .elementor-heading-title {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

/* Card text */
.service-info-card p,
.service-info-card .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.72) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.58 !important;
  font-weight: 400 !important;
}

/* Remove Elementor default spacing inside cards */
.service-info-card .elementor-widget {
  margin: 0 !important;
  padding: 0 !important;
}

.service-info-card .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-card-sections {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 18px 38px 50px 38px !important;
  }

  .service-card-sections > .e-con-inner {
    gap: 28px !important;
  }

  .service-block-title,
  .service-block-title .elementor-heading-title {
    margin-bottom: 10px !important;
  }

  .service-card-block > .elementor-widget-heading,
  .service-card-block .service-block-title {
    margin-bottom: 10px !important;
  }

  .service-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .service-info-card {
    min-height: 150px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-card-sections {
    padding: 20px 22px 44px 22px !important;
  }

  .service-card-sections > .e-con-inner {
    gap: 28px !important;
  }

  .service-block-title,
  .service-block-title .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
  }

  .service-card-block > .elementor-widget-heading,
  .service-card-block .service-block-title {
    margin-bottom: 10px !important;
  }

  .service-info-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-info-card {
    min-height: auto !important;
    padding: 22px 20px 24px 20px !important;
  }

  .service-info-card h3,
  .service-info-card .elementor-heading-title {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }

  .service-info-card p,
  .service-info-card .elementor-widget-container {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 04 + 05: PROCESS + FEATURES
   Reference-Matched CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

.service-process-features {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 58px 50px 58px !important;

  background: #000000 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

.service-process-features > .e-con-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: 42px !important;
  align-items: start !important;

  box-sizing: border-box !important;
}

/* Columns */
.service-process-column,
.service-features-column {
  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  box-sizing: border-box !important;
}

/* Section headings, locked spacing */
.service-process-column .service-block-title,
.service-process-column .service-block-title .elementor-heading-title,
.service-features-column .service-block-title,
.service-features-column .service-block-title .elementor-heading-title {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Remove Elementor heading widget extra spacing */
.service-process-column > .elementor-widget-heading,
.service-features-column > .elementor-widget-heading {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* Shared table box style */
.service-process-list,
.service-feature-list {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%) !important;

  box-sizing: border-box !important;
}

/* =========================================================
   LEFT COLUMN: HOW WE CREATE YOUR MODEL
   Compact process table, number close to title
========================================================= */

.service-process-row {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: 52px 190px minmax(0, 1fr) !important;
  align-items: center !important;

  min-height: 46px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;

  background: transparent !important;
  box-sizing: border-box !important;
}

.service-process-row:last-child {
  border-bottom: none !important;
}

/* Number */
.service-process-number,
.service-process-number .elementor-widget-container {
  margin: 0 !important;
  padding: 0 0 0 18px !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 800 !important;

  text-align: left !important;
}

/* Process title */
.service-process-title,
.service-process-title .elementor-heading-title {
  margin: 0 !important;
  padding: 0 14px 0 0 !important;

  color: #ffffff !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;

  text-align: left !important;
}

/* Process description */
.service-process-desc,
.service-process-desc p,
.service-process-desc .elementor-widget-container {
  margin: 0 !important;
  padding: 0 16px 0 0 !important;

  color: rgba(255, 255, 255, 0.70) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;

  text-align: left !important;
}

/* =========================================================
   RIGHT COLUMN: MODEL FEATURES AND MATERIALS
   Separate layout, not matched to left table
========================================================= */

.service-feature-row {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: 38% 62% !important;
  align-items: center !important;

  min-height: 48px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;

  background: transparent !important;
  box-sizing: border-box !important;
}

.service-feature-row:last-child {
  border-bottom: none !important;
}

/* Feature title */
.service-feature-title,
.service-feature-title .elementor-heading-title {
  margin: 0 !important;
  padding: 0 14px 0 18px !important;

  color: #ffffff !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;

  text-align: left !important;
}

/* Feature description */
.service-feature-desc,
.service-feature-desc p,
.service-feature-desc .elementor-widget-container {
  margin: 0 !important;
  padding: 0 18px 0 0 !important;

  color: rgba(255, 255, 255, 0.70) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;

  text-align: left !important;
}

/* Kill Elementor internal spacing */
.service-process-row .elementor-widget,
.service-feature-row .elementor-widget,
.service-process-row .elementor-widget-container,
.service-feature-row .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Proper cell alignment */
.service-process-row .elementor-widget,
.service-feature-row .elementor-widget {
  align-self: center !important;
  justify-self: stretch !important;
}

/* Remove hover effect completely */
.service-process-row,
.service-feature-row {
  transition: none !important;
}

.service-process-row:hover,
.service-feature-row:hover {
  background: transparent !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-process-features {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 0 38px 48px 38px !important;
  }

  .service-process-features > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .service-process-row {
    grid-template-columns: 52px 190px minmax(0, 1fr) !important;
    min-height: 48px !important;
  }

  .service-feature-row {
    grid-template-columns: 38% 62% !important;
    min-height: 48px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-process-features {
    padding: 0 22px 44px 22px !important;
  }

  .service-process-features > .e-con-inner {
    gap: 28px !important;
  }

  .service-process-column .service-block-title,
  .service-process-column .service-block-title .elementor-heading-title,
  .service-features-column .service-block-title,
  .service-features-column .service-block-title .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .service-process-row {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    grid-template-areas:
      "num title"
      "num desc" !important;
    align-items: start !important;

    min-height: auto !important;
    padding: 15px 0 !important;
  }

  .service-process-number {
    grid-area: num;
  }

  .service-process-title {
    grid-area: title;
  }

  .service-process-desc {
    grid-area: desc;
  }

  .service-feature-row {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 15px 16px !important;
  }

  .service-process-number,
  .service-process-number .elementor-widget-container {
    padding: 2px 10px 0 14px !important;
    font-size: 18px !important;
  }

  .service-process-title,
  .service-process-title .elementor-heading-title,
  .service-feature-title,
  .service-feature-title .elementor-heading-title {
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom: 7px !important;
  }

  .service-process-desc,
  .service-process-desc p,
  .service-process-desc .elementor-widget-container,
  .service-feature-desc,
  .service-feature-desc p,
  .service-feature-desc .elementor-widget-container {
    padding: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }
}
/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 06 + 07: DELIVERABLES + MATERIAL OPTIONS
   Final Reference-Matched CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

.service-deliverables-materials {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 58px 50px 58px !important;

  background: #000000 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

.service-deliverables-materials > .e-con-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: 42px !important;
  align-items: start !important;

  box-sizing: border-box !important;
}

/* Columns */
.service-deliverables-column,
.service-materials-column {
  width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  box-sizing: border-box !important;
}

/* Headings, locked spacing */
.service-deliverables-column .service-block-title,
.service-deliverables-column .service-block-title .elementor-heading-title,
.service-materials-column .service-block-title,
.service-materials-column .service-block-title .elementor-heading-title {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Remove Elementor heading widget spacing */
.service-deliverables-column > .elementor-widget-heading,
.service-materials-column > .elementor-widget-heading {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* =========================================================
   LEFT: TYPICAL DELIVERABLES
========================================================= */

.service-deliverables-box {
  width: 100% !important;

  margin: 0 !important;
  padding: 16px 20px 16px 20px !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%) !important;

  box-sizing: border-box !important;
}

/* Kill Elementor default spacing inside deliverables box */
.service-deliverables-box .elementor-widget,
.service-deliverables-box .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Checklist item */
.service-deliverable-item,
.service-deliverable-item .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  gap: 11px !important;

  color: rgba(255, 255, 255, 0.76) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13.8px !important;
  line-height: 1.42 !important;
  font-weight: 400 !important;
}

.service-deliverable-item:not(:last-child) {
  margin-bottom: 0 !important;
}

.deliverable-check {
  flex: 0 0 auto !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

/* =========================================================
   RIGHT: MATERIAL AND FINISH OPTIONS
========================================================= */

.service-materials-box {
  width: 100% !important;

  margin: 0 !important;
  padding: 22px 26px 20px 26px !important;

  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
  row-gap: 14px !important;
  align-items: start !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%) !important;

  box-sizing: border-box !important;
}

/* Kill Elementor default spacing inside material box */
.service-materials-box .elementor-widget,
.service-materials-box .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Material item */
.service-material-item {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;

  text-align: center !important;

  box-sizing: border-box !important;

  transition: transform 0.25s ease !important;
}

.service-material-item:hover {
  transform: translateY(-2px) !important;
}

/* Circle material images, proper circle with spacing */
.service-material-img,
.service-material-img .elementor-widget-container,
.service-material-img .elementor-image,
.service-material-img picture,
.service-material-img img {
  width: 74px !important;
  height: 74px !important;
  min-width: 74px !important;
  min-height: 74px !important;
  max-width: 74px !important;
  max-height: 74px !important;

  display: block !important;

  border-radius: 50% !important;
  overflow: hidden !important;

  box-sizing: border-box !important;
}

.service-material-img img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center center !important;

  border: 1px solid rgba(255, 255, 255, 0.16) !important;

  filter: contrast(1.03) saturate(1.02) !important;
}

/* Material label */
.service-material-label,
.service-material-label .elementor-heading-title,
.service-material-label .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.82) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.service-material-item:hover .service-material-label,
.service-material-item:hover .service-material-label .elementor-heading-title,
.service-material-item:hover .service-material-label .elementor-widget-container {
  color: #FCB415 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-deliverables-materials {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 0 38px 48px 38px !important;
  }

  .service-deliverables-materials > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .service-materials-box {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px 18px !important;
  }

  .service-material-img,
  .service-material-img .elementor-widget-container,
  .service-material-img .elementor-image,
  .service-material-img picture,
  .service-material-img img {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-deliverables-materials {
    padding: 0 22px 44px 22px !important;
  }

  .service-deliverables-materials > .e-con-inner {
    gap: 28px !important;
  }

  .service-deliverables-column .service-block-title,
  .service-deliverables-column .service-block-title .elementor-heading-title,
  .service-materials-column .service-block-title,
  .service-materials-column .service-block-title .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .service-deliverables-box {
    padding: 16px 18px !important;
    gap: 8px !important;
  }

  .service-deliverable-item,
  .service-deliverable-item .elementor-widget-container {
    font-size: 14px !important;
    line-height: 1.55 !important;
    align-items: flex-start !important;
  }

  .deliverable-check {
    padding-top: 3px !important;
  }

  .service-materials-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 18px !important;
    padding: 22px 18px 20px 18px !important;
  }

  .service-material-img,
  .service-material-img .elementor-widget-container,
  .service-material-img .elementor-image,
  .service-material-img picture,
  .service-material-img img {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
  }

  .service-material-label,
  .service-material-label .elementor-heading-title,
  .service-material-label .elementor-widget-container {
    font-size: 13px !important;
  }
}

/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 08: IDEAL FOR STRIP
   Final Locked CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

.service-ideal-for-section {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 58px 50px 58px !important;

  background: #000000 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

.service-ideal-for-section > .e-con-inner,
.service-ideal-for-section .e-con-inner,
.service-ideal-for-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  box-sizing: border-box !important;
}

/* Heading */
.service-ideal-for-section .service-block-title,
.service-ideal-for-section .service-block-title .elementor-heading-title {
  width: 100% !important;

  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

/* Remove Elementor heading spacing */
.service-ideal-for-section .elementor-widget-heading,
.service-ideal-for-section .elementor-widget-heading .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

/* Strip */
.service-ideal-strip {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%) !important;

  box-sizing: border-box !important;
}

/* Each item */
.service-ideal-item {
  position: relative !important;

  min-height: 62px !important;

  margin: 0 !important;
  padding: 11px 14px !important;

  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  column-gap: 12px !important;

  align-items: center !important;
  justify-content: start !important;

  text-align: left !important;

  box-sizing: border-box !important;

  background: transparent !important;

  transition:
    color 0.25s ease,
    fill 0.25s ease !important;
}

.service-ideal-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
}

/* Icon default */
.service-ideal-icon,
.service-ideal-icon .elementor-widget-container,
.service-ideal-icon .elementor-icon,
.service-ideal-icon i,
.service-ideal-icon svg {
  margin: 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;
  fill: #FCB415 !important;

  font-size: 30px !important;
  width: 34px !important;
  height: 34px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  line-height: 1 !important;
  text-align: center !important;

  transition:
    color 0.25s ease,
    fill 0.25s ease !important;
}

/* Text default */
.service-ideal-label,
.service-ideal-label p,
.service-ideal-label .elementor-widget-container,
.service-ideal-label .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.82) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;

  text-align: left !important;

  transition: color 0.25s ease !important;
}

/* Remove Elementor spacing */
.service-ideal-item .elementor-widget,
.service-ideal-item .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Force icon and text to stay horizontal */
.service-ideal-item .service-ideal-icon {
  width: 38px !important;
  max-width: 38px !important;
  min-width: 38px !important;
}

.service-ideal-item .service-ideal-label {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Hover, no background color */
.service-ideal-item:hover {
  background: transparent !important;
}

/* Hover reverse: icon white, text gold */
.service-ideal-item:hover .service-ideal-icon,
.service-ideal-item:hover .service-ideal-icon .elementor-widget-container,
.service-ideal-item:hover .service-ideal-icon .elementor-icon,
.service-ideal-item:hover .service-ideal-icon i,
.service-ideal-item:hover .service-ideal-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.service-ideal-item:hover .service-ideal-label,
.service-ideal-item:hover .service-ideal-label p,
.service-ideal-item:hover .service-ideal-label .elementor-widget-container,
.service-ideal-item:hover .service-ideal-label .elementor-heading-title {
  color: #FCB415 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-ideal-for-section {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 0 38px 48px 38px !important;
  }

  .service-ideal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-ideal-item {
    min-height: 66px !important;
    padding: 14px 18px !important;
  }

  .service-ideal-item:not(:last-child) {
    border-right: none !important;
  }

  .service-ideal-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .service-ideal-item:nth-last-child(1) {
    border-bottom: none !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-ideal-for-section {
    padding: 0 22px 44px 22px !important;
  }

  .service-ideal-for-section .service-block-title,
  .service-ideal-for-section .service-block-title .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .service-ideal-strip {
    grid-template-columns: 1fr !important;
  }

  .service-ideal-item {
    min-height: 64px !important;
    padding: 14px 16px !important;

    grid-template-columns: 36px minmax(0, 1fr) !important;
    column-gap: 13px !important;
  }

  .service-ideal-icon,
  .service-ideal-icon .elementor-widget-container,
  .service-ideal-icon .elementor-icon,
  .service-ideal-icon i,
  .service-ideal-icon svg {
    font-size: 28px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .service-ideal-item .service-ideal-icon {
    width: 36px !important;
    max-width: 36px !important;
    min-width: 36px !important;
  }

  .service-ideal-label,
  .service-ideal-label p,
  .service-ideal-label .elementor-widget-container,
  .service-ideal-label .elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
}

/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 09 + 10: FAQ + RELATED PROJECTS
   Final Updated CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

.service-faq-projects {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 58px 50px 58px !important;

  background: #000000 !important;

  overflow: visible !important;
  box-sizing: border-box !important;
}

/* IMPORTANT: only direct inner container */
.service-faq-projects > .e-con-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: minmax(340px, 0.62fr) minmax(0, 1.38fr) !important;
  gap: 42px !important;
  align-items: start !important;

  box-sizing: border-box !important;
}

/* Columns */
.service-faq-column,
.service-projects-column {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* Section headings */
.service-faq-projects .service-block-title,
.service-faq-projects .service-block-title .elementor-heading-title {
  width: 100% !important;

  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.service-faq-column > .elementor-widget-heading,
.service-projects-column > .elementor-widget-heading {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* =========================================================
   LEFT: FAQ
========================================================= */

.service-faq-column .service-faq-accordion,
.service-faq-column .service-faq-accordion .elementor-accordion {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 100%) !important;

  box-sizing: border-box !important;
}

.service-faq-column .service-faq-accordion .elementor-accordion {
  border: none !important;
}

.service-faq-column .service-faq-accordion .elementor-accordion-item {
  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;

  background: transparent !important;
}

.service-faq-column .service-faq-accordion .elementor-accordion-item:last-child {
  border-bottom: none !important;
}

/* FAQ title row, reference-style lighter text */
.service-faq-column .service-faq-accordion .elementor-tab-title {
  min-height: 36px !important;

  margin: 0 !important;
  padding: 9px 16px !important;

  background: transparent !important;
  border: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  color: rgba(255, 255, 255, 0.78) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.4px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

/* FAQ question text */
.service-faq-column .service-faq-accordion .elementor-tab-title a,
.service-faq-column .service-faq-accordion .elementor-accordion-title {
  color: inherit !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.4px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;

  text-decoration: none !important;
  text-shadow: none !important;
}

/* FAQ plus icon */
.service-faq-column .service-faq-accordion .elementor-accordion-icon,
.service-faq-column .service-faq-accordion .elementor-accordion-icon i,
.service-faq-column .service-faq-accordion .elementor-accordion-icon svg {
  color: #FCB415 !important;
  fill: #FCB415 !important;

  font-size: 12px !important;
  line-height: 1 !important;
}

/* FAQ hover and active */
.service-faq-column .service-faq-accordion .elementor-tab-title:hover,
.service-faq-column .service-faq-accordion .elementor-tab-title.elementor-active {
  color: #FCB415 !important;
}

.service-faq-column .service-faq-accordion .elementor-tab-title:hover .elementor-accordion-icon,
.service-faq-column .service-faq-accordion .elementor-tab-title:hover .elementor-accordion-icon i,
.service-faq-column .service-faq-accordion .elementor-tab-title:hover .elementor-accordion-icon svg,
.service-faq-column .service-faq-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon,
.service-faq-column .service-faq-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon i,
.service-faq-column .service-faq-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon svg {
  color: #FCB415 !important;
  fill: #FCB415 !important;
}

/* FAQ answer */
.service-faq-column .service-faq-accordion .elementor-tab-content {
  margin: 0 !important;
  padding: 0 16px 14px 16px !important;

  border: none !important;
  background: transparent !important;

  color: rgba(255, 255, 255, 0.66) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.8px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.service-faq-column .service-faq-accordion .elementor-tab-content p {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   RIGHT: RELATED PROJECTS
========================================================= */

.service-related-projects-grid {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: start !important;

  box-sizing: border-box !important;
}

/* Project card */
.service-project-card {
  position: relative !important;

  width: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%) !important;

  overflow: hidden !important;

  cursor: pointer !important;

  box-sizing: border-box !important;

  transition:
    border-color 0.25s ease,
    transform 0.25s ease !important;
}

.service-project-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(252, 180, 21, 0.42) !important;
}

/* Reset only project card containers */
.service-project-card.e-con,
.service-project-content.e-con {
  --min-height: 0 !important;
  --gap: 0 !important;

  min-height: 0 !important;
  gap: 0 !important;
}

/* Project image */
.service-project-img,
.service-project-img .elementor-widget-container {
  width: 100% !important;

  height: 118px !important;
  min-height: 118px !important;
  max-height: 118px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: block !important;

  overflow: hidden !important;

  box-sizing: border-box !important;
}

.service-project-img img {
  width: 100% !important;

  height: 118px !important;
  min-height: 118px !important;
  max-height: 118px !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center center !important;

  margin: 0 !important;
  padding: 0 !important;

  filter: brightness(0.82) contrast(1.05) !important;

  transition:
    filter 0.25s ease,
    transform 0.35s ease !important;
}

.service-project-card:hover .service-project-img img {
  filter: brightness(1) contrast(1.05) !important;
  transform: scale(1.04) !important;
}

/* Project card content */
.service-project-content {
  width: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 13px 14px 13px 14px !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;

  box-sizing: border-box !important;
}

/* Project title */
.service-project-title,
.service-project-title .elementor-heading-title {
  margin: 0 0 7px 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13.2px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

/* Project meta */
.service-project-meta,
.service-project-meta p,
.service-project-meta .elementor-widget-container {
  margin: 0 0 11px 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.65) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

/* Project visible link */
.service-project-link,
.service-project-link a,
.service-project-link .elementor-widget-container,
.service-project-link .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.service-project-card:hover .service-project-link,
.service-project-card:hover .service-project-link a,
.service-project-card:hover .service-project-link .elementor-heading-title {
  color: #ffffff !important;
}

/* Full clickable card */
.service-project-card .elementor-widget-html {
  position: static !important;

  margin: 0 !important;
  padding: 0 !important;
}

.service-project-card .elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.service-project-full-link {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  display: block !important;

  z-index: 50 !important;

  background: transparent !important;
  text-decoration: none !important;

  cursor: pointer !important;
}

/* Kill spacing only inside project cards */
.service-project-card .elementor-widget,
.service-project-card .elementor-widget-container,
.service-project-card > .elementor-element,
.service-project-content > .elementor-element {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-faq-projects {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 0 38px 48px 38px !important;
  }

  .service-faq-projects > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .service-related-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-project-img,
  .service-project-img .elementor-widget-container,
  .service-project-img img {
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-faq-projects {
    padding: 0 22px 44px 22px !important;
  }

  .service-faq-projects > .e-con-inner {
    gap: 28px !important;
  }

  .service-faq-projects .service-block-title,
  .service-faq-projects .service-block-title .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .service-faq-column .service-faq-accordion .elementor-tab-title {
    min-height: 42px !important;
    padding: 13px 16px !important;

    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }

  .service-faq-column .service-faq-accordion .elementor-tab-title a,
  .service-faq-column .service-faq-accordion .elementor-accordion-title {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }

  .service-faq-column .service-faq-accordion .elementor-tab-content {
    padding: 0 16px 14px 16px !important;
    font-size: 13.5px !important;
  }

  .service-related-projects-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .service-project-img,
  .service-project-img .elementor-widget-container,
  .service-project-img img {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }

  .service-project-title,
  .service-project-title .elementor-heading-title {
    font-size: 15px !important;
  }
}
/* =========================================================
   BIDLLC SERVICE DETAIL PAGE
   SECTION 11: RELATED SERVICES
   Final Live-Safe Updated CSS
   Gold: #FCB415
   Font: Manrope
   Background: Black
========================================================= */

.service-related-services-section {
  position: relative !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 58px 50px 58px !important;

  background: #000000 !important;

  overflow: visible !important;
  box-sizing: border-box !important;
}

.service-related-services-section > .e-con-inner {
  width: 100% !important;
  max-width: 1480px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  box-sizing: border-box !important;
}

/* Heading */
.service-related-services-section .service-block-title,
.service-related-services-section .service-block-title .elementor-heading-title {
  width: 100% !important;

  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.service-related-services-section .elementor-widget-heading,
.service-related-services-section .elementor-widget-heading .elementor-widget-container {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

/* Main strip */
.service-related-services-strip {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 100%) !important;

  box-sizing: border-box !important;
}

/* Individual item */
.service-related-service-item {
  position: relative !important;

  min-height: 76px !important;

  margin: 0 !important;
  padding: 13px 16px !important;

  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  column-gap: 13px !important;

  align-items: center !important;
  justify-content: start !important;

  text-align: left !important;

  background: transparent !important;

  cursor: pointer !important;

  box-sizing: border-box !important;
  overflow: hidden !important;
}

.service-related-service-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
}

/* Icon default, gold */
.service-related-service-icon,
.service-related-service-icon .elementor-widget-container,
.service-related-service-icon .elementor-icon,
.service-related-service-icon i,
.service-related-service-icon svg {
  margin: 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;
  fill: #FCB415 !important;

  font-size: 32px !important;
  width: 38px !important;
  height: 38px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  line-height: 1 !important;
  text-align: center !important;

  transition:
    color 0.25s ease,
    fill 0.25s ease !important;
}

.service-related-service-item .service-related-service-icon {
  width: 42px !important;
  max-width: 42px !important;
  min-width: 42px !important;
}

/* Content wrapper */
.service-related-service-content {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 3px !important;

  box-sizing: border-box !important;
}

/* Service title default, white */
.service-related-service-title,
.service-related-service-title p,
.service-related-service-title .elementor-widget-container,
.service-related-service-title .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.86) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.22 !important;
  font-weight: 600 !important;

  text-align: left !important;

  transition: color 0.25s ease !important;
}

/* View service default, gold */
.service-related-service-link,
.service-related-service-link a,
.service-related-service-link .elementor-widget-container,
.service-related-service-link .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;

  color: #FCB415 !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  text-align: left !important;

  transition: color 0.25s ease !important;
}

/* Remove Elementor spacing from visible widgets only */
.service-related-service-item .elementor-widget:not(.elementor-widget-html),
.service-related-service-item .elementor-widget:not(.elementor-widget-html) .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Important live-site fix, HTML link must not take grid space */
.service-related-service-item .elementor-widget-html {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  z-index: 50 !important;

  pointer-events: auto !important;
}

.service-related-service-item .elementor-widget-html .elementor-widget-container {
  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.service-related-service-full-link {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  display: block !important;

  z-index: 50 !important;

  background: transparent !important;
  text-decoration: none !important;

  cursor: pointer !important;
}

/* Hover, no background */
.service-related-service-item:hover {
  background: transparent !important;
}

/* Hover reverse, icon white */
.service-related-service-item:hover .service-related-service-icon,
.service-related-service-item:hover .service-related-service-icon .elementor-widget-container,
.service-related-service-item:hover .service-related-service-icon .elementor-icon,
.service-related-service-item:hover .service-related-service-icon i,
.service-related-service-item:hover .service-related-service-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Hover title gold */
.service-related-service-item:hover .service-related-service-title,
.service-related-service-item:hover .service-related-service-title p,
.service-related-service-item:hover .service-related-service-title .elementor-widget-container,
.service-related-service-item:hover .service-related-service-title .elementor-heading-title {
  color: #FCB415 !important;
}

/* Hover link white */
.service-related-service-item:hover .service-related-service-link,
.service-related-service-item:hover .service-related-service-link a,
.service-related-service-item:hover .service-related-service-link .elementor-heading-title {
  color: #ffffff !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .service-related-services-section {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 0 38px 48px 38px !important;
  }

  .service-related-services-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-related-service-item {
    min-height: 72px !important;
    padding: 14px 18px !important;
  }

  .service-related-service-item:not(:last-child) {
    border-right: none !important;
  }

  .service-related-service-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .service-related-service-item:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .service-related-services-section {
    padding: 0 22px 44px 22px !important;
  }

  .service-related-services-section .service-block-title,
  .service-related-services-section .service-block-title .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
  }

  .service-related-services-strip {
    grid-template-columns: 1fr !important;
  }

  .service-related-service-item {
    min-height: 68px !important;
    padding: 14px 16px !important;

    grid-template-columns: 40px minmax(0, 1fr) !important;
    column-gap: 13px !important;
  }

  .service-related-service-item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .service-related-service-item:last-child {
    border-bottom: none !important;
  }

  .service-related-service-icon,
  .service-related-service-icon .elementor-widget-container,
  .service-related-service-icon .elementor-icon,
  .service-related-service-icon i,
  .service-related-service-icon svg {
    font-size: 30px !important;
    width: 34px !important;
    height: 34px !important;
  }

  .service-related-service-item .service-related-service-icon {
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
  }

  .service-related-service-title,
  .service-related-service-title p,
  .service-related-service-title .elementor-widget-container,
  .service-related-service-title .elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
}

/* =========================================================
   IMPACT CTA . LAYOUT ONLY
   Elementor controls typography, colors, button style, hover.
   ========================================================= */

/* RESET ELEMENTOR WIDTH LIMITS ON CTA TREE */
.impact-cta-section,
.impact-cta-banner,
.impact-cta-copy {
  --width: 100% !important;
  --max-width: none !important;
  --content-width: 100% !important;
  --container-max-width: none !important;
}

/* ALLOW FULL WIDTH BREAKOUT */
.elementor .elementor-element:has(.impact-cta-section),
.elementor .elementor-element:has(.impact-cta-banner),
.e-con:has(.impact-cta-section),
.e-con:has(.impact-cta-banner),
.elementor-widget-wrap:has(.impact-cta-section),
.elementor-widget-wrap:has(.impact-cta-banner) {
  max-width: none !important;
  overflow: visible !important;
}

/* OUTER FULL WIDTH SECTION */
.impact-cta-section,
.impact-cta-section.e-con,
.impact-cta-section.elementor-element {
  position: relative !important;

  width: 100vw !important;
  max-width: none !important;
  inline-size: 100vw !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 !important;
  box-sizing: border-box !important;

  overflow: hidden !important;

  display: block !important;
}

/* SECTION INNER WRAPPER RESET */
.impact-cta-section > .e-con-inner,
.impact-cta-section > .elementor-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* BACKGROUND IMAGE CONTAINER */
.impact-cta-banner,
.impact-cta-banner.e-con,
.impact-cta-banner.elementor-element {
  position: relative !important;

  width: 100% !important;
  max-width: none !important;
  min-height: 180px !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
  overflow: hidden !important;

  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  background-size: cover !important;
  background-repeat: no-repeat !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  isolation: isolate !important;
}

/* DARK BASE OVERLAY */
.impact-cta-banner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;

  background: rgba(0, 0, 0, 0.58) !important;

  pointer-events: none !important;
}

/* GRADIENT OVERLAY */
.impact-cta-banner::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.62) 36%,
      rgba(0, 0, 0, 0.44) 68%,
      rgba(0, 0, 0, 0.34) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.46) 0%,
      rgba(0, 0, 0, 0.12) 32%,
      rgba(0, 0, 0, 0.12) 66%,
      rgba(0, 0, 0, 0.54) 100%
    ) !important;

  pointer-events: none !important;
}

/* BANNER INNER WRAPPER */
.impact-cta-banner > .e-con-inner,
.impact-cta-banner > .elementor-container {
  position: relative !important;
  z-index: 2 !important;

  width: 100% !important;
  max-width: 1180px !important;
  min-height: 180px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 32px !important;
  padding-right: 32px !important;

  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* COPY LAYOUT: TEXT LEFT, BUTTON RIGHT */
.impact-cta-copy,
.impact-cta-copy.e-con,
.impact-cta-copy.elementor-element,
.impact-cta-copy > .e-con-inner,
.impact-cta-copy > .elementor-container {
  position: relative !important;
  z-index: 2 !important;

  width: 100% !important;
  max-width: 1180px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  box-sizing: border-box !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;

  column-gap: 48px !important;
  row-gap: 8px !important;

  align-items: center !important;
  text-align: left !important;
}

/* TITLE POSITION ONLY */
.impact-cta-title {
  grid-column: 1 !important;
  grid-row: 1 !important;

  margin: 0 !important;
  padding: 0 !important;

  max-width: 720px !important;

  justify-self: start !important;
  align-self: end !important;

  text-align: left !important;
}

.impact-cta-title .elementor-heading-title,
.impact-cta-title h1,
.impact-cta-title h2,
.impact-cta-title h3 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* DESCRIPTION POSITION ONLY */
.impact-cta-desc {
  grid-column: 1 !important;
  grid-row: 2 !important;

  margin: 0 !important;
  padding: 0 !important;

  max-width: 560px !important;

  justify-self: start !important;
  align-self: start !important;

  text-align: left !important;
}

.impact-cta-desc p,
.impact-cta-desc .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* BUTTON POSITION ONLY, TARGETS BUTTON WITHOUT CUSTOM CLASS */
.impact-cta-copy .elementor-widget-button {
  position: relative !important;
  z-index: 2 !important;

  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;

  margin: 0 !important;
  padding: 0 !important;

  justify-self: end !important;
  align-self: center !important;

  text-align: right !important;
}

.impact-cta-copy .elementor-button-wrapper {
  text-align: right !important;
}

/* TABLET */
@media (max-width: 1024px) {
  .impact-cta-banner,
  .impact-cta-banner.e-con,
  .impact-cta-banner.elementor-element {
    min-height: 170px !important;
  }

  .impact-cta-banner > .e-con-inner,
  .impact-cta-banner > .elementor-container {
    max-width: 100% !important;
    min-height: 170px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .impact-cta-copy,
  .impact-cta-copy.e-con,
  .impact-cta-copy.elementor-element,
  .impact-cta-copy > .e-con-inner,
  .impact-cta-copy > .elementor-container {
    column-gap: 32px !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .impact-cta-section,
  .impact-cta-section.e-con,
  .impact-cta-section.elementor-element {
    width: 100% !important;
    max-width: 100% !important;
    inline-size: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .impact-cta-banner,
  .impact-cta-banner.e-con,
  .impact-cta-banner.elementor-element {
    min-height: 190px !important;
  }

  .impact-cta-banner::before {
    background: rgba(0, 0, 0, 0.64) !important;
  }

  .impact-cta-banner::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74) 0%,
        rgba(0, 0, 0, 0.58) 58%,
        rgba(0, 0, 0, 0.46) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.52) 0%,
        rgba(0, 0, 0, 0.18) 32%,
        rgba(0, 0, 0, 0.18) 65%,
        rgba(0, 0, 0, 0.62) 100%
      ) !important;
  }

  .impact-cta-banner > .e-con-inner,
  .impact-cta-banner > .elementor-container {
    max-width: 100% !important;
    min-height: 190px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .impact-cta-copy,
  .impact-cta-copy.e-con,
  .impact-cta-copy.elementor-element,
  .impact-cta-copy > .e-con-inner,
  .impact-cta-copy > .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;

    row-gap: 12px !important;
    column-gap: 0 !important;

    max-width: 100% !important;

    text-align: left !important;
  }

  .impact-cta-title {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .impact-cta-desc {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .impact-cta-copy .elementor-widget-button {
    grid-column: 1 !important;
    grid-row: 3 !important;

    justify-self: start !important;
    align-self: start !important;

    margin-top: 4px !important;
    text-align: left !important;
  }

  .impact-cta-copy .elementor-button-wrapper {
    text-align: left !important;
  }
}/* End custom CSS */