
/* App logo is higher-res than legacy marketing assets; keep layout stable */
.header-wrapper .logo img,
#offcanvas-header .logo img,
.footer-wrapper .footer-widget .logo img {
    max-width: 180px;
    width: auto;
    height: auto;
}

.footer-widget .footer-widget-list-icon{
    display: none;
}

.footer-widget.negative-margin {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    body .about.home-team .btn{
        margin-top: 20px;
    }
}

.about.home-team .btn{
    margin-top: 40px;
}

.faq-page h2{
    color: #6e429a;
}

.faq-accordion-item button:hover {
    color: #6e429a!important;
}

@media only screen and (max-width: 991px){
    .home-page .main-image {
        display: none;
    }
}

.home-team .main-image{
    text-align: right;
}

.home-team .main-image .shape-two{
    right: -200px;
    top: 30px;
}

.home-team .main-image .shape-one{
    left: -25px;
    top: 25px;
}

.btn-style-one::before{
    background: #5a3a7a;
}

.contact-page .section-head .text-two a{
    color: #6e429a;
    text-decoration: underline;
}

.contact-page .section-head .text-two{
    margin-top: 10px;
}

.contact-page .contact-head{
    margin-right: auto;
}

.contact-page .section-head.section-title-center{
    margin-top: 0;    
}

.contact-page .contact-form .title{
    margin-bottom: 0;
}

.contact-page .contact-info{
    display: none;
}

.contact-page .breadcrumb-section .breadcrumb-wrapper .text{
    display: none;
}

.employers-page .about .section-head .title, .job-seekers-page .about .section-head .title{
    display: none;
}

.employers-page .about .section-head .subtitle, .job-seekers-page .about .section-head .subtitle{
    font-size: 24px;
    font-weight: 600;
}

.work-banner .section-head .subtitle {
    color: #ffffff!important;
}

.section-head .subtitle
{
    color: #6e429a!important;
}

@media only screen and (max-width: 991px){
    .logo {
        padding: 5px 0;
    }
}

.work-banner .btn-style-three:hover {
    color: white;
    background: none;
}

.work-banner .btn-style-three{
    background:  #ffffff;
    border: 1px solid #ffffff;
}

.breadcrumb-section{
    background-size: cover;
    background-position: center;
}


.employers-page .process-section, .job-seekers-page .process-section {
    background: #ffffff;
}

.current a{
    color: #6e429a!important;
}

.mobile-menu li a{
    font-size: 26px;
    line-height: 40px;
}

@media only screen and (max-width: 767px){
    body .slingle-slider{
        background-image: url("/assets/images/slider/home-mobile.jpg")!important;
        height: 100vh!important;
    }
    .slider-content-wrapper {
        margin-top: 50px;
    }
}

.hamburger {
    padding: 18px;
    background: white;
    border-radius: 50%;
}

.group-image, .about-img{
    border-radius: 30px;
}

.scroll-top{
    background-color: #6e429a;
}

@media only screen and (max-width: 991px){
    .menu-button {
        display: none;
    }
}

@media only screen and (max-width: 991px){
    .slingle-slider {
        height: auto!important;
        padding-bottom: 70px;
    }
}

.slingle-slider{
    background-size: cover;
    background-position: center;
}

.sticky .hamburger_button span{
    background: #000;
}

.work-banner{
    background: #6e429a;
    background-size: cover;
    background-position: center;
}

.checkmarks i {
    background: #6e429a;
    color: white;
    border-radius: 35px;
    font-size: 10px;
    padding: 5px;
    margin-right: 15px;
}

.checkmarks span{
    display: flex;
    align-items: center;
}

.header-social{
    display: none!important;
}

.btn-style-one{
    background: #6e429a;
}


.animation-style-01 .swiper-slide-active .slider-content .subtitle{
    color: #858585;
}

.animation-style-01 .swiper-slide-active .slider-content .title {
    text-transform: uppercase;
    font-weight: 700;
}