.hs-container-79651783 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.hs-sticky-79651783 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: visible; /* Changed to visible so absolute arrows can expand outside! */
    display: flex;
    align-items: center;
}

.hs-track-mask-79651783 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.hs-track-79651783 {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    height: 100%;
    align-items: stretch;
}

.hs-slide-79651783 {
    height: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.hs-slide-inner-79651783 {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
}

.hs-slide-inner-79651783.template-mode-79651783 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
    min-height: 100%;
    overflow: visible;
    background: transparent;
    padding: 0;
}

.hs-slide-inner-79651783.template-mode-79651783 > .elementor {
    width: 100%;
    height: 100%;
}

.hs-template-placeholder-79651783 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    border: 2px dashed #ccc;
    border-radius: 8px;
    color: #666;
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.hs-template-placeholder-79651783 i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #0073aa;
}

.hs-slide-overlay-79651783 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.hs-slide-content-79651783 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    text-align: center;
}

.hs-title-79651783 {
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 700;
}

.hs-desc-79651783 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hs-btn-79651783 {
    display: inline-block;
    padding: 12px 28px;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.hs-btn-79651783:hover {
    background-color: #333333;
    color: #ffffff;
}

/* Nav Arrows */
.hs-nav-arrow-79651783 {
    position: absolute;
    transform: translateY(-50%);
    z-index: 105;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Dots indicator */
.hs-dots-container-79651783 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 100;
}

.hs-dot-79651783 {
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.2s;
}

.hs-dot-79651783:hover {
    transform: scale(1.15);
}
