.hero-slider-unique {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-carousel-inner {
    width: 100%;
    height: 100%;
}

.hero-carousel-item {
    width: 100%;
    height: 50vh;
    min-height: 420px;
    position: relative;
}

.hero-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-caption-unique {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.hero-title-unique {
    font-size: 42px;
    font-weight: 800;
}

@media (max-width: 576px) {
    .hero-caption-unique {
        bottom: 25%;
    }

    .hero-title-unique {
        font-size: 26px;
    }
}

.road-strip-unique {
    width: 100%;
    height: 25px;
    background: #1bc9ec;
    position: relative;
}

.road-strip-unique::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to right,
            black 0px,
            black 20px,
            transparent 20px,
            transparent 40px);
}




.about-img {
    width: 100%;
}

.exp-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #0F2C49;
    ;
    padding: 18px 28px;
    text-align: center;
    color: #fff;
}

.exp-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #1bc9ec;
}

.exp-box span {
    font-size: 14px;
}

.about-label {
    color: #1bc9ec;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #0F2C49;
}

.orange {
    color: #1bc9ec;
}

.blue {
    color: #0F2C49;
}

.about-text {
    font-size: 15px;
    color: #555;
    margin-top: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.service-list li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
}

.service-list li::before {
    content: "✔";
    color: #1bc9ec;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}


.about-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.about-heading .line {
    width: 35px;
    height: 3px;
    background: #1bc9ec;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}

.about-extra p {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.about-extra h4 {
    color: #0F2C49;
    font-size: 18px;
}