/*
Theme Name: HLS
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: hls
*/

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
html{
    scroll-behavior: smooth;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    color: #000;
}

a{
    text-decoration: none;
}
h1{
    font-size: 55px;
    font-weight: 400;
}
h2{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 60px
}
p{
    font-size: 15px;
    line-height: 1.7
}
img{
    max-width: 100%;
}
.banner-section.home-banner-section.section {
    min-height: 125vh;
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    &:after{
        content: "";
        height: 90vh;
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute;
        background: #000;
        z-index: 3;
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 29%, rgba(253, 238, 21, 0) 100%);
    }
    &:before{
        content: "";
        height: 200px;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: 3;
        background: #1C1E1E;
        background: linear-gradient(0deg,rgba(28, 30, 30, 0) 0%, rgba(28, 30, 30, 0.5) 50%, rgba(28, 30, 30, 0.99) 100%);
    }
}

.banner-content-inner{
    position: relative;
    z-index: 6;
    text-align: center
}
.banner-content-inner img {
    max-width:100px;
    margin: auto;
}
:root {
    scroll-behavior: inherit;
}
ul#menu-header-menu {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 0px;
}
.header-right {
    display: flex;
}
header#main-header {
    position: relative;
    width: 100%;
    background: #1c1e1e;
    padding: 20px 0px;
    z-index: 999;
}
.logo-img-box img {
    width: 160px;
}
ul#menu-header-menu li a{
    color: #fff;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
ul#menu-home {
    display: flex ;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 10px
}
ul#menu-home li {
    margin-right: 30px;
    a{
        color: #fff;
        &:hover{
            color: #fdee15;
        }
    }

}
ul#menu-home li.current-menu-item a{
    color: #fdee15;
}
.btn.theme-btn {
    background: transparent;
    color: #fff;
    padding: 5px 25px;
    /* height: 40px; */
    line-height: 38px;
    box-shadow: none;
    border: 1px solid #fdee15;
    border-radius: 30px;
    font-weight:500;
    &:hover{
        background: #fdee15;
        color: #000
    }
}
.yellow.btn.theme-btn{
    background: #fdee15;
    color: #000;
    &:hover{
        background: transparent;
        color: #999
    }
}
.banner-section{
    position: relative;

    .slider-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 90vh;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: 1;
        object-position: top;
    }
    .scroll-down{
        position: absolute;
        bottom: 45vh;
        max-width: 40px;
        z-index: 6
    }
}
.home-banner-section h1{
    color:#fff;
    font-weight: 700;
}
a.btn.theme-btn.theme-btn-2 {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
}
.banner-btnbox {
    display: flex;
    justify-content: center;
    gap: 15px;
}
footer#main-footer {
    background: #000;
    color: #aaa;
    padding: 20px 0px 25px;
    p{
        color: #ebeaea
    }
}
.footer-logo img {
    width: 180px;
    margin-bottom: 10px;
}
.footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #5c5858;
    padding-top: 30px;
    margin-top: 30px;
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
        li{
            margin-right: 2px;
            padding-right: 2px;
            &:nth-of-type(2){
                padding-left: 2px
            }
        }
        a{
            font-size: 12px;
            color: #d5d5d5
        }
    }
}
.footer-newsletter-inner.text-center h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    z-index: 999;
}
.footer-newsletter-inner.text-center  p{
    margin-bottom: 40px;
    font-size: 20px;
}
ul.footer-list,
ul.menu{
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
}
body .footercoloum h3 {
    font-weight: normal ;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
}
.footercoloum .small {
    font-size: 13px;
}
.footer-middle .row{
    position: relative;
    &:before{
        border-top: 1px solid #5c5858;
        content: "";
        height: 1px;
        width: 100%;
        position: relative;
        top: -100px;
    }

}
.footer-list li,
#main-footer ul.menu li{
    padding: 2px 0px;
}
.footer-list li a,
#main-footer ul.menu a{
    color: #d5d5d5;
    text-decoration: none;
    &:hover{
        color: #fdee15;
    }

}

.footer-newsletter{
    color: #fff;
    padding: 60px 0px 160px;
    background: url(./dist/imgs/footer-bg.png);
    color: #d5d5d5;
    background-position: center -120px;
    background-size: 90%;
    background-repeat: no-repeat;
}

main.mainarea {
    min-height: 500px;
}
.newsletter-formbox {
    max-width: 600px;
    margin: auto;
}

body .newsletter-formbox span.wpcf7-spinner{
    display: none ;
}
.formbox-newsletter > p{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}

.btn.orange-btn {
    background: #FF6B36;
    color: #fff;
    box-shadow: none;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    bottom: 0px;
    right: 0px;
}
.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    margin: auto !important;
    left: 0px;
    right: 0px;
    max-width: 500px;
}

