.gno-top{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
}

.gno-top h1{
    font-family: 'ClashGrotesk-medium';
    font-weight: 500;
    font-size: 72px;
    letter-spacing: -2px;
    color: #0d0d12;
    line-height: 80px;
}

.gno-top p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.gno-mainSection{
    margin-top: 32px;
}

.gno-form-container{
    padding: 20px;
    border: 1px solid #eceff6;
    border-radius: 12px;
}

.gno-form-typeSelectorContainer{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gno-form-pointType{
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 360px;
}

.gno-form-ganoInputs{
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 360fr 360fr 80fr 36fr;
    gap: 24px;
}

.gno-lessonsContainer{
    margin-bottom: 40px;
}

.gno-lessons-titles{
    display: grid;
    grid-template-columns:  360fr 220fr 220fr 36fr;
    gap: 24px;
}

.gno-lesson-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gno-lesson-item{
    display: grid;
    grid-template-columns:  360fr 220fr 220fr 36fr;
    gap: 24px;
}

.gno-lessonsContainer .btn-secondary{
    margin-top: 12px;
    width: fit-content;
}

.gno-form-result{
    display: flex;
    align-items: center;
}

.gno-form-result > div{
    display: flex;
    align-items: center;
}

.gno-form-result .btn-black{
    margin-left: auto;
}

.gno-form-result span:nth-child(2){
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #00B7FD;
    margin-left: 12px;
}

.gno-form-result span:nth-child(1){
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0d0d12;
}

.gno-cv-cta{
    margin-bottom: 160px;
}

.gpa-cta-container{
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    background-color: #0D0D12;
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-radius: 24px;
    margin-top: 231px;
    margin-bottom: 231px;
}

.gno-commentsSection{
    margin-top: 80px;
}

.gno-newComment-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gci-actions-container button.liked .ri-thumb-up-line{
    display: none;
}

.gci-actions-container button.liked .ri-thumb-up-fill{
    display: block;
}

.gci-actions-container button .ri-thumb-up-line{
    display: block;
}

.gci-actions-container button .ri-thumb-up-fill{
    display: none;
}

.gno-newComment-container button{
    width: fit-content;
    margin-left: auto;
}

.gci-top{
    display: flex;
    gap: 8px;

}

.gci-userImage-wrapper{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666d80;
    background-color: #eceff3;
    font-weight: 500;
    font-size: 16px;
}



.gci-userImage-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.gci-t-m{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gci-t-m span:nth-child(1){
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0d0d12;
    margin: 0;
}

.gci-t-m span:nth-child(2){
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #36394A;
    margin: 0;
}

.gno-nc-inputOuterWrapper{
    position: relative;
}

.gno-nc-inputOuterWrapper .input-errorText{
    position: absolute;
    bottom: -24px;
    left: 0;
    font-size: 14px;
    color: #FF0000;
}

.gci-actions-container{
    display: flex;
    gap: 16px;
    color: #808897;
}

.gci-actions-container .btn-custom{
    display: flex;
    gap: 3px;
    align-items: center;
}

.gci-actions-container .btn-custom.liked{
    color: #00B7FD;
}

.gno-comment-item .input-errorText{
    margin-left: 48px;
}

.gci-reply.--error{
    box-shadow: 0px 0px 0px 1px #DF1c41;
}

.gci-reply{
    position: relative;
}

.gci-reply.--error::after{
    border: 1px solid #df1c4161;
    opacity: 1;
}

.gci-reply::after{
    z-index: -1;
    content: "" ;
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    transition: all 0.3s;
    opacity: 0;
    border-radius: 50px;

}

.gci-userImage-wrapper{
    position: relative;
}

.gci-userImage-wrapper:not(.gci-replyList .gci-userImage-wrapper)::after{
    content: " ";
    /* Center the wrapper horizontally */
    position: absolute;
    top: 48px;
    left: 20px;
    z-index: -1;
    height: var( --distance);
    width: 1px;
    background-color: #DFE1E6;
    
}

.gno-commentsSection > .gno-comment-list{
    max-height: 1120px;
    overflow-y: auto;
    padding-right: 15px;
}

/* Scroll barın genel stili */
.gno-commentsSection > .gno-comment-list::-webkit-scrollbar {
    width: 4px; /* Scroll bar genişliği */
}

/* Scroll barın arka planı */
.gno-commentsSection > .gno-comment-list::-webkit-scrollbar-track {
    background: #fff; /* Track'in arka plan rengi */
    border-radius: 10px; /* Yuvarlak köşeler */
}

/* Scroll barın kendisi */
.gno-commentsSection > .gno-comment-list::-webkit-scrollbar-thumb {
    background: #666d80; /* Scroll bar rengi */
    border-radius: 10px; /* Yuvarlak köşeler */
}

/* Scroll barın hover durumunda */
.gno-commentsSection > .gno-comment-list::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover durumunda scroll bar rengi */
}

.gci-date{
    margin-left: auto;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    color: #818898;
}

.gno-comment-list{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 32px;
}

.gci-replyList .gno-comment-item{
    margin-top: 16px;
}

.gci-reply{
    display: none;
    padding: 8px 8px 8px 16px;
    height: 52px;
    border-radius: 62px;
    border: 1px solid #ECEFF6;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-top: 16px;
}

.gci-reply.active{
    display: flex;
}

.gci-reply input{
    border: none;
    outline: none;
    width: 100%;
}

.gci-reply button{
    background-color: #00B7FD;
    color: #fff;
    border: none;
    border-radius: 62px;
    padding: 8px 16px;
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.gci-replyList{
    width: calc(100% - 48px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.gpa-cta-text{
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    max-width: 550px;
}

.gpa-cta-title{
    font-family: 'ClashGrotesk-medium';
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 0;
    max-width: 70%;
    text-align: center;
}

.gpa-cta-btns{
    display: flex;
    gap: 16px;
}

.gpa-cta-btns > *{
    white-space: nowrap;
}

.gpa-cta-bubble:nth-child(4){
    width: 190px;
    height: 190px;
    background: radial-gradient(circle at 30% 30%, #99E3FF, #00B7FD, #009FDC, #0081B2, #005E82);
    border-radius: 50%;
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 109px;
    bottom: -102px;
}

.gpa-cta-bubble:nth-child(5){
    width: 48px;
    height: 48px;
    background: radial-gradient(circle at 30% 30%, #99E3FF, #00B7FD, #009FDC, #0081B2, #005E82);
    border-radius: 50%;
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 11px;
    left: 698px;
}

.gpa-cta-bubble:nth-child(6){
    width: 104px;
    height: 104px;
    background: radial-gradient(circle at 30% 30%, #FFABCC, #F40060, #D30053, #9B013E, #6A022B);
    border-radius: 50%;
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 180px;
    top: -40px;
}

.gpa-cta-bubble:nth-child(7){
    width: 126px;
    height: 126px;
    background: radial-gradient(circle at 30% 30%, #FFABCC, #F40060, #D30053, #9B013E, #6A022B);
    border-radius: 50%;
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 172px;
    bottom: -33px;
}

.gpa-cta-bubble:nth-child(8){
    width: 48px;
    height: 48px;
    background: radial-gradient(circle at 30% 30%, #FFF3B7, #FFD600, #E3C004, #C6A600, #A68C02);
    border-radius: 50%;
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 52px;
    top: 88px;
}

.gpa-cta-bubble:nth-child(9){
    width: 172px;
    height: 172px;
    background: radial-gradient(circle at 30% 30%, #FFF3B7, #FFD600, #E3C004, #C6A600, #A68C02);
    border-radius: 50%;
    box-shadow: 0 2px 17.4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -65px;
    top: -78px;
}

.gno-lessons-titles span:nth-child(4){
    display: none;
}

.gno-faq-title{
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    color: #0D0D12;
    margin-bottom: 48px;
}

@media only screen and (min-width: 992px) {
    .gno-mainSection{
        max-width: 956px;
    }
}

@media only screen and (max-width: 991px) {
    .gno-faq-title{
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        color: #0D0D12;
        margin-bottom: 48px;
    }
    .gno-top h1{
        font-size: 32px;
        line-height: 40px;
        margin: 0;
        letter-spacing: 0;
    }

    .gno-top p{
        line-height: 24px;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
    }

    .gno-top{
        text-align: start;
    }

    .gno-lessons-titles span:nth-child(4){
        display: block;
    }
    .gno-lessons-titles span:nth-child(3), .gno-lessons-titles span:nth-child(2){
        display: none;
    }

    .gno-lessons-titles{
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .gno-lesson-item {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        column-gap: 16px;
        row-gap: 12px;
        justify-items: center;
        align-items: center;
        }
        
        .gno-lesson-item > div:nth-child(1) { grid-area: 1 / 1 / 2 / 7; }
        .gno-lesson-item > div:nth-child(2) { grid-area: 2 / 1 / 3 / 4; }
        .gno-lesson-item > div:nth-child(3) { grid-area: 2 / 4 / 3 / 7; width: 100%; }
        .gno-lesson-item button:nth-child(4) { grid-area: 1 / 7 / 3 / 8; }

    .gno-lesson-list{
        gap: 24px;
    }

    .gno-lessonsContainer .btn-secondary{
        margin-top: 24px;
    }

    .gno-form-result{
        flex-direction: column;
        gap: 24px;
    }

    .gno-form-result .btn-black{
        width: 100%;
    }

    .gpa-cta-bubble:nth-child(6){
            width: 56px;
            height: 56px;
            left: 37px;
            top: -33px;
    }

    .gpa-cta-bubble:nth-child(7){
        width: 66px;
        height: 66px;
        bottom: -18px;
        right: 31px;
    }

    .gpa-cta-bubble:nth-child(9){
        width: 96px;
        height: 96px;
        right: -16px;
        top: -31px;
    }

    .gpa-cta-bubble:nth-child(5){
        width: 30px;
        height: 30px;
        top: 20px;
        left: 165px;
    }

    .gpa-cta-bubble:nth-child(8){
        width: 24px;
        height: 24px;
        top: 211px;
        left: -10px;
    }

    

    .gpa-cta-bubble:nth-child(4){
        width: 88px;
        height: 88px;
        bottom: -47px;
        left: 18px;
    }

    .gpa-cta-container{
        padding: 40px 20px;
        align-items: center;
        gap: 9px;
        margin-top: 71px;
        margin-bottom: 71px;
    }

    .gpa-cta-title{
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        max-width: 80%;
    }

    .gpa-cta-btns{
        flex-direction: column;
    }
    .gno-cv-cta{
        margin-top: 80px !important;
    }
    .gno-form-ganoInputs{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .gpa-cta-title{
        text-align: start;
    }

    .gpa-cta-container{
        justify-content: start;
        align-items: start;
        gap: 20px;
        height: unset;
        padding-bottom: 50px;
    }
 
    .gpa-cta-text{
        text-align: start;
    }
    .gpa-cta-btns > *{
        width: fit-content;
    }
}
@media (max-width: 768px){
    .gno-breadcrumb-container {
        position: relative;
        top: -10px;
    }

    .gno-top {
        margin-top: -20px!important;
    }
}