/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child Theme is a child theme for Hello Elementor, designed to allow safe customization of the parent theme while maintaining compatibility with updates.
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Template: hello-elementor
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
Add your custom CSS below this line
*/

/* ================================
   Custom Popup Styles
================================ */

/* Popup Overlay */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup Active State */
.custom-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Content */
.custom-popup-content {
    background: white;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.custom-popup-overlay.active .custom-popup-content {
    transform: scale(1);
}

/* Popup Header */
.custom-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
}

.custom-popup-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

/* Close Button */
.custom-popup-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-popup-close:hover {
    background-color: #f5f5f5;
    color: #333;
}

/* Popup Body */
.custom-popup-body {
    padding: 24px;
}

.custom-popup-body p {
    margin: 0 0 16px 0;
    color: #666;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .custom-popup-content {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .custom-popup-content {
        max-width: 95%;
        width: 95%;
        margin: 20px;
        max-height: 90vh;
    }
    
    .custom-popup-header {
        padding: 16px 20px;
    }
    
    .custom-popup-body {
        padding: 20px;
    }
    
    .custom-popup-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .custom-popup-content {
        width: 98%;
        margin: 10px;
        max-height: 95vh;
        border-radius: 6px;
    }
    
    .custom-popup-header {
        padding: 12px 16px;
    }
    
    .custom-popup-body {
        padding: 16px;
    }
    
    .custom-popup-title {
        font-size: 18px;
    }
    
    .custom-popup-close {
        font-size: 24px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 360px) {
    .custom-popup-header {
        padding: 10px 12px;
    }
    
    .custom-popup-body {
        padding: 12px;
    }
    
    .custom-popup-title {
        font-size: 16px;
    }
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-description {
padding:15px 0;}
.forminator-ui.forminator-design--basic .forminator-description, .forminator-uiforminator-design--basic .forminator-description p {

font-family: "Inter", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
}
/* ================================
   Blog Details Page Styling
   Prefix: .single.single-post
================================ */

/* Main Content Area */
.single.single-post .site-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Post Title */
.single.single-post h1.entry-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #101010;
    margin-bottom: 20px;
}

/* Meta (date, author, etc.) */
.single.single-post .entry-meta {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* Post Content Base */
.single.single-post .entry-content {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #303030;
}

/* Paragraph Spacing */
.single.single-post .page-content p {
    margin-bottom: 20px;
	font-size:17px;
	line-height:32px;
}
.blog .page-content p {
    margin-bottom: 20px;
	font-size:17px;
	line-height:32px;
}

/* Headings Inside Content */
.single.single-post .entry-content h2,
.single.single-post .entry-content h3,
.single.single-post .entry-content h4 {
    font-family: 'Poppins', sans-serif;
    color: #101010;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 16px;
}

.single.single-post .entry-content h2 {
    font-size: 28px;
    font-weight: 600;
}

.single.single-post .entry-content h3 {
    font-size: 22px;
    font-weight: 600;
}

.single.single-post .entry-content h4 {
    font-size: 18px;
    font-weight: 600;
}

/* Lists */
.single.single-post .entry-content ul,
.single.single-post .entry-content ol {
    margin-bottom: 20px;
    padding-left: 22px;
}

.single.single-post .entry-content li {
    margin-bottom: 8px;
}

/* Images */
.single.single-post .entry-content img {
    margin: 30px 0;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

/* Blockquote */
.single.single-post .entry-content blockquote {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: italic;
    border-left: 4px solid #101010;
    padding-left: 20px;
    margin: 30px 0;
    color: #303030;
}

/* Links */
.single.single-post .entry-content a {
    color: #101010;
    text-decoration: underline;
}

.single.single-post .entry-content a:hover {
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {

    .single.single-post .site-main {
        padding: 40px 16px;
    }

    .single.single-post h1.entry-title {
        font-size: 28px;
        line-height:34px;
    }

    .single.single-post .entry-content {
        font-size: 15px;
    }

}
/* ================================
   Rank Math TOC Styling
   Prefix: .single.single-post
================================ */

/* TOC Wrapper */
.single.single-post #rank-math-toc {
    margin: 40px 0;
    padding: 20px 24px;
    border-radius: 8px;
    background: #f9f9f9;
}

/* UL Reset */
.single.single-post #rank-math-toc ul {
    margin: 0;
    padding-left: 20px;
}

/* List Items Spacing */
.single.single-post #rank-math-toc ul li {
    margin-bottom: 12px;
    line-height: 1.7;
}

/* TOC Links */
.single.single-post #rank-math-toc ul li a,
.single.single-post #rank-math-toc a {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
	line-height:32px;
    color: #303030;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover Effect */
.single.single-post #rank-math-toc ul li a:hover,
.single.single-post #rank-math-toc a:hover {
    color: #101010;
    text-decoration: underline;
}

/* Nested Lists (H3, H4) */
.single.single-post #rank-math-toc ul ul {
    margin-top: 8px;
    padding-left: 18px;
}

.single.single-post #rank-math-toc ul ul li {
    margin-bottom: 8px;
}
.single.single-post .page-content a {
    color: #303030;
    text-decoration: underline;
    font-weight: 500;
}

.single.single-post .page-content a:hover {
    color: #101010;
}
.single.single-post ul li {
margin-bottom:8px;
}
/* ================================
   Post Tags Styling
   Prefix: .single.single-post
================================ */

/* Tags Wrapper */
.single.single-post .post-tags {
    margin-top: 50px;
    padding: 24px 28px;
    background-color: #F9FAFB;
    border-radius: 10px;
}

/* "Tagged" Text */
.single.single-post .post-tags .tag-links {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #303030;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* Individual Tag Links */
.single.single-post .post-tags .tag-links a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #303030;
    text-decoration: none;
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
    line-height: 1;
}

