/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 05:24:37 */
/* FULL SCREEN POPUP WITH VISIBLE CLOSE BUTTON – ALL TEXT VISIBLE */

/* Force popup to full screen */
.dialog-type-lightbox,
.dialog-widget-content,
.elementor-location-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
	 overflow-y: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(8px);
}

/* Main popup card – centered, no height limit */
.elementor-1100 {
    max-width: 1280px;
    width: 90%;
    margin: 4rem auto;
    border-radius: 0px;
    overflow: visible !important;    /* allow content to flow */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background: #fff;
    position: relative;
    /* Add top padding to prevent close button overlap */
    padding-top: 80px;
}

/* Allow both columns to expand freely */
.elementor-1100 .elementor-widget-wrap {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
}

/* Left column – epoxy dark theme */
.elementor-element-8261df2 {
    background: linear-gradient(135deg, #0B1120 0%, #111827 100%);
    color: #F3F4F6;
    position: relative;
    z-index: 1;
}

.elementor-element-8261df2 .elementor-widget-wrap {
    padding: 2.5rem 2rem !important;
}

/* Headings – ensure text is always visible */
.elementor-element-8261df2 .elementor-heading-title {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.elementor-element-8261df2 h2.elementor-heading-title {
    font-size: 2.2rem;
    background: linear-gradient(120deg, #FFFFFF, #C084FC);
    background-clip: text;
    -webkit-background-clip: text;
    /* fallback for older browsers */
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.elementor-element-8261df2 h3.elementor-icon-box-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FCD34D;
    margin-top: 0.5rem;
}

.elementor-element-8261df2 .elementor-icon-box-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #D1D5DB;
}

/* Right column – clean form */
.elementor-element-53bbb33 {
    background: #FFFFFF;
}

.elementor-element-53bbb33 .elementor-widget-wrap {
    padding: 2.5rem 2rem !important;
}

.elementor-element-53bbb33 .elementor-heading-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #0F172A;
    margin-bottom: 1rem;
}

/* Form fields */
.elementor-form .elementor-field-group {
    margin-bottom: 1.25rem;
}

.elementor-field-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #334155;
    margin-bottom: 0.35rem;
    display: block;
}

.elementor-field-textual,
.elementor-field-textual:focus {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #0F172A;
}

.elementor-field-textual:focus {
    border-color: #F59E0B;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
    outline: none;
    background-color: #fff;
}

/* Submit button */
.elementor-button[type="submit"] {
   background: linear-gradient(95deg, #1173ba 0%, #1173ba 100%);
    border-radius: 0px !important;
    padding: 14px 20px !important;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    transition: all 0.25s;
    box-shadow: 0 6px 14px rgb(17 115 186);
    cursor: pointer;
}

.elementor-button[type="submit"]:hover {
  background: linear-gradient(95deg, #1173ba 0%, #1173ba 100%);
    transform: scale(0.98);
}

/* Checkbox */
.elementor-acceptance-field {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #F59E0B;
}

.elementor-field-option label {
    font-size: 0.85rem;
    color: #475569;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* Social icons */
.elementor-social-icons-wrapper .elementor-icon {
    background-color: #1E293B;
    color: #F3F4F6;
    font-size: 1.2rem;
    padding: 0.65rem;
    transition: all 0.2s ease;
    border-radius: 60px;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
}

.elementor-social-icons-wrapper .elementor-icon:hover {
    background-color: #F59E0B;
    transform: translateY(-3px);
    color: #0F172A;
}




/* ===== CLOSE BUTTON – VISIBLE AND ABOVE ALL ===== */
#elementor-popup-modal-1100 .dialog-close-button,
.dialog-close-button {
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
    z-index: 999999999 !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25) !important;
    cursor: pointer !important;
    border: none !important;
}

#elementor-popup-modal-1100 .dialog-close-button i,
#elementor-popup-modal-1100 .dialog-close-button svg,
.dialog-close-button i,
.dialog-close-button svg {
    color: #111111 !important;
    fill: #111111 !important;
    font-size: 22px !important;
}

#elementor-popup-modal-1100 .dialog-close-button:hover,
.dialog-close-button:hover {
    background: #f5b841 !important;
    transform: rotate(90deg);
}

/* Ensure header does not overlay popup */
header,
.elementor-location-header,
.site-header,
#masthead {
    z-index: 1 !important;
}

/* Responsive – make sure text fits and close button doesn't overlap */
@media (max-width: 992px) {
    .elementor-1100 {
        width: 95%;
        margin: 1rem auto;
        padding-top: 70px;
    }
    
    .elementor-element-8261df2 h2.elementor-heading-title {
        font-size: 1.8rem;
    }
    
    .elementor-element-53bbb33 .elementor-heading-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .elementor-reverse-mobile {
        flex-direction: column-reverse;
    }
    
    .elementor-1100 {
        padding-top: 60px;
    }
    
    .elementor-element-8261df2 .elementor-widget-wrap,
    .elementor-element-53bbb33 .elementor-widget-wrap {
        padding: 1.5rem !important;
    }
    
    .elementor-icon-box-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .elementor-icon-box-icon {
        margin-bottom: 0.5rem;
    }
    
    .elementor-widget-divider .elementor-divider-separator {
        margin-left: auto;
        margin-right: auto;
    }
    
    .elementor-social-icons-wrapper {
        justify-content: center;
    }
    
    /* Smaller close button on mobile */
    #elementor-popup-modal-1100 .dialog-close-button,
    .dialog-close-button {
        top: 12px !important;
        right: 12px !important;
        width: 52px !important;
        height: 52px !important;
        border-radius: 16px !important;
    }
}

/* Animation */
@keyframes epoxyFadeIn {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.elementor-location-popup {
    animation: epoxyFadeIn 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
}
/* ACCEPTANCE CHECKBOX TEXT */

.elementor-field-option label,
.elementor-field-option label a{
    color:#0c0d0e !important; /* change color here */
    font-size:15px !important;
    font-weight:500 !important;
    line-height:1em !important;
}

/* OPTIONAL HOVER */

.elementor-field-option label:hover{
    color:#FCD34D !important;
}