/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/




header.entry-header.ast-no-title.ast-header-without-markup {
    display: none;
}
/* Main container styling */
.case-study-category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

/* Filter button styling */
.filter-btn {
    padding: 8px 20px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
}

.filter-btn:hover {
    background-color: #e0e0e0;
}

.filter-btn.active {
    background-color: #000;
    color: #fff;
}

/* Case studies grid */
#case-study-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.case-study {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.case-study:hover {
    transform: translateY(-5px);
}

.case-study-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.case-study h3 {
    margin: 15px;
    text-align: center;
}

.case-study h3 a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.case-study h3 a:hover {
    color: #000;
    text-decoration: underline;
}
/*22-5-2025*/
/* Container wrapper */
.case-study-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Sidebar */
.case-study-sidebar {
    flex: 0 0 250px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.case-study-sidebar h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.case-study-sidebar input[type="text"] {
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.case-study-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
}

.case-study-sidebar ul li {
    margin-bottom: 8px;
}

.case-study-sidebar label {
    font-size: 0.95rem;
    color: #555;
    cursor: pointer;
}

/* Content area */
.case-study-content {
    flex: 1;
    min-width: 250px;
}

/* Case Study items */
#case-study-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.case-study {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.case-study:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.case-study-thumbnail {
    margin-bottom: 10px;
}

.case-study-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.case-study h3 {
    font-size: 1rem;
    margin: 0;
}

.case-study h3 a {
    color: #2a2a2a;
    text-decoration: none;
}

.case-study h3 a:hover {
    color: #0073aa;
}

/* Responsive */
@media (max-width: 768px) {
    .case-study-filter-wrapper {
        flex-direction: column;
    }

    .case-study-sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .case-study-content {
        width: 100%;
    }
}

/*26-5-2025*/
/* Base styles are included in the inline style in PHP */
/* This file can be used for additional styling or overrides */

/* Responsive adjustments */
@media (max-width: 1024px) {
    .pure-testimonial-slide {
        flex: 0 0 calc(100% / 2) !important;
    }
}

@media (max-width: 767px) {
    .pure-testimonial-slide {
        flex: 0 0 100% !important;
    }
    
    .pure-slider-prev,
    .pure-slider-next {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
    }
}

/* Animation for slide transitions */
.pure-testimonial-slider {
    transition: transform var(--slide-speed, 500ms) ease;
}

/* Accessibility focus styles */
.pure-slider-prev:focus,
.pure-slider-next:focus,
.pure-slider-dots .dot:focus {
    outline: 2px solid #1e73be;
    outline-offset: 2px;
}

/*26-5-2025*/
.fixed-slider-container {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.fixed-testimonial-slider {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.fixed-slide {
    flex: 0 0 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Navigation */
.fixed-slider-prev,
.fixed-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.fixed-slider-prev {
    left: 10px;
}

.fixed-slider-next {
    right: 10px;
}

/* Dots */
.fixed-slider-dots {
    text-align: center;
    margin-top: 20px;
}

.fixed-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.fixed-dot.active {
    background: #333;
}

/* Responsive */
@media (max-width: 767px) {
    .fixed-slider-prev,
    .fixed-slider-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/*27-5-2025*/
 .testimonial-container {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

        .testimonial-slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .testimonial-slide {
            min-width: 100%;
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .testimonial-logo {
            font-size: 40px;
            font-weight: bold;
            color: #333;
            margin-right: 20px;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f0f0f0;
            border-radius: 50%;
        }

        .testimonial-company {
            flex: 1;
        }

        .testimonial-company h3 {
            font-size: 18px;
            color: #333;
            margin-bottom: 5px;
        }

        .testimonial-company p {
            font-size: 14px;
            color: #666;
        }

        .testimonial-quote {
            font-size: 16px;
            line-height: 1.6;
            color: #444;
            margin-bottom: 20px;
            font-style: italic;
            position: relative;
            padding-left: 20px;
            border-left: 3px solid #eee;
        }

        .read-more {
            display: inline-block;
            color: #2a7de1;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            transition: color 0.3s;
        }

        .read-more:hover {
            color: #1a5bb3;
        }

        .slider-nav {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .slider-dot.active {
            background: #2a7de1;
        }

        .slider-arrows {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .slider-arrow {
            pointer-events: all;
            background: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: all 0.3s;
            opacity: 0.7;
        }

        .slider-arrow:hover {
            opacity: 1;
            transform: scale(1.1);
        }

        .slider-arrow.prev {
            margin-left: 20px;
        }

        .slider-arrow.next {
            margin-right: 20px;
        }
/* Blog */
/* Grid Layout */
.epg-grid-container {
    display: grid;
    width: 100%;
}

/* Responsive Columns */
.epg-grid-1 {
    grid-template-columns: repeat(1, 1fr);
}

.epg-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.epg-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.epg-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Post Item */
.epg-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.epg-post:hover {
    transform: translateY(-5px);
}

.epg-post-thumbnail {
    overflow: hidden;
}

.epg-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.epg-post:hover .epg-post-thumbnail img {
    transform: scale(1.05);
}

.epg-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.epg-post-title {
    margin: 0 0 15px;
}

.epg-post-title a {
    text-decoration: none;
}

.epg-post-excerpt {
    margin-bottom: 15px;
}

.epg-read-more {
    display: inline-block;
    margin-top: auto;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .epg-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .epg-grid-4,
    .epg-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .epg-grid-4,
    .epg-grid-3,
    .epg-grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
/*body padding*/
body.wp-singular.page-template.page-template-elementor_header_footer.page.page-id-5364.logged-in.admin-bar.wp-theme-astra.wp-child-theme-astra-child.ehf-header.ehf-footer.ehf-template-astra.ehf-stylesheet-astra-child.ast-desktop.ast-page-builder-template.ast-no-sidebar.astra-4\.11\.2.ast-single-post.ast-inherit-site-logo-transparent.ast-hfb-header.elementor-default.elementor-template-full-width.elementor-kit-6.elementor-page.elementor-page-5364.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-blink.e--ua-chrome.e--ua-webkit {
    padding: 0px !important;
}
