.hero-main-container {
    margin:0px;
    padding: 0px;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: relative;
}

.hero-slide img {
    width: 100%;
    /* height: auto; */
    display: block;
}

.hero-text {
    position: absolute;
    top: 40%;
    left: 7%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.hero-text h6 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #212121;
}

.hero-text a {
    display: inline-block;
    background: #fff;
    color: #000000;
    padding: 10px 25px;
    text-decoration: none;
}

/* Slick dots have been removed as per request */

@media screen and (max-width:767px) {
    .hero-text {
        width: 94%;
        left: 3%;
        top: 40%;
        transform: translateY(-50%);
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
    }
    
    .hero-text h1 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    .hero-text h6 {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .hero-text a {
        padding: 6px 15px;
        font-size: 12px;
        margin-top: 5px;
    }
}