/* ============================
   GLOBAL BACKGROUND & TEXT COLOR
   ============================ */
body, html {
    background: #ffffff !important;
    color: #000000 !important;
}

a {
    color: #000000 !important;
}

/* Elementor sections override */
.elementor-section, 
.elementor-column, 
.elementor-widget {
    background: transparent !important;
    color: #000000 !important;
}

/* ============================
   FORM RESPONSIVE FIX
   ============================ */
div.form {
    width: 50%;
    font-size: 20px;
}

/* Mobile & Tablet auto width */
@media (max-width: 1024px) {
    div.form {
        width: 80%;
    }
}

@media (max-width: 768px) {
    div.form {
        width: 100%;
        font-size: 18px;
    }
}

/* ============================
   CONTACT FORM 7 STYLING
   ============================ */
.wpcf7 input[type=submit] {
    padding: 15px 45px;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 textarea {
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

/* ============================
   RESPONSIVE FIX FOR ALL INPUTS
   ============================ */
.wpcf7 form {
    width: 100%;
}

/* ============================
   ENVATO KIT FIXES (KEEPING ORIGINAL)
   ============================ */
.envato-block__preview { overflow: visible; }

.envato-kit-69-slide-btn .elementor-button,
.envato-kit-69-cta-btn .elementor-button,
.envato-kit-69-flip-btn .elementor-button {
    border: none !important;
    padding: 15px 0 0 !important;
}

.envato-kit-69-slide-btn .elementor-slide-button:hover,
.envato-kit-69-cta-btn .elementor-button:hover,
.envato-kit-69-flip-btn .elementor-button:hover {
    margin-bottom: 20px;
}

.envato-kit-69-menu .elementor-nav-menu--main a:hover {
    margin-top: -7px;
    padding-top: 4px;
    border-bottom: 1px solid #FFF;
}

.envato-kit-69-menu .elementor-nav-menu--dropdown {
    width: 100% !important;
}

/* Envato Kit 141 */
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
    text-align: center;
}

.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
    margin-top: 0;
}

.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.envato-kit-141-bottom-0 p {
    margin-bottom: 0;
}

.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    margin-bottom: .5rem;
}

.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
    padding-bottom: 52px;
}

.envato-kit-141-display-inline {
    display: inline-block;
}

.envato-kit-141 .elementor-slick-slider ul.slick-dots {
    bottom: -40px;
}
