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/_contact.scss
/*----------------------------------------*/
/*  12. CONTACT CSS START
/*----------------------------------------*/

.contact{
    &__area{}
    &__info{
        & h3{
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 52px;
        }
        & p{
            margin-bottom: 55px;
        }
        & ul{
            & li{
                &:hover{
                    & .contact__info-icon{
                        & i{
                            border-color: $black-2;
                            background: $black-2;
                            color: $white;
                        }
                    }
                }
            }
        }
        &-icon{
            & i{
                font-size: 18px;
                color: #6c6c6c;
                display: inline-block;
                width: 53px;
                height: 53px;
                line-height: 49px;
                text-align: center;
                border: 2px solid $border;
            }
        }
        &-content{
            & h6{
                font-size: 14px;
                margin-bottom: 2px;
            }
            & span{
                color: $black-soft-2;
            }
        }
    }
    &__social{
        & ul{
            & li{
                display: inline-block;
                margin-right: 42px;
                & a{
                    font-size: 18px;
                    color: $black-soft-2;
                    &:hover{
                        color: $theme-color;
                    }
                }
            }
        }
    }
    &__form{
        @media #{$md}{
            margin-top: 50px;
        }
        @media #{$sm}{
            margin-top: 50px;
        }
        @media #{$xs}{
            margin-top: 50px;
        }
        & h3{
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 45px;
        }
    }
    &__input{
        & label{
            color: #333333;
            display: inline-block;
            margin-bottom: 10px;
            & span.required{
                color: red;
            }
        }

        & input,
        & textarea{
            height: 50px;
            width: 100%;
            border: 1px solid #ececec;
            padding: 0 15px;
            font-size: 14px;
            margin-bottom: 22px;
            &:focus{
                border-color: $theme-color;
            }
        }
        & textarea{
            height: 180px;
            resize: none;
            margin-bottom: 45px;
        }
    }
    &__map{
        &-wrapper{
            height: 590px;
            & iframe{
                position: absolute;
                width: 100%;
                height: 100%;
                border: none;
            }
        }
    }
}