.Looking-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px 20px;
    background-color: #f1f9f5;
    gap: 50px;
}

.Looking-content h1 {
    color: #0c8b51;
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 20px;
}

.Looking-content p {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 24px;
    font-family: "Arial", sans-serif;
    max-width: 600px;
}

.Looking-image {
    text-align: start;
}

.Looking-image img {
    width: 100%;
    height: auto;
}

/* Content and sidebar wrapper */
.content-sidebar-wrapper {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 20px;
	
}

/* Main content styles */
.main-content {
    flex: 1;
    padding: 40px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 61%);
    border-radius: 10px;
	margin-top: 30px;
}

/* Sidebar styles */
.sidebar-main {
    width: 300px;
    padding-left: 20px;
    border-left: 1px solid #eee;
    margin-top: 30px; /* Align with main content top */
}

/* Sidebar section styles */
.sidebar-section {
    margin-bottom: 30px;
}

.sidebar-section h3 {
    margin-bottom: 15px;
    font-size: 27px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

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

.sidebar-section ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.sidebar-section ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

.sidebar-section ul li a:hover {
    color: #0c8b51;
}

/* Search form styles */
.sidebar-main .search-form {
    display: flex;
    margin-bottom: 20px;
}

.sidebar-main .search-form form {
    display: flex;
    width: 100%;
}

.sidebar-main .search-form input[type="search"] {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.sidebar-main .search-form input[type="submit"] {
    background-color: #0c8b51;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.featured-image {
    max-width: 1200px;
    margin: auto;
	margin-bottom:50px;
}

.h-text {
    
    font-size: 40px;
    text-align: start;
}

.featured-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
	    border-radius: 10px
}

.entry-content1 {
 
    max-width:1200px;
	
}

.entry-content1 p {
    font-size: 18px;

    line-height: 1.6;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .Looking-section {
        flex-direction: row;
    }
    .Looking-content h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: start;
    }
    .Looking-content p {
        font-size: 16px;
        text-align: start;
    }
	 .content-sidebar-wrapper {
      gap:20px
    }
	
}

@media (max-width: 768px) {
    .Looking-section {
        flex-direction: column;
        text-align: center;
    }
    .Looking-content h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .Looking-content p {
        font-size: 15px;
    }
    .content-sidebar-wrapper {
        flex-direction: column;
    }
    .main-content {
        padding-right: 0;
    }
    .sidebar-main {
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #eee;
        padding-top: 30px;
        margin-top: 30px;
    }
    .featured-image {
        padding: 0;
    }
	.featured-image img{
		max-width:95%
	}
    .h-text {
        font-size: 32px;
    }
    .entry-content1 p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .Looking-content h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .Looking-content p {
        font-size: 14px;
    }
    .Looking-section {
        padding: 30px 15px;
        min-height: auto;
    }
    .h-text {
        font-size: 28px;
    }
}


/* Comments Section Styling */
.comments-section { 
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    overflow-x: clip;
	max-width: 1200px ;
    margin: auto;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-metadata {
    font-size: 0.85em;
    color: #777;
    margin-bottom: 10px;
}

.comment-content {
    margin-bottom: 5px;
}

.comment-respond {
	font-size: 18px;
    margin-top: 30px;
}

.comment-form label {
    display: block;
    margin-bottom: 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.comment-form input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.logged-in-as a{
	text-decoration:none;

}
.comment-form input[type="submit"]:hover {
    background-color: #005a87;
}
.url {
    text-decoration: none;
    
}
.commentmetadata a{
	color: #000;
}

.tag-cloud a {
	text-decoration:none;
	color: #000;
}
.says{
	padding-left: 10px;
}