.elementor-kit-51{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#94A3B8;--e-global-color-text:#E2E8F0;--e-global-color-accent:#38BDF8;--e-global-color-65109c8:#0F172A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-51 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Architect Pro: Premium CSS Overrides --- */

/* 1. Global Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #0F172A;
    -webkit-font-smoothing: antialiased;
}

/* 2. Glassmorphism Navigation */
/* Apply this class "glass-nav" to your Header Section */
.glass-nav {
    background: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease;
}

/* 3. High-End Text Gradient */
/* Apply this class "text-gradient" to your Hero Headings */
.text-gradient .elementor-heading-title {
    background: linear-gradient(to right, #FFFFFF, #94A3B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* 4. Professional Timeline Style */
/* Apply this class "timeline-list" to an Icon List widget */
.timeline-list .elementor-icon-list-item {
    position: relative;
    padding-left: 30px !important;
    padding-bottom: 40px !important;
    border-left: 2px solid #1E293B;
}

.timeline-list .elementor-icon-list-item::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: #38BDF8;
    border: 4px solid #0F172A;
    border-radius: 50%;
    z-index: 2;
}

.timeline-list .elementor-icon-list-item:last-child {
    border-left-color: transparent;
}

/* 5. Minimalist Buttons */
.elementor-button {
    border-radius: 12px !important;
    font-weight: 600 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(56, 189, 248, 0.2);
}

/* 6. Subtle Card Hover (For Projects/Skills) */
.premium-card {
    border: 1px solid #1E293B !important;
    transition: border-color 0.3s ease !important;
}

.premium-card:hover {
    border-color: #38BDF8 !important;
}

/* 7. Hide Horizontal Scroll on Mobile */
body, html {
    overflow-x: hidden;
}/* End custom CSS */