/**
 * Theme Name:     ONXIUS
 * Author:         Talha Rafique
 *  * Version:     1.0.13
 * Template:       hello-elementor
 * Text Domain:	   onxius
 * 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.
 * Theme URI:      http://onxius.com
 */

 .fqa-other-services-box {
            background: #ffffff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 24px 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.07);
            margin-bottom: 30px;
        }

        .fqa-other-services-title {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 16px 0;
            padding-bottom: 12px;
            border-bottom: 3px solid #2e7d32;
        }

        .fqa-other-services-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .fqa-other-services-list li {
            border-bottom: 1px solid #f0f0f0;
        }

        .fqa-other-services-list li:last-child {
            border-bottom: none;
        }

        .fqa-other-services-list li a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 11px 6px;
            color: #333333;
            text-decoration: none;
            font-size: 14.5px;
            line-height: 1.4;
            transition: all 0.25s ease;
        }

        .fqa-other-services-list li a:hover {
            color: #2e7d32;
            padding-left: 12px;
        }

        .fqa-other-services-list li a:hover .fqa-service-arrow {
            color: #2e7d32;
        }

        .fqa-service-arrow {
            font-size: 10px;
            color: #aaaaaa;
            flex-shrink: 0;
            transition: color 0.25s ease;
        }
 /* ------- FREE TRIAL CTA BOX ------- */
        .fqa-cta-box {
            background: linear-gradient(145deg, #1b5e20, #2e7d32);
            border-radius: 10px;
            padding: 24px 20px;
            text-align: center;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(46,125,50,0.3);
        }
        .fqa-cta-icon {
            font-size: 36px;
            margin-bottom: 8px;
        }
        .fqa-cta-title {
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }
        .fqa-cta-text {
            color: #c8e6c9;
            font-size: 14px;
            margin-bottom: 14px;
            line-height: 1.5;
        }
        .fqa-cta-features {
            list-style: none;
            padding: 0;
            margin: 0 0 18px 0;
            text-align: left;
        }
        .fqa-cta-features li {
            color: #e8f5e9;
            font-size: 13.5px;
            padding: 5px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .fqa-cta-features li:last-child {
            border-bottom: none;
        }
        .fqa-cta-button {
            display: block;
            background: #ffffff;
            color: #2e7d32 !important;
            font-weight: 700;
            font-size: 15px;
            padding: 12px 16px;
            border-radius: 6px;
            text-decoration: none !important;
            margin-bottom: 14px;
            transition: all 0.3s ease;
        }
        .fqa-cta-button:hover {
            background: #f1f8e9;
            transform: translateY(-1px);
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }
        .fqa-cta-phone {
            color: #c8e6c9;
            font-size: 13.5px;
        }
        .fqa-cta-phone a {
            color: #ffffff !important;
            text-decoration: none;
            font-weight: 600;
        }
        .fqa-cta-phone a:hover {
            text-decoration: underline;
        }

        /* ------- RECENT BLOG BOX ------- */
        .fqa-blog-box {
            background: #ffffff;
            border: 1px solid #e8e8e8;
            border-radius: 10px;
            padding: 22px 18px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.06);
            margin-bottom: 30px;
        }
        .fqa-blog-title {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 16px 0;
            padding-bottom: 12px;
            border-bottom: 3px solid #2e7d32;
        }
        .fqa-blog-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .fqa-blog-item {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .fqa-blog-item:last-child {
            border-bottom: none;
        }
        .fqa-blog-thumb {
            flex-shrink: 0;
            width: 65px;
            height: 65px;
            overflow: hidden;
            border-radius: 6px;
        }
        .fqa-blog-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .fqa-blog-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
        .fqa-blog-name {
            color: #1a1a1a;
            font-size: 13.5px;
            font-weight: 600;
            text-decoration: none;
            line-height: 1.4;
            transition: color 0.2s ease;
        }
        .fqa-blog-name:hover {
            color: #2e7d32;
        }
        .fqa-blog-date {
            color: #999999;
            font-size: 12px;
        }
        .fqa-blog-view-all {
            display: block;
            text-align: center;
            margin-top: 14px;
            padding: 9px;
            border: 2px solid #2e7d32;
            border-radius: 6px;
            color: #2e7d32 !important;
            font-weight: 600;
            font-size: 13.5px;
            text-decoration: none !important;
            transition: all 0.3s ease;
        }
        .fqa-blog-view-all:hover {
            background: #2e7d32;
            color: #ffffff !important;
        }
        
        /* Reserve space for the logo to prevent layout jump */
.site-logo img, .elementor-widget-image img {
    aspect-ratio: attr(width) / attr(height);
    height: auto;
}

/* Add a minimum height to your Hero Section so it doesn't 'snap' open */
.elementor-element-754eeab9 {
    min-height: 100vh; /* Adjust this to match your hero height */
    display: flex;
}

/* Increase padding for mobile containers */
@media (max-width: 767px) {
    .elementor-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    /* Add space between text blocks */
    p {
        margin-bottom: 20px !important;
        line-height: 1.8; /* Improves readability */
    }
}