ul.d-flex.social-media
{
    list-style: none;
    padding: 0;
    margin: 10px 0;
    li{
        margin-right: 25px
    }
    img{
        max-height: 20px;
    }
}
.right-section{
    p{
        color: #d5d5d5;
        font-size: 12px
    }
}
.section-communication{
    border-top-right-radius: 210px;
    padding: 80px 0 ;
    background: url(./dist/imgs/bg2.png);
    background-position: center -10px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: #000;
    position:relative;
    z-index: 9;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/leftcurv.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        width: 444px;
        bottom: -4px;
    }
    &::after {
        content: "";
        position: absolute;
        background:
            url(./dist/imgs/11.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position:
            center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }

    svg.svg-curve{
        max-width: 100%;
        background: #1d1f1e;
        margin-bottom: -200px;
        border-top:5px solid #000;
        margin-top:-60px;
        z-index: -1
    }

    h2{
        color: #fff;
        max-width: 650px;
        margin: 0 auto 40px
    }
    p{
        color: #fff;
        max-width: 564px;
        margin: 0 auto 50px;
        font-size: 15px;
        line-height: 1.7;
        opacity: 0.7
    }
    ul{
        display: flex;
        font-size: 15px;
        color: #fff;
        opacity: 0.7;
        margin: 65px 0 0;
        padding: 0;
        list-style: none;
        justify-content: center;
        li{
            margin-right: 25px;
            img{
                max-width: 18px;
                margin-right: 4px;
            }
        }
    }
}
.graphic-communication{
    padding: 90px 0 10px;
    background: url(./dist/imgs/2.svg);
    background-position: center 70px;
    background-size: 62%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #1d1f1e;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve2_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 400px;
        top:-2px;
        right:0
    }
    &:after{
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 394px;
        bottom: -1px;
        left: -12px;
    }
    svg.bg-svg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .d-flex{
        border-bottom: 1px solid rgba(250,250,250,0.3);
        margin-bottom: 50px
    }
    img {
        max-height: 100px;
        margin-bottom: 25px;
    }
    h2{
        color: #fff;
        margin-bottom: 35px
    }
    .row{
        .col-sm-4{
            padding:0 20px;
            h2{
                margin-bottom: 20px
            }
            ;
            &:nth-of-type(1){
                .communication-box{
                    background: url(./dist/imgs/box-11.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    min-height: 450px;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    p{
                        color: #fff;
                        opacity: 0.7
                    }
                }

            }
            &:nth-of-type(2){
                .communication-box{
                    background: url(./dist/imgs/box-yellow.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    min-height: 450px;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    h2{
                        color: #000
                    }
                    ;
                    p{
                        color: #000;

                    }
                }

            }
            &:nth-of-type(3){
                .communication-box{
                    h2{
                        color: #000
                    }
                    ;
                    background: url(./dist/imgs/box-white.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    min-height: 450px;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    p{
                        color: #000;
                    }
                }
            }
        }
    }
    .communication-box{
        text-align: center;
        p{
            max-width: 280px;
            margin: auto
        }
    }
    .d-flex.justify-content-end.graphic-last{
        border: 0px;
        margin-top: 80px;
        flex-wrap: wrap;

        p{
            color: #fff;
            text-align: right;
            margin-bottom: 30px;
            opacity: 0.7;
            width: 100%
        }
    }
    .container{
        position: relative;
        z-index: 999;
    }
    svg.svg-dark-green{
        max-width: 100%;
        background: #fff;
        margin-bottom: -200px;
        border-top: 5px solid #1d1f1e;
        margin-top: -200px;
        z-index: -1;
    }
}
.services-communication {
    padding: 80px 0 0px;
    background: url(./dist/imgs/service-bg.png);
    background-position: center -10px;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-bottom: -150px;
    background-color: #fff;
    position:relative;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvegray.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 300px;
        top:-2px;
        right:0
    }

    img {
        max-height: 80px;
        margin-bottom: 25px;
    }
    .row{
        .col-sm-4{
            padding:0 35px;
            text-align:center;
            margin-bottom: 30px;
            h2{
                margin-bottom: 20px
            }
            .communication-box{
                padding: 60px 40px 40px;
                min-height: 400px;
                h4{
                    font-size: 20px;
                    margin-top: 30px;
                    margin-bottom:40px
                }
                a.read-more {
                    display: flex   ;
                    align-items: center;
                    justify-content: center;
                    color: #000
                }
                .arrow{
                    max-width: 25px;
                    margin-bottom: 0;
                    margin-left: 25px
                }
            }
            &:nth-of-type(1){
                .communication-box{
                    background: url(./dist/imgs/box-11.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    h4{
                        color: #fff
                    }
                    p{
                        color: #fff;
                        opacity: 0.7
                    }
                }
                a.read-more {
                    color: #fff
                }
            }
            &:nth-of-type(2){
                .communication-box{
                    background: url(./dist/imgs/box-yellow.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;

                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    h2{
                        color: #000
                    }
                    ;
                    p{
                        color: #000;

                    }
                }

            }
            &:nth-of-type(3){
                .communication-box{
                    h2{
                        color: #000
                    }
                    ;
                    background: url(./dist/imgs/bg-gray.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;

                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                }
            }
            &:nth-of-type(4){
                .communication-box{
                    h2{
                        color: #000
                    }

                    background: url(./dist/imgs/box-yellow.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                }
            }

            &:nth-of-type(5){
                .communication-box{
                    h2{
                        color: #000
                    }

                    background: url(./dist/imgs/bg-gray.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                }
            }
            &:nth-of-type(6){
                .communication-box{
                    h4{
                        color: #fff
                    }

                    background: url(./dist/imgs/box-11.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;

                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    a.read-more {
                        color: #fff
                    }
                }
            }

        }
    }
    .d-flex.justify-content-between.align-items-center h2 {
        max-width: 60%;
    }
    .container{
        position: relative;
        z-index: 6;
    }
    .top-sections{
        align-items: center;
        padding-bottom: 50px;


        img{
            max-height: inherit;
            max-width: 600px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px
        }
        h2{
            max-width:480px;
        }
        .rights-sections {
            padding-left: 120px;
            position: relative;
            width: 60%;
            &:after{
                content: "";
                position: absolute;
                background: #c8c9c9;
                height: 1px;
                width: calc(100% - 120px);
                bottom: -40px
            }
        }
    }
}
.team-sections{
    svg.svg-dark-white{
        max-width: 100%;
        margin-bottom: -260px;
        margin-top: -64px;
        z-index: 1;
        position: relative;
    }
    .full-section{
        background: url(./dist/imgs/teambg.png);
        background-position: center -60px;
        background-size: 90%;
        background-repeat: no-repeat;
        padding: 100px 0;
        background-color: #000;
        padding:130px 0 80px;
        h2{
            color:#fff;
            margin-bottom: 30px;
        }
        p{
            color: #fff;
            opacity: 0.7
        }
        .d-flex{
            align-items: flex-end;
            justify-content: space-between;
            border-bottom: 1px solid #464343;
            padding-bottom: 35px;
        }
        .team-text-section {
            max-width: 400px;
        }
        a.yellow.btn.theme-btn{
            margin-bottom: 50px
        }
    }

    .text-img{
        width: 100%;
        border-bottom-left-radius: 70px;
        border-bottom-right-radius: 70px;
        margin-bottom: -70px;
    }
}

.news-section{
    h2{
        color: #fff
    }
    padding: 80px 0 50px;
    background: url(./dist/imgs/news-bg.png);
    background-position: center -60px;
    background-size: 90%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #1d1f1e;
    &:after{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve5.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 394px;
        bottom: -3px;
        left: -12px;
    }
    .container {
        position: relative;
        .swiper-container{
            padding-right: 50px;
        }
        .swiper-button-prev{
            background: #f8ee17;
            color: #000;
            border-radius: 25px;
            padding: 25px;
            width:auto;
            left: auto;
            right: -45px;
            top: 25%;
            min-width: 144px;
            img{
                transform: rotate(180deg);
                max-width: 27px;
                object-fit: contain;
                margin-right: 10px;
            }
            &:after{
                display: none
            }
        }
        .swiper-button-next{
            min-width: 144px;
            background: #fff;
            color: #000;
            border-radius: 25px;
            padding: 25px;
            width:auto;
            left: auto;
            right: -45px;
            top: 37%;
            img{
                max-width: 27px;
                object-fit: contain;
                margin-left: 10px;

            }
            &:after{
                display: none
            }
        }
    }
    .d-flex{
        margin: 50px 0;
        justify-content: center
    }
    .row{
        max-width: 90%;
        margin: auto;
        position: relative
    }
    .news-box {
        border-radius: 20px;
        height:400px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border:2px solid rgba(0,0,0,0.1);
        transition: all ease-in-out 0.4s;
        overflow: hidden;
        &:after{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(253, 238, 21, 1) 0%, rgba(253, 238, 21, 1) 29%, rgba(253, 238, 21, 0) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all ease-in-out 0.4s;
        }
        &:before{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 1;
            transition: all ease-in-out 0.4s;
        }
        .title-section{
            position: absolute;
            padding: 30px;
            transition: all ease-in-out 0.4s;
            z-index: 1;
            top: 65%;

            h4{
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                transition: all ease-in-out 0.4s;
            }
            p{
                opacity: 0;
                transition: all ease-in-out 0.4s;
                font-size: 14px
            }
            a.read-more {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                color: #000;
                .arrow {
                    max-width: 25px;
                    margin-bottom: 0;
                    margin-left: 25px;
                }
            }
        }
        &:hover{
            border:2px solid #fdee15;
            &:after{
                opacity: 1
            }
            .title-section{
                top: 40%;

            }
            h4{
                color: #000
            }
            p{
                opacity: 1;
                color: #000
            }
        }
    }
    svg.svg-dark-green{
        max-width: 100%;
        background: #e7e7e7;
        margin-bottom: -200px;
        border-top: 5px solid #1d1f1e;
        margin-top: -200px;
        z-index: -1;
    }
}
.sponsor-section{
    background: url(./dist/imgs/last-bg.png);
    background-position: center -60px;
    background-size: 90%;
    background-repeat: no-repeat;
    padding: 90px 0 90px;
    text-align: center;
    position: relative;
    background-color: #e7e7e7;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvegrays.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 300px;
        top:-3.56px;
        right:0
    }
    &:after{
        content: "";
        position: absolute;
        background: url(./dist/imgs/11.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    .container{
        position: relative;
        z-index: 7
    }
    svg.svg-dark-white{
        max-width: 100%;
        background: #000000;
        margin-bottom: -210px;
        border-top: 4px solid #e7e7e7;
        margin-top: -50px;
        z-index: -1;
    }
    h3{
        font-size: 33px;
        font-weight: 400;
        margin-bottom: 40px
    }
    ul.d-flex{
        padding: 0;
        margin: 0;
        list-style: none;
        li{
            margin-right: 35px;
            &:last-of-type{
                margin-right: 0
            }
        }
        img{
            max-height: 65px
        }
    }
}
.page-template-homepage{
    footer#main-footer{
        position: relative;
        &:before{
            content: "";
            position: absolute;
            background: url(./dist/imgs/curve8.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: -1px;
            right: 0;
        }
    }

}
.banner-section.home-banner-section.client-top.section{
    &:before{
        background: #000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        width: 62%;
    }
    .banner-content {
        text-align: left;
        max-width: 360px;

    }
    p{
        opacity: 0.9
    }
    h2{
        margin-bottom: 30px
    }
    .d-flex {
        position: relative;
        z-index: 7;
        align-items: center;
    }
    .banner-content-inner{
        min-width: 62%;
        text-align: center
    }
}
.logos-section{
    padding: 0px 0;
    background: url(./dist/imgs/clientbg.png);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
    background-color: #fff;
    border-top-right-radius: 210px;
    z-index: 8;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    &::before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve7_1.png);
        background-repeat: repeat;
        background-size: auto;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    ul{
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        li{
            width: calc(100% / 6);

        }
    }
}
.client-testimonials {
    background: url(./dist/imgs/HLS-home-graphics-client-testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    background-position: center;
    border-bottom-left-radius: 200px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvewhite.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 230px;
        width: 300px;
        top: 0px;
        right: 0;
    }
    span{
        display: block;
        color: #fff ;
        text-align: center;
        font-size: 13px
    }
    label{
        display: block;
        color: #fff ;
        font-weight: 600;
        font-size: 15px;
        text-align: center;

    }
    h2{
        color: #fff;
        margin-bottom: 10px;
    }


    .box-client {
        padding: 20px;
        padding-top: 50px;
        position: relative;
        .icon-section {
            position: absolute;
            top: 0px;
            right: 60px;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background:#E8E8E8;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99;
            padding:15px;
            img{
                object-fit: contain
            }
        }
        .box-section{
            transition: all ease-in-out 0.4s;
            background: url(./dist/imgs/HLS-home-graphics-white-testimonial.png);
            background-size: contain;
            background-repeat: no-repeat;
            padding: 60px;
            padding-left: 80px;
            min-height: 370px;
            margin-bottom: -45px;
            position: relative;
            &:before{
                background: url(./dist/imgs/HLS-home-graphics-grey-quote-icon.png);
                background-size: contain;
                background-repeat: no-repeat;
                content: "";
                position: absolute;
                height: 50px;
                width: 33px;
                left: 18px;
                top: 60px;
                bottom: 0;
                opacity: 0.3;
            }

        }
        p{
            font-size: 16px
        }
    }
    .swiper-container{
        margin: auto;
        padding: 0 39px;
        max-width: 1400px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        &:after{
            display: none
        }
    }
    .swiper-wrapper{
        .swiper-slide{
            transition: all ease-in-out 0.4s
        }
        .swiper-slide.swiper-slide-active{
            transform: scale(1);
            position: relative;
            padding-bottom: 10px;
            top: 0px;
            .box-client{
                .icon-section {
                    background: #E8E8E8;
                }
            }
            .box-section{
                background: url(./dist/imgs/HLS-home-graphics-yellow-testimonial.png);
                background-size: 387px;
                background-repeat: no-repeat;
                min-height: 370px;
                /*                margin-bottom: -68px*/
            }

        }
    }
}

.last-section img {
    width: 100%;
    position: relative;
    z-index: -1;
}

.banner-section.home-banner-section.client-top.case-banner.section::after {
    display: none;
}
.banner-section.home-banner-section.client-top.section.news-listings::after {
    display: none;
}
.our-story-section{
    padding: 80px 0 60px;
    background: url(./dist/imgs/HLS-home-graphics-ourstroy-bg.png);
    background-size: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top-right-radius: 210px;
    z-index: 8;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve3_2.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 99.7%;
        left: -12px;
    }
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve7_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: 0px;
    }

    h2{
        margin-bottom: 30px
    }
    .btn{
        margin-top: 30px
    }
    hr {
        margin-top: 40px;
    }
}
.full-width.team-section {
    padding: 60px 0;
    position: relative;
    background: #000;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 230px;
        width: 300px;
        top: -1px;
        right: 0;
    }
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/leftcurv.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        width: 444px;
        bottom: -4px;
    }
    .container{
        position: relative;
        z-index: 999
    }
    h4{
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
    span{
        color: #FDEE15;
        font-size: 15px;
        display: block;
        margin-bottom: 15px
    }
    .col-sm-3>img {
        border-radius: 15px;
        margin-bottom: 25px;
    }
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        margin-bottom: 60px;
        li{
            margin-right: 20px;
            img{
                max-height: 20px;

            }
        }
    }
}
.awards-section{
    padding: 80px 0 50px;
    background: url(./dist/imgs/HLS-home-graphics-award-bg.png);
    background-size: 100%;
    background-color: #1d1f1e;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve2_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 400px;
        top: -2px;
        right: 0;
    }

    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve10_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    .container
    {
        position: relative
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -60px;
        right: auto;

    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-next {

        right: -60px;
    }

    .swiper-container{
        margin: auto;
        padding: 0 0px;
        max-width: 1400px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        &:after{
            display: none
        }
    }

    h2 {
        color: #fff;
        max-width: 500px;
    }
    .box-section{
        background: url(./dist/imgs/HLS-home-graphics-award-speechbubble.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding:  20px 30px;
        min-height: 340px;
        position: relative;
        img{
            max-height: 100px
        }
        p {
            font-size: 13px;
            line-height: 1.7;
            margin-top: 20px;
        }
    }
}
.case-studies-slider{
    background: url(https://hooklinesinker.co.za/wp-content/uploads/2026/06/background_image_fixed.png);
    background-size: 92%;
    background-repeat: no-repeat;
    background-position: center -170px;
    background-color: #fff;
    padding: 0px 0;
    border-bottom-left-radius: 220px;
    position: relative;
    border-top-right-radius: 210px;
    z-index: 8;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    .container{
        position: relative
    }

    .swiper-container{
        padding-right: 50px;
    }
    .swiper-button-prev{
        background: #f8ee17;
        color: #000;
        border-radius: 25px;
        padding: 25px;
        width:auto;
        left: auto;
        right: -45px;
        top: 43%;
        min-width: 144px;
        img{
            transform: rotate(180deg);
            max-width: 27px;
            object-fit: contain;
            margin-right: 10px;

        }
        &:after{
            display: none
        }
    }
    .swiper-button-next{
        min-width: 144px;
        background: #000;
        color: #fff;
        border-radius: 25px;
        padding: 25px;
        width:auto;
        left: auto;
        right: -45px;
        top: 53%;
        img{
            max-width: 27px;
            object-fit: contain;
            margin-left: 10px;

        }
        &:after{
            display: none
        }
    }
    a.read-more {
        display: inline-block;
        color: #000;
        margin-top: 10px;
        position: relative;
        padding-right: 60px;
        &:after{
            content: "";
            position: absolute;
            height: 55px;
            width: 27px;
            right: 0;
            top: 2px;
            background-image: url(./dist/imgs/black-arrow.png);
            background-repeat: no-repeat;
            background-size: contain
        }
    }
    .arrow{
        max-width: 25px;
        margin-bottom: 0;
        margin-left: 25px
    }
    .swiper-slide {
        .communication-box{
            padding: 30px 40px 100px;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            min-height: 490px;
            span{
                display: block;
                font-weight: bold;
                font-size: 13px;
                text-align: center;
                margin-bottom: 15px
            }
            label {
                font-weight: 600;
                font-size: 18px;
            }
            .text-center{
                img{
                    max-height: 100px;
                    margin-bottom: 40px
                }
            }
            p{
                font-size: 14px
            }

        }
        &:nth-of-type(3n+1){
            .communication-box{
                background-image: url(./dist/imgs/HLS-home-graphics-case-black-bubble.png);
                background-position: center bottom;
                background-size: cover;
                background-repeat: no-repeat;
                h4{
                    color: #fff
                }
                p{
                    color: #fff;
                    opacity: 0.8
                }
                span{
                    color: #fff;
                }
                label {
                    color: #fff
                }
            }
            a.read-more {
                color: #fff ;
                &:after{
                    background-image: url(./dist/imgs/white-arrow.png);
                }

            }
        }
        &:nth-of-type(3n+2){
            .communication-box{
                background-image: url(./dist/imgs/HLS-home-graphics-case-yellow-bubble.png);
                background-position: center bottom;
                background-size: cover;
                background-repeat: no-repeat;
                h2{
                    color: #000
                }
                ;
                p{
                    color: #000;

                }
            }

        }
        &:nth-of-type(3n+3){
            .communication-box{
                h2{
                    color: #000
                }
                background-image: url(./dist/imgs/HLS-home-graphics-case-grey-bubble.png);
                background-position: center bottom;
                background-size: cover;
                background-repeat: no-repeat;

            }
        }
    }
}
.case-studies-slider.fullwidth.case-studies-new{
    .swiper-slide{
        padding: 0 15px 0 0
    }
    .row .col-sm-6:nth-of-type(3n+1){
        .communication-box{
            background-image: none;
            background-color: #040707;
            border-radius: 30px;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: 40px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 70px;
            position: relative;
            margin-bottom: 85px;
            &::after {
                background-image: url('/wp-content/uploads/2026/05/HLS-home-graphics-case-black-bubble-e1780075265711.png');
                content: "";
                height: 70px;
                width: 210px;
                bottom: -67px;
                right: -1px;
                position: absolute;
                background-position: bottom right;
                background-repeat: no-repeat;
            }
        }

    }
    .row .col-sm-6:nth-of-type(3n+2){
        .communication-box{
            background-image: none;
            background-color: #f9ee16;
            border-radius: 30px;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: 40px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 70px;
            h2{
                color: #000
            }
            a.read-more::after {
                background-image: url(./dist/imgs/black-arrow.png);
            }
            p, label,  a.read-more, span {
                color: #000;

            }
            position: relative;
            margin-bottom: 85px;
            &::after {
                background-image: url('/wp-content/uploads/2026/05/HLS-home-graphics-case-yellow-bubble-e1780074563606.png');
                content: "";
                height: 70px;
                width: 210px;
                bottom: -68px;
                right: -1px;
                position: absolute;
                background-position: bottom right;
                background-repeat: no-repeat;
            }
        }

    }
    .row .col-sm-6:nth-of-type(3n+3){
        .communication-box{
            h2{
                color: #000
            }
            p, label,  a.read-more,span {
                color: #000;

            }
            a.read-more::after {
                background-image: url(./dist/imgs/black-arrow.png);
            }
            background-image: none;
            background-color: #e6e7e7;
            border-radius: 30px;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: 40px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 70px;
            position: relative;
            margin-bottom: 85px;
            &::after {
                background-image: url('/wp-content/uploads/2026/05/HLS-home-graphics-case-grey-bubble-e1780074148837.png');
                content: "";
                height: 70px;
                width: 210px;
                bottom: -68px;
                right: -1px;
                position: absolute;
                background-position: bottom right;
                background-repeat: no-repeat;
            }
        }
    }
}
.last-section {
    margin-top: -100px;
    margin-bottom: -100px;
    position: relative;
    z-index: -1;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvewhite.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        top:  100px;
        right: 0;
    }
}
.banner-section.home-banner-section.client-top.section.services-section{
    background-position: center 40%;
    position: relative;
    min-height: 890px;
    margin-bottom: -300px;
    padding-bottom: 0;


    .banner-content {
        padding-top: 80px;
        max-width: 100%;
        padding-bottom: 300px;

        p{
            max-width: 420px
        }
        ul{
            list-style: none;
            display:flex;
            margin-top: 80px;
            padding-left: 25px;

            li{
                position: relative;
                margin-right: 45px;
                &:before{
                    content: "";
                    position: absolute;
                    background: url(./dist/imgs/tick.png);
                    background-position: center bottom;
                    background-size: contain;
                    background-repeat: no-repeat;
                    height: 13px;
                    width: 25px;
                    left: -26px;
                    top: 3px;
                }
            }
        }
    }
}
.services-wrapper{
    padding: 60px 0;
    background: url(./dist/imgs/HLS-home-graphics-service-bg.png);
    background-size: 95%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center ;
    z-index: 999;
    position: relative;
    border-bottom-left-radius: 210px;
    background: #fff;
    border-top-right-radius: 210px;
    &:after {
        content: "";
        position: absolute;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 0px;
        left: -12px;
    }
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }

    .btn-section {
        min-width: 150px;
        margin-left: 40px;
        padding-top: 40px
    }
    .d-flex.align-items-center {
        margin-bottom: 50px;
        padding-bottom: 30px;
        position: relative;
        &:after{
            content: "";
            position: absolute;
            height: 1px;
            background: #000;
            width: 97%;
            left: 0;
            bottom: 0
        }
        &:before{
            content: "";
            position: absolute;
            height: 20px;
            background: url(./dist/imgs/add.png);
            background-position: center bottom;
            background-size: contain;
            background-repeat: no-repeat;
            width: 18px;
            right: 0;
            bottom: -7px;
        }
    }
    .box-client{
        h2{
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        span{
            width: 60px;
            margin-right: 10px;
            display: inline-block;
        }
        img{
            max-height: 50px
        }
    }
}
.alignleft{
    float: left;
    margin: 30px 30px 30px 0
}
.fullwidth.title-sections {
    background: #231f20;
    padding: 80px 0;
    .d-flex{
        justify-content: space-between
    }
    h1{
        color: #fff;
        max-width: 80%
    }
}
.singlepost-main{
    padding: 80px 0;
    position: relative;
    z-index: 99;
    background: url(./dist/imgs/HLS-page-graphics2-case-study-individ-page-bg.png);
    background-position: center top ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    border-top-right-radius: 210px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 220px;
        width: 277px;
        bottom: 100%;
        left: -12px;
    }
    .col-xs-12.col-sm-12.post-outer {
        p{
            margin-bottom: 30px
        }
        padding-right: 120px;
        padding-bottom: 80px;
        position: relative;
        &:after{
            top: 0px;
            content: "";
            position: absolute;
            height: calc(100%);
            width: 1px;
            background: #9da0a1;
            right: 50px
        }
    }
}
.case-studies-slider.more.fullwidth{
    background: url(./dist/imgs/HLS-page-graphics2-more-case-study-bg.png);

    h2{
        color: #fff;
    }
}
.sidebar{
    h4{
        margin-bottom: 30px;
    }
    .tagcloud {
        margin-bottom: 50px;
    }

    a.tag-cloud-link {
        font-size: 14px !important;
        color: #000;
        background: #f7f7f7;
        padding: 10px;
        display: inline-block;
        margin: 3px;
        &:hover{
            background: #E8E8E8
        }
    }
    .tagcloud span {
        display: none;
    }
    .posts-list{
        list-style: none;
        margin-bottom: 50px;
        li{
            padding-left: 15px;
            position: relative;
            font-size:16px;
            margin-bottom:15px;
            a{
                color: #000;
                &:hover{
                    color: #333
                }
            }

            &:before{
                top: 0px;
                content: "";
                position: absolute;
                height: 25px;
                width: 25px;
                background-image: url(./dist/imgs/HLS-page-graphics2-pen-icon.png);
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
                left: -30px;
            }
        }
    }
    .widget_categories{
        ul{
            list-style: none;
            padding: 0;
            margin-bottom: 50px
        }
        li{
            padding-left: 0px;
            position: relative;
            font-size:16px;
            margin-bottom:15px;
            a{
                color: #000;
            }
        }
    }
}
.banner-section.home-banner-section.client-top.section.services-section.contact-page{
    background-position: center 0;
    .banner-content {
        padding-top: 100px;
        max-width: 100%;
    }
    h2{
        margin-bottom: 10px
    }
    p{
        max-width: 490px;
        margin-bottom: 25px
    }
}
.contact-section{
    background-image: url('./dist/imgs/HLS-page-graphics2-contact-bg1_1.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px 0 400px;
    position: relative;
    background: #1d1f1e;
    .content-info a{
        color: #fff
    }
    &::after {
        content: "";
        position: absolute;
        background:
            url(./dist/imgs/15.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position:
            center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    ul{
        margin: 0;
        padding: 0;
        list-style: none;
        li{
            padding-left: 30px;
            display: flex;
            align-items:center;
            position: relative;
            padding-right:30px;
            padding-top: 20px;
            padding-bottom: 30px;
            color:#fff;
            .content-icon{
                height: 115px;
                width: 115px;
                background: #fdee15;
                border-radius: 50%;
                margin-right: 20px

            }
            &:nth-of-type(1){
                padding-left: 0
            }
            &:nth-of-type(2){
                width:38%;
                .content-info{
                    /*                    padding-top: 75px;*/
                }
            }
            &:nth-of-type(3){
                width:29%;
                &:after{
                    display: none

                }
            }
            &:after{
                content: "";
                position: absolute;
                height: 100%;
                width: 1px;
                background: #fff;
                right: 25px;
                top: 0;
                opacity: 0.5

            }

            width: 33.3%
        }
    }
}

.form-section{
    background-image: url('./dist/imgs/HLS-page-graphics2-contact-bg2.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    position: relative;
    z-index: 9;
    .container>.row{
        margin-top: -300px;
    }
    .follow-wrapper {
        max-width: 80%;
        min-height: 500px;
        padding-top: 100px;
        background: #1d1f1e;
    }
    h2{
        margin-bottom: 15px;
        color: #fff;
    }
    p{
        color: #fff;
        margin-bottom: 20px;

    }
    label{
        color:#000;
        font-size: 13px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 1px 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 0px;
    }
    textarea{
        height: 120px;
        resize: none;
    }
    .form-inner{
        /*        background-image: url('./dist/imgs/HLS-page-graphics2-contactform.png');*/
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 20px 50px 60px 40px;
        margin: 0 -10px;
        position: relative;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 4px 2px 12px #4d4848;
        /*        &:after{
                    content: "";
                    position: absolute;
                    background: url(./dist/imgs/curve-bg.webp);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    height: 100px;
                    width: 100px;
                    top: 100%;
                    right: -12px;
                }*/
    }
    .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
        display: block;
    }
    span.wpcf7-not-valid-tip {
        position: absolute;
        font-size: 10px;
        bottom: 0px;
        right: 0px;
    }
    .form-inner form> p {
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
        margin-left: -10px;
    }
    .wpcf7-submit.contact-us {
        background: #111312;
        color: #fff;
        padding: 5px 25px;
        /* height: 40px; */
        line-height: 38px;
        box-shadow: none;
        border: 1px solid #111312;
        border-radius: 30px;
        font-weight: 500;
        min-width: 130px;
        font-size: 14px;
        &:hover{
            background: #FDEE15;
            border: 1px solid #FDEE15;
            color: #000
        }
    }

}
.banner-section.home-banner-section.client-top.section.news-listings {
    background-position: center 0
}
.news-listings-wrapper{
    background: #fff;
    padding:20px 0;
    position: relative;
    z-index: 3;
    border-top-right-radius: 210px;
    border-bottom-left-radius: 210px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    .news-box {
        border-radius: 20px;
        height:400px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border:2px solid rgba(0,0,0,0.1);
        transition: all ease-in-out 0.4s;
        overflow: hidden;
        &:after{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(253, 238, 21, .7) 0%, rgba(253, 238, 21, .7) 29%, rgba(253, 238, 21, .7) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all ease-in-out 0.4s;
        }
        &:before{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 29%, rgba(0, 0, 0, 0) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 1;
            transition: all ease-in-out 0.4s;
        }
        .title-section{
            position: absolute;
            padding: 30px;
            transition: all ease-in-out 0.4s;
            z-index: 1;
            top: 70%;

            h4{
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                transition: all ease-in-out 0.4s;
            }
            p{
                opacity: 0;
                transition: all ease-in-out 0.4s;
                font-size: 14px
            }
            a.read-more {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                color: #000;
                .arrow {
                    max-width: 25px;
                    margin-bottom: 0;
                    margin-left: 25px;
                }
            }
        }
        &:hover{
            border:2px solid #fdee15;
            &:after{
                opacity: 1
            }
            h4{
                a{
                    color: #000
                }
            }
            .title-section{
                top: 38%;

            }
            h4{
                color: #000
            }
            p{
                opacity: 1;
                color: #000
            }
        }
    }
    .news-row{
        flex-wrap:nowrap;
        margin:0;
        .col-sm-4 {
            transition: all ease-in-out 0.4s;
            margin-bottom: 20px;
            h4{
                a{
                    color: #fff
                }
            }

        }
        &:hover {
            .col-sm-4 {
                width: 25%;
                h4{
                    a{
                        color: #000
                    }
                }
                &:hover {
                    width: 50%;
                }
            }
        }
    }
    .btn-section {
        text-align: center;
        margin-top: 30px;
        button{
            background: #000;
            border:1px solid #000;
            &:hover{
                border: 1px solid #FDEE15
            }
        }
    }
    a.category-link {
        position: absolute;
        background: #000;
        padding: 7px 15px;
        border-radius: 22px;
        color: #fff;
        top: 15px;
        right: 15px;
        font-size: 13px;
        min-width: 80px;
        text-align: center;
        z-index: 999
    }
}
.news-listings-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    li.category-item.active{
        label {
            color: #000
        }
    }
    li.category-item{
        margin-left:30px;
        text-align:center;
        cursor: pointer;
        img {
            max-width: 80%;
            border-radius: 50%;
        }
        label {
            display: block;
            font-size: 13px;
            color: #999;
            margin-top: 5px;
            font-weight: bold
        }
    }
}
.widget.widget_archive{
    ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 50px;
        padding: 0;
        list-style:none;
        li{
            padding-left: 0px;
            position: relative;
            font-size: 16px;
            margin-bottom: 15px;
            width:50%;
            a{
                color: #000
            }
        }
    }
}
.banner-section.home-banner-section.client-top.section.news-listings.single{

    height: 60vh;
    min-height: 100vh;

    .banner-content {
        text-align: left;
        max-width: 100%;
        padding-bottom: 50px;

        a{
            margin-top: 10px
        }
        h1 {
            font-size: 52px;
            font-weight: 400;
            margin-bottom:20px;
        }
    }
}
.full-width.news-section.single-page,
.single-case-study .case-studies-slider.more.fullwidth{
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve10_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    .container {
        .swiper-button-prev {
            top: 45%
        }
        .swiper-button-next {
            top: 57%
        }
    }
}
.single-case-study .case-studies-slider{
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.single-post,
.single-case-study{
    & footer#main-footer {
        position: relative;
        &:before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/curve11.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: -1px;
            right: 0;
        }
    }
}
/*.page-template-services{
    footer#main-footer{
        position: relative;
        &:before{
            content: "";
            position: absolute;
            background: url(./dist/imgs/curvewhite.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: 0px;
            right: 0;

        }
    }

}*/


.banner-section.home-banner-section.client-top.section {
    height: 100vh;
    margin-bottom: -45vh;
    padding-bottom: 45vh;

    &:after {
        content: "";
        height:80vh;
        bottom: 0;
    }
    .slider-video {
        height: 100vh;
        top:40%
    }
}
svg.svg {
    margin-bottom: -330px;
    background: #000;
}
.page-template-team {
    & footer#main-footer {
        position:relative;
        &:before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/curvegrays.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: -1px;
            right: 0;
        }
    }
}
.page-template-client,
.page-template-services,
.page-template-client-test{
    .last-section {
        margin-top: -50px;
        margin-bottom: -100px;
        &:after{
            top: 50px;
            background-image: url(./dist/imgs/curveblack.png);
        }
    }
    footer#main-footer{
        border-top-right-radius: 210px;
        position: relative;
        &::before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/11.png);
            background-repeat: repeat;
            background-size: auto;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 260px;
            width: 337px;
            bottom: 100%;
            left: -12px;
        }
    }
}
.page-template-client-test{
    .last-section {
        &:after{
            top: 48px;

        }
    }
}
.page-template-services{
    .last-section {
        &:after{
            background-image: url(./dist/imgs/curvewhite.png);
        }
    }
}
.page-template-case-studies,
.page-template-news,
.archive.category{
    footer#main-footer{
        border-top-right-radius: 210px;
        position: relative;
        &::before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/11.png);
            background-repeat: repeat;
            background-size: auto;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 260px;
            width: 337px;
            bottom: 100%;
            left: -12px;
        }
    }
}
.page-template-contact{
    footer#main-footer{
        position: relative;
        &::before {
            content: "";
            position: absolute;
            background:
                url(./dist/imgs/curve7_1.png);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
            background-repeat: repeat;
            background-size: auto;
            background-position:
                center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 260px;
            width: 337px;
            bottom: 99.6%;
            left: -12px;
        }
    }
    .contact-section {
        position: relative;
        z-index: 6
    }
    .footer-newsletter-inner.text-center {
        display: none;
    }
    .footer-newsletter {
        padding:  100px;

    }
}

