/*
 * Custom CSS for: Services
 * Page: /services
 * Generated: 2026-04-15 07:06:05
 */

/* ===========================================
SERVICE PAGE
============================================== */
.service-title h2 {
    font-weight: 600;
    font-size: clamp(36px, 5.5vw, 72px);
    line-height: clamp(48px, 7vw, 90px);
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    background: linear-gradient(
        180deg,
        #ffffff 8.33%,
        rgba(15, 15, 16, 0) 105.18%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 15px;
}

.service-title p {
    font-weight: 400;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: clamp(22px, 2vw, 28px);
    text-align: center;
    color: var(--jdg-white);
    opacity: 0.6;
}

/* Shimmer Headline */
.headline-container {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.headline-container::before,
.headline-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    pointer-events: none;
}

.headline-container::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(15, 15, 16, 1) 0%,
        rgba(15, 15, 16, 0.8) 30%,
        rgba(15, 15, 16, 0) 100%
    );
}

.headline-container::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(15, 15, 16, 1) 0%,
        rgba(15, 15, 16, 0.8) 30%,
        rgba(15, 15, 16, 0) 100%
    );
}

.headline-scroll {
    display: flex;
    white-space: nowrap;
    animation: scroll 40s linear infinite;
    font-family: var(--jdg-heading-font-family);
    font-size: 7.5rem;
    font-weight: 400;
}

.headline-text {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 400;
    margin: 0 3rem;
    background: linear-gradient(
        90deg,
        rgba(40, 40, 40, 0.6) 0%,
        rgba(80, 80, 80, 0.8) 20%,
        rgba(150, 150, 150, 1) 40%,
        rgba(200, 200, 200, 1) 50%,
        rgba(150, 150, 150, 1) 60%,
        rgba(80, 80, 80, 0.8) 80%,
        rgba(40, 40, 40, 0.6) 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 8s ease-in-out infinite;
}

/* Service Tech Heading */
.service-tech-heading {
    padding: 60px 0;
}

/*.main-heading {*/
/*    font-size: clamp(2rem, 3vw, 3rem);*/
/*    font-weight: 300;*/
/*    line-height: 1.3;*/
/*    color: var(--jdg-white);*/
/*    margin-bottom: 80px;*/
/*}*/

.heading-emoji {
    /* display: inline-flex; */
    align-items: center;
    gap: 0.5rem;
}