.blogs-wrapper {
    padding-block: 50px;
    .container
{
    max-width:1350px;
}
h1 {
    text-align: center;
    font-size: clamp(1.375rem, 0.7386rem + 3.1818vw, 3.125rem);
    font-weight: 700;
    margin-bottom: 30px;
}

}

.blog-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    padding: 15px;
    background: #2a451a;
    border-radius: 25px;
    &:hover

{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

}

.blog-banner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    span

{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--secondry-color);
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
}

}

.author-img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -30px;
    left: 30px;
    img

{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

}

.blog-body {
    margin-top: 20px;
    color: #fff;
    min-height: 150px;
    h2

{
    margin-bottom: 30px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    font-size: clamp(1.125rem, 0.9036rem + 0.4619vw, 1.25rem);
    a

{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    display: block;
    &:hover

{
    color: #000;
}

}
}

p {
    margin: 0;
    font-size: 14px;
    color: rgb(75, 79, 88);
    a

{
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: var(--secondry-color)
}

}
}

.blog-footer-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    a

{
    color: #fff;
}




































time {
    color: rgb(75, 79, 88);
    font-size: 12px;
    font-family: Lato;
}

span {
    font-size: 12px;
    line-height: 1.3em;
    &::before

{
    content: "•";
    margin: 0 5px;
    color: var(--primary-color);
}

}
}


.recent-post {
    h3

{
    font-family: "Lato", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    span

{
    color: var(--secondry-color);
    position: relative;
    svg

{
    position: absolute;
    width: 100%;
    left: 0;
    top: -22px;
    path

{
    animation: elementor-headline-dash forwards infinite 2s;
}

}
}
}

ul {
    margin-top: 40px;
    padding-left: 20px;
    li

{
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
    &::before

{
    content: "\f35a";
    /* Unicode for Font Awesome icon (e.g., check-circle) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #c36;
    font-size: 13px;
    /* Optional: change icon color */
}

a {
    color: var(--secondry-color);
    font-size: 15px;
    &:hover

{
    color: var(--primary-color);
    text-decoration: none;
}

}
}
}
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}


/* blogs-details-wrapper */
.blogs-details-wrapper {
    padding-top: 50px;
    .container

{
    max-width: 1160px;
}

h1 {
    margin-bottom: 10px;
    color: var(--secondry-color);
    font-size: clamp(1.5625rem, 1.4034rem + 0.7955vw, 2rem);
    font-weight: 600;
    margin-bottom: 20px;
}

.post-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "URW ARABIC";
    color: var(--secondry-color);
    flex-wrap: wrap;
    li: not(:last-child)

{
    border-right: 1px solid #000;
    padding-right: 10px;
}

a {
    color: var(--secondry-color);
}

}

svg {
    color: var(--primary-color);
    margin-right: 5px;
}

p {
    margin-bottom: 1.6em;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: "URW ARABIC";
    a

{
    color: #9d7249;
    text-decoration: underline;
}

}

h2 {
    color: #000000;
    font-size: clamp(1.5625rem, 1.4034rem + 0.7955vw, 2rem);
    margin-bottom: 20px;
    line-height: 1.3em;
    font-family: "URW ARABIC";
    strong

{
    font-weight: 500;
    font-family: "URW ARABIC";
}

}

h3 {
    color: #000000;
    font-size: clamp(1.375rem, 1.2386rem + 0.6818vw, 1.75rem);
    margin-bottom: 20px;
    line-height: 1.3em;
    font-family: "URW ARABIC";
    strong

{
    font-weight: 500;
    font-family: "URW ARABIC";
}

}

h4 {
    color: #000000;
    font-size: clamp(1.25rem, 1.1591rem + 0.4545vw, 1.5rem);
    margin-bottom: 20px;
    line-height: 1.3em;
    font-family: "URW ARABIC";
    strong

{
    font-weight: 500;
    font-family: "URW ARABIC";
}

}
}

.entry-content {
    padding-bottom: 60px;
}




.Explore-btn {
    border-color: #32373c;
    background-color: #32373c;
    color: #000000;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #fff;
    border-radius: 25px;
    font-family: "URW ARABIC";
    margin-block: 20px;
    display: inline-block;
    &:hover

{
    background-color: #3a3a3a;
    color: #fff;
}

}

.wp-block-list {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 1.6em;
    color: rgb(0, 0, 0);
    font-size: 15px;
    li

{
    font-family: "URW ARABIC";
    margin-bottom: 15px;
}

}




.comment-form {
    padding-block: 2em;
    margin-bottom: 50px;
    h3

{
    margin-bottom: 5px;
    font-weight: 600;
}

.form-control,
.form-select,
.select2-selection__rendered {
    background-color: #fff;
    border: 1px solid #000000;
}

}

.read-more-btn {
    color: #9d7249;
    font-size: 15px;
    &:hover

{
    color: #000;
    text-decoration: none;
}

}

.blog-detail-box .blog-banner {
    text-align: center;
    margin-bottom: 20px;
    img

{
    border-radius: 8px;
    width: 100%;
    max-width: 741px;
}

}

.blog-detail-box hr {
    margin-block: 50px;
    border: 1px solid #acacac;
}

.Uncategorized-heading {
    font-size: clamp(2rem, 1.8182rem + 0.9091vw, 2.5rem) !important;
    font-weight: 300;
}

.detail-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    .author-img

{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    img

{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

}
}

.img-author {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    img

{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

}

/* .comment-wrapper ul {
    height: 200px;
    overflow-y: auto;
    padding-right: 20px;
} */

.comment {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding-block: 10px;
}

.reply-comment {
    margin-left: 40px;
}

a.reply {
    font-size: 11px;
    color: #333;
    display: block;
    margin-top: 10px;
    background: none;
    border: none;
}

.comment-text {
    width: 100%;
    p

{
    font-size: 14px;
    margin-bottom: 0;
}

}

.comment-details {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap-reverse;
    span

{
    font-size: 11px;
    color: #333;
    &:last-of-type

{
    font-style: italic;
}

}
}

.author {
    font-size: 14px;
    small

{
    font-weight: 400;
}

}

.author-details-wrapper {
    padding-block: 50px;
    .blog-banner

{
    img

{
    width: 100%;
    max-width: 100%;
}

}

.container {
    max-width: 1140px;
}

h1 {
    font-size: clamp(1.5625rem, 1.2216rem + 1.7045vw, 2.5rem);
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    span

{
    color: #333;
}

}

h2 {
    line-height: 1;
    margin-bottom: 20px;
    a

{
    color: #c36;
}

}

p {
    color: #000;
}

}

@media (max-width:767px) {
    .detail-heading-wrapper {
        .author-img

{
    width: 50px;
    height: 50px;
}

}
}
