@media screen  and (min-width:996px){.gp-pc-layout-pid-ba9276ec-557e-45c7-b85c-cdc31393e84c:nth-child(1){width: 240px;}.gp-pc-layout-pid-ba9276ec-557e-45c7-b85c-cdc31393e84c:nth-child(2){flex: 1;}}

.back-to-top {
        position: fixed;
        bottom: 20px !important;
        right: 20px !important;
        display: flex;
        align-items: center !important;
        background: #8a0021 !important;
        color: white;
        padding: 13px 23px 15px 20px !important;
        border-radius: 50px !important;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.4s ease;
        box-shadow: 0 4px 15px rgba(138, 0, 33, 0.0);
        z-index: 1000;
        font-weight: unset;
        font-size: 16px;
    }
    
    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .back-to-top:hover {
        background: #8a0021 !important;
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(138, 0, 33, 0.5);
    }
    
    .icon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        transition: transform 0.3s ease;
    }
    
    .back-to-top:hover .icon {
        transform: translateY(-3px);
    }

