.elementor-102 .elementor-element.elementor-element-937dac4{--display:flex;}.elementor-102 .elementor-element.elementor-element-c459117{width:100%;max-width:100%;}.elementor-102 .elementor-element.elementor-element-c459117.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-c459117 *//* Force Elementor containers to go edge-to-edge */
.elementor-section, 
.elementor-container, 
.elementor-column, 
.elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Fix for top bar/header stretching */
.top-bar, .main-header {
    box-sizing: border-box;
}

/* ==========================================================================
   1. GLOBAL RE-STRUCURING & SCREEN SHIFT PROTECTION
   ========================================================================== */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100%;
    /* Prevents unwanted horizontal scrolling glitches when elements expand */
    overflow-x: hidden; 
    background-color: #fcfbf7;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================================
   2. ULTRA-WIDE EDGE-TO-EDGE FLUID WRAPPERS
   ========================================================================== */

/* Apply this class to sections that must touch the absolute edges of the screen */
.full-width-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

/* Use this to keep all inner content safely aligned and centered */
.inner-content-center {
    width: 100%;
    max-width: 1320px; 
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
}

/* Reusable Button Formatting */
.btn-primary {
    background-color: #ff9900;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-primary:hover {
    background-color: #e08800;
}

.btn-secondary {
    background-color: transparent;
    color: #ff9900;
    border: 2px solid #ff9900;
    padding: 10px 26px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background-color: #ff9900;
    color: #ffffff;
}

/* ==========================================================================
   3. HEADER & TOP BANNER EXTENSIONS
   ========================================================================== */
.top-bar-outer {
    background-color: #ff9900;
    width: 100%;
}

.top-bar {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 12px;
}

.top-bar-left, .top-bar-right, .contact-info, .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-left span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-bar-left span:not(:last-child)::after {
    content: "|";
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.4);
}

.contact-info a, .social-icons a {
    color: #ffffff;
    text-decoration: none;
}

.main-header-outer {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.logo-img {
    height: 42px;
}

.brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #ff9900;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-item a {
    text-decoration: none;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-item a:hover {
    color: #ff9900;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    background-color: #f5f5f7;
    border: none;
    padding: 8px 12px 8px 32px;
    border-radius: 20px;
    font-size: 13px;
    outline: none;
    width: 150px;
}

.search-icon {
    position: absolute;
    left: 12px;
    color: #888888;
    font-size: 12px;
}

/* ==========================================================================
   4. HERO SECTOR WITH EDGE GRADIENT FLUIDITY
   ========================================================================== */
.hero-section {
    background: radial-gradient(circle at right, #fff4e0 0%, #fcfbf7 70%);
    padding: 80px 0 60px 0;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-content {
    flex: 1.1;
}

.tagline {
    color: #ff9900;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 44px;
    line-height: 1.2;
    margin: 12px 0 18px;
    color: #111;
    font-weight: 700;
}

.hero-content h1 span {
    color: #ff9900;
}

.hero-content p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-image-wrapper {
    flex: 0.9;
    display: flex;
    justify-content: center;
}

.hero-img {
    max-width: 100%;
    height: auto;
}

/* Metrics Dashboard Floating Panel */
.micro-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    margin-top: 60px;
    text-align: center;
    border: 1px solid #f0edf0;
}

.stat-item {
    font-size: 14px;
    color: #666666;
}

.stat-item:not(:last-child) {
    border-right: 1px solid #eaeaea;
}

.stat-item strong {
    display: block;
    font-size: 24px;
    color: #222222;
    margin-bottom: 2px;
}

/* ==========================================================================
   5. EXPERTISE & OFFERS (Fixed Dark-Mode Spill)
   ========================================================================== */
.services-section {
    background-color: #0c0c0e;
    color: #ffffff;
    padding: 90px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title span {
    color: #ff9900;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.service-card {
    background: #161619;
    border: 1px solid #242427;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ==========================================================================
   6. RESPONSIVE COMPRESSION CONTROLS
   ========================================================================== */
@media (max-width: 992px) {
    .hero-container { flex-direction: column; text-align: center; }
    .hero-buttons { justify-content: center; }
    .services-grid { grid-template-columns: 1fr; }
    .micro-stats { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .stat-item:not(:last-child) { border-right: none; }
    .nav-menu, .top-bar-left span:nth-child(3), .top-bar-left span:nth-child(4) { display: none; }
}

@media (max-width: 600px) {
    .micro-stats { grid-template-columns: 1fr; }
    .hero-content h1 { font-size: 30px; }
    .top-bar-outer { display: none; }
}/* End custom CSS */