.elementor-element.ph .elementor-heading-title,
.elementor-element.ph-label .elementor-heading-title,
.elementor-element.phw .elementor-heading-title {
    font-family: var(--font-heading-tech2) !important;
    font-weight: calc(1.3 * var(--base-font-weight)) !important; 
    font-size: clamp(0.8rem, 3vw, 2.4rem) !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    margin-bottom: var(--spacing-xs) !important;
    transition: all 0.3s ease; 
    text-align: justify !important;
}

.elementor-element.ph .elementor-heading-title {
    color: var(--color-primary) !important;
}

.elementor-element.ph-label .elementor-heading-title {
    font-size: clamp(0.8rem, 1vw, 2rem) !important;
    color: var(--color-black) !important;
}

.elementor-element.phw .elementor-heading-title {
    color: var(--color-white) !important;
}

.elementor-element.ph-alt .elementor-heading-title,
.elementor-element.ph-alt-w .elementor-heading-title,
.elementor-element.ph-alt-r .elementor-heading-title{
    font-family: var(--font-heading-classic) !important;
    font-weight: calc(1.2 * var(--base-font-weight)) !important; 
    font-size: clamp(1.5rem, 2vw, 2.2rem) !important;
    text-transform: capitalize !important;
    line-height: 1.2 !important;
    margin-bottom: var(--spacing-xs) !important;
    text-align: justify !important;
    transition: all 0.3s ease; 
}

.elementor-element.ph-alt .elementor-heading-title {
    color: var(--color-black) !important;
}

.elementor-element.ph-alt-w .elementor-heading-title {
    color: var(--color-white) !important;
}

.elementor-element.ph-alt-r .elementor-heading-title {
    color: var(--color-primary) !important;
}

.elementor-element.pt .elementor-heading-title {
    font-family: var(--font-heading-classic) !important;
    font-weight: calc(0.8 * var(--base-font-weight)) !important; 
    line-height: 1.6 !important;
    font-size: clamp(0.4rem, 2vw, 1.1rem) !important; 
    color: var(--color-black) !important;
    width: 100% !important;
    text-align: justify !important;
    margin: var(--spacing-xs) !important;
    transition: all 0.3s ease; 
}

.elementor-element.ptw .elementor-heading-title {
    color: var(--color-white) !important;
}

.elementor-element.pt-alt .elementor-heading-title,
.elementor-element.pt-alt2 .elementor-heading-title,
.elementor-element.pt-alt3 .elementor-heading-title {
    font-family: var(--font-heading-alt) !important;
    font-weight: calc(.8 * var(--base-font-weight)) !important; 
    font-style: italic !important;
    line-height: 1.5 !important;
    width: 100% !important;
    text-align: justify !important;
    margin-bottom: 2px !important;
    transition: all 0.3s ease;
}

.elementor-element.pt-alt .elementor-heading-title {
    font-size: clamp(0.8rem, 1.8vw, 1rem) !important;
    color: var(--color-white) !important;
}

.elementor-element.pt-alt2 .elementor-heading-title {
    font-size: clamp(0.7rem, 1.5vw, 0.9rem) !important;
    color: var(--color-black) !important;
}

.elementor-element.pt-alt3 .elementor-heading-title {
    font-size: clamp(0.7rem, 1.5vw, 0.9rem) !important;
    color: var(--color-primary) !important;
}

.bt .uc_button_wrapper {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    text-decoration: none !important;
    transition: all 0.3s ease; 
}

.bt .uc_button_wrapper span:not(.uc_creative_buttons_icon) {
    font-family: var(--font-button) !important;
    font-weight: calc(1.5 * var(--base-font-weight)) !important; 
    font-size: clamp(0.8rem, 1.4vw, 1.3rem) !important; 
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
    transition: all 0.3s ease;
}

.bt .uc_button_wrapper i {
    font-size: clamp(0.4rem, 1.4vw, 1.2rem) !important;
    font-weight: calc(.8 * var(--base-font-weight)) !important; 
    margin: 5px !important;
    transition: all 0.3s ease; 
}

