/*
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.4.17558601667
Updated: 2025-08-22 10:56:06

*/




#project-tabs {
        font-family: 'Graphik';
    }
    #project-tabs .ppt-tabs {
        display: flex;
        column-gap: 10px;
        row-gap: 20px;
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    #project-tabs .ppt-tabs {
        padding: 0;
    }
    #project-tabs .ppt-tabs li::marker {
        font-size: 0;
    }
    #project-tabs .ppt-tabs li a {
        background: #fff;
        font-size:14px;
        font-weight: 400;
        line-height: 16px;
        padding: 10px 15px;
        border: 1px solid #5f5f67;
    }
    #project-tabs .ppt-tabs li a {
        color: #5f5f67;
    }
    #project-tabs .ppt-tabs li a:hover, 
    #project-tabs .ppt-tabs li a.active,
    #project-tabs .ppt-tabs li:hover a
    {
        background: #01295D;
        border: 1px solid #01295D;
        color: #fff;
    }
    /*tab content*/
    #ppt-projects-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        row-gap:60px;
        column-gap: 20px;
    }
    h3.ppt-project-title, h3.ppt-project-title a {
        color: #1f1f26;
        font-weight: 600;
        font-size: 30px;
        line-height: 42px;
        margin: 10px 0;
        height: 45px;
        overflow: hidden;
    }
    .ppt-project-excerpt, .ppt-project-excerpt a {
        color: #5f5f67;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 30px;
        height: 46px;
        overflow: hidden;
    }
    .ppt-project-buttons {
        display: flex;
        gap:10px;
        justify-content: center;
    }
    .ppt-project-buttons a button {
        color: #fff;
        border: none;
        border-radius: 0;
        font-size: 13px;
        line-height: 17px;
        font-weight: 400;
        padding: 15px;
        text-transform: uppercase
    }
    .ppt-project-buttons a.detail-btn button {
        background:#069344;
    }
    .ppt-project-buttons a.view-btn button {
        background:#012A5E;
    }
    .ppt-project-buttons a button::after {
        content: url(http://52.89.132.181/~webmasterservice/wp-content/uploads/2025/08/svg.svg);
        margin: 0px 0 0px 10px;
        position: relative;
        top: 1px;
    }
    /*pagination*/
    .ppt-pagination {
        display: flex;
        justify-content: center;
        margin: 50px 0 0;
        gap: 10px;
        align-items: center;
    }
    .ppt-pagination a {
        background:#fff;
        color: #012A5E;
        padding: 4px 12px;
        border-radius: 3px;
        font-size: 18px;
        line-height: 27px;
        font-weight:500;
        border: 1px solid #012A5E;
    }
    .ppt-pagination a.active {
        background: #012A5E;
        color:#fff;
    }
    
    
    
    /*faq */
    .faq-sec details {
        box-shadow: 0px 0px 10px 0px #00000018
    }
    
    
    /*loader */
    .ppt-spinner {
        margin: 30px auto;
        width: 40px;
        height: 40px;
        border: 4px solid #ccc;
        border-top: 4px solid #333;
        border-radius: 50%;
        animation: ppt-spin 1s linear infinite;
    }
    
    @keyframes ppt-spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    
    
    
    /*ipad pro*/
    @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) 
    {
        .ppt-project-buttons {
            flex-wrap: wrap;
            flex-direction: column;
        }
        .ppt-project-buttons a button {
            width: 100%;
        }
    }
    
    /*ipad*/
    @media only screen and (max-width:1024px)
    {
        #ppt-projects-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    /*mobile */
    @media only screen and (max-width:767px)
    {
        #ppt-projects-container {
            grid-template-columns: repeat(1, 1fr);
        }
        .ppt-project-buttons {
            flex-wrap: wrap;
            flex-direction: column;
        }
        .ppt-project-buttons a button {
            width: 100%;
        }
    }   
