.blog-detail-pg {
    background: #fff;
}
.blog-detail-pg .bnr {
    background: url('assets/images/architect-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 150px 0;
}
.bnr-title-box {
    display: inline-block;
    background: var(--primary-brown);
    padding: 30px;
    max-width: 45%;
}
.bnr-title-box h1 {
    font-family: var(--font-title);
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.blog-post-section {
    padding: 4rem 0;
}
.sidebar-form-wrapper {
    border: 1px solid #E0E0E0;
    padding: 2rem;
}
.sidebar-form-wrapper h4 {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-brown);
}
.sidebar-form-wrapper p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.5rem;
}
.form-group-floating {
    position: relative;
    margin-bottom: 2rem;
}
.form-control-underline {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    width: 100%;
    font-size: 0.9rem;
}
.form-control-underline:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: var(--primary-brown);
}
.btn-submit {
    background-color: #F0EBE3;
    border: 1px solid #E0E0E0;
    color: var(--primary-brown);
    padding: 0.75rem 2.5rem;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.2s ease;
    margin-top: 0;
}
.btn-submit:hover {
    background-color: #e6dfd1;
}
.article-content h2 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-brown);
}
.article-content h3 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--primary-brown);
}
.article-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.article-content p strong {
    font-weight: 700;
    color: #333;
}
.article-content img {
    border-radius: 15px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.article-content img.feat-img {
    max-width: 65%;
}
@media (min-width: 992px) {
    .sidebar-float-wrapper {
        float: right;
        width: 31%;
        margin-left: 3rem;
        margin-bottom: 2rem;
    }
}
.faq-section {
    padding: 4rem 0;
    background-image: url('assets/images/architect-bg.jpg');
    background-size: cover;
    background-position: center;
}
.faq-title {
    max-width: 90%;
    margin: auto;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 2rem;
}
.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: #ffffff;
    --bs-accordion-active-bg: transparent;
    max-width: 90%;
    margin: auto;
}
.accordion-item {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}
.accordion-button {
    background: transparent !important;
    padding: 1rem 1.5rem;
    font-size: 1rem;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.faq-icon-q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    margin-right: 1rem;
    font-weight: 600;
    flex-shrink: 0;
}
.accordion-button::after {
    content: '';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}
.accordion-body {
    color: rgba(255, 255, 255, 0.9);
    padding: 0 2rem 1rem 4.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}
.post-interaction-section {
    padding-top: 40px;
}
.like-article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.like-article-text h5 {
    font-weight: 700;
    color: #462308;
    margin-bottom: 0;
}
.like-article-text p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.like-buttons i {
    font-size: 1.8rem;
    color: #462308;
    cursor: pointer;
}
.like-buttons {
    display: flex;
    gap: 20px;
    font-size: 2rem;
    cursor: pointer;
    padding: 20px;
}
.btn-icon {
    transition: transform 0.1s ease;
    color: #555;
}
.fa-thumbs-up.active {
    color: #25d150ff;
}
.fa-thumbs-down.active {
    color: #e41e3f;
}
.press-animation {
    animation: bounce 0.3s linear;
}
@keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
.related-title {
    font-weight: 700;
    font-size: 26px;
    color: #462308;
    margin-bottom: 2rem;
}
.related-card {
    text-align: center;
    text-decoration: none;
    color: #462308;
    display: block;
}
.related-card img {
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.related-card p {
    font-size: 24px;
}
.rounded-frame {
    position: relative;
    margin-bottom: 20px;
}
.rounded-frame img {
    margin: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: relative;
    z-index: 9;
}
.rounded-frame:before {
    content: '';
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    right: -5px;
    background: transparent;
    border: 1px solid var(--primary-brown);
    bottom: -10px;
    border-radius: 20px;
}
@media (max-width: 991px) {
    .bnr-title-box {
        max-width: 80%;
    }
    .bnr-title-box h1 {
        font-size: 40px;
    }
    .sidebar-float-wrapper {
        margin-top: 3rem;
    }
}
