html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer-section {
    position: sticky;
    top: 100vh;
}

.hs-item {
    position: relative;
    min-height: 540px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(25,25,32,0.83); /* Koyu þeffaf overlay */
    z-index: 2;
    border-radius: inherit;
    pointer-events: none;
}

.hs-text {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

    .hs-text .container {
        max-width: 600px;
        margin: 0 auto;
    }

    .hs-text h2 {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 1.1rem;
        letter-spacing: 0.5px;
    }

    .hs-text span {
        color: #01cfff;
    }

    .hs-text p {
        font-size: 1.14rem;
        line-height: 1.7;
        color: #f1f1f1;
        margin-bottom: 2.1rem;
        text-shadow: 0 2px 10px #1b2633;
    }

.site-btn.me-2 {
    margin-right: 0.5rem;
}

.site-btn {
    background: linear-gradient(90deg,#01cfff,#0773f9 100%);
    border: none;
    color: #fff !important;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 1.07rem;
    transition: 0.16s all;
    box-shadow: 0 2px 12px 0 rgba(1, 207, 255, 0.12);
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none !important;
}

    .site-btn:hover, .site-btn:focus {
        background: linear-gradient(90deg,#0773f9,#01cfff 100%);
        color: #fff;
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 4px 24px 0 rgba(1, 207, 255, 0.18);
    }

@media (max-width: 991px) {
    .hs-item {
        min-height: 334px;
    }

    .hs-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .hs-text h2 {
            font-size: 1.4rem;
        }
}

.hero-slider-btn-group .btn-hero-slide {
    background: rgba(25, 28, 32, 0.82);
    color: #fff;
    border: 2px solid #00cfff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 16px !important;
    margin-right: 6px;
    transition: all .17s;
    padding: 10px 26px 10px 18px;
    box-shadow: 0 2px 12px 0 rgba(1,207,255,0.13);
    display: flex;
    align-items: center;
    gap: 8px;
}

    .hero-slider-btn-group .btn-hero-slide:last-child {
        margin-right: 0;
    }

    .hero-slider-btn-group .btn-hero-slide.active,
    .hero-slider-btn-group .btn-hero-slide:hover {
        background: linear-gradient(90deg,#01cfff,#0773f9 100%);
        color: #fff !important;
        border-color: #0773f9;
        transform: translateY(-2px) scale(1.045);
        box-shadow: 0 6px 20px 0 rgba(1,207,255,0.22);
    }

@media (max-width: 600px) {
    .hero-slider-btn-group .btn-hero-slide {
        font-size: .96rem;
        padding: 8px 8px;
        border-radius: 9px !important;
    }

    #hero-custom-controls {
        flex-wrap: wrap;
        bottom: 14px;
    }
}

.owl-dots, .owl-dot {
    display: none !important;
}
