.hero-slider{
    height:470px;
}

.mySlider,
.swiper-slide{
    height:470px;
}

.slide-item{
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.4);
    z-index:1;
}

.content{
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 750px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.content p{
    font-size: 20px;
    margin-bottom: 15px;
    color: #60A5FA;
    font-weight: 500;
}

.content h1{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.1;
    letter-spacing: -1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-btn{
    background: #4ADE80;
    border: none;
    padding: 14px 28px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
}

.offer-btn:hover{
    background: #ffffff;
    color: #000;
    transform: translateY(-2px);
}

.swiper-pagination-bullet{
    background:#fff;
    opacity:0.5;
}

.swiper-pagination-bullet-active{
    background:#3B82F6;
    opacity:1;
}

.green-bg{
    background: linear-gradient(135deg, #00b09b, #96c93d);
}

.green-hover:hover{
    background: linear-gradient(135deg, #00a08b, #86b93d);
    color: #000;
    transform: translateY(-2px);
}

.logo-img{
    height: 50px;
    width: auto;
}