/*
Theme Name: Biz Child Theme
Theme URI: https://biz.themerex.net/
Description: Biz is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 7.0
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: biz
Template: biz
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/*
 *
 *
 * General
 *
 *
 */
 
body {
    background: #fff !important;
}
 
.input-primary {
    padding: 0.6rem 1rem !important;
    border-radius: 1rem !important;
    font-size: 14px !important;
    height: auto !important;
    background: #fff !important;
}

.btn-primary, .elementor-button {
    padding: 0.8rem 1.8rem !important;
    border-radius: 2rem !important;
    height: auto !important;
    background: #78d361 !important;
    color: black !important;
    font-weight: 700 !important;
}

.elementor-social-icon {
    border: 0 !important;
}

ul.trx-addons-main-nav-menu .menu-item a:hover {
    color: #999 !important;
}

ul.trx-addons-main-nav-menu .current-menu-item a:link,
ul.trx-addons-main-nav-menu .current-menu-item a:visited 
{
    color: #125B3A !important;
    font-weight: bold !important;
}
ul.trx-addons-main-nav-menu .current-menu-item a:hover {
    color: #269563 !important;
}

#header-desktop > header {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

#header-mobile > div {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.section-label:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 27px;
    top: -15px;
    left: -20px;
    background-image: url('/wp-content/uploads/2026/08/Vector-1.png');
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    .section-label:before {
        top: -20px;
        left: 0px;
    }
}


/*
 * 
 * 
 *  Home Page: Hero Carousel
 * 
 * 
 */
 
.hero-carousel {
    width: 100% !important;
}

.hero-carousel .swiper {
	height: 100% !important;
	padding-bottom: 0 !important;
}

.hero-carousel .swiper-slide > div {
	background-size: cover !important;
	background-position: center center;
}

.hero-carousel .swiper-pagination {
	position: absolute !important;
	top: 95% !important;
	transform: scale(2) translate(-25%);
}

.hero-carousel .swiper-pagination-bullet {
	background: black !important;
}

@media screen and (max-width: 767px) {
    .hero-carousel .slide-badge {
        background: #000000 !important;
    }
    
    .hero-carousel .elementor-background-slideshow.swiper {
        width: 100% !important;
    }
}

/*
 * 
 * 
 * Home Page: What We Do
 * 
 * 
 */
#what-we-do-cards {
    margin-bottom: -210px !important;
}

@media screen and (max-width: 767px) {
    #what-we-do-cards {
        margin-bottom: 0px !important;
    }
}


/*
 * 
 * 
 * Home Page: Programs / Campaigns Tabs
 * 
 * 
 */

#programs-campaign-tabs .tabs-slide {
	border-radius: 12px;
	overflow: hidden;
}

#programs-campaign-tabs .tabs-slide::before {
	content: '';
	position: absolute;
	background-image: linear-gradient(to bottom, transparent, transparent, transparent, rgba(0,0,0,1));
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:1;
}

#programs-campaign-tabs .tabs-slide > .e-con-inner > .e-flexbox-base, #programs-campaign-tabs .tabs-slide > .e-flexbox-base {
	z-index: 2;
}

#programs-campaign-tabs .tabs-slide .elementor-button {
    background: transparent !important;
    color: white !important;
}

@media screen and (max-width: 767px) {
    #programs-campaign-tabs .tabs-slide::before {
        background-image: linear-gradient(to bottom, transparent, transparent, rgba(0,0,0,0.5), rgba(0,0,0,1));
    }
}

/*
 *
 *
 * Home Page: Impact Stories
 *
 *
 */
 
#impact-stories-taxonomy {
    display: flex !important;
    justify-content: flex-start;
}
 
#impact-stories-taxonomy button {
    padding: 0.6rem 1rem;
    border-radius: 2rem;
    border: 1px solid #888;
}

#impact-stories-taxonomy button:hover {
    transition: 0.2s;
    border-color: #555;
}
 
/*
 *
 *
 * Home Page: Blogs
 *
 *
 */
#blogs-intro {
    display: none;
}

/*
 *
 *
 * Home Page: Team
 *
 *
 */
#team .team-titles {
    position: relative !important;
}

/*
 *
 *
 * About Page
 *
 *
 */
@media screen and (max-width: 767px) {
    #about-cover {
        height: 400px;
    }
    #about-cover div {
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #about-cover img {
        height: 100%;
        width: auto !important;
        max-width: unset !important;
    }
}