.hero-slider-wrapper-6693e9e5 {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
    font-family: sans-serif;
    color: #fff;
    display: block; /* Ensure it's not hidden by default */
}
.hero-slide-6693e9e5 {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 600px; /* Ensure slides have height */
}
.hero-overlay-6693e9e5 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}
.hero-content-container-6693e9e5 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px 80px;
}
.hero-header-6693e9e5 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 1px;
}
.hero-header-6693e9e5 .top-right {
    display: flex;
    gap: 20px;
}
.hero-main-6693e9e5 {
    max-width: 800px;
}
.hero-heading {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}
.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}
.hero-buttons-6693e9e5 {
    display: flex;
    gap: 20px;
}
.hero-buttons-6693e9e5 a {
    padding: 15px 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}
.hero-buttons-6693e9e5 .btn-primary-6693e9e5 {
    background-color: #b35936;
    border-color: #b35936;
}
.hero-footer-6693e9e5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bottom-left {
    border-left: 2px solid #b35936;
    padding-left: 15px;
    font-size: 18px;
}
.hero-footer-6693e9e5 .swiper-pagination {
    position: relative;
    width: auto;
    bottom: 0;
    display: flex;
    gap: 10px;
}
.hero-footer-6693e9e5 .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background: rgba(255,255,255,0.3);
    border-radius: 0;
    opacity: 1;
}
.hero-footer-6693e9e5 .swiper-pagination-bullet-active {
    background: #b35936;
}