.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === HIDE PRICES & RESTYLE BUTTONS - VEO Agency 2026-03-09 === */
.ld-course-status-price,
.ld-course-status-price .ld-text,
.ld-course-status-price .ld-status-price,
.ld-course-status-mode-closed,
.learndash-course-price,
.ld-course-list-price {
    display: none !important;
}
/* Hide "Precio" label row entirely */
.ld-course-status-segment:has(.ld-course-status-price) {
    display: none !important;
}
/* Style the enrollment button */
.learndash-wrapper .ld-course-status .ld-course-status-action .btn-join,
.learndash-wrapper .ld-course-status .ld-course-status-action a.btn-join {
    background: #f8460a !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 0 !important;
}
.learndash-wrapper .ld-course-status .ld-course-status-action .btn-join::after {
    content: 'Schedule Your Free Consultation';
    font-size: 15px !important;
}
.learndash-wrapper .ld-course-status .ld-course-status-action .btn-join:hover {
    background: #021d3a !important;
}
/* Course grid cards - hide price labels */
.ld-course-list-items .ld-item-list-item .ld-item-list-item-preview [class*="price"],
.edubin-single-course-price,
.course-price-text {
    display: none !important;
}


/* === FIX MOBILE HEADER & DUPLICATE GTRANSLATE - VEO Agency 2026-03-09 === */

/* 1. Hide the FLOATING GTranslate widget (duplicate - position:fixed) */
div.gt_switcher_wrapper[style*="position:fixed"],
div.gt_switcher_wrapper[style*="position: fixed"] {
    display: none !important;
}

/* 2. Hide the Elementor-embedded GTranslate (duplicate in body/footer) */
.elementor-widget-container .gtranslate_wrapper:not(#gt-wrapper-81497187) {
    display: none !important;
}

/* 3. Mobile: clean up orange top bar */
@media only screen and (max-width: 991px) {
    /* Center the remaining content in the top bar */
    .tpc-header-top-bar .edubin-header-top-content {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px;
        padding: 6px 10px !important;
    }
    
    /* Hide the left and center (already hidden items) */
    .tpc-header-top-bar .header-top-left,
    .tpc-header-top-bar .header-top-center {
        display: none !important;
    }
    
    /* Make right section take full width and center */
    .tpc-header-top-bar .header-top-right {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        gap: 12px;
    }
    
    /* Social icons - keep compact */
    .tpc-header-top-bar .header-top-social-share {
        display: flex !important;
        align-items: center !important;
        gap: 6px;
    }
    
    /* Hide "Follow Us :" text on mobile */
    .tpc-header-top-bar .follow-us {
        display: none !important;
    }
    
    /* Social icons size */
    .tpc-header-top-bar .header-top-social-item a {
        font-size: 14px !important;
    }
    
    /* GTranslate widget in header - keep visible and clean */
    .tpc-header-top-bar .header-top-widget-wrap {
        display: flex !important;
        align-items: center !important;
    }
    
    .tpc-header-top-bar .widget_gtranslate {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Make the bar thinner on mobile */
    .tpc-header-top-bar {
        padding: 4px 0 !important;
    }
}

/* 4. Very small screens */
@media only screen and (max-width: 480px) {
    .tpc-header-top-bar .header-top-right {
        gap: 8px;
    }
    
    .tpc-header-top-bar .header-top-social-item a {
        font-size: 12px !important;
    }
}

/* === END MOBILE FIXES === *//* End custom CSS */