.sticky_A_to_Z {
    position: sticky;
    top: 57px;
    z-index: 1;
    background-color:white;
}

.ug-userguide-page {
    width: 100%;
}

.ug_introText {
    padding-top: 75px;
}

.userGuid_left_pad {
    padding: 50px;
}

.userGuid_left_selection {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(123, 123, 123, 0.3);
}

.ug-userguide-page .ug-radio-list {
    list-style: none;
    padding: 20px 30px;
    margin: 0;
    color: black;
    font-size: 16px;
    font-weight:300;
}

.ug-userguide-page .ug-radio-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 7px 0;
    cursor: pointer;
    user-select: none;
}

.ug-custom-radio-label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0 12px 0;
    margin: 0;
    cursor: pointer;
}

.ug-glossary-title {
    color: black;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top:20px;
    text-transform: uppercase;
}

.ug-glossary-sub {
    word-spacing:4px;
    color: black;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 22px;
    line-height: 2;
}

.ug-watch-images{
    margin:60px;
}
/*.ug-watch-images {
    max-width: 920px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
    margin: 0 auto;
}*/
.ug-watch-image {
    width: 100%;
    height: auto;
    display: block;
}

.ug-alpha-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    border-bottom: 1px solid #e9e9e9;
    max-width: 920px;
    overflow-x: auto;
    overflow-y:clip;
    -webkit-overflow-scrolling: touch;
}

    .ug-alpha-nav a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: black;
        text-decoration: none;
        padding: 16px 8px;
        margin-bottom: 0px;
        border-bottom: 2px solid transparent;
        line-height: 1;
        flex: 1;
        text-align: center;
    }

        .ug-alpha-nav a:hover {
            color: #000000;
        }

        .ug-alpha-nav a.ug-alpha-active {
            color: #e3b564;
            /*border-bottom-color: #e3b564;*/
            border-bottom: 3px solid #e3b564;
        }

        .ug-alpha-nav a.ug-alpha-muted {
            color: #e5e5e5;
            pointer-events: none;
        }

.ug-glossary-listing {
    margin-top: 55px;
    max-width: 920px;
}

.ug-glossary-section {
    margin-bottom: 42px;
    scroll-margin-top: 80px;
}

    .ug-glossary-section:last-child {
        margin-bottom: 0;
    }

.ug-glossary-letter {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e3b564;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    margin-bottom: 22px;
    line-height: 1;
}

.ug-glossary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 45px;
    align-items: start;
}



.ug-glossary-entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    min-width: 0;
}

.ug-glossary-entry-body {
    flex: 1;
    min-width: 0;
}

    .ug-glossary-entry-body h3 {
        margin: 0 0 8px 0;
        font-size: 14px;
        font-weight: 500;
        color: black;
        line-height: 1.35;
    }

    .ug-glossary-entry-body p {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        color: black;
        line-height: 1.65;
        letter-spacing: 0.2px;
    }

.ug-glossary-entry-img {
    flex-shrink: 0;
    width: 170px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    background: transparent;
}

    .ug-glossary-entry-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.ug-topic-panel--hidden {
    display: none !important;
}

.ug-move-kicker {
    color: rgb(227, 181, 100);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ug-move-title {
    color: #000000;
    font-size: 17.89 px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-transform: uppercase;
    line-height: 1.25;
}

.ug-move-intro {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 720px;
}


#ug-panel-movement{
    margin-bottom:10px;
}

#ug-panel-water{
    margin-bottom:30px;
}

.ug-move-block {
    margin-bottom: 60px;
}

    .ug-move-block:last-child {
        margin-bottom: 0;
    }

.ug-move-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px 40px;
}

.ug-move-row--reverse {
    flex-direction: row-reverse;
}

.ug-move-img {
    flex: 1 1 300px;
    max-width: 100%;
    min-width: 260px;
}

    .ug-move-img img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
        object-fit: cover;
    }

.ug-move-text {
    flex: 1 1 280px;
    min-width: 240px;
}

    .ug-move-text h2 {
        margin: 0 0 14px 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.8px;
        color: #1b1b1b;
        text-transform: uppercase;
        line-height: 1.35;
    }

    .ug-move-text p {
        margin: 0 0 12px 0;
        font-size: 11px;
        font-weight: 400;
        color: #5a5a5a;
        line-height: 1.7;
    }

        .ug-move-text p:last-child {
            margin-bottom: 0;
        }

.ug-water-img {
    width: 100%;
    max-width: 920px;
    height: auto;
    display: block;
    margin: 18px auto 0 auto;
    border-radius: 4px;
}

.ug-water-wrap {
    max-width: 920px;
}

