/*
Theme Name: PS Theme
Author: Ravinder Kumar
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
	margin: 0;
    padding: 0;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a {
    text-decoration: none;
}
.main-nav a {
    margin-left: 2.29rem;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
}
.phone-block {
    text-align: right;
    font-size: 0.9rem;
}
.mobile-menu-toggle {
	display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-menu-toggle span {
    width: 28px;
    height: 3px;
    background: #000;
    display: block;
}
.phone-block strong {
    display: block;
    font-size: 1.1rem;
    color: #10b981;
}
header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.main-nav .menu {
	list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}
footer {
    background: #1a1a1a;
    color: #999;
    padding: 3rem 2rem 1rem;
}
.footer-widgets {
	max-width: 1200px;
	padding: 0 2rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer-widget h4 {
	color: #10b981;
    margin-bottom: 1rem;
	margin-top: 0px;
}
.footer-widget .menu {
	list-style: none;
}
.footer-widget .menu li a, .footer-widget a {
	color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
	text-decoration: none;
}
.footer-widget .menu li a:hover, .footer-widget a:hover {
	color: #fff;
}
.footer-widget p {
	color: #ccc;
}
p.footer-number {
    margin: 8px 0px;
}
.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    font-size: 0.9rem;
}
.footer-bottom a {
	color: #999;
}
.single-post-content .single-post {
	padding: 4rem 0rem;
}
.page-content {
	padding: 4rem 0rem;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.ps-blog-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.ps-blog-item .ps-blog-img{
	height: 130px;
    background: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ps-blog-item .ps-blog-img a{
	height: 100%;
    display: block;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ps-blog-item .ps-blog-img img {
	width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 130px;
    object-fit: cover;
	vertical-align: middle;
}
.ps-blog-item .ps-blog-title {
	font-size: 1.3rem;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.single-post-content {
	font-size: 1rem;
    color: #666;
    line-height: 1.5em;
}
.ps-blog-item .ps-blog-excerpt {
    font-size: 1rem;
    color: #666;
    margin: 7px 0px 10px;
    line-height: 1.3em;
}
.ps-blog-item .ps-blog-title a{
    margin-bottom: 0.5rem;
    color: #10b981;
    text-decoration: none;
}
.single-post-title {
	font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #0f766e;
    line-height: 1.3em;
}
.ps-blog-item .ps-blog-read-more a {
    display: inline-block;
    margin-top: 0.5rem;
	color: #10b981;
    font-weight: 600;
    text-decoration: none;
}

.ps-pagination-wrapper {
    margin-top: 2rem;
    text-align: center;
}

.ps-pagination-wrapper a, .ps-pagination-wrapper span {
    display: inline-block;
    margin: 0 5px;
    padding: 6px;
    color: #0f766e;
    text-decoration: none;
	font-weight: 600;
    font-size: 1rem;
}

.ps-pagination-wrapper .current {
    color: #10b981;
}
.ps-pagination-wrapper .dots {
    display: inline-block;
    margin: 0 5px;
    color: #777;
}
#ps-loader {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    color: #0073aa;
}

.page-title-section {
	background: linear-gradient(135deg, #0f766e 0%, #10b981 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}
.page-title-section h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
	line-height: normal;
}
.single-post-content img{
	max-width:100%;
}
.single-post-thumbnail img {
	width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.single-post .single-post-content h1 {
	font-size: 2.5rem;
	line-height: 1.3em;
	color: #0f766e;
	margin: 15px 0px 10px;
}
.single-post .single-post-content h2 {
	font-size: 2rem;
	line-height: 1.3em;
	color: #0f766e;
	margin: 15px 0px 10px;
}
.single-post .single-post-content h3 {
	font-size: 1.5rem;
	line-height: 1.3em;
	color: #0f766e;
	margin: 15px 0px 10px;
}
.single-post .single-post-content h4 {
	font-size: 1rem;
	line-height: 1.2em;
	color: #0f766e;
	margin: 15px 0px 10px;
}
.single-post .single-post-content p{
	margin: 0px 0px 20px;
}
.single-post .single-post-content ol, .single-post .single-post-content ul {
    margin-left: 20px;
}
.single-post .single-post-content  ol li, .single-post .single-post-content ul li {
    margin-bottom: 7px;
}
.single-post-content .single-post a {
	color: #10b981;
	text-decoration: none;
}
.single-post-thumbnail {
    margin-bottom: 15px;
}
.single-post .wp-block-image {
	margin: 20px 0px;
}
.ps-blog-item {
	border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.ps-blog-item .ps-blog-detail {
    padding: 1.5rem;
}
.footer-bottom p {
	font-size: 1rem;
}


@media(max-width: 959px) {
	.ps-blog-grid-inner
	{
		gap: 1rem;
	}
}

@media(max-width: 768px) {
    .ps-blog-grid-inner {
        grid-template-columns: 1fr;
    }
	.header-container {
        flex-wrap: wrap;
        align-items: center;
    }
	nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        padding: 15px;
    }
	.mobile-menu-toggle {
        display: flex;
    }
	.phone-block {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        gap: 8px;
    }
	.main-nav .menu {
		flex-direction: column;
		text-align: center;
	}
	.main-nav .menu li {
		padding: 10px 0;
        border-bottom: 1px solid #eee;
        display: block;
        text-align: center;
	}
	.main-nav .menu li a {
		 margin-left: 0px;
	}
	.logo img {
        width: 180px;
        height: auto;
    }
	.page-title-section {
		 padding: 2rem 1rem;
	}
	footer{
		padding: 3rem 0rem 1rem;
	}
}
