/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 15px 0;
min-height: 40px;
margin-top: 72px;
}
@media (max-width: 992px) {
.breadcrumbs {
margin-top: 58px;
}
}
.breadcrumbs h2 {
font-size: 24px;
font-weight: 300;
}
.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
justify-content: center;
}
.breadcrumbs ol li+li {
padding-left: 10px;
}
.breadcrumbs ol li+li::before {
display: inline-block;
padding-right: 10px;
color: #1a5e90;
content: "/";
}
@media (max-width: 768px) {
.breadcrumbs .d-flex {
display: block !important;
}
.breadcrumbs ol {
display: block;
}
.breadcrumbs ol li {
display: inline-block;
}
}
/*--------------------------------------------------------------
# Create Blog
--------------------------------------------------------------*/
.style-blog {
margin-top: 30px;
font-size: 1.3rem;
color: var(--heading-color);
font-weight: 400;
}
.style-blog-title {
margin: 0;
font-size: 38px;
font-weight: 500;
line-height: 40px;
color: #7492a9;
font-family: "Poppins", sans-serif;
}
/*--------------------------------------------------------------
# Button Blog
--------------------------------------------------------------*/
.btn-products {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
padding: 10px 35px;
border-radius: 5px;
transition: 0.5s;
margin-top: 10px;
color: #fff;
background-color: #355e7e;
}
.btn-products:hover {
color: #fff;
background-color: #355e7e94;
}
/*--------------------------------------------------------------
# Screen Blog
--------------------------------------------------------------*/
@media screen and (max-width: 425px) {
.blog-details .hero-img {
margin-top: 0 !important;
}
.blog-details .article-content .content-header .title {
font-size: 23px !important;
}
.blog-details .article-content {
padding: 0 !important;
}
.blog-details .article-content .content h2 {
font-size: 22px !important;
}
.blog-details .article-content .content .lead {
font-size: 18px !important;
font-weight: 400 !important;
line-height: 22px !important;
}
.style8 {
font-size: 18px !important;
font-weight: 400 !important;
line-height: 22px !important;
}
}
/*--------------------------------------------------------------
# Blog - Latest Posts Section
--------------------------------------------------------------*/
.latest-posts article {
background-color: #ffffff;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
padding: 30px;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.latest-posts .post-img {
max-height: 240px;
margin: -30px -30px 15px -30px;
overflow: hidden;
}
.latest-posts .post-category {
font-size: 16px;
color: #000000;
margin-bottom: 10px;
}
.latest-posts .title {
font-size: 20px;
font-weight: 700;
padding: 0;
margin: 0 0 20px 0;
}
.latest-posts .title a {
color: #000000;
transition: 0.3s;
}
.latest-posts .title a:hover {
color: var(--accent-color);
}
.latest-posts .post-author-img {
width: 50px;
margin-right: 15px;
}
.latest-posts .post-author {
font-weight: 600;
margin-bottom: 5px;
color: #000000;
}
.latest-posts .post-date {
font-size: 14px;
color: #000000;
margin-bottom: 0;
}
/*--------------------------------------------------------------
# Category Section Section
--------------------------------------------------------------*/
.category-section .featured-post {
margin-bottom: 40px;
}
.category-section .featured-post .post-img {
border-radius: 12px;
overflow: hidden;
margin-bottom: 20px;
}
.category-section .featured-post .post-img img {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
}
.category-section .featured-post .category-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.category-section .featured-post .post-category {
font-size: 13px;
font-weight: 600;
color: var(--accent-color);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.category-section .featured-post .author-meta {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
.category-section .featured-post .author-meta .author-img {
width: 30px;
height: 30px;
border-radius: 50%;
}
.category-section .featured-post .author-meta .author-name {
color: var(--heading-color);
font-weight: 500;
}
.category-section .featured-post .author-meta .post-date {
color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.category-section .featured-post .author-meta .post-date:before {
content: "-";
margin: 0 8px;
}
.category-section .featured-post .title {
font-size: 20px;
line-height: 1.4;
margin: 0;
}
.category-section .featured-post .title a {
color: var(--heading-color);
transition: color 0.3s;
}
.category-section .featured-post .title a:hover {
color: var(--accent-color);
}
.category-section .list-post {
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 25px;
}
.category-section .list-post .post-img {
flex: 0 0 100px;
border-radius: 8px;
overflow: hidden;
}
.category-section .list-post .post-img img {
width: 100px;
height: 100px;
object-fit: cover;
}
.category-section .list-post .post-content {
flex: 1;
}
.category-section .list-post .post-category {
font-size: 13px;
font-weight: 500;
color: var(--accent-color);
margin-bottom: 8px;
display: inline-block;
}
.category-section .list-post .title {
font-size: 17px;
line-height: 1.5;
margin: 0 0 8px 0;
}
.category-section .list-post .title a {
color: var(--heading-color);
transition: color 0.3s;
}
.category-section .list-post .title a:hover {
color: var(--accent-color);
}
.category-section .list-post .post-meta {
font-size: 13px;
color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.category-section .list-post .post-meta .read-time:after {
content: "•";
margin: 0 8px;
}
@media (max-width: 992px) {
.category-section .featured-post .title {
font-size: 18px;
}
}
@media (max-width: 768px) {
.category-section .list-post .post-img {
flex: 0 0 80px;
}
.category-section .list-post .post-img img {
width: 80px;
height: 80px;
}
.category-section .list-post .title {
font-size: 15px;
}
}
/*--------------------------------------------------------------
# Category Postst Section
--------------------------------------------------------------*/
.category-postst article {
background-color: var(--surface-color);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
padding: 30px;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.category-postst .post-img {
max-height: 240px;
margin: -30px -30px 15px -30px;
overflow: hidden;
}
.category-postst .post-category {
font-size: 16px;
color: color-mix(in srgb, var(--default-color), transparent 40%);
margin-bottom: 10px;
}
.category-postst .title {
font-size: 20px;
font-weight: 700;
padding: 0;
margin: 0 0 20px 0;
}
.category-postst .title a {
color: var(--heading-color);
transition: 0.3s;
}
.category-postst .title a:hover {
color: var(--accent-color);
}
.category-postst .post-author-img {
width: 50px;
border-radius: 50%;
margin-right: 15px;
}
.category-postst .post-author {
font-weight: 600;
margin-bottom: 5px;
}
.category-postst .post-date {
font-size: 14px;
color: color-mix(in srgb, var(--default-color), transparent 40%);
margin-bottom: 0;
}
/*--------------------------------------------------------------
# Pagination 2 Section
--------------------------------------------------------------*/
.pagination-2 {
padding-top: 0;
color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.pagination-2 ul {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.pagination-2 li {
margin: 0 5px;
transition: 0.3s;
}
.pagination-2 li a {
color: var(--accent-color);
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid var(--accent-color);
}
.pagination-2 li a.active,
.pagination-2 li a:hover {
background: var(--accent-color);
color: var(--contrast-color);
}
.pagination-2 li a.active a,
.pagination-2 li a:hover a {
color: var(--contrast-color);
}
/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
max-width: 1000px;
margin: 0 auto;
}
.blog-details .hero-img {
position: relative;
width: 100%;
height: 500px;
margin: 0 auto 3rem;
border-radius: 16px;
overflow: hidden;
}
.blog-details .hero-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-details .hero-img .meta-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 2rem;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.blog-details .hero-img .meta-overlay .meta-categories .category {
color: var(--contrast-color);
background-color: var(--accent-color);
padding: 0.4rem 1rem;
border-radius: 30px;
font-size: 0.9rem;
text-decoration: none;
transition: all 0.3s ease;
}
.blog-details .hero-img .meta-overlay .meta-categories .category:hover {
background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.blog-details .hero-img .meta-overlay .meta-categories .divider {
color: var(--contrast-color);
margin: 0 0.75rem;
}
.blog-details .hero-img .meta-overlay .meta-categories .reading-time {
color: var(--contrast-color);
font-size: 0.9rem;
}
.blog-details .hero-img .meta-overlay .meta-categories .reading-time i {
margin-right: 0.3rem;
}
@media (max-width: 768px) {
.blog-details .hero-img {
height: 350px;
margin-top: -30px;
margin-bottom: 2rem;
}
}
.blog-details .article-content {
padding: 0 1rem;
}
.blog-details .article-content .content-header {
margin-bottom: 3rem;
}
.blog-details .article-content .content-header .title {
font-size: 2.8rem;
line-height: 1.2;
margin-bottom: 2rem;
font-weight: 700;
color: var(--heading-color);
}
@media (max-width: 768px) {
.blog-details .article-content .content-header .title {
font-size: 2rem;
}
}
.blog-details .article-content .content-header .author-info {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
padding-bottom: 2rem;
border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.blog-details .article-content .content-header .author-info .author-details {
display: flex;
align-items: center;
gap: 1rem;
}
.blog-details .article-content .content-header .author-info .author-details .author-img {
width: 50px;
height: 50px;
object-fit: cover;
}
.blog-details .article-content .content-header .author-info .author-details .info h4 {
margin: 0;
font-size: 1.1rem;
color: var(--heading-color);
}
.blog-details .article-content .content-header .author-info .author-details .info .role {
font-size: 0.9rem;
color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.blog-details .article-content .content-header .author-info .post-meta {
color: color-mix(in srgb, var(--default-color), transparent 30%);
font-size: 0.95rem;
}
.blog-details .article-content .content-header .author-info .post-meta i {
margin-right: 0.3rem;
}
.blog-details .article-content .content-header .author-info .post-meta .divider {
margin: 0 0.75rem;
}
.blog-details .article-content .content {
font-size: 1.15rem;
line-height: 1.8;
color: color-mix(in srgb, var(--default-color), transparent 10%);
}
.blog-details .article-content .content .lead {
font-size: 1.3rem;
color: var(--heading-color);
margin-bottom: 2rem;
font-weight: 400;
}
.blog-details .article-content .content h2 {
font-size: 2rem;
color: var(--heading-color);
margin: 3rem 0 1.5rem;
}
.blog-details .article-content .content p {
margin-bottom: 1.5rem;
}
.blog-details .article-content .content ul {
margin-bottom: 2rem;
padding-left: 1.2rem;
}
.blog-details .article-content .content ul li {
margin-bottom: 0.75rem;
position: relative;
}
.blog-details .article-content .content .content-image {
margin: 2.5rem 0;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.blog-details .article-content .content .content-image.right-aligned {
float: right;
max-width: 450px;
margin: 1rem 0 2rem 2rem;
}
@media (max-width: 768px) {
.blog-details .article-content .content .content-image.right-aligned {
float: none;
max-width: 100%;
margin: 2rem 0;
}
}
.blog-details .article-content .content .content-image img {
width: 100%;
height: auto;
}
.blog-details .article-content .content .content-image figcaption {
padding: 1rem;
text-align: center;
font-size: 0.9rem;
color: color-mix(in srgb, var(--default-color), transparent 30%);
background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
}
.blog-details .article-content .content .highlight-box {
background: color-mix(in srgb, var(--accent-color), transparent 95%);
border-radius: 12px;
padding: 2rem;
margin: 2.5rem 0;
}
.blog-details .article-content .content .highlight-box h3 {
color: var(--heading-color);
margin-bottom: 1.5rem;
font-size: 1.5rem;
}
.blog-details .article-content .content .highlight-box .trend-list {
list-style: none;
padding: 0;
margin: 0;
}
.blog-details .article-content .content .highlight-box .trend-list li {
display: flex;
align-items: center;
margin-bottom: 1rem;
padding: 0.5rem 0;
}
.blog-details .article-content .content .highlight-box .trend-list li i {
color: var(--accent-color);
font-size: 1.5rem;
margin-right: 1rem;
}
.blog-details .article-content .content .highlight-box .trend-list li span {
color: var(--heading-color);
font-weight: 500;
}
.blog-details .article-content .content .content-grid {
margin: 3rem 0;
}
.blog-details .article-content .content .content-grid .info-card {
background: var(--surface-color);
border-radius: 12px;
padding: 2rem;
height: 100%;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
}
.blog-details .article-content .content .content-grid .info-card:hover {
transform: translateY(-5px);
}
.blog-details .article-content .content .content-grid .info-card i {
font-size: 2rem;
color: var(--accent-color);
margin-bottom: 1rem;
}
.blog-details .article-content .content .content-grid .info-card h4 {
color: var(--heading-color);
margin-bottom: 1rem;
font-size: 1.3rem;
}
.blog-details .article-content .content .content-grid .info-card p {
margin: 0;
font-size: 1rem;
line-height: 1.6;
}
.blog-details .article-content .content blockquote {
position: relative;
margin: 3rem 0;
padding: 2rem 3rem;
background: var(--surface-color);
border-radius: 12px;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.blog-details .article-content .content blockquote::before {
content: '"';
position: absolute;
top: -20px;
left: 20px;
font-size: 8rem;
color: color-mix(in srgb, var(--accent-color), transparent 85%);
font-family: serif;
line-height: 1;
}
.blog-details .article-content .content blockquote p {
font-size: 1.3rem;
font-style: italic;
color: var(--heading-color);
margin: 0 0 1rem;
position: relative;
}
.blog-details .article-content .content blockquote cite {
font-style: normal;
color: color-mix(in srgb, var(--default-color), transparent 30%);
font-size: 0.95rem;
display: block;
}
.blog-details .article-content .meta-bottom {
margin-top: 4rem;
padding-top: 2rem;
border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
display: grid;
gap: 2rem;
}
.blog-details .article-content .meta-bottom h4 {
color: var(--heading-color);
font-size: 1.1rem;
margin-bottom: 1rem;
}
.blog-details .article-content .meta-bottom .tags {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.blog-details .article-content .meta-bottom .tags .tag {
background: color-mix(in srgb, var(--accent-color), transparent 90%);
color: var(--accent-color);
padding: 0.5rem 1rem;
border-radius: 30px;
font-size: 0.9rem;
text-decoration: none;
transition: all 0.3s ease;
}
.blog-details .article-content .meta-bottom .tags .tag:hover {
background: var(--accent-color);
color: var(--contrast-color);
}
.blog-details .article-content .meta-bottom .social-links {
display: flex;
gap: 1rem;
}
.blog-details .article-content .meta-bottom .social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: color-mix(in srgb, var(--accent-color), transparent 90%);
color: var(--accent-color);
transition: all 0.3s ease;
}
.blog-details .article-content .meta-bottom .social-links a:hover {
background: var(--accent-color);
color: var(--contrast-color);
transform: translateY(-2px);
}
.blog-details .article-content .meta-bottom .social-links a i {
font-size: 1.2rem;
}
/*--------------------------------------------------------------
# Search Results Posts Section
--------------------------------------------------------------*/
.search-results-posts article {
background-color: var(--surface-color);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
padding: 30px;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.search-results-posts .post-img {
max-height: 240px;
margin: -30px -30px 15px -30px;
overflow: hidden;
}
.search-results-posts .post-category {
font-size: 16px;
color: color-mix(in srgb, var(--default-color), transparent 40%);
margin-bottom: 10px;
}
.search-results-posts .title {
font-size: 20px;
font-weight: 700;
padding: 0;
margin: 0 0 20px 0;
}
.search-results-posts .title a {
color: var(--heading-color);
transition: 0.3s;
}
.search-results-posts .title a:hover {
color: var(--accent-color);
}
.search-results-posts .post-author-img {
width: 50px;
border-radius: 50%;
margin-right: 15px;
}
.search-results-posts .post-author {
font-weight: 600;
margin-bottom: 5px;
}
.search-results-posts .post-date {
font-size: 14px;
color: color-mix(in srgb, var(--default-color), transparent 40%);
margin-bottom: 0;
}
/*--------------------------------------------------------------
# Blog Comment Form Section
--------------------------------------------------------------*/
.blog-comment-form {
max-width: 900px;
margin: 0 auto 0 auto;
padding-top: 30px;
}
.blog-comment-form form {
padding: 30px;
background-color: var(--surface-color);
border-radius: 15px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog-comment-form .section-header {
text-align: center;
margin-bottom: 30px;
}
.blog-comment-form .section-header h3 {
font-size: 28px;
margin-bottom: 15px;
position: relative;
padding-bottom: 15px;
}
.blog-comment-form .section-header h3:after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: var(--accent-color);
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.blog-comment-form .section-header p {
color: color-mix(in srgb, var(--default-color), transparent 30%);
font-size: 15px;
margin: 0;
}
.blog-comment-form .form-group {
margin-bottom: 20px;
}
.blog-comment-form .form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: var(--heading-color);
font-size: 14px;
}
.blog-comment-form .form-group .form-control {
height: 48px;
padding: 10px 15px;
color: var(--default-color);
background-color: var(--surface-color);
border-radius: 8px;
border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
font-size: 14px;
transition: all 0.3s ease-in-out;
}
.blog-comment-form .form-group .form-control:focus {
border-color: var(--accent-color);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}
.blog-comment-form .form-group .form-control::placeholder {
color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.blog-comment-form .form-group .form-control:hover:not(:focus) {
border-color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.blog-comment-form .form-group textarea.form-control {
height: auto;
min-height: 120px;
resize: vertical;
}
.blog-comment-form .btn-submit {
padding: 12px 32px;
border-radius: 50px;
background: var(--accent-color);
color: var(--contrast-color);
border: none;
font-size: 16px;
font-weight: 500;
transition: 0.3s;
position: relative;
overflow: hidden;
}
.blog-comment-form .btn-submit:hover {
background: color-mix(in srgb, var(--accent-color), transparent 15%);
transform: translateY(-2px);
box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%);
}
.blog-comment-form .btn-submit:active {
transform: translateY(0);
box-shadow: none;
}
@media (max-width: 768px) {
.blog-comment-form {
padding: 20px;
}
.blog-comment-form .section-header h3 {
font-size: 24px;
}
.blog-comment-form .btn-submit {
width: 100%;
padding: 12px 20px;
}
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
margin: 30px 0 30px 0;
}
.widget-title {
color: var(--heading-color);
font-size: 20px;
font-weight: 600;
padding: 0 0 0 10px;
margin: 0 0 20px 0;
border-left: 4px solid var(--accent-color-five);
}
.widget-item {
margin-bottom: 30px;
background-color: color-mix(in srgb, var(--default-color), transparent 98%);
border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
padding: 30px;
border-radius: 5px;
}
.widget-item:last-child {
margin-bottom: 0;
}
.search-widget form {
background: var(--background-color);
border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
padding: 3px 10px;
position: relative;
border-radius: 50px;
transition: 0.3s;
}
.search-widget form input[type=text] {
border: 0;
padding: 4px 10px;
border-radius: 4px;
width: calc(100% - 40px);
background-color: var(--background-color);
color: var(--default-color);
}
.search-widget form input[type=text]:focus {
outline: none;
}
.search-widget form button {
background: none;
color: var(--default-color);
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
font-size: 16px;
padding: 0 16px;
transition: 0.3s;
line-height: 0;
}
.search-widget form button i {
line-height: 0;
}
.search-widget form button:hover {
color: var(--accent-color);
}
.search-widget form:is(:focus-within) {
border-color: var(--accent-color);
}
.categories-widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.categories-widget ul li {
padding-bottom: 10px;
}
.categories-widget ul li:last-child {
padding-bottom: 0;
}
.categories-widget ul a {
color: color-mix(in srgb, var(--default-color), transparent 20%);
transition: 0.3s;
}
.categories-widget ul a:hover {
color: var(--accent-color);
}
.categories-widget ul a span {
padding-left: 5px;
color: color-mix(in srgb, var(--default-color), transparent 50%);
font-size: 14px;
}
.recent-posts-widget .post-item {
display: flex;
margin-bottom: 15px;
}
.recent-posts-widget .post-item:last-child {
margin-bottom: 0;
}
.recent-posts-widget .post-item img {
width: 80px;
margin-right: 15px;
}
.recent-posts-widget .post-item h4 {
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
}
.recent-posts-widget .post-item h4 a {
color: var(--default-color);
transition: 0.3s;
}
.recent-posts-widget .post-item h4 a:hover {
color: var(--accent-color);
}
.recent-posts-widget .post-item time {
display: block;
font-style: italic;
font-size: 14px;
color: color-mix(in srgb, var(--default-color), transparent 50%);
}
.tags-widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.tags-widget ul li {
display: inline-block;
}
.tags-widget ul a {
background-color: color-mix(in srgb, var(--default-color), transparent 94%);
color: color-mix(in srgb, var(--default-color), transparent 30%);
border-radius: 50px;
font-size: 14px;
padding: 5px 15px;
margin: 0 6px 8px 0;
display: inline-block;
transition: 0.3s;
}
.tags-widget ul a:hover {
background: var(--accent-color);
color: var(--contrast-color);
}
.tags-widget ul a span {
padding-left: 5px;
color: color-mix(in srgb, var(--default-color), transparent 60%);
font-size: 14px;
}