.page-template-homepage,  .page-template-hlS-podcast{
    .banner-section.home-banner-section.section {
        margin-bottom: -40vh;
    }
    .banner-content-inner{
        padding-bottom: 40vh
    }
    .slider-video{
        height: 140vh ;
        top:40%
    }
}
.page-template-team{
    .slider-video{
        height: 5vh ;
        top:40%
    }
    /*    .banner-section.home-banner-section.client-top.section{
            min-height: inherit;
            height:105vh
        }*/
}
.theme-menu-mobile{
    display: none

}
.mobile-menu{
    display: none
}
body .sfsi_shortcode_container .sfsi_wicons {
    z-index: 110 ;
    margin-bottom: 0 ;
    margin-top: 4px;
}
.norm_row {
    float: left;
    min-width: 25px;
    display: flex ;
    .sfsi_wicons.shuffeldiv:nth-of-type(1){
        order:1
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(4){
        order:2
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(2){
        order:3
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(5){
        order:4
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(3){
        order:5
    }
}
.shareicons{
    .shareimg{
        max-width: 25px;
        margin-right: 10px;
    }
    h4{
        margin-bottom: 0
    }
}
.banner-section.home-banner-section.client-top.case-banner.section .banner-content {
    max-width: 600px;
    padding-bottom: 100px;
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s;
    transform: rotate(180deg);
    img{
        max-width: 50px
    }

}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out  0.6s
}

/* Spinner Animation */
.fade-up img {
    width: 200px;
}
#preloader.hide{
    top:-102%;
}
/* Animation Keyframes */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.video-mobile {
    display: none;
}

.custom-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    padding: 20px;
}

.error-code {
    font-size: 120px;
    font-weight: bold;
    color: #000;
    animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.error-title {
    font-size: 32px;
    margin-top: 20px;
    color: #333;
}

.error-message {
    font-size: 18px;
    color: #666;
    margin: 10px 0 30px;
    max-width: 500px;
}


.custom-404{
    .yellow.btn.theme-btn:hover {
        background: #000;
        color: #fff;
        border:1px solid #000;
    }
}
.follow-header {
    background: #f8ee17;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
a.btn-follow {
    color: #000 ;
    background: #fff;
    padding: 10px 40px;
    border-radius: 20px;
}
.btn-follow img {
    width: 20px;
    margin-right: 20px;
}
body #sb_instagram #sbi_images {
    padding: 0 ;
}

svg.svg-contact {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: absolute;
    z-index: 999;
    background: transparent;
    bottom: -1px;
    transform: rotate(180deg);
    left: -1px
}
.follow-wrapper{
    position: relative
}
.content-info P {
    display: flex;
    margin-bottom: 0px;
}


/* Fix for Services page video background bleeding */

/*.banner-section.home-banner-section.client-top.section.services-section {
    background-position: center 40% !important;
    min-height: 125vh !important;
    margin-bottom: -45vh !important;
    padding-bottom: 45vh !important;
}
 Fix for Clients page video background bleeding 
.page-template-client .banner-section.home-banner-section.client-top.section {
    background-position: center 40% !important;
    min-height: 125vh !important;
    margin-bottom: -45vh !important;
    padding-bottom: 45vh !important;
}*/
/*.page-template-team .banner-section.home-banner-section.client-top.section .slider-video {
    height: 140vh !important;
    top: 40% !important;
}
.banner-section.home-banner-section.client-top.section.services-section .slider-video {
    height: 140vh !important;
    top: 40% !important;
}*/

.page-template-client .banner-section.home-banner-section.client-top.section .slider-video,
.page-template-team .banner-section.home-banner-section.client-top.section .slider-video,
.banner-section.home-banner-section.client-top.section.services-section .slider-video{
    height: 140vh ;
    top: 40% ;
}

/* Fix for Team page video background bleeding */
.page-template-team .banner-section.home-banner-section.client-top.section,
.page-template-client .banner-section.home-banner-section.client-top.section,
.banner-section.home-banner-section.client-top.section.services-section{
    background-position: center 40% ;
    min-height: 125vh ;
    margin-bottom: -45vh ;
    padding-bottom: 45vh ;
}



/* Added  extra text below videos */
.nothome-section-communication {
    padding: 0px 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
    background-size: 100%;
}

.nothome-section-communication .communication_section_text {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.nothome-section-communication h2 {
    color: #000; /* black text */
    max-width: 650px;
    margin: 0 auto 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.nothome-section-communication p {
    color: #000; /* black text */
    max-width: 564px;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.7;
}

/* Make it responsive */
@media (max-width: 768px) {
    .nothome-section-communication {
        padding: 30px 20px;
    }

    .nothome-section-communication h2 {
        font-size: 32px;
    }

    .nothome-section-communication p {
        font-size: 14px;
    }
}

/* Only show yellow background if button has text */
.yellow.btn.theme-btn:empty {
    display: none; /* hides the button completely if no content */
}

.last-section {
    aspect-ratio: 2 / 1;   /* force consistent banner ratio */
    overflow: hidden;
}

.last-section img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* crops automatically */
    object-position: center;
}

.full-width.banner-podcast img {
    width: 100%;
    margin-bottom: -350px;
    background: #000
}
.section-communication.podcast p {
    max-width: 65%
}
.graphic-communication.podcast img.image-responsive {
    max-height: inherit !important;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.graphic-communication.podcast p{
    color: #fff;
    padding-right: 100px;
    opacity: 0.7;
}
.graphic-communication.podcast{
    padding-bottom: 80px
}
.full-width.section-communication.podcast{
    padding-bottom: 80px;
}
.full-width.section-communication.podcast p{
    margin-bottom: 30px
}
.what-we-offer-wrapper{
    padding: 80px 0;
    background: #000000;
    position: relative
}
.what-we-offer-wrapper .row{
    position: relative;
    z-index: 66
}
.what-we-offer-wrapper h2{
    text-align: center;
    color: #fff;
}

.what-we-offer-wrapper .d-flex{
    gap:25px
}
.offers-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    /* reduce the padding top and bottom */
    padding: 50px 20px 60px 20px;
    position: relative;
    border-radius: 15px 15px 0px 30px;
    transition: all ease-in-out 0.4s
}
.offer-box:hover .offers-inner{
    transform: scale(1.07)
}
.offers-inner img{
    max-height:75px;
}
.offers-inner h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;

}
.offer-box {
    width: 18.5%;

}
.what-we-offer-wrapper .offer-box:nth-of-type(3n+1) .offers-inner{
    background-color: #171919
}
.what-we-offer-wrapper .offer-box:nth-of-type(3n+1) .offers-inner:after{
    background-image: url('https://hooklinesinker.co.za/wp-content/uploads/2026/04/hls-podcast-whatweoffer-news-bg-e1775119768874.png');
    content: "";
    height: 100px;
    width: 82px;
    bottom: -38px;
    right: 0;
    position: absolute;
    background-position: bottom right;
    background-repeat: no-repeat;


}

.what-we-offer-wrapper .offer-box:nth-of-type(3n+1) .offers-inner{
    color: #fff
}
.what-we-offer-wrapper .offer-box:nth-of-type(3n+2) .offers-inner{
    background-color: #fdec0b
}
.what-we-offer-wrapper .offer-box:nth-of-type(3n+2) .offers-inner:after{
    background-image: url('https://hooklinesinker.co.za/wp-content/uploads/2026/04/hls-podcast-whatweoffer-prospec-bg-e1775119600997.png');
    content: "";
    height: 100px;
    width: 82px;
    bottom: -38px;
    right: 0;
    position: absolute;
    background-position: bottom right;
    background-repeat: no-repeat;


}
.what-we-offer-wrapper .offer-box:nth-of-type(3n+3) .offers-inner{
    background-color: #e7e8e8
}

.what-we-offer-wrapper .offer-box:nth-of-type(3n+3) .offers-inner:after{
    content: "";
    height: 100px;
    width: 82px;
    bottom: -37px;
    right: 0;
    position: absolute;
    background-image: url('https://hooklinesinker.co.za/wp-content/uploads/2026/04/hls-podcast-whatweoffer-panel-bg-e1775119208420.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.offer-box  span{
    color: #fff;
    opacity: 0.7;
    margin-top: 50px;
    display: block
}
.offer-text-bottom{
    color: #fff;
    margin-top: 50px;
    display: block;
    font-weight: bold;
    font-size: 20px
}
.graphic-communication.podcast.campaign-wrapper img
{
    width: 100%;
    max-width: 100%;
    max-height: inherit;
    border-radius: 10px;
}
.graphic-communication.podcast.campaign-wrapper h2{
    margin-bottom: 30px
}
.campaign-inner{
    padding-left: 50px;
}
.campaign-inner ul li{
    color: #fff;
    list-style: none;
    position: relative;
    line-height: 1.5;
    margin-bottom: 5px
}
.campaign-inner li:before{
    background-image: url('https://hooklinesinker.co.za/wp-content/uploads/2026/04/tick.png');
    content: "";
    height: 16px;
    width: 16px;
    top: 0px;
    left:-25px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.full-width.graphic-communication.podcast.campaign-wrapper::before {
    content: "";
    position: absolute;
    background: url(./dist/imgs/leftcurv.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 444px;
    left: 0;
    bottom: calc(100% - 4px);
    top: auto;
}
.full-width.graphic-communication.podcast.why-podcast-wrapper::after {
    content: "";
    position: absolute;
    background: url(./dist/imgs/curvegrays.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    width: 300px;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 99


}
.page-template-hlS-podcast footer#main-footer{
    position: relative
}
.page-template-hlS-podcast footer#main-footer:before,
.full-width.what-we-offer-wrapper:before{
    content: "";
    position: absolute;
    background: url(./dist/imgs/11.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    width: 337px;
    bottom: 100%;
    left: -12px;
}
.page-template-hlS-podcast footer#main-footer:after{
    content: "";
    position: absolute;
    background: url('./dist/imgs/curvegrays.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    width: 300px;
    top: 0;
    right: 0;
    left: auto;
    z-index: 99


}
.full-width.graphic-communication.podcast.campaign-wrapper::after {
    content: "";
    position: absolute;
    background: url(./dist/imgs/curve2_1.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    width: 400px;
    top: -2px;
    right: 0;
    left: auto;
}


.full-width.graphic-communication.podcast.campaign-wrapper{
    background-size: 40%
}

body .case-studies-slider .case2.container{
    margin-top: 30px
}
.full-width.client-testimonials.tesimonials-new {
    padding: 60px 0 ;
}
.full-width.client-testimonials.tesimonials-new .row .col-sm-4:nth-of-type(2),
.full-width.client-testimonials.tesimonials-new .row .col-sm-4:nth-of-type(5){
    .box-client {
        & .box-section {
            background-image: none;
            background-color: #f9ee16;
            &:after{
                background-image: url('/wp-content/uploads/2026/06/HLS-home-graphics-yellow-testimonial-e1780417498173.png');
                content: "";
                height: 84px;
                width: 100%;
                bottom: -84px;
                right: 0px;
                position: absolute;
                background-position: top right;
                background-repeat: no-repeat;
                position: absolute;
            }

        }
    }
}

.full-width.client-testimonials.tesimonials-new {
    .box-client {
        .box-section{
            background-image: none;
            background-color: #ffffff;
            border-radius: 30px;
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: 40px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 70px;
            min-height: 300px;
            margin-bottom: 10px;
            position: relative;
            &:after{
                background-image: url('/wp-content/uploads/2026/06/HLS-home-graphics-white-testimonial-e1780417192476.png');
                content: "";
                height: 84px;
                width: 100%;
                bottom: -84px;
                right: 0px;
                position: absolute;
                background-position: top right;
                background-repeat: no-repeat;
                position: absolute;
            }

        }
    }
    span {
        padding-right: 25px;
    }

}

/* PR Services Page Additions */
.pr-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
    padding: 0;
    margin: 30px auto;
    max-width: 1050px;
    list-style: none;
}

.pr-proof li {
    flex: 1 1 170px;
    font-size: 14px;
    font-weight: 600;
}

.pr-kicker {
    font-weight: 700;
}

.pr-section-intro {
    max-width: 950px;
    margin: 0 auto 40px;
}

.pr-formula h3 {
    font-size: 36px;
}

.pr-formula .row p {
    max-width: 320px;
}

.pr-awards ul {
    padding-left: 24px;
    margin-bottom: 30px;
}

.pr-awards li {
    margin-bottom: 12px;
}

.pr-faq .accordion-item {
    background: #fff;
    color: #000;
    border-color: #ddd;
}

.pr-faq .accordion-header {
    margin: 0;
}

.pr-faq .accordion-button {
    font: inherit;
    font-size: 18px;
    font-weight: 600;
    padding: 24px;
    color: #000;
    background: #fff;
}

.pr-faq .accordion-button:not(.collapsed) {
    background: #fdec0b;
    color: #000;
}

.pr-faq .accordion-body p {
    color: #222;
    margin-bottom: 0;
}

.pr-reassurance {
    font-size: 13px;
    margin-top: 18px;
}

/* ==========================================================================
   Contact Form 7 - HLS PR Services Page
   Polished form styling to match HLS brand and existing .form-section layout
   ========================================================================== */

/* ---------- Form layout ---------- */
.hls-pr-services .form-section .form-inner form {
    width: 100%;
}

.hls-pr-services .form-section .form-inner form .row {
    row-gap: 22px;
}

/* ---------- Field wrapper ---------- */
.hls-pr-services .form-section .form-inner .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}

/* ---------- Labels ---------- */
.hls-pr-services .form-section .form-inner label {
    display: block;
    width: 100%;
    color: #1c1e1e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* ---------- Inputs, selects, textareas ---------- */
.hls-pr-services .form-section .form-inner input[type="text"],
.hls-pr-services .form-section .form-inner input[type="email"],
.hls-pr-services .form-section .form-inner input[type="tel"],
.hls-pr-services .form-section .form-inner input[type="url"],
.hls-pr-services .form-section .form-inner input[type="number"],
.hls-pr-services .form-section .form-inner select,
.hls-pr-services .form-section .form-inner textarea {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #1c1e1e;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.hls-pr-services .form-section .form-inner input[type="text"]::placeholder,
.hls-pr-services .form-section .form-inner input[type="email"]::placeholder,
.hls-pr-services .form-section .form-inner input[type="tel"]::placeholder,
.hls-pr-services .form-section .form-inner input[type="url"]::placeholder,
.hls-pr-services .form-section .form-inner textarea::placeholder {
    color: #999;
    font-weight: 400;
}

.hls-pr-services .form-section .form-inner input[type="text"]:hover,
.hls-pr-services .form-section .form-inner input[type="email"]:hover,
.hls-pr-services .form-section .form-inner input[type="tel"]:hover,
.hls-pr-services .form-section .form-inner input[type="url"]:hover,
.hls-pr-services .form-section .form-inner select:hover,
.hls-pr-services .form-section .form-inner textarea:hover {
    border-color: #b8b8b8;
    background-color: #fff;
}

.hls-pr-services .form-section .form-inner input[type="text"]:focus,
.hls-pr-services .form-section .form-inner input[type="email"]:focus,
.hls-pr-services .form-section .form-inner input[type="tel"]:focus,
.hls-pr-services .form-section .form-inner input[type="url"]:focus,
.hls-pr-services .form-section .form-inner select:focus,
.hls-pr-services .form-section .form-inner textarea:focus {
    outline: none;
    border-color: #fdec0b;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(253, 236, 11, 0.25);
}

/* ---------- Textarea ---------- */
.hls-pr-services .form-section .form-inner textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.6;
}

/* ---------- Select dropdown ---------- */
.hls-pr-services .form-section .form-inner select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%231c1e1e' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
    cursor: pointer;
}

.hls-pr-services .form-section .form-inner select:invalid,
.hls-pr-services .form-section .form-inner select option[value=""] {
    color: #999;
}

/* ---------- Acceptance checkbox ---------- */
.hls-pr-services .form-section .form-inner .wpcf7-acceptance {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.55;
    color: #1c1e1e;
}

.hls-pr-services .form-section .form-inner .wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.hls-pr-services .form-section .form-inner .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 1px 0 0;
    flex-shrink: 0;
    accent-color: #fdec0b;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #999;
}

.hls-pr-services .form-section .form-inner .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
    color: #1c1e1e;
    line-height: 1.55;
    cursor: pointer;
}

/* ---------- Submit button ---------- */
.hls-pr-services .form-section .form-inner input[type="submit"],
.hls-pr-services .form-section .form-inner button[type="submit"],
.hls-pr-services .form-section .form-inner .wpcf7-submit {
    display: inline-block;
    background: #fdec0b;
    color: #1c1e1e;
    padding: 16px 40px;
    line-height: 1.3;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    border: 2px solid #fdec0b;
    border-radius: 30px;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    min-width: 260px;
    max-width: 100%;
    white-space: normal;
}

.hls-pr-services .form-section .form-inner input[type="submit"]:hover,
.hls-pr-services .form-section .form-inner button[type="submit"]:hover,
.hls-pr-services .form-section .form-inner .wpcf7-submit:hover {
    background: #1c1e1e;
    color: #fdec0b;
    border-color: #1c1e1e;
    transform: translateY(-2px);
}

.hls-pr-services .form-section .form-inner input[type="submit"]:active,
.hls-pr-services .form-section .form-inner button[type="submit"]:active,
.hls-pr-services .form-section .form-inner .wpcf7-submit:active {
    transform: translateY(0);
}

.hls-pr-services .form-section .form-inner input[type="submit"]:focus-visible,
.hls-pr-services .form-section .form-inner button[type="submit"]:focus-visible,
.hls-pr-services .form-section .form-inner .wpcf7-submit:focus-visible {
    outline: 3px solid #fdec0b;
    outline-offset: 3px;
}

/* ---------- Validation errors ---------- */
.hls-pr-services .form-section .form-inner span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    font-size: 12px;
    color: #d63638;
    margin-top: 6px;
    font-weight: 500;
}

.hls-pr-services .form-section .form-inner .wpcf7-not-valid {
    border-color: #d63638 !important;
    background-color: #fff5f5 !important;
}

/* ---------- Response output (success / error) ---------- */
.hls-pr-services .form-section .form-inner .wpcf7-response-output {
    position: static;
    margin: 22px 0 0 !important;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.55;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: left;
    color: #1c1e1e;
    background: #f9f9f9;
}

.hls-pr-services .form-section .form-inner form.sent .wpcf7-response-output {
    background: #eafaf0;
    border-color: #46b450;
    color: #1a5c2a;
}

.hls-pr-services .form-section .form-inner form.invalid .wpcf7-response-output,
.hls-pr-services .form-section .form-inner form.failed .wpcf7-response-output,
.hls-pr-services .form-section .form-inner form.aborted .wpcf7-response-output,
.hls-pr-services .form-section .form-inner form.spam .wpcf7-response-output,
.hls-pr-services .form-section .form-inner form.unaccepted .wpcf7-response-output {
    background: #fdeaea;
    border-color: #d63638;
    color: #8a1f1f;
}

/* ---------- Spinner ---------- */
.hls-pr-services .form-section .form-inner .wpcf7-spinner {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

body .hls-pr-services .form-section .form-inner span.wpcf7-spinner {
    display: none;
}

/* ---------- Reassurance text (already output in template) ---------- */
.hls-pr-services .form-section .pr-reassurance {
    display: block;
    font-size: 12.5px;
    color: #666;
    line-height: 1.5;
    margin-top: 18px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .hls-pr-services .form-section .form-inner input[type="submit"],
    .hls-pr-services .form-section .form-inner button[type="submit"],
    .hls-pr-services .form-section .form-inner .wpcf7-submit {
        min-width: 0;
        width: 100%;
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {
    .hls-pr-services .form-section .form-inner label {
        font-size: 12.5px;
    }

    .hls-pr-services .form-section .form-inner input[type="text"],
    .hls-pr-services .form-section .form-inner input[type="email"],
    .hls-pr-services .form-section .form-inner input[type="tel"],
    .hls-pr-services .form-section .form-inner input[type="url"],
    .hls-pr-services .form-section .form-inner select,
    .hls-pr-services .form-section .form-inner textarea {
        padding: 12px 14px;
        font-size: 13.5px;
    }

    .hls-pr-services .form-section .form-inner textarea {
        min-height: 100px;
    }

    .hls-pr-services .form-section .form-inner .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 12.5px;
    }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .hls-pr-services .form-section .form-inner input,
    .hls-pr-services .form-section .form-inner select,
    .hls-pr-services .form-section .form-inner textarea,
    .hls-pr-services .form-section .form-inner input[type="submit"],
    .hls-pr-services .form-section .form-inner .wpcf7-submit {
        transition: none !important;
        transform: none !important;
    }
}

/* Desktop specific styles for PR page */
@media (max-width: 991px) {
    .pr-proof li {
        flex-basis: 45%;
    }
}

@media (max-width: 767px) {
    .pr-proof li {
        flex-basis: 100%;
    }
}
.show-mobile{
    display: none
}
.logos-section.new{
    border-top-right-radius: 0px
}