.main-section {
    position: relative;
    background-image: url(../../../images/Rectangle-230-_1_.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}
.main-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../../images/Rectangle-231-_1_.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.main-section .container {
    z-index: 10;
    position: relative;
}
@media only screen and (max-width: 766px) {
    .main-section,
    .main-section::before {
        height: 100%;
        background-size: cover;
    }
}

/* news */
.news .head {
    position: relative;
    color: #000;
    width: fit-content;
}
.news .head::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 3px;
    border-radius: 3px;
    background-color: #2e394b;
    left: 10px;
    bottom: -13px;
}
.news .head::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 1px;
    background-color: #2e394b;
    right: 0;
    bottom: -25px;
}
.news .img-box {
    background-color: #cba86e;
    border-radius: 20px;
}
.news .text-info {
    background-image: url(../../../images/Services-background.webp);
    background-position: center;
    background-size: 100% 100%;
    border: 1px solid #cba86e;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: -4px;
    display: flex;
    align-items: center;
}

.news .text-info p {
    color: #1e1d1d;
    font-weight: bold;
    padding-left: 30px;
    margin: 0;
    position: relative;
}
.news .text-info p::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #1e1d1d;
    left: 10px;
    top: 5px;
}
.news .text-box .info {
    border-bottom: 2px solid #cba86e;
    padding-bottom: 1rem;
}
.news .text-box {
    /* width: 80%; */
    margin: auto;

    padding: 1rem;
}
.news .text-box .des {
    line-height: 2;
    color: #000;
}
.contant i,
.contant div {
    color: #000000;
}
.news .recent-posts {
    border-radius: 25px;
    background: #d8aa6b;
    background: linear-gradient(to top, #d8aa6b, #f7e2c5);
    height: auto !important;
}

.news .recent-posts .head {
    position: relative;
    color: #2e394b;
    width: fit-content;
}
.news .recent-posts .head::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 2px;
    border-radius: 3px;
    background-color: #2e394b;
    left: 5px;
    bottom: -9px;
}
.news .recent-posts .head::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 1px;
    background-color: #2e394b;
    right: 0;
    bottom: -15px;
}
.news .recent-posts .des {
    max-width: 160px;
    color: #000;
}
.news .recent-posts .title {
    position: relative;
    color: #000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

/* .keywords div {
    margin-bottom: 12px;
} */
.keywords .single-key {
    border: 1px solid #1e1d1d;
    color: #1e1d1d;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.keywords .single-key:hover {
    background-color: #cba86e;
    color: #fff;
    border-color: transparent;
}
@media (max-width: 567px) {
    .news .text-info {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 5px !important;
    }
    .news .text-info p {
        color: #000;
        font-weight: normal;
    }
    .news .text-box .info {
        flex-direction: column;
        align-items: start;
    }
    .news .text-box {
        width: 100%;
    }
}
img {
    color: #000;
}
.words {
    border-top: 2px solid #cba86e;
}
ul.tags {
    display: flex;
    list-style: none;
    padding: 1rem 0px;
    flex-wrap: wrap;
    gap: 12px;
}
i.fa-solid.fa-tag {
    color: #cba86e;
}
.tags li {
    padding-right: 0.7rem;
}
.tags li a {
    color: #000;
}
.icons.d-flex.mt-3 {
    display: flex;
    justify-content: right;
}
.contant-info .imge img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.contant-info .box {
    position: relative;
    padding-bottom: 1rem;
}
.contant-info .box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #2e394b;
    right: 0;
    bottom: -2px;
}
