/* SCOPED WRAPPER */
.gg-page {
    font-family: 'Segoe UI', sans-serif;
}

/* TYPO */
.gg-title {
    font-size: 40px;
    line-height: 1.3;
    color: #0b3c5d;
}

.gg-h2 {
    font-size: 26px;
    color: #0b3c5d;
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
}
.quarts-image{
    max-height: 430px;
}
.gg-h2:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #1d6fa5;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.gg-h3 {
    font-size: 22px;
    color: #0b3c5d;
    margin-top: 0px;
}

.gg-h4 {
    font-size: 22px;
    color: #1d6fa5;
}

.gg-text {
    color: #6b7280;
    line-height: 1.7;
}

/* SECTION */
/* .gg-section { margin-top:50px; } */
.gg-alt {
    background: #f5f8fb;
    padding: 40px 20px;
    border-radius: 8px;
}

/* PRODUCT */
.gg-product {
    margin-top: 40px;
}

.gg-img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* LIST */
.gg-list {
    list-style: none;
    padding-left: 0;
}

.gg-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.gg-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1d6fa5;
    font-size: 14px;
}

.gg-sticky {
    position: sticky;
    /* top: 120px; */
}

.gg-nav {
    list-style: none;
    padding: 0;
    /* border-left: 2px solid #e5e7eb; */
}

.gg-nav li {
    margin-bottom: 10px;
}

.gg-nav a {
    display: block;
    padding: 10px 15px;
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.gg-nav li.active a {
    color: #1d6fa5;
    font-weight: 600;
    border-left: 3px solid #1d6fa5;
    background: #f0f7ff;
}

.gg-nav a:hover {
    color: #1d6fa5;
}

.gg-sticky {
    position: sticky;
    top: 100px;
}

.gg-nav {
    list-style: none;
    padding: 0;
}

.gg-nav li {
    margin-bottom: 12px;
}

.gg-nav a {
    display: block;
    padding: 14px 18px;
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.gg-nav li.active a {
    background: #165fa3;
    color: #fff;
    font-weight: 600;
    border-color: #165fa3;
}

.gg-nav a:hover {
    background: #e5e5e5;
}
.faq-custom{
    padding: 90px 0;
}

@media(max-width:768px){
    .gg-h4{
        padding-top: 20px;
    }
    .gg-h3{
        padding-top: 20px;
    }
    .gg-title{
        font-size: 22px;
        padding-top: 10px;
    }
    .gg-h2{
        font-size: 20px;
    }
}