.elementor-7283 .elementor-element.elementor-element-1dd4ffc{--display:flex;--min-height:37vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7283 .elementor-element.elementor-element-1dd4ffc:not(.elementor-motion-effects-element-type-background), .elementor-7283 .elementor-element.elementor-element-1dd4ffc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#332C3E;}.elementor-7283 .elementor-element.elementor-element-1dd4ffc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7283 .elementor-element.elementor-element-8e74d14{--display:flex;--min-height:60px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7283 .elementor-element.elementor-element-8e74d14:not(.elementor-motion-effects-element-type-background), .elementor-7283 .elementor-element.elementor-element-8e74d14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8772B0;}.elementor-7283 .elementor-element.elementor-element-8e74d14.e-con{--align-self:stretch;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-7283 .elementor-element.elementor-element-805e5e2{padding:0px 0px 0px 70px;}.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-menu-toggle{margin:0 auto;}.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-nav-menu .elementor-item{font-family:"Titillium Web";font-weight:600;}.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-7283 .elementor-element.elementor-element-805e5e2 .elementor-nav-menu--main .elementor-item:focus{color:#FFFFFF;fill:#FFFFFF;}.elementor-7283 .elementor-element.elementor-element-874b6d1{padding:0px 070px 0px 0px;}.elementor-7283 .elementor-element.elementor-element-7636956{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-7283 .elementor-element.elementor-element-8e74d14{--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;--margin-top:160px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-7283 .elementor-element.elementor-element-1dd4ffc{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-874b6d1 *//* Search Container */
.custom-search-container {
    position: relative;
    display: inline-block;
}

/* Search Toggle Icon */
.search-toggle {
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}

.search-toggle:hover {
    transform: scale(1.1);
}

.search-icon {
    font-size: 20px;
    color: #fff;
    transition: color 0.3s ease;
}

.search-toggle:hover .search-icon {
    color: #fff;
}

/* Search Form Wrapper */
.search-form-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

.search-form-wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Search Input Group */
.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-field {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.search-field:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0,115,170,0.1);
}

/* Search Buttons */
.search-submit {
    position: absolute;
    right: 35px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.search-submit:hover {
    color: #0073aa;
}

.search-close {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.search-close:hover {
    color: #ff4444;
}

/* Overlay Effect */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Force Load FontAwesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Agar CDN se nahi load ho raha toh */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33bd139 *//* Single Post Hero Section - Image Top */
.single-post-hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: white;
    align-items: flex-start; /* Content left pe */
}

/* Feature Image Top */
.post-hero-image {
      width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    padding: 40px 0;
    min-height: 500px;
}

.post-hero-image img {
     max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Content Below Image */
.post-hero-content {
  max-width: 800px;
    margin: 0; /* Center alignment hatayi */
    padding: 40px 20px;
    width: 100%;
    text-align: left; /* Text left align */

}

.post-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #64748b;
}

.post-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-breadcrumb a:hover {
    color: #667eea;
}

.post-breadcrumb .current-post {
    color: #1e293b;
    font-weight: 600;
}

.post-category-badge {
    display: inline-block;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.post-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1e293b;
}

.post-meta-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #f1f5f9;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    font-size: 16px;
    color: #1e293b;
}

.post-date {
    font-size: 14px;
    color: #64748b;
}

.post-stats {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

/* Main Content Section */
.single-post-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 60px 20px;
}

.post-content-wrapper {
    display: flex;
    gap: 50px;
}

.post-main-content {
    flex: 1;
}

.post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
}

.post-content h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 40px 0 20px 0;
    color: #1e293b;
}

.post-content h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 30px 0 15px 0;
    color: #1e293b;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content blockquote {
    border-left: 4px solid #667eea;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #64748b;
    font-size: 1.2rem;
}

/* Tags Section */
.post-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0;
    padding: 25px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.tags-title {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
}

.tag-link {
    background: #f1f5f9;
    color: #475569;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tag-link:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

/* Author Box */
.author-box {
    display: flex;
    gap: 25px;
    background: #f8fafc;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
}

.author-avatar-large img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.author-bio h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #1e293b;
}

.author-bio p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Sidebar */
.post-sidebar {
    flex: 0 0 300px;
}

.toc-widget,
.share-widget,
.related-posts-widget {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.toc-widget h4,
.share-widget h4,
.related-posts-widget h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #1e293b;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.share-btn {
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.share-btn.facebook { background: #3b5998; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.linkedin { background: #0077b5; }
.share-btn.whatsapp { background: #25d366; }

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Related Posts */
.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-post {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.related-post:hover {
    background: #f8fafc;
    transform: translateX(5px);
    border-color: #e2e8f0;
}

.related-post-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.related-post-content {
    flex: 1;
}

.related-post-title {
    display: block;
    color: #1e293b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.related-post-title:hover {
    color: #667eea;
}

.related-post-date {
    font-size: 12px;
    color: #94a3b8;
}

/* Post Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-previous a,
.nav-next a {
    display: inline-block;
    padding: 15px 25px;
    background: #f8fafc;
    color: #475569;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.nav-previous a:hover,
.nav-next a:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.nav-next {
    text-align: right;
}

/* Comments Section */
.comments-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .post-content-wrapper {
        gap: 40px;
    }
    
    .post-sidebar {
        flex: 0 0 280px;
    }
}

@media (max-width: 968px) {
    .single-post-hero {
        padding: 0;
    }
    
    .post-hero-image img {
        height: 400px;
    }
    
    .post-hero-content {
        padding: 30px 20px;
    }
    
    .post-title {
        font-size: 2.2rem;
    }
    
    .post-content-wrapper {
        flex-direction: column;
    }
    
    .post-sidebar {
        flex: 1;
    }
    
    .post-meta-hero {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .post-navigation {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-next {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .post-hero-image img {
        height: 300px;
    }
    
    .post-title {
        font-size: 1.8rem;
    }
    
    .post-content {
        font-size: 16px;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .share-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .share-btn {
        flex: 1;
        min-width: 120px;
    }
    
    .post-tags {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .post-hero-image img {
        height: 250px;
    }
    
    .post-hero-content {
        padding: 20px 15px;
    }
    
    .post-title {
        font-size: 1.6rem;
    }
    
    .single-post-content {
        padding: 0 15px 40px 15px;
    }
    
    .post-content-wrapper {
        gap: 30px;
    }
}/* End custom CSS */