/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744009168
Updated: 2025-04-07 06:59:28

*/

.e-con-inner {
    padding-left: 80px !important;
    padding-right: 80px !important;
    max-width: 100% !important;
}

.client-logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(248%) hue-rotate(258deg) brightness(118%) contrast(100%) !important;
}

ul.contact-info.m-0.list-unstyled {
    padding: 0 0 1px 2px;
}

li.address {
    list-style: none;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.cf7-col {
    width: 50%;
}

.cf7-col-full {
    width: 100%;
}

.cf7-wrap input[type="text"],
.cf7-wrap input[type="email"],
.cf7-wrap select,
.cf7-wrap textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: none;
    background: #f5f7fa;
    font-size: 15px;
    outline: none;
}

.cf7-wrap textarea {
    min-height: 140px;
    resize: none;
}

.cf7-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23999' d='M7 10L2 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.cf7-checkbox {
    font-size: 14px;
}

.cf7-checkbox a {
    color: #ff6a00;
    text-decoration: none;
}

.cf7-submit {
    margin-top: 25px;
}

.cf7-wrap input[type="submit"] {
    background: #0099ff;
    color: #fff;
    padding: 14px 36px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf7-wrap input[type="submit"]:hover {
    background: #0077cc;
}

.business-box {
    box-shadow: 0px 0px 10px 0px #0000000f;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7-response-output {
    display: none;
}

.iti .iti__selected-dial-code {
    margin-left: -5px;
    font-size: 12px;
}

li.iti__country,
li.iti__country span {
    color: #000;
}

.cf7-row.cf7-checkbox {
    margin: -14px 0 0 0 !important;
}

.cf7-row.cf7-checkbox p {
    margin: 0 !important;
}

.cf7-row.cf7-checkbox span.wpcf7-list-item {
    margin: 0 !important;
}

.cf7-row.cf7-checkbox span.wpcf7-list-item-label {
    position: relative;
    top: -1px;
}

button.iti__selected-country {
    display: flex;
    border: none !important;
    background-color: #f5f7fa !important;
    color: #000 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.mobile-header {
    display: none;
}

@keyframes moveDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

@media (max-width: 1366px) {}

@media (max-width: 1024px) {
    .e-con-inner {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .desktop-header {
        display: none !important;
    }

    .mobile-header {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .e-con-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-btn {
        position: relative !important;
    }

    .cf7-row {
        flex-direction: column;
    }

    .cf7-col {
        width: 100%;
    }
}