/*
 Theme Name:   Techbiz Child
 Theme URI:    https://themeforest.vecuro.com/wordpress/techbiz/
 Description:  This is a child theme for Techbiz WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     techbiz
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  techbiz-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.header-links.style-white i, .header-links.style-white li {
    border-color: #ffffff;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none !important;
}
footer .widget_nav_menu a, footer .widget_meta a, footer .widget_pages a, footer .widget_archive a, footer .widget_categories a,footer p ,footer p a{
    color: #ffffff;
}
.footer-widget.widget_nav_menu a:hover,footer p a:hover{
   color:#069DE2;
}
.industry-ui {
    padding: 80px 20px;
    background: linear-gradient(180deg,#f4fbff,#fff);
}

.industry-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
}

@media(max-width:991px){
    .industry-grid{grid-template-columns:1fr;}
}

.industry-head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

.industry-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg,#3b82f6,#14b8a6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.industry-head h2 {
    font-size: 34px;
    margin: 0;
}

.industry-head p {
    color: #555;
    margin: 0;
}

.industry-desc {
    margin-bottom: 25px;
    color: #444;
}

.industry-box {
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.industry-box.blue {
    background: #eef5ff;
    border-left: 4px solid #3b82f6;
}

.industry-box.green {
    background: #ecfeff;
    border-left: 4px solid #14b8a6;
}

.industry-box h4 {
    margin-bottom: 12px;
}

.industry-box ul {
    padding-left: 18px;
}

.industry-box ul li {
    margin-bottom: 8px;
}

.industry-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.industry-card h4 {
    color: #dc2626;
    margin-bottom: 12px;
}
