.elementor-4453 .elementor-element.elementor-element-715aaf0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4453 .elementor-element.elementor-element-b310e11{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b310e11 */.elementor-58 .elementor-element.elementor-element-55b1aaa1 .elementor-heading-title {
            font-weight: 700;
            background: linear-gradient(135deg, #ED8B00 0%, #BDA865 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-715aaf0 *//* CTA Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 50px;
    background: #ED8B00 !important;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 60px;
    border: 2px solid #ED8B00 !important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(237, 139, 0, 0.3) !important;
}

/* CTA Button Shine Effect */
.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s;
    z-index: 0;
}

.cta-button:hover::before {
    left: 100%;
}

/* CTA Button Text Layer */
.cta-button span {
    position: relative;
    z-index: 1;
    color: #ffffff !important;
}

/* CTA Button Hover State */
.cta-button:hover {
    background: #BDA865;
    border-color: #BDA865;
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(237, 139, 0, 0.4);
    color: #ffffff !important;
}

/* CTA Button Responsive */
@media (max-width: 768px) {
    .cta-button {
        width: 100%;
        max-width: 350px;
        justify-content: center;
    }
}/* End custom CSS */