.elementor-1679 .elementor-element.elementor-element-5e7189a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-4fc30c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-0008c24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-ec81925{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-5c26d9d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-94f92d7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-df28a1f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-82dacb2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-75d5c07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-90493ee{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-1349371{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-aecf500{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-6398909{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-90b12f7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-1a038ab{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-9544823{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-9a5dcca{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-8142837{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4fc30c3 *//* =========================================================
   IC — SERVICES SECTION (Unique & Updated)
   WordPress / Elementor Safe
   ========================================================= */

#ic-services-section {

    --ic-services-red: #E10600;
    --ic-services-black: #111111;
    --ic-services-muted: rgba(17,17,17,0.70);

    position: relative;

    width: 100%;

    box-sizing: border-box;

    background: #FFFFFF;

    color: var(--ic-services-black);

    font-family:
        "Inter",
        Arial,
        sans-serif;

    overflow: hidden;

}


/* =========================================================
   EDGE / CONTENT WIDTH
   ========================================================= */

#ic-services-section .ic-services-edge {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;

    padding-left: 10px;
    padding-right: 10px;

    padding-top:
        clamp(
            60px,
            12vw,
            20px
        );

    padding-bottom:
        clamp(
            20px,
            8vw,
            40px
        );

}


/* =========================================================
   LABEL
   ========================================================= */

#ic-services-section .ic-services-label {

    display: block;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.20em;

    text-transform: uppercase;

    color: var(--ic-services-red);

}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#ic-services-section .ic-services-heading {

    margin: 0;

    padding-top:
        clamp(
            32px,
            3vw,
            50px
        );

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-weight: 700;

    font-size:
        clamp(
            3.8rem,
            7.5vw,
            8.5rem
        );

    line-height: 0.85;

    letter-spacing: -0.06em;

    text-transform: uppercase;

}


/* EACH LINE */

#ic-services-section .ic-services-heading span {

    display: block;

}


/* =========================================================
   TEXT CONTENT
   ========================================================= */

#ic-services-section .ic-services-content {

    display: grid;

    grid-template-columns:
        repeat(12, 1fr);

    column-gap:
        clamp(
            20px,
            3vw,
            50px
        );

    margin-top:
        clamp(
            55px,
            5vw,
            85px
        );

}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

#ic-services-section .ic-services-content p {

    margin: 0;

    max-width: 650px;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            16px,
            1.25vw,
            21px
        );

    line-height: 1.55;

    font-weight: 400;

    letter-spacing: -0.015em;

    color: var(--ic-services-muted);

}


/* FIRST PARAGRAPH */

#ic-services-section .ic-services-content p:first-child {

    grid-column:
        1 / span 6;

}


/* SECOND PARAGRAPH */

#ic-services-section .ic-services-content p:last-child {

    grid-column:
        8 / span 5;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-services-section .ic-services-edge {

        padding-top: 130px;

        padding-bottom: 90px;

    }


    #ic-services-section .ic-services-heading {

        font-size:
            clamp(
                3.5rem,
                8vw,
                6rem
            );

    }


    #ic-services-section .ic-services-content {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 35px;

    }


    #ic-services-section .ic-services-content p:first-child,
    #ic-services-section .ic-services-content p:last-child {

        grid-column: auto;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-services-section .ic-services-edge {

        padding-left: 10px;

        padding-right: 10px;

        padding-top: 90px;

        padding-bottom: 70px;

    }


    #ic-services-section .ic-services-heading {

        padding-top: 28px;

        font-size:
            clamp(
                3rem,
                13vw,
                5rem
            );

        line-height: 0.86;

        letter-spacing: -0.065em;

    }


    #ic-services-section .ic-services-content {

        display: flex;

        flex-direction: column;

        gap: 28px;

        margin-top: 50px;

    }


    #ic-services-section .ic-services-content p {

        max-width: 100%;

        font-size:
            clamp(
                15px,
                4.5vw,
                19px
            );

        line-height: 1.55;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #ic-services-section .ic-services-edge {

        padding-top: 75px;

        padding-bottom: 60px;

    }


    #ic-services-section .ic-services-heading {

        font-size:
            clamp(
                2.65rem,
                13vw,
                4rem
            );

    }


    #ic-services-section .ic-services-content {

        margin-top: 42px;

        gap: 24px;

    }


    #ic-services-section .ic-services-content p {

        font-size: 15px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fc9019 *//* =========================================================
   INTERSECT MARQUEE
   ========================================================= */

#ic-marquee-section {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}


/* =========================================================
   MARQUEE ROW
   ========================================================= */

#ic-marquee-section .ic-marquee-row {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* =========================================================
   RED ROW
   ========================================================= */

#ic-marquee-section .ic-marquee-red {
    background: #e10600;
    color: #ffffff;
}


/* =========================================================
   LIGHT ROW
   ========================================================= */

#ic-marquee-section .ic-marquee-light {
    background: #f5f2ec;
    color: #111111;
}


/* =========================================================
   TRACK
   ========================================================= */

#ic-marquee-section .ic-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;

    animation:
        icMarqueeForward
        35s
        linear
        infinite;
}


#ic-marquee-section .ic-marquee-track-reverse {

    animation:
        icMarqueeReverse
        35s
        linear
        infinite;

}


/* =========================================================
   CONTENT
   ========================================================= */