/* Hover Effect */
.single.single-post .post-tags .tag-links a:hover {
    background: #101010;
    color: #ffffff;
    border-color: #101010;
}

/* ================================
   Blog Archive Layout
   Prefix: .blog
================================ */

/* Grid Layout */
.blog .page-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Post Card */
.blog .page-content article.post {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.blog .page-content article.post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Title */
.blog .page-content article.post .entry-title {
    margin-bottom: 12px;
}

.blog .page-content article.post .entry-title a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #101010;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog .page-content article.post .entry-title a:hover {
    opacity: 0.8;
}

/* Meta */
.blog .page-content article.post .entry-meta {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
}

/* Excerpt */
.blog .page-content article.post .entry-summary,
.blog .page-content article.post .entry-content {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #303030;
}

/* Read More */
.blog .page-content article.post a.more-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    color: #101010;
    text-decoration: none;
}

.blog .page-content article.post a.more-link:hover {
    text-decoration: underline;
}


/* ================================
   Responsive
================================ */

/* Tablet */
@media (max-width: 1024px) {
    .blog .page-content {
        gap: 30px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .blog .page-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px auto;
    }

    .blog .page-content article.post {
        padding: 20px;
    }

    .blog .page-content article.post .entry-title a {
        font-size: 20px;
    }
}
.blog.elementor-kit-8 h2 {
 line-height:0;
}
.blog .page-header {
display:none;
}
/* ================================
   Blog Pagination
   Prefix: .blog
================================ */

.blog nav.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto 40px;
    max-width: 1200px;
    padding: 0 20px;
}

/* Pagination Links */
.blog nav.pagination a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #101010;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Hover Effect */
.blog nav.pagination a:hover {
    background: #101010;
    color: #ffffff;
    border-color: #101010;
}

/* Arrow spacing */
.blog nav.pagination .meta-nav {
    font-size: 14px;
}

/* ================================
   Responsive
================================ */

@media (max-width: 768px) {
    .blog nav.pagination {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .blog nav.pagination a {
        justify-content: center;
        width: 100%;
    }
}
/* ================================
   Post Meta - Reading Time
================================ */

/* Meta Wrapper */
.post-meta {
    margin-bottom: 10px;
}

/* Reading Time */
.reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #303030;
}

/* SVG Icon */
.reading-time svg {
    width: 14px;
    height: 15px;
    flex-shrink: 0;
}
.wp-block-heading strong {
font-weight:500;}

/* Post Meta Layout */
.single.single-post .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Social Share */
.single.single-post .social-share {
    display: flex;
    gap: 14px;
}

.single.single-post .social-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    transition: all 0.3s ease;
}

.single.single-post .social-share a:hover {
    
    transform: translateY(-2px);
}

.single.single-post .social-share svg {
    width: 18px;
    height: 18px;
}
/* ================================
   Social Share - Brand Circle Style
================================ */

.single.single-post .social-share {
    display: flex;
    gap: 10px;
}

/* Base Style */
.single.single-post .social-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff; /* Icon color */
    transition: all 0.3s ease;
}

/* Facebook */
.single.single-post .social-share a[aria-label="Share on Facebook"] {
    background: #1877F2;
}

/* X (Twitter) */
.single.single-post .social-share a[aria-label="Share on X"] {
    background: #000000;
}

/* LinkedIn */
.single.single-post .social-share a[aria-label="Share on LinkedIn"] {
    background: #0A66C2;
}

/* SVG */
.single.single-post .social-share svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Hover Effect */
.single.single-post .social-share a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
color:#fff;
}
.forminator-field-stripe-ocs {
    background: #E5E7EB;
    padding: 25px 25px !important;
    border-radius: 15px;

}

/* ================================
   Blog Banner with Search
================================ */

/* Blog Banner Container */
.blog-banner {
    background-color: #FCEEED;
    padding: 100px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Blog Banner Content */
.blog-banner-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Blog Banner Title */
.blog-banner h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Blog Banner Description */
.blog-banner .banner-description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #303030;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Search Form Container */
.blog-banner-search {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

/* Search Input */
.blog-banner-search input[type="search"] {
    width: 100%;
    padding: 18px 24px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #ffffff;
    color: #101010;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Search Input Placeholder */
.blog-banner-search input[type="search"]::placeholder {
    color: #999;
}

/* Search Input Focus */
.blog-banner-search input[type="search"]:focus {
    border-color: #F74D4E;
    box-shadow: 0 4px 25px rgba(247, 77, 78, 0.15);
}

/* Search Button */
.blog-banner-search button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #F74D4E;
    border: none;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Search Button Hover */
.blog-banner-search button:hover {
    background: #E04344;
    transform: translateY(-50%) scale(1.05);
}

/* Search Icon */
.blog-banner-search button svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.blog-banner-search button svg path {
    fill: #fff;
}

/* Responsive Design for Blog Banner */
@media (max-width: 768px) {
    .blog-banner {
        padding: 60px 20px;
    }
    
    .blog-banner h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }
    
    .blog-banner .banner-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .blog-banner-search input[type="search"] {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .blog-banner-search button {
        width: 44px;
        height: 44px;
        right: 6px;
    }
}

@media (max-width: 480px) {
    .blog-banner {
        padding: 40px 15px;
    }
    
    .blog-banner h1 {
        font-size: 28px;
    }
    
    .blog-banner .banner-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .blog-banner-search input[type="search"] {
        padding: 14px 18px;
        font-size: 14px;
    }
    
    .blog-banner-search button {
        width: 40px;
        height: 40px;
        right: 5px;
    }
    
    .blog-banner-search button svg {
        width: 18px;
        height: 18px;
    }
}