/*** ================== Main Footer =================== ***/
.main_footer{
    position: relative;
    overflow: hidden;
    z-index: 99;
    background-color: var(--primary-color);
}
.footer_top{
    padding: 50px 0px 20px 0px;
}
.about_widget{
    max-width: 550px;
}
.footer_widget .footer_logo{
    margin-bottom: 30px;
}
.footer_widget p{
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 33px;
}
h4.footer_widget_title{
    color: #FFF;
    margin-bottom: 20px;
}
.footer_widget ul li a{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    font-family: var(--secondary-font);
    margin: 8px 0px 8px 0px !important;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.footer_widget ul li:last-child a { border-bottom: 0; }


.footer_widget ul li a:hover{
    color: #4164d7;
}
.subscribe-inner .form-group{
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.subscribe-inner .form-group input{
    width: auto;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
}
.subscribe-inner .form-group input:focus{
    border-color: #E770C1;
}
.footer_bottom{
    position: relative;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
}
.footer_bottom .copyright{
    display: flex;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    flex-wrap: wrap;
    font-family: var(--secondary-font)
}
.footer_bottom .copyright a{
    color: #108bf2;
}
.footer_shape{
    position: absolute;
    width: 936px;
    height: 936px;
    bottom: -443px;
    z-index: -1;
    left: calc(50% - 468px);
    background: conic-gradient(from -87deg at 50% 50%, #9F70FD 92.37696290016174deg, #E770C1 360deg);
    opacity: 0.12;
    filter: blur(125px);
}

/* End Footer Bottom */

@media only screen and (max-width: 1200px){
    .primary_page_widget{
        margin-left: -50px;
    }
}
@media only screen and (max-width: 991px){
    .footer_top{
        padding: 100px 0px 60px;
    }
    .primary_page_widget{
        margin-left: 0;
    }
    .footer_widget{
        margin-bottom: 40px;
    }
    .footer_widget .subscribe-inner .form-group{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px){
    
}



/* Base Reset */
        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* Professional Website Footer Styling */
        .alphashare-footer {
            background-color: #0f172a; /* Deep elegant slate/navy blue */
            color: #cbd5e1; /* Soft off-white for perfect readability */
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            font-size: 13px;
            padding: 50px 40px 30px 40px;
        }

        .footer-grid {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-bottom: 1px solid #334155;
            padding-bottom: 35px;
            margin-bottom: 25px;
        }

        .footer-column {
            display: table-cell;
            vertical-align: top;
            padding-right: 30px;
        }

        .footer-column.wide { width: 45%; }
        .footer-column.narrow { width: 27.5%; }
        .footer-column:last-child { padding-right: 0; }

        /* Typography & Visual Identifiers */
        .footer-brand {
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }
        
        .brand-highlight { color: #84cc16; /* Professional green highlight */ }

        .footer-heading {
            font-size: 14px;
            font-weight: 600;
            color: #f8fafc;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-bottom: 18px;
            position: relative;
            padding-bottom: 6px;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 35px;
            height: 2px;
            background-color: #108bf2;
        }

        /* Highlight box for AMFI Licensing */
        .amfi-badge {
            font-size: 17px;
            font-weight: 600;
            color: #f8fafc;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-bottom: 10px;
            position: relative;
            padding-bottom: 13px;
        }

        .amfi-title {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #94a3b8;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .amfi-value {
            font-size: 15px;
            color: #ffffff;
            font-weight: 700;
        }

        /* Content Lists */
        .info-list { list-style: none; }
        .info-item { margin-bottom: 12px; display: block; }
        .info-label { color: #94a3b8; font-size: 12px; display: block; margin-bottom: 2px; }
        .info-value { color: #f1f5f9; font-weight: 500; }

        /* Disclaimer Styling */
        .disclaimer-section {
            background-color: #1e293b;
            border-radius: 6px;
            padding: 20px;
            margin-bottom: 25px;
        }

        .disclaimer-title {
            font-size: 12px;
            font-weight: 600;
            color: #f8fafc;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 12px;
        }

        .disclaimer-text {
            color: #94a3b8;
            font-size: 12px;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .disclaimer-text:last-child { margin-bottom: 0; }

        /* Bottom Row - Legal Action & Copyright */
        .footer-bottom {
            display: table;
            width: 100%;
        }

        .copyright-text {
            display: table-cell;
            vertical-align: middle;
            color: #64748b;
            font-size: 12px;
        }

        .scores-link-container {
            display: table-cell;
            vertical-align: middle;
            text-align: right;
        }

        .scores-btn {
            display: inline-block;
            background-color: #84cc16;
            color: #0f172a;
            font-weight: 600;
            font-size: 12px;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 4px;
            transition: background-color 0.2s ease;
        }

        .scores-btn:hover { background-color: #a3e635; }

        /* Mobile View Compatibility */
        @media (max-width: 768px) {
            .footer-grid, .footer-column, .footer-bottom, .scores-link-container {
                display: block !important;
                width: 100% !important;
                padding-right: 0 !important;
                text-align: left !important;
            }
            .footer-column { margin-bottom: 30px; }
            .scores-link-container { margin-top: 15px; }
        }