#ic-marquee-section .ic-marquee-content {

    display: flex;
    flex-shrink: 0;
    align-items: center;
}


/* =========================================================
   TEXT
   ========================================================= */

#ic-marquee-section .ic-marquee-content span {

    display: flex;
    align-items: center;
    gap: 32px;

    padding-right: 32px;

    white-space: nowrap;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        55px,
        7vw,
        105px
    );

    line-height: 0.9;

    letter-spacing: -0.06em;
  text-transform: uppercase;
    font-weight: 700;
}


/* =========================================================
   X SYMBOL
   ========================================================= */

#ic-marquee-section .ic-marquee-red b {

    color: rgba(
        255,
        255,
        255,
        0.5
    );

    font-weight: 400;
}


#ic-marquee-section .ic-marquee-light b {

    color: #e10600;

    font-weight: 400;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes icMarqueeForward {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


@keyframes icMarqueeReverse {

    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }

}


/* =========================================================
   HOVER - OPTIONAL
   ========================================================= */

#ic-marquee-section .ic-marquee-track:hover {

    animation-play-state: paused;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-marquee-section .ic-marquee-content span {

        font-size: 8vw;

        gap: 24px;

        padding-right: 24px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-marquee-section .ic-marquee-content span {

        font-size: 12vw;

        gap: 20px;

        padding-right: 20px;

        letter-spacing: -0.055em;
    }


    #ic-marquee-section .ic-marquee-track {

        animation-duration: 25s;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #ic-marquee-section .ic-marquee-track {

        animation: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5cb967 *//* =========================================================
   INTERSECT FINAL CONTACT
   ========================================================= */

#ic-contact-section {

    position: relative;

    width: 100%;

    min-height: 75svh;

    padding-top: 96px;
    padding-bottom: 40px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    overflow: hidden;

    background: #e10600;

    color: #ffffff;

    isolation: isolate;
}


/* =========================================================
   MOUSE GLOW
   ========================================================= */

#ic-contact-section .ic-contact-glow {

    position: absolute;

    width: 340px;
    height: 340px;

    left: var(--mouse-x, 50%);
    top: var(--mouse-y, 45%);

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,0.16) 0%,
            rgba(255,255,255,0.08) 30%,
            transparent 70%
        );

    pointer-events: none;

    z-index: 0;

    transition:
        left 0.5s ease-out,
        top 0.5s ease-out;
}


/* =========================================================
   CONTENT WIDTH
   MAX WIDTH 1450px
   ========================================================= */

#ic-contact-section .ic-contact-edge {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 30px;
    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   TOP
   ========================================================= */

#ic-contact-section .ic-contact-top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}


/* =========================================================
   LABEL
   ========================================================= */

#ic-contact-section .ic-contact-label {

    display: block;

    color: rgba(
        255,
        255,
        255,
        0.70
    );

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#ic-contact-section .ic-contact-heading {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    box-sizing: border-box;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        90px,
        10vw,
        150px
    );

    line-height: 0.82;

    letter-spacing: -0.07em;

    font-weight: 700;

    color: #ffffff;
}


/* =========================================================
   HEADING LINES
   ========================================================= */

#ic-contact-section .ic-contact-heading span {

    display: block;
text-transform: uppercase;
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   BOTTOM
   ========================================================= */

#ic-contact-section .ic-contact-bottom {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 40px;

    padding-top: 30px;

    border-top: 1px solid
        rgba(
            255,
            255,
            255,
            0.30
        );
}


/* =========================================================
   BUTTON
   ========================================================= */

#ic-contact-section .ic-contact-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 20px 32px;

    border: 1px solid #ffffff;

    color: #ffffff;

    background: transparent;

    text-decoration: none;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


#ic-contact-section .ic-contact-button:hover {

    background: #ffffff;

    color: #e10600;

    transform: translateY(-3px);
}


/* =========================================================
   CONTACT INFO
   ========================================================= */

#ic-contact-section .ic-contact-info {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 5px;

    color: rgba(
        255,
        255,
        255,
        0.80
    );

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.8;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}


#ic-contact-section .ic-contact-info a {

    color: inherit;

    text-decoration: none;

    transition: color 0.25s ease;
}


#ic-contact-section .ic-contact-info a:hover {

    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-contact-section {

        padding-top: 80px;

        padding-bottom: 30px;
    }


    #ic-contact-section .ic-contact-heading {

        font-size: 11vw;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-contact-section {

        min-height: 100svh;

        padding-top: 70px;

        padding-bottom: 25px;
    }


    #ic-contact-section .ic-contact-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-contact-section .ic-contact-label {

        font-size: 10px;
    }


    #ic-contact-section .ic-contact-heading {

        padding-left: 20px;

        padding-right: 20px;

        font-size: 14vw;

        line-height: 0.84;

        letter-spacing: -0.06em;
    }


    #ic-contact-section .ic-contact-bottom {

        flex-direction: column;

        align-items: flex-start;

        gap: 30px;

        padding-top: 25px;
    }


    #ic-contact-section .ic-contact-button {

        padding: 17px 24px;
    }


    #ic-contact-section .ic-contact-info {

        align-items: flex-start;

        font-size: 10px;
    }


    #ic-contact-section .ic-contact-glow {

        width: 240px;

        height: 240px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #ic-contact-section .ic-contact-heading {

        font-size: 15vw;
    }

}/* End custom CSS */