.elementor-7480 .elementor-element.elementor-element-2b2bbfbd > .elementor-container{min-height:500px;}.elementor-7480 .elementor-element.elementor-element-2b2bbfbd{margin-top:50px;margin-bottom:50px;}@media(max-width:767px){.elementor-7480 .elementor-element.elementor-element-2b2bbfbd > .elementor-container{min-height:450px;}}/* Start custom CSS for html, class: .elementor-element-6ce342a5 */.thank-you-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
    margin: 0 auto;
}


.success-icon-wrap {
    margin-bottom: 24px;
}
.success-icon {
    width: 80px;
    height: 80px;
    animation: drawCircle 0.6s ease-in-out forwards;
}
.success-icon path {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: drawCheck 0.4s 0.3s ease-in-out forwards;
}
@keyframes drawCircle {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes drawCheck {
    0% { stroke-dashoffset: 48; }
    100% { stroke-dashoffset: 0; }
}

.thank-you-title {
    
    font-size: 32px;
    font-weight: 700;
    color: #2b2b2b !Important;
    margin: 0 0 12px 0;
    line-height: 1.2;
}
.thank-you-text {
    font-size: 18px;
    color: #5c5c5c;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.thank-you-buttons {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: center;
}

.ty-btn {
    margin-top:30px;
    text-transform:uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 160px;
    box-sizing: border-box;
    border:none;
    text-transform: uppercase;
}

.ty-btn:active {
    transform: scale(0.98);
}

.ty-btn-solid {
    background-color: #FFDE00;
    color: #000 !important;
}
.ty-btn-solid:hover {
  
    border-color: #2c4a40;
}


.ty-btn-outline {
    background-color: transparent;
    color: #fff !important;

}

@media (max-width: 480px) {
    .thank-you-buttons {
        flex-direction: column;
        gap: 12px;
    }
    .ty-btn {
        width: 100%;
    }
    .thank-you-title {
        font-size: 26px;
    }
    .thank-you-text {
        font-size: 16px;
    }
}/* End custom CSS */