ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //home/u435929562/domains/dev.peacockindia.in/public_html/Frontend/assets/scss/_footer.scss
/*----------------------------------------*/
/*  15. FOOTER CSS START
/*----------------------------------------*/

.footer{
    &__bottom{
        border-top: 1px solid $border-2;
        padding: 45px 0;
        &.footer__bottom-2{
            border-top: none;
            padding: 0;
        }
        &-inner{
            border-top: 1px solid $border;
            padding: 45px 0;
            &-2{
                border-top-color: #c1c1c1;
            }
        }
    }
    &__widget{}
    &__widget-title{
        & h5{
            color: $white;
            margin-top: 10px;
            margin-bottom: 20px;
            text-transform: capitalize;
        }
        &-2{
            & h5{
                color: $black;
            }
        }
    }
    &__widget-content{
        & p{
            color: #b4b3b3;
            margin-bottom: 25px;
        }
    }
    &__contact{
        & ul{
            & li{
                margin-bottom: 5px;
                display: flex;
                & .icon{
                    & i{
                        line-height: 27px;
                        color: #b4b3b3;
                        margin-right: 15px;
                    }
                }
                & .text{
                    & span{
                        color: #b4b3b3;
                    }
                }
            }
        }
    }
    &__links{
        & ul{
            & li{
                margin-bottom: 10px;
                & a{
                    font-size: 14px;
                    color: #b4b3b3;
                    font-weight: 500;
                    position: relative;
                    &::after{
                        position: absolute;
                        content: '';
                        bottom: -6px;
                        left: 0;
                        width: 100%;
                        height: 1px;
                        background-color: $white;
                        visibility: hidden;
                        opacity: 0;
                    }
                    &:hover{
                        color: $white;
                        &::after{
                            bottom: -2px;
                            visibility: visible;
                            opacity: 1;
                        }
                    }
                }
            }
        }
        &.footer__links-2{
            & ul{
                & li{
                    & a{
                        color: #515151;
                        &::after{
                            background: $black;
                        }
                        &:hover{
                            color: $black;
                        }
                    }
                }
            }
        }
    }
    &__copyright{
        & p{
            margin-bottom: 0;
            color: #b4b3b3;
            @media #{$md}{
                margin-bottom: 30px;
            }
            @media #{$sm}{
                margin-bottom: 30px;
            }
            @media #{$xs}{
                margin-bottom: 30px;
            }
            & a{
                color: $theme-color;
            }
        }
        &-2{
            & p{
                color: #515151;
            }
        }
    }
    &__social{
        @media #{$md}{
            float: left;
        }
        @media #{$sm}{
            float: left;
        }
        @media #{$xs}{
            float: left;
        }
        & ul{
            & li{
                display: inline-block;
                margin-left: 40px;
                @media #{$md}{
                    margin-left: 0;
                    margin-right: 40px;
                }
                @media #{$sm}{
                    margin-left: 0;
                    margin-right: 40px;
                }
                @media #{$xs}{
                    margin-left: 0;
                    margin-right: 40px;
                }
                & a{
                    color: #b4b3b3;
                    &:hover{
                        color: $theme-color;
                    }
                }
            }
        }
        &-2{
            & ul{
                & li{
                    & a{
                        color: #515151;
                    }
                }
            }
        }
    }
}