.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: #F1A70A;
    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%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-area {
    padding: 50px 0px;
}

.kb-abt-social button {
    color: #F1A70A;
    border: 3px solid #EAF7ED;
    border-radius: 50%;
    /* padding: 10px 15px; */
    font-size: 20px;
    margin: 0 4px;
    transition: .3s;
    width: 50px;
    height: 50px;
    background: none;
}

.kb-abt-social a {
    color: #F1A70A;
    /* padding: 10px 15px; */
    font-size: 20px;
    margin: 0 4px;
    transition: .3s;
}


.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: #F1A70A;
}

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

.about-label {
    font-weight: 800;
    margin: 0;
    color: #00263C;
    font-size: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

.about-label span {
    font-weight: 800;
    margin: 0;
    color: #F1A70A;
    font-size: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

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

.orange {
    color: #F1A70A;
}

.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: #F1A70A;
    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: #F1A70A;
    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;
}

.about-us {
    background-image:
        linear-gradient(75deg,
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.1)),
        url("../img/abt-ban.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: left;

}

.about-us h2 {
    color: #F1A70A;
    font-size: clamp(20px, 30px, 34px);
    font-weight: 700;
}

.about-us h3 {
    color: #fff;
    font-size: clamp(20px, 30px, 34px);
    font-weight: 700;
}

.about-us p {
    color: #fff;
    font-size: clamp(14px, 16px, 20px);
    font-weight: 300;
}

.abt-cont {
    width: 50%;

}