/*
Theme Name: Vayu
Author: ShineDezign
Description: Vayu is an extremely dynamic and multipurpose WordPress theme that is built to cater for numerous web project designs. Whether you want to start a personal blog, or a business website or an e-commerce platform, Vayu offers everything necessary for someone to achieve great results. Some of the advanced options that have been incorporated in the theme include: advanced theme options, an amazing Parallax effect, Lazy Load, and many other powerful features that enhance site performance. Vayu is also fully responsive which makes it easy for the website to be viewed on any device, it has a lot of customization features making it possible to fit it into the design of the brand. It is designed to have an easy task and a perfect task with an ability to conduct great features. And also it's a great fit for anyone that is looking for a professional website and would want to build it with ease. Vayu is suitable whether you know how to code or not, in either case, stunning websites can be built quickly and efficiently in the contemporary world. 
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0.3
Text Domain: vayu
Tags: e-commerce, one-column, two-columns, left-sidebar, editor-style, custom-colors, custom-logo, threaded-comments, blog, featured-images, custom-background, style-variations
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

 
.tab-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--vayu-primary-color);
    max-width: max-content;
    margin: 0 auto 50px;
    border-radius: 30px;
    padding: 5px;
}
.tab-nav .tab-title.active, .tab-nav .tab-title:hover {
    background: var(--vayu-primary-color);
    color: #fff;
}
.tab-nav .tab-title {
    background: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    color: var(--vayu-primary-color);
    transition: 0.3s ease all;
    cursor: pointer;
}
 .inside-tabs .wp-block-vayu-vayu-tabs.tabs .tabs-content {
    padding-bottom: calc(100vh - 116px);
} 
.inside-tabs .wp-block-vayu-vayu-tabs.tabs {
    position: relative;margin-bottom: 0;
} 
.inside-tabs .tab-nav {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    border: none;
    min-height: 149px; 
    border-top: 1px solid rgb(255 255 255 / 13%);
    padding: 0;
}
 .wp-block-vayu-vayu-tabs.tabs .tab-nav {
    margin-left: auto;
    margin-right: 0;
}
.inside-tabs .tab-nav .tab-title {
    background: none;
    display: grid;
    align-items: center;
    color: #DFDFDF;
    font-weight: 600;
    font-size: 24px;
    position: relative;
}
.inside-tabs .tab-nav .tab-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease all;
}
.inside-tabs .tab-nav .tab-title.active:before{
    opacity: 1
}
 
.shop-loop-after .woocommerce-viewing {
    margin-bottom: 0;
}
.banner-section .wp-block-column.is-layout-flow>section.vc_section.vayu-section {
    margin: 0;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}
.wp-block-gallery li{
    margin:0px!important;
}
#main {
    background: #fff;
}