/* Start custom CSS for shortcode, class: .elementor-element-f2f65c4 *//* Full View Structural Background Container Layer */
.ark-maintenance-bg {
    background-color: #050505 !important;
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=1800') !important; /* Premium overlay corporate background placeholder */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Dark Tint Overlay to align exactly with design darkness */
.ark-maintenance-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(10,8,6,0.92) 0%, rgba(3,3,3,0.99) 100%) !important;
    z-index: 1;
}

/* Graphic layout accent vector line designs */
.ark-maintenance-bg::before,
.ark-maintenance-bg::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 500px;
    border-left: 1px solid rgba(190, 154, 59, 0.15);
    border-right: 1px solid rgba(190, 154, 59, 0.05);
    transform: rotate(45deg);
    z-index: 2;
    pointer-events: none;
}
.ark-maintenance-bg::before { left: -100px; bottom: -150px; }
.ark-maintenance-bg::after { right: -100px; top: -150px; }

/* Interactive Canvas Content Core Area */
.ark-maintenance-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
    width: 100%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0 auto;
}

/* Top Central Logo Assembly configuration metrics */
.ark-maint-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.ark-maint-logo {
    max-height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 15px;
}

.ark-maint-brand-name {
    color: #be9a3b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    margin: 0 0 4px 0 !important;
}

.ark-maint-brand-sub {
    color: #8c8c8c;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
}

/* Gold Underlines Framework layout */
.ark-maint-divider {
    width: 60px;
    border-top: 1.5px solid #be9a3b;
    margin: 25px auto;
}

/* Copywriting Headers Metrics Rules matching typography specs */
.ark-maint-heading-sorry {
    color: #ffffff !important;
    font-size: 54px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
}

.ark-maint-heading-busy {
    color: #be9a3b !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 30px 0 !important;
}

.ark-white-text {
    color: #ffffff;
}

/* Vector Silhouette Layout rules */
.ark-maint-icon-graphic {
    margin: 25px auto;
    max-width: 150px;
    opacity: 0.85;
}

.ark-construction-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Central Contact Callouts Framework mapping setup */
.ark-maint-contact-callout {
    margin-bottom: 20px;
}

.ark-maint-call-txt {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 500;
    display: block;
}

.ark-maint-contact-name {
    color: #be9a3b !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin: 6px 0 !important;
}

/* Pill Call Button Metric Configuration Styles */
.ark-maint-action-row {
    display: flex;
    justify-content: center;
    margin: 25px 0 35px 0;
}

.ark-maint-phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #be9a3b !important;
    border-radius: 6px !important;
    padding: 16px 45px !important;
    background: rgba(14, 12, 10, 0.4) !important;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ark-maint-phone-btn:hover {
    background: rgba(190, 154, 59, 0.08) !important;
    transform: translateY(-1px);
}

.ark-phone-icon-wrap {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ark-phone-icon-wrap svg {
    width: 100%;
    height: 100%;
}

.ark-phone-number-text {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

/* Tail Footer configuration elements */
.ark-maint-patience-footer {
    color: #ffffff !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.ark-gold-text {
    color: #be9a3b;
}

/* Mobile Responsiveness adaptation breakpoints layers */
@media (max-width: 600px) {
    .ark-maint-heading-sorry { font-size: 42px !important; }
    .ark-maint-heading-busy { font-size: 20px !important; }
    .ark-maint-contact-name { font-size: 26px !important; }
    .ark-maint-phone-btn { padding: 12px 25px !important; width: 100%; box-sizing: border-box; }
    .ark-phone-number-text { font-size: 18px !important; }
    .ark-maintenance-bg { padding: 40px 15px; }
}/* End custom CSS */