﻿.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: #a9784e;
    border-radius: 25px;
    &:hover

{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

}


.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;
}

span {
    font-size: 12px;
    line-height: 1.3em;
    &::before

{
    content: "�";
    margin: 0 5px;
    color: var(--primary-color);
}

}
}

.author-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 15px 15px;
    gap: 10px;
    .author-img

{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    img

{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

}

.author-details {
    a

{
    color: #aa7f6e;
    text-decoration: underline;
}

time {
    color: rgb(75, 79, 88);
    font-size: 15px;
}

}
}

.recent-post {
    h3

{
    font-size: 21px;
    font-weight: 600;
    span

{
    color: #9d7249;
    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: "\f03a";
    /* 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: #9d7249;
    font-size: 10px;
    /* Optional: change icon color */
}

a {
    color: #9d7249;
    font-size: 15px;
    text-decoration: underline;
    &:hover

{
    color: #000;
    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;
}

h2 {
    margin-bottom: 10px;
    color: var(--secondry-color);
    font-size: clamp(1.625rem, 1.2159rem + 2.0455vw, 2.75rem);
    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;
    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: 10px;
    color: rgb(0, 0, 0);
    font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
    a

{
    color: #9d7249;
    text-decoration: underline;
}

}

h2,
h1 {
    color: #000000;
    font-size: clamp(1.5625rem, 1.4034rem + 0.7955vw, 2rem);
    margin-bottom: 20px;
    line-height: 1.3em;
    font-weight: 800;
}

h1 {
    font-size: clamp(1.625rem, 1.3977rem + 1.1364vw, 2.25rem);
}

h3 {
    color: #000000;
    font-size: clamp(1.375rem, 1.2386rem + 0.6818vw, 1.75rem);
    margin-block: 20px;
    line-height: 1.3em;
    font-weight: 800;
}

h4 {
    color: #000000;
    font-size: clamp(1.25rem, 1.1591rem + 0.4545vw, 1.5rem);
    margin-bottom: 20px;
    line-height: 1.3em;
    strong

{
    font-weight: 500;
}

}
}

.Blog-Detail-List {
    list-style: disc;
    padding-left: 30px;
    font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
    /* font-weight: 800; */
    margin-bottom: 50px;
}

.BE-PART-Wrapper {
    text-align: center;
    position: relative;
    font-weight: 800;
    padding-block: 50px;
    img

{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    backdrop-filter: grayscale(81);
}

&::before {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-size: clamp(1.625rem, 1.2159rem + 2.0455vw, 2.75rem);
    color: #fff;
    font-weight: 780;
    margin-bottom: 20px;
}

p {
    color: #fff;
    font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
    text-align: justify;
    word-spacing: 10px;
    font-weight: 400;
}

a {
    font-size: clamp(1.625rem, 1.2159rem + 2.0455vw, 2.75rem);
    color: #fff;
    font-weight: 800;
    padding: 1% 10%;
    background-color: #01aaa7;
    display: inline-block;
    margin-top: 30px;
    transition: all ease-in-out .5s;
    &:hover

{
    scale: 0.95;
}

}



.container {
    max-width: 1160px;
    position: relative;
    z-index: 01;
}

}


.comment-form {
    border-top: 1px solid #e5e5e5;
    padding-block: 2em;
    margin-bottom: 50px;
    h3

{
    margin-bottom: 5px;
}

}

.read-more-btn {
    color: #9d7249;
    font-size: 15px;
    &:hover

{
    color: #000;
    text-decoration: none;
}

}

.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;
}

}



.Explore-btn {
    border-color: #aa7f6e;
    background-color: #aa7f6e;
    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;
    margin-block: 30px;
    display: inline-block;
    &:hover

{
    background-color: #3a3a3a;
    color: #fff;
}

}


.BE-PART-Wrapper.banner {
    min-height: 60vh;
    place-content: center;
}


@media (max-width:767px) {
    .detail-heading-wrapper {
        .author-img

{
    width: 50px;
    height: 50px;
}

}
}