.bt .uc_button_wrapper .uc_creative_buttons_icon i {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

.bt .uc_button_wrapper .uc_creative_buttons_icon i::before {
    content: "\f054" !important;
}

/*=======================================*/
.ic svg {
    fill: #d90429 !important;
    font-size: clamp(3rem, 6vw, 5rem) !important;
}

@media (max-width: 767px) {
    .elementor-element.ph-alt .elementor-heading-title,
    .elementor-element.ph-alt-w .elementor-heading-title,
    .elementor-element.ph-alt-r .elementor-heading-title{
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
        text-align: left !important;
        margin-bottom: 0 !important;
    }

    .elementor-element.ptw .elementor-heading-title {
        font-size: clamp(0.75rem, 3.5vw, 0.95rem) !important;
        text-align: left !important;
        margin-top: 0 !important;
    }

    .bt .uc_button_wrapper {
        min-height: 48px !important;
        width: 100% !important;
    }

    .bt .uc_button_wrapper span:not(.uc_creative_buttons_icon) {
        font-size: clamp(0.9rem, 3.5vw, 1.1rem) !important;
        font-weight: calc(1.2 * var(--base-font-weight)) !important; 
        max-width: 100% !important;
        padding: 10px 20px !important;
    }

    .bt .uc_button_wrapper i {
        font-size: clamp(0.8rem, 3vw, 1rem) !important;
    }

    .ic svg {
        font-size: clamp(2.5rem, 10vw, 6rem) !important;
    }

    .elementor-element.ph .elementor-heading-title,
    .elementor-element.phw .elementor-heading-title {
        font-size: clamp(1.4rem, 8vw, 2rem) !important;
    }

    .elementor-element.pt .elementor-heading-title {
        font-size: clamp(0.75rem, 3.5vw, 0.95rem) !important;
    }

    .elementor-element.pt-alt .elementor-heading-title {
        font-size: clamp(0.65rem, 3vw, 0.85rem) !important;
    }

    .elementor-element.pt-alt2 .elementor-heading-title,
    .elementor-element.pt-alt3 .elementor-heading-title {
        font-size: clamp(0.6rem, 2.8vw, 0.8rem) !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .elementor-element.ph-alt .elementor-heading-title,
    .elementor-element.ph-alt-w .elementor-heading-title {
        font-size: clamp(1.6rem, 2.8vw, 2.2rem) !important;
    }

    .elementor-element.ptw .elementor-heading-title {
        font-size: clamp(0.8rem, 1.8vw, 1.1rem) !important;
    }

    .bt .uc_button_wrapper span:not(.uc_creative_buttons_icon) {
        font-size: clamp(0.85rem, 1.8vw, 1.3rem) !important;
    }

    .bt .uc_button_wrapper i {
        font-size: clamp(0.7rem, 1.6vw, 1.1rem) !important;
    }

    .ic svg {
        font-size: clamp(3.5rem, 5vw, 4.5rem) !important;
    }

    .elementor-element.ph .elementor-heading-title,
    .elementor-element.phw .elementor-heading-title {
        font-size: clamp(0.5rem, 3vw, 2.2rem) !important;
    }

    .elementor-element.pt .elementor-heading-title {
        font-size: clamp(0.2rem, 1.8vw, 1rem) !important;
    }

    .elementor-element.pt-alt .elementor-heading-title {
        font-size: clamp(0.5rem, 1.2vw, 0.8rem) !important;
    }

    .elementor-element.pt-alt2 .elementor-heading-title,
    .elementor-element.pt-alt3 .elementor-heading-title {
        font-size: clamp(0.7rem, 1.6vw, 0.9rem) !important;
    }
    
    .elementor-element.ph-label .elementor-heading-title {
        font-size: clamp(0.5rem, .8vw, 1.8rem) !important;
    }
}

@media (min-width: 1024px) {
    .elementor-element.ph .elementor-heading-title,
    .elementor-element.phw .elementor-heading-title {
        margin-bottom: var(--spacing-sm) !important;
    }

    .elementor-element.pt .elementor-heading-title {
        margin-bottom: var(--spacing-sm) !important;
    }

    .elementor-element.pt-alt .elementor-heading-title,
    .elementor-element.pt-alt2 .elementor-heading-title,
    .elementor-element.pt-alt3 .elementor-heading-title {
        margin-bottom: var(--spacing-sm) !important;
    }

    .bt .uc_button_wrapper span:not(.uc_creative_buttons_icon) {
        width: auto !important;
        max-width: none !important;
    }

    .bt .uc_button_wrapper {
        justify-content: center !important;
    }
}
