.bg-findwork {
    /* background-color: #2980B9 !important; */
    background: #41b3e0;
    background: linear-gradient(90deg, rgba(65, 179, 224, 1) 0%, rgba(83, 157, 237, 1) 39%, rgba(83, 83, 237, 1) 100%);
}

.bg-findwork-static {
    /* background-color: #2980B9 !important; */
    background: #41b3e0;
}

.menu-icon {
    font-size: 30px;
}


.horizontal-nav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
}

.horizontal-nav .nav-item {
    margin: 0 15px;
}

.fw-image-cover {
height: 180px; width: 100%; object-fit: cover; object-position: center;
}

/* ----------------------------index---------------------------- */
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
    stroke-width: 1;
}

.services-icon {
    margin-bottom: 20px;
    font-size: 30px;
}

.quote-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.step>i {
    border-radius: 50%;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.separate>i {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    color: #adb5bd;
}

#image-preview {
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #bdc3c7;
    color: #ecf0f1;
}

#image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

#image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #6c757d;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

/* ----------------------------lfm---------------------------- */

.image-manager-cover {
    margin: 20px 0;
}

#images-container-cover {
    min-height: 150px;
    margin-top: 15px;
}

.image-item-cover {
    position: relative;
    margin-bottom: 15px;
}

.remove-image-cover {
    position: absolute;
    top: 10px;
    right: 10px;
}

.image-manager-slide {
    margin: 20px 0;
}

#images-container-slide {
    min-height: 150px;
    margin-top: 15px;
}

.image-item-slide {
    position: relative;
    margin-bottom: 15px;
}

.remove-image-slide {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* เพิ่ม CSS เพื่อควบคุมการแสดงผล */
/* .carousel-inner {
    width: 100%;
    max-height: 500px;
} */

/* .carousel-item {
    text-align: center;
} */

/* ปรับปุ่มนำทางให้ดูดีขึ้น */
/* .carousel-control-custom-icon {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 50%;
} */
