:root {
    --primary-color: #2555f6;
    --hover-color: #1C45C9;
    --text-color: black;
    --font-family: 'DM Sans', sans-serif;
    --background-color: #fff;
    --border-color: rgba(0, 0, 0, 0.1);
    --secondary-text-color: #666;
	--highlight-color: #F7F7F8;
}

a {
	text-decoration: none;
	color: #2555f6;
}

.blog-card-title a {
	color: #000;
}

.wp-block-archives-list li::marker,
.wp-block-archives li::marker {
    display: none;
}

.blog-sidebar-container ul,
.blog-sidebar-container ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li::marker {
    display: none;
}

h1 {
	font-size: 28px;
}

html, body {
    background: var(--background-color);
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-family: var(--font-family);
}

.site-footer {
    color: var(--text-color);
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
}

.single-post-title {
    font-size: 48px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}


.tags-and-categories, .post-date {
	font-size: 16px;
	text-align: center;
}

.tags a {
	color: var(--primary-color);
}

.badge {
	text-decoration: none;
	background-color: var(--primary-color);
}

.btn {
	background-color: var(--primary-color);
	border-radius: 5px;
}

.page-wrap {
    padding-top: 50px;
}

.single-post-thumbnail {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
	height: 400px;
}

.tags-container,
.time-container {
    display: inline-block;
    font-size: 14px;
}

.time-container {
    text-align: right;
    color: var(--secondary-text-color);
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}

header.transparent {
    background-color: var(--background-color);
    box-shadow: none;
}

header.scrolled {
    position: fixed;
    background-color: var(--background-color);
    border-bottom: 1px solid var(--border-color);
}

.hero {
    position: relative;
    padding: 200px;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px 10px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    font-family: var(--font-family);
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.hero-button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.hero-button:hover {
    background-color: var(--hover-color);
    color: var(--background-color);
}

.card {
    border: none;
    margin: 0;
}

.blog-image {
    width: 100%;
    max-width: 100%;
    height: 150px; /* 200px */
    overflow: hidden;
    border-radius: 5px;
}

.card-img-top {
    width: 100%;
    display: block;
}

.card-body {
    padding: 0;
    margin: 0;
}

.blog-card-date {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    color: gray;
}

.blog-card-title {
    margin: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
}

.blog-card-excerpt {
    margin: 0;
    padding-top: 5px;
    font-size: 14px;
    color: #555;
}

.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .current {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.pagination a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.pagination .first,
.pagination .last {
    font-weight: bold;
}

.pagination .prev,
.pagination .next {
    font-size: 18px;
    font-weight: bold;
}





@media (max-width: 1400px) {
.blog-title {
	 margin-bottom: 1rem;
    font-size: 24px; 
}
.blog-description {
	 margin-bottom: 1rem;
    font-size: 18px; 

}
		.dekstop-btn {
		display: none;
	}
	
	.mob-btn {
		width: 100%;
	}
}

@media (min-width: 1400px) {
		.mob-btn {
		display: none;
	}
}

.blog-title {
	 margin-bottom: 1rem;
    font-size: 28px; 
}
.blog-description {
	 margin-bottom: 1rem;
    font-size: 16px; 
	font-weight: 300;
	color: #555;
}



.custom-banner {
    background-color: var(--highlight-color); 
    color: #000;
    padding: 5rem 0; 
    text-align: center; 
	border-radius: 5px;
}

.banner-title {
    font-size: 2rem;

}

.banner-description {
    font-size: 1.25rem; 

}

.custom-btn {
    background-color: #ffc107; 
    color: #212529; 
    font-size: 1.25rem; 
    padding: 0.75rem 1.5rem; 
    text-decoration: none; 
    border-radius: 5px; 
    display: inline-block; 
    transition: background-color 0.3s ease; 
}

.custom-btn:hover {
    background-color: #e0a800; 
    color: #212529;
}

.custom-container {
    width: 90%; 
    margin: 0 auto; 
}

.custom-row {
    display: flex;
    justify-content: center;
}

.custom-col {
    max-width: 600px; 
    padding: 1rem; 
}

.scroll-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--background-color);
    font-size: 14px;
    transition: background 0.3s, transform 0.3s;
}

.scroll-circle:hover {
    background-color: var(--hover-color);
    transform: translateY(-3px);
}

