/* Section 1: Securing Support - Flowchart, Description, Services */

/* Section 1 title with background - full width */
#section-securing-support .title {
    background-color: #F5F8FB;
    padding: 30px 20px;
    margin-bottom: 60px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#section-securing-support .title h1{
    font-size: 42px;
    font-weight: 700;
    color: #1A7BA5;
}

/* Section 1: Flowchart */
#section-securing-support .rss-flowchart {
    margin-bottom: 50px;
    text-align: center;
}

#section-securing-support .flowchart-banner-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /* overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-gutter: stable; */
}

#section-securing-support .flowchart-banner-wrapper::-webkit-scrollbar {
    height: 8px;
    display: block;
}

#section-securing-support .flowchart-banner-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: block;    
}

#section-securing-support .flowchart-banner-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
    display: block;
    background: #555;
}

/* #section-securing-support .flowchart-banner-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

#section-securing-support .flowchart-banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

#section-securing-support .banner-scrollable-hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 200px;
    z-index: 10;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    display: none;
}

#section-securing-support .banner-scrollable-hint.hidden {
    display: none;
    pointer-events: none;
}

#section-securing-support .rss-description {
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}

#section-securing-support .rss-description p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8pt;
    color: #333;
    margin: 0 auto;
    font-weight: 700;
    text-align: left;
}

#section-securing-support .rss-services {
    display: flex;
    gap: 66px;
    margin-top: 50px;
    background-color: #F6F6F6;
    padding: 29px 35px 28px 35px;
}

#section-securing-support .service-item {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#section-securing-support .service-item h5 {
    font-size: 22px;
    font-weight: 700;
    color: #1A7BA5;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1A7BA5;
    letter-spacing: 2.2pt;
    line-height: 26px;
}

#section-securing-support .service-item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.6pt;
    color: #333;
    margin: 0;
}

#section-securing-support .rss-services-note {
    text-align: center;
    margin-top: 20px;
}

#section-securing-support .rss-services-note p {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.6pt;
    text-align: left;
}