.ug-water-rows {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.ug-water-row h2 {
    margin: 0 0 8px 0;
    color: black;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.1;
}

.ug-water-row h2 .ug-water-row-subhead {
    font-size: 17px;
    font-weight: 500;
    margin-left: 4px;
    letter-spacing: 0.2px;
}

.ug-water-row p {
    margin: 0 0 18px 0;
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 560px;
}

.ug-water-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 40px;
    align-items: start;
    padding-top: 6px;
}

.wat_res_mar{
    margin:70px 0;
    width:100%;
}



.ug-water-icon {
    height:115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    /*gap: 10px;*/
    padding: 8px 6px;
}

    .ug-water-icon svg {
        width: 54px;
        height: 54px;
        stroke: #c5a059;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        opacity: 0.95;
    }

    .ug-water-icon span {
        color: black;
        font-size: 13px;
        font-weight: 500;
        /*letter-spacing: 0.2px;*/
    }

.ug-comp-img {
    width: 100%;
    max-width: 920px;
    height: auto;
    display: block;
    margin: 12px auto 0 auto;
    border-radius: 4px;
}

.ug-comp-wrap {
    max-width: 920px;
}

.ug-comp-sub {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 28px 0;
    max-width: 620px;
}

.ug-comp-block {
    padding: 32px 0;
}

    .ug-comp-block:first-of-type {
        padding-top: 10px;
    }

.ug-comp-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 1fr);
    column-gap: 44px;
    align-items: center;
}

.ug-comp-title {
    margin: 0 0 14px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.35;
}

.ug-comp-text {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    line-height: 1.8;
}

.ug-comp-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

    .ug-comp-media img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .ug-comp-media .ug-comp-watch {
        width: 175px;
    }

    .ug-comp-media .ug-comp-mech {
        width: 235px;
    }



.ug-panel-soon-msg {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 1.65;
    max-width: 480px;
}

/* Mobile Selection UI Styles */
.ug_mob_filter_sec{
    margin:40px 0px;
}

.ug-mobile-category-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    background-color: #fff;
    /*border: 1px solid #e0e0e0;*/
    box-shadow: 0px 0px 5px 0px rgba(123, 123, 123, 0.6);
    margin-bottom: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-radius: 2px;
}

.ug-mobile-category-toggle span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ug-mobile-category-toggle i {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.ug-mobile-category-content {
    background-color: #fff;
    /*border: 1px solid #e0e0e0;*/
    box-shadow: 0px 0px 5px 0px rgba(123, 123, 123, 0.6);
    border-radius: 2px;
    margin-bottom: 25px;
    padding: 15px 0;
}

.ug-mobile-radio-list {
    list-style: none;
    padding: 0 25px;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.ug-mobile-radio-list .ug-radio-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0 0 0;
    cursor: pointer;
    user-select: none;
}

.ug-mobile-radio-list .ug-custom-radio-label {
    padding: 8px 0;
    margin: 0;
}


.ug-alpha-nav::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #ebebeb;
}

.ug-alpha-nav::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.ug-alpha-nav::-webkit-scrollbar-thumb {
    background: #cccccc!important;
    border-radius: 10px;
}


@media (max-width: 420px) {
    .ug-water-icons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .sticky_A_to_Z{
        top:80px;
    }
    .ug_introText {
        padding-top: 55px;
        padding-bottom: 20px
    }

    .ug-watch-images {
        grid-template-columns: 1fr;
        gap: 18px;
        margin:50px 10px;
    }

    .ug-glossary-grid {
        grid-template-columns: 1fr;
    }

    .ug-water-row h2 {
        font-size: 20px;
        font-weight:600;
        margin-bottom:12px;
    }

    .ug-water-row h2 .ug-water-row-subhead {
        font-size: 14px;
        font-weight: 600;
    }

    .ug-water-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ug-water-icon{
        height:133px;
    }

    .ug-water-icon span {
        font-size: 12px;
        height:36px;
    }

    .ug-glossary-entry {
        flex-direction: column;
    }

    .ug-glossary-title{
        font-size:14px;
        font-weight:600;
    }

    .ug-glossary-section {
        scroll-margin-top: 100px;
    }

    .wr_ban_mar{
        width:100%;
        margin:40px 0;
    }

    .ug-comp-grid {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .ug-comp-media .ug-comp-watch {
        width: 140px;
    }

    .ug-comp-media .ug-comp-mech {
        width: 175px;
    }

    .ug-comp-media {
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .ug_com_ques{
        font-size:18px!important;
        font-weight:500!important;
    }
}

@media (min-width:769px) and (max-width: 991px) {
    .ug-comp-grid {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .ug-comp-media {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}


