.elementor-2340 .elementor-element.elementor-element-f12bf8e > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2340 .elementor-element.elementor-element-f12bf8e > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #E00000 0%, #65E22B 100%);opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2340 .elementor-element.elementor-element-f12bf8e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-105px;margin-bottom:-105px;padding:20px 20px 20px 20px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-025a108 */:root {
    --gold: #f8a000;
    --header-bg: rgba(10, 10, 10, 0.95);
}

.ci-header {
    width: 100%;
    background: var(--header-bg);
    border-bottom: 1px solid #222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 15px 0;
}

.ci-header-container {
    max-width: 1400px; /* Limits stretch on huge screens for readability */
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo Sizing */
.ci-logo img {
    height: 50px;
    width: auto;
}

/* Navigation List */
.ci-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.ci-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.ci-nav ul li a:hover {
    color: var(--gold);
}

/* Button Style */
.header-btn {
    background: var(--gold);
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 2px;
}

/* Responsive: Tablet & Mobile */
@media (max-width: 1024px) {
    .ci-nav { display: none; } /* Hide standard nav */
    .ci-header-container { padding: 0 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44e1550 *//* Ensure the section is transparent to show the Elementor Video Background */
.elementor-2340 .elementor-element.elementor-element-44e1550 .studio-intro-video {
    background: transparent; 
    padding: 120px 5%;
    color: #ffffff;
    width: 100%;
}

.elementor-2340 .elementor-element.elementor-element-44e1550 .studio-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Subtitle with gold glow for visibility */
.elementor-2340 .elementor-element.elementor-element-44e1550 .subtitle {
    color: #f8a000;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

/* Bold Heading with contrast shadow */
.elementor-2340 .elementor-element.elementor-element-44e1550 h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    text-shadow: 0px 4px 15px rgba(0,0,0,1); /* Heavy shadow for video contrast */
}

/* The hollow text effect */
.elementor-2340 .elementor-element.elementor-element-44e1550 .highlight {
    -webkit-text-stroke: 1.5px #fff;
    color: transparent;
    filter: drop-shadow(0px 4px 5px rgba(0,0,0,0.5));
}

/* Description text - slightly heavier weight for readability */
.elementor-2340 .elementor-element.elementor-element-44e1550 .studio-description p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #ffffff; 
    margin-bottom: 40px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.9);
    font-weight: 400;
}

/* Stats section with subtle glassmorphism */
.elementor-2340 .elementor-element.elementor-element-44e1550 .studio-stats {
    display: flex;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

.elementor-2340 .elementor-element.elementor-element-44e1550 .stat-item {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #eeeeee;
}

.elementor-2340 .elementor-element.elementor-element-44e1550 .stat-item strong {
    color: #f8a000;
    display: block;
    font-size: 1.6rem;
    text-shadow: 0 0 10px rgba(248, 160, 0, 0.4);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .elementor-2340 .elementor-element.elementor-element-44e1550 .studio-container { 
        grid-template-columns: 1fr; 
        text-align: center;
    }
    .elementor-2340 .elementor-element.elementor-element-44e1550 .studio-stats {
        justify-content: center;
    }
}/* End custom CSS */