/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774413339
Updated: 2026-03-25 04:35:39

*/

	/* Hero Styling */
.post-hero-section {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.7); /* Dark overlay taaki text dikhe */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    margin-left: 10%;
	margin-right: 5%;
}

.hero-title .highlight { color: #FF0000; }

/* Main Layout */
.single-post .post-layout-container {
    max-width: 1300px;
    margin: 40px auto 40px; 
    padding: 0 20px;
    position: relative;
    z-index: 9;
}

.single-service .post-layout-container {
    max-width: 1300px;
    margin: 30px auto; 
    padding: 0 20px;
    position: relative;
    z-index: 9;
}

.post-flex-row {
    display: flex;
    gap: 30px;
}

.post-main-content { flex: 2; }
.post-sidebar { flex: 1; }

.post-card {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 3%);
}

/* Sidebar Widgets Styling */
.sidebar-widget {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.widget-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Custom Recent Posts Widget Styling */
.rp-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.rp-thumb img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.rp-title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    line-height: 1.3;
}

.rp-date {
    font-size: 11px;
    color: #999;
}

/* Social Icons (Placeholder) */
.social-share-links {
    display: flex;
    gap: 10px;
}


/* blogs single page faq css   */

.faq-section {
    max-width: 100%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* GRID LAYOUT (IMPORTANT) */
.faq-grid {
   display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    margin: 60px auto;
    padding: 60px;
    width: 90%;
}

/* LEFT SIDE */
.faq-left h2 {
    font-size: 44px;
    font-weight: 700;
}
.faq-left h2 span {
    color: #CB0101;
}
.faq-left img {
    width: 100%;
    margin-top: 20px;
    border-radius: 12px;
	height:370px;
}

/* RIGHT SIDE */
.faq-right p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}



/* MOBILE */
@media(max-width:768px){
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile Fix */
@media (max-width: 991px) {
    .post-flex-row { flex-direction: column; }
    .hero-title { font-size: 32px; }
    .post-layout-container { margin-top: 20px; }
}

/*Service Details*/


