.elementor-14 .elementor-element.elementor-element-0328814{--display:flex;}/* Start custom CSS for html, class: .elementor-element-efeba50 *//* InfoTeck Global */
.infoteck-page {
    --primary: #173F8A;
    --primary-dark: #123579;
    --accent: #F4B41A;
    --light: #F1F6FB;
    --text: #172033;
    --muted: #687386;
}

/* Smooth page */
html {
    scroll-behavior: smooth;
}

/* Service cards */
.infoteck-service-card {
    transition: all .3s ease;
}

.infoteck-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(23,63,138,.12);
}

/* Feature cards */
.infoteck-feature-card {
    transition: all .3s ease;
}

.infoteck-feature-card:hover {
    transform: translateY(-5px);
}

/* CTA buttons */
.infoteck-btn {
    transition: all .25s ease;
}

.infoteck-btn:hover {
    transform: translateY(-2px);
}

/* Statistics */
.infoteck-stat {
    transition: all .3s ease;
}

.infoteck-stat:hover {
    transform: translateY(-4px);
}

/* Testimonials */
.infoteck-testimonial {
    position: relative;
    transition: all .3s ease;
}

.infoteck-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

/* Images */
.infoteck-image img {
    border-radius: 7px;
}

/* Section spacing */
.infoteck-section {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* Mobile */
@media (max-width: 767px) {

    .infoteck-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .infoteck-hero h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    .infoteck-hero {
        min-height: 650px !important;
    }

    .infoteck-stat {
        margin-bottom: 15px;
    }

    .infoteck-service-card {
        margin-bottom: 15px;
    }

    .infoteck-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */