.jeg-elementor-kit.jkit-team.style-overlay .profile-card:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent!important;
    -webkit-transition: all .4sease;
    transition: all .4sease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}

    .counter-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            max-width: 1000px;
            margin: 50px auto;
            text-align: center;
        }

        .counter-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 180px;
            padding: 30px;
            background: #f0f4ff;
            border-radius: 15px;
            box-shadow: 0px 6px 12px rgba(0, 20, 104, 0.15);
            transition: transform 0.3s ease-in-out;
        }

        .counter-item:hover {
            transform: translateY(-8px);
        }

        .counter-number {
            font-size: 52px;
            font-weight: bold;
            color: #001468;
            margin-bottom: 12px;
            line-height: 1;
        }

        .counter-text {
            font-size: 20px;
            font-weight: 600;
            color: #001468;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        @media (max-width: 768px) {
             .counter-wrapper {
        flex-direction: column;
        gap: 20px;
        max-width: 90%;
        align-items: center; /* Ensure centered items */
    }

    .counter-item {
        width: 100%; /* Full width of container */
        max-width: 300px; /* Set a fixed max width */
        aspect-ratio: 2 / 1; /* Enforce equal height and width */
        min-height: auto; /* Remove fixed height */
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

            .counter-number {
                font-size: 46px;
            }

            .counter-text {
                font-size: 18px;
            }
        }
@media only screen and (max-width: 768px) {

	#title-page-mobile h1{
		color:#FFFF;
		
	} }

@media (max-width: 1024px) {
    .elementor-21 .elementor-element.elementor-element-23726bcf .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a, .elementor-21 .elementor-element.elementor-element-23726bcf .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li.current-menu-ancestor > a {
        color:#FFB949!important;
    }
}
@media (min-width: 1024px) { /* Adjust breakpoint if needed */
    .contact-menu {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .contact-menu {
        display: block !important;
    }
}
