/*
Theme Name: Audditio
Theme URI: https://audditio.com/
Description: Audditio is multipurpose proffesional wordpress theme, desined to develope any kind of website using wordpress. It also works like a framework with many prebuild functionality which will make a developer's life easy. 
Author: MyCodeGarden
Author URI: https://mycodegarden.org/
Tags: wordpress, theme, woocommerce, blog, developer, framework, multipurpose, proffesional, ecommerce
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: audditio
Version: 0.0.1
*/
.elementor-element.elementor-element-e29d1c3.section.video_section.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    overflow: hidden !important;
}
.bx-wrapper .bx-controls-direction a{
    height: 40px !important;
    color: #ffffff !important;
    font-size: 26px !important;
    background: #ffffff4d !important;
    text-align: center !important;
    border-radius: 50% !important;
    text-indent: 0 !important;
}
.bx-wrapper .bx-next {
    right: -46px;
}
.bx-wrapper .bx-prev {
    left: -46px;
}

.product-custom-logo.slider-logo {
    width: 100px !important;
    margin-bottom: 0 !important;
}

.elementor-28 .elementor-element.elementor-element-152992b .elementor-image-box-wrapper .elementor-image-box-img {
    width: 8% !important;
}
.elementor-element.elementor-element-33b0cd2.e-con-full.timeline-line.e-flex.e-con.e-child {
    position: absolute;
    padding-top: 1px;
    padding-bottom: 1px;
    justify-content: space-between;
    align-items: center;
    width: 64%;
    max-width: 1000px;
    margin: 60px auto 0;
}
.elementor-element.e-con-full.e-transform.e-flex.e-con.e-child:hover {
    filter: brightness(1.1);
}
img.attachment-full.size-full.wp-post-image {
    height: 100% !important;
    border-radius: 12px !important;
}
/* Hide content by default */
input[type="checkbox"]{
    display: none;
}
.accordion .faq-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s;
}
.accordion input[type="checkbox"]:checked + label + .faq-content {
    max-height: 500px;
    padding: 8px 20px 20px;
}
.accordion input[type="checkbox"]:checked + label::after {
    transform: rotate(180deg);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 15px !important;
    color: #fff;
}
.hidden-file-input {
    display: none !important;
}
label.input-label{
    padding: 0 !important;
    font-weight: normal !important;
}
.custom-file-trigger {
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
}
.wpcf7-response-output {
    float: left;
}
.upload-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
}

/* Fix CF7 span from moving the layout */
.cf7-file-wrapper .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Make the actual input invisible but cover the entire box area */
.cf7-file-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0; /* Hides the "No file chosen" tooltip text */
}

/* Ensure icons and text stay visible underneath the invisible input */
.icon-square, .upload-text {
    position: relative;
    z-index: 1;
    pointer-events: none; /* Let clicks pass through to the input */
}

/* Visual Bottom Border styling */
.bottom-border {
    height: 1px;
    background-color: #7a8fa9;
    width: 100%;
}
.contact-form .input-wrap label.input-label::after {
    content: none !important;
    display: none !important;
}
.product-custom-logo {
    margin-bottom: 15px;
}

button.cat-btn {
    width: 100%;
}
.sub-category-list {
    margin-top: 5px;
}
button.cat-btn.sub-cat {
    margin: 3px 0;
}

/* for faq page pagination */
.faq-pagination-wrap {
    margin-top: 30px;
    text-align: center;
}

.pagination .page-numbers {
    padding: 8px 15px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination .current {
    background-color: #0073aa; /* Use your theme blue */
    color: #fff;
    border-color: #0073aa;
}

.wpcf7-response-output {
    color: #fff;
}
.blog-grid {
    width: 70%;
    float: left;
}
body.archive.tag.tag-technology.tag-13.logged-in.admin-bar.wp-theme-audditio.elementor-default.elementor-kit-74.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.customize-support.e--ua-blink.e--ua-chrome.e--ua-webkit{
    padding: 0 !important;
    border: none !important;
    text-align: left;
}
.cat-group {
    display: block;
    margin: 15px 0;
    width: 100% !important;
}
a.cat-btn.sub-cat.faq {
    display: grid;
    margin: 10px 0;
}
.sub-category-list {
    overflow: hidden; 
    transition: all 0.3s ease;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}