/*
Theme Name: Study In India
Theme URI: https://example.com
Description: Child Theme of Astra
Author: Pyae Phyo Thaw
Author URI: https://example.com
Template: astra
Version: 1.0
Text Domain: study-in-india
*/

/* ==========================================================================
   Premium Child Theme Header Layout
   ========================================================================== */

/* ==========================================================================
   Premium Child Theme Header Layout
   ========================================================================== */

/* ==========================================================================
   Fully Responsive Premium Header & Mobile Wrapper
   ========================================================================== */

/* ===== Variables & Fonts ===== */
/* An ultra-specific global selector to beat Elementor's loading order naturally */
html body div.elementor-widget-heading .elementor-heading-title span {
    color: #FFBA33;
}

/* ===== 404 Style ===== */
/* ==========================================
   Custom 3D Elevated 404 Layout (Orange Theme)
   ========================================== */

/* Canvas wrapper for vertical centering */
.sii-404-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 20px;
    background: #f1f5f9;
    min-height: 60vh;
}

/* Main 3D Elevated Card */
.sii-404-card {
    background: #ffffff;
    max-width: 540px;
    width: 100%;
    padding: 50px 40px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid #e2e8f0;
    
    /* 3D Depth Shadow */
    box-shadow: 
        0 10px 15px -3px rgba(15, 23, 42, 0.08),
        0 20px 25px -5px rgba(15, 23, 42, 0.05),
        0 30px 40px -10px rgba(255, 118, 21, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Subtle lift on hover */
.sii-404-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 14px 20px -3px rgba(15, 23, 42, 0.1),
        0 25px 30px -5px rgba(15, 23, 42, 0.08),
        0 35px 50px -10px rgba(255, 118, 21, 0.25);
}

/* 3D Number Badge */
.sii-3d-badge {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 900;
    color: #FF7615;
    background: #FFF3EB;
    padding: 8px 32px;
    border-radius: 18px;
    margin-bottom: 24px;
    border: 2px solid #FFD4B8;
    
    /* Inset depth & badge shadow */
    box-shadow: 
        0 4px 6px -1px rgba(255, 118, 21, 0.2),
        inset 0 2px 4px 0 rgba(255, 255, 255, 0.8);
}

.sii-404-title {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
}

.sii-404-desc {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 36px;
    line-height: 1.6;
}

/* Actions Container - Center Alignment */
.sii-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Tactile 3D Action Button */
.sii-btn-3d {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px 38px;
    background-color: #FF7615;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    
    /* Physical 3D Push Effect (Darker Orange Base Shadow) */
    box-shadow: 
        0 4px 0 0 #D95A00,
        0 8px 15px rgba(255, 118, 21, 0.35);
    transition: all 0.15s ease-in-out;
}

.sii-btn-3d:hover {
    background-color: #E66300;
    transform: translateY(2px);
    box-shadow: 
        0 2px 0 0 #B34800,
        0 4px 10px rgba(255, 118, 21, 0.3);
}

.sii-btn-3d:active {
    transform: translateY(4px);
    box-shadow: 
        0 0 0 0 #B34800,
        0 2px 5px rgba(255, 118, 21, 0.2);
}

/* Base Styles for Elementor Icon Box Title */
.elementor-element-005f128 .elementor-icon-box-title,
.elementor-element-005f128 .elementor-icon-box-title a,
.elementor-element-005f128 .elementor-icon-box-title span {
    color: #ffffff;
}

/* Mobile Responsive Rule (767px and below) */
@media (max-width: 767px) {
    .elementor-5 .elementor-element.elementor-element-005f128 .elementor-icon-box-title, 
    .elementor-5 .elementor-element.elementor-element-005f128 .elementor-icon-box-title a {
        font-size: 16px !important;
    }
}
}