.elementor-1026 .elementor-element.elementor-element-0db2b17{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1026 .elementor-element.elementor-element-0db2b17:not(.elementor-motion-effects-element-type-background), .elementor-1026 .elementor-element.elementor-element-0db2b17 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050708;}#elementor-popup-modal-1026{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1026 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1026 .dialog-close-button{display:flex;}#elementor-popup-modal-1026 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1026 .elementor-element.elementor-element-0db2b17{--content-width:90%;}}/* Start custom CSS for shortcode, class: .elementor-element-a9ec94c *//* Progress Bar Container */
.pirate-progress-wrapper {
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 12px 14px;
    background: #050708;
    border: 1px solid rgba(210, 153, 42, 0.3);
    border-radius: 8px;
}

.pirate-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #EDBB1B;
    margin-bottom: 8px;
}

.pirate-progress-track {
    width: 100%;
    height: 10px;
    background: #121011;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(118, 119, 119, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
}

.pirate-progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #D2992A 0%, #EDBB1B 100%);
    border-radius: 6px;
    transition: width 0.15s ease-out;
    box-shadow: 0 0 10px rgba(237, 187, 27, 0.5);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0db2b17 */.elementor-popup-modal .dialog-close-button svg {
    fill: #fff !important;
    height: 1em !important;
    width: 1em !important;
}

/* Card Container */
.pirate-form-box {
    max-width: 520px;
    margin: 15px auto;
    padding: 32px 30px;
    background: radial-gradient(circle at top, #231F20 0%, #121011 100%);
    border: 1px solid rgba(210, 153, 42, 0.45);
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 0 1px 1px rgba(210, 153, 42, 0.2);
    color: #ffffff;
    box-sizing: border-box;
    font-family: 'MedievalSharp', cursive, sans-serif;
}

/* Modern Segmented Switcher */
.pirate-segmented-control {
    display: flex;
    background: #050708;
    padding: 4px;
    border-radius: 10px;
    border: 1px solid rgba(210, 153, 42, 0.25);
    margin-bottom: 22px;
    gap: 4px;
}

.pirate-segment {
    flex: 1;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.pirate-segment input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pirate-segment span {
    display: block;
    text-align: center;
    padding: 10px 14px;
    font-family: 'Pirata One', cursive, fantasy;
    font-size: 17px;
    font-weight: 400;
    color: #767777;
    border-radius: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.pirate-segment input:checked + span {
    background: #D2992A;
    color: #050708;
    box-shadow: 0 4px 14px rgba(210, 153, 42, 0.4);
}

/* Styled Media Dropzone */
.pirate-file-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 16px;
    background: rgba(5, 7, 8, 0.6);
    border: 1.5px dashed rgba(210, 153, 42, 0.4);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    position: relative;
    margin-bottom: 6px;
    font-family: 'MedievalSharp', cursive, sans-serif;
}

.pirate-file-dropzone:hover,
.pirate-file-dropzone.has-file {
    border-color: #EDBB1B;
    background: rgba(210, 153, 42, 0.05);
}

.pirate-file-dropzone input[type="file"] {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.pirate-drop-icon {
    font-size: 24px;
    color: #EDBB1B;
    margin-bottom: 4px;
}

.pirate-drop-text {
    font-family: 'MedievalSharp', cursive, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.pirate-drop-text em {
    color: #EDBB1B;
    font-style: normal;
    text-decoration: underline;
}

.pirate-drop-sub {
    font-family: 'MedievalSharp', cursive, sans-serif;
    font-size: 12px;
    color: #767777;
    margin-top: 4px;
}

/* Field Groups & Labels */
.pirate-field-group {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.pirate-field-group label {
    font-family: 'Pirata One', cursive, fantasy;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #EDBB1B;
    margin-bottom: 6px;
}

/* Breathable Modern Inputs */
.pirate-upload-form input[type="text"],
.pirate-upload-form textarea {
    width: 100%;
    padding: 10px 14px;
    background: #050708;
    border: 1px solid rgba(118, 119, 119, 0.35);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
    font-family: 'MedievalSharp', cursive, sans-serif;
}

.pirate-upload-form textarea {
    resize: vertical;
    min-height: 60px;
}

.pirate-upload-form input[type="text"]:focus,
.pirate-upload-form textarea:focus {
    border-color: #EDBB1B;
    background: #0a0e10;
    box-shadow: 0 0 0 2px rgba(237, 187, 27, 0.2);
}

.pirate-upload-form input[type="text"]::placeholder,
.pirate-upload-form textarea::placeholder {
    color: #555555;
    font-family: 'MedievalSharp', cursive, sans-serif;
    font-size: 14px;
}

/* Golden Submit Button */
.pirate-btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #EDBB1B 0%, #D2992A 100%);
    color: #050708;
    border: none;
    padding: 12px 20px;
    font-family: 'Pirata One', cursive, fantasy;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(210, 153, 42, 0.3);
}

.pirate-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(237, 187, 27, 0.5);
    filter: brightness(1.05);
}

.pirate-btn-submit:active {
    transform: translateY(0);
}

@media(max-width: 767px) {
    .pirate-segment span {
        font-size: 14px;
    }
    .pirate-drop-text {
        font-size: 13px;
    }
    .pirate-field-group label {
        font-size: 16px;
    }
    .pirate-btn-submit {
        font-size: 18px;
    }
}


/* Image Preview Grid */
.pirate-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 10px;
    margin-top: 12px;
    width: 100%;
}

.pirate-preview-item {
    position: relative;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    background: #050708;
    border: 1px solid rgba(210, 153, 42, 0.4);
}

.pirate-preview-item img,
.pirate-preview-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Remove 'X' Button */
.pirate-preview-remove {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background: rgba(188, 40, 47, 0.9);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.pirate-preview-remove:hover {
    background: #ff333d;
    transform: scale(1.15);
}/* End custom CSS */