.elementor-9801 .elementor-element.elementor-element-eba2bb1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9801 .elementor-element.elementor-element-eba2bb1 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-9801 .elementor-element.elementor-element-fc98bc9 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-9801 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-fc98bc9 *//* ==== POWER SOLUTIONS CSS (RITTAL CUSTOM) ==== */
/* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8fafc;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    color: #2A3881;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    position: relative;
}

.hero-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 2px;
}

.section-title {
    font-size: 2.5rem;
    color: #2A3881;
}

.section-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #48C6E5;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* Hero section */
.power-hero {
    padding: 80px 0 100px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f4f8 100%);
    position: relative;
    overflow: hidden;
}

.power-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(45deg, rgba(72, 198, 229, 0.1) 0%, rgba(42, 56, 129, 0.05) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-description {
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.hero-innovation {
    background: rgba(72, 198, 229, 0.1);
    border-left: 4px solid #48C6E5;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 2.5rem;
    color: #2A3881;
    font-weight: 500;
}

.hero-innovation i {
    color: #48C6E5;
    margin-right: 10px;
}

.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(42, 56, 129, 0.2);
}

.cta-button.outline {
    background: transparent;
    color: #2A3881;
    border: 2px solid #48C6E5;
}

.cta-button.outline:hover {
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    color: white;
    border-color: transparent;
}

/* Hero visual */
.hero-visual {
    position: relative;
    height: 400px;
}

.energy-flow {
    position: relative;
    height: 100%;
    background: white;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
}

.power-source, .data-center, .industrial, .backup {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 2;
}

.power-source i, .data-center i, .industrial i, .backup i {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 20px rgba(72, 198, 229, 0.3);
}

.power-source span, .data-center span, .industrial span, .backup span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2A3881;
    background: white;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(42, 56, 129, 0.1);
}

.transmission-line {
    position: relative;
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #e8f4f8, #48C6E5, #e8f4f8);
    margin: 0 10px;
}

.energy-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: linear-gradient(90deg, #48C6E5, #2A3881);
    border-radius: 1px;
    animation: pulseFlow 3s linear infinite;
}

.energy-pulse:nth-child(2) { animation-delay: 1s; }
.energy-pulse:nth-child(3) { animation-delay: 2s; }

@keyframes pulseFlow {
    0% { left: 0; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

/* RITTAL PRODUCT SHOWCASE */
.rittal-showcase {
    padding: 100px 0;
    background: white;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-description {
    color: #666;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.product-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(42, 56, 129, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    aspect-ratio: 4 / 3;
    background-color: #e8f4f8;
    border: 2px solid transparent;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(42, 56, 129, 0.2);
    border-color: #48C6E5;
}

.product-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-card-img {
    transform: scale(1.07);
}

.product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 80%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 20px;
    color: white;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.product-card:hover .product-overlay {
    opacity: 1;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 70%);
}

.product-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    transform: translateY(0);
    transition: transform 0.3s;
}

.product-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
    max-width: 90%;
    transform: translateY(0);
    transition: transform 0.3s 0.05s;
}

.product-card:hover .product-overlay h3 {
    transform: translateY(-5px);
}

.product-card:hover .product-overlay p {
    transform: translateY(-5px);
}

.partner-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    color: #2A3881;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 6px 15px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 3;
}

/* Innovation section */
.innovation-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f7fc 100%);
}

.innovation-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.innovation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.innovation-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(42, 56, 129, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e8f4f8;
}

.innovation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.15);
    border-color: #48C6E5;
}

.innovation-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.innovation-logo i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.innovation-logo h4 {
    font-size: 1.25rem;
    color: #2A3881;
    margin: 0;
}

.innovation-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 0.875rem;
}

.innovation-stats {
    display: flex;
    gap: 15px;
    border-top: 1px solid #e8f4f8;
    padding-top: 20px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stat .value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #48C6E5;
    line-height: 1;
}

.stat .label {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

/* Efficiency section */
.efficiency-section {
    padding: 100px 0;
    background: white;
}

.efficiency-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.efficiency-description {
    color: #666;
    font-size: 1.125rem;
    margin-bottom: 40px;
    line-height: 1.7;
}

.efficiency-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.efficiency-metric {
    background: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e8f4f8;
}

.metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.metric-header span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
}

.metric-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #48C6E5;
}

.metric-bar {
    height: 8px;
    background: #e8f4f8;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 4px;
    width: 0;
    transition: width 2s ease-in-out;
}

.efficiency-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.feature h4 {
    font-size: 1.125rem;
    color: #2A3881;
    margin-bottom: 5px;
}

.feature p {
    color: #666;
    font-size: 0.875rem;
}

/* Dashboard */
.efficiency-dashboard {
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8f4f8;
}

.dashboard-header h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    color: #2A3881;
    margin: 0;
}

.dashboard-header i {
    color: #48C6E5;
}

.dashboard-status {
    background: #28ca42;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dashboard-status.active {
    background: #28ca42;
}

.dashboard-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.power-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-item {
    background: white;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e8f4f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.grid-label {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 8px;
}

.grid-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2A3881;
    margin-bottom: 8px;
}

.grid-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.grid-status.normal {
    background: #28ca42;
}

.grid-status.warning {
    background: #ffbd2e;
}

.power-chart {
    background: white;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e8f4f8;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chart-header span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2A3881;
}

.chart-legend {
    display: flex;
    gap: 15px;
    font-size: 0.75rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot.actual {
    background: #48C6E5;
}

.dot.optimal {
    background: #2A3881;
}

.chart-visual {
    height: 150px;
    position: relative;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.chart-bar {
    flex: 1;
    background: #48C6E5;
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.chart-bar:hover {
    opacity: 0.8;
}

.chart-bar:hover .bar-tooltip {
    opacity: 1;
    transform: translateY(0);
}

.bar-tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #2A3881;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
}

.bar-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2A3881;
}

.chart-optimal {
    position: absolute;
    bottom: 60%;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 1;
}

.optimal-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #2A3881;
    opacity: 0.3;
}

/* Applications section */
.applications-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f7fc 100%);
}

.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.application-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid #e8f4f8;
    text-align: center;
}

.application-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
    border-color: #48C6E5;
}

.application-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 1.5rem;
}

.application-card h3 {
    font-size: 1.25rem;
    color: #2A3881;
    margin-bottom: 15px;
}

.application-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 0.875rem;
}

.application-stats {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #e8f4f8;
    padding-top: 20px;
}

.application-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #48C6E5;
    background: rgba(72, 198, 229, 0.1);
    padding: 5px 10px;
    border-radius: 20px;
}

/* CTA Section */
.power-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #2A3881 0%, #48C6E5 100%);
    color: white;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-text {
    text-align: center;
    margin-bottom: 50px;
}

.cta-text h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
}

.cta-text p {
    font-size: 1.125rem;
    opacity: 0.9;
}

.assessment-form {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 1px solid #e8f4f8;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
    padding-left: 45px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #48C6E5;
    box-shadow: 0 0 0 3px rgba(72, 198, 229, 0.1);
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #48C6E5;
    font-size: 1rem;
}

.form-group textarea + i {
    top: 20px;
    transform: none;
}

.assessment-form button {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.form-note {
    text-align: center;
    font-size: 0.875rem;
    opacity: 0.8;
    margin-top: 20px;
    color: white;
}

.form-note i {
    margin-right: 8px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-title { font-size: 3rem; }
    .efficiency-grid { gap: 40px; }
}

@media (max-width: 992px) {
    .hero-title { font-size: 2.5rem; }
    .section-title { font-size: 2rem; }
    .hero-content { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { height: 300px; }
    .energy-flow { padding: 30px; }
    .efficiency-grid { grid-template-columns: 1fr; gap: 40px; }
    .efficiency-dashboard { order: -1; }
    .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .power-hero { padding: 60px 0 80px; }
    .hero-title { font-size: 2.2rem; }
    .section-title { font-size: 1.8rem; }
    .hero-cta { flex-direction: column; }
    .cta-button { width: 100%; justify-content: center; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .innovation-grid { grid-template-columns: repeat(2, 1fr); }
    .efficiency-features { grid-template-columns: 1fr; }
    .applications-grid { grid-template-columns: repeat(2, 1fr); }
    .assessment-form { padding: 30px 20px; }
}

@media (max-width: 576px) {
    .container { padding: 0 15px; }
    .hero-title { font-size: 1.8rem; }
    .hero-description, .section-description, .efficiency-description { font-size: 1rem; }
    .product-grid { grid-template-columns: 1fr; }
    .innovation-grid { grid-template-columns: 1fr; }
    .applications-grid { grid-template-columns: 1fr; }
    .energy-flow {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
    }
    .transmission-line {
        width: 2px;
        height: 40px;
        margin: 10px 0;
    }
    .energy-pulse {
        width: 2px;
        height: 20px;
        animation: pulseFlowVertical 3s linear infinite;
    }
    .energy-pulse:nth-child(2) { animation-delay: 1s; }
    .energy-pulse:nth-child(3) { animation-delay: 2s; }
    @keyframes pulseFlowVertical {
        0% { top: 0; opacity: 0; }
        10% { opacity: 1; }
        90% { opacity: 1; }
        100% { top: 100%; opacity: 0; }
    }
    .power-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eba2bb1 *//* power-solutions.css – separate file, pure CSS, creative slideshow, minimal Rittal */

/* ---------------------- RESET & BASE ---------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: #f4f7fc;
  color: #1a2b3e;
  line-height: 1.5;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---------- CREATIVE FULL-WIDTH SLIDESHOW (PURE CSS) ---------- */
.hero-slideshow {
  position: relative;
  height: 85vh;                /* large hero presence */
  min-height: 600px;
  overflow: hidden;
  background: #0b1a2a;          /* fallback */
}

/* slideshow images – 8 slides using your images, rotating */
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slideCycle 32s infinite;  /* 8 slides * 4s = 32s */
  z-index: 1;
}

/* each slide gets a different delay */
.slide-1 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-Data-Centres.jpeg'); animation-delay: 0s; }
.slide-2 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-Data-Centres-2-scaled.jpg'); animation-delay: 4s; }
.slide-3 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-Monitoring-Solutions-scaled.jpg'); animation-delay: 8s; }
.slide-4 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-IT-Rack-scaled.jpg'); animation-delay: 12s; }
.slide-5 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-FR-IT-flatpack-enclosure.png'); animation-delay: 16s; }
.slide-6 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-Enclosures-scaled.jpg'); animation-delay: 20s; }
.slide-7 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-cooling-scaled.jpeg'); animation-delay: 24s; }
.slide-8 { background-image: url('https://build.zubacx.com/wp-content/uploads/2026/03/Rittal-climate-control-scaled.jpg'); animation-delay: 28s; }

@keyframes slideCycle {
  0% { opacity: 0; }
  3% { opacity: 1; }      /* quick fade in */
  12% { opacity: 1; }      /* hold ~3s */
  15% { opacity: 0; }      /* fade out */
  100% { opacity: 0; }
}

/* dark overlay for text readability */
.slideshow-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 15, 30, 0.35);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
}

.overlay-content {
  max-width: 700px;
  color: white;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.overlay-content h1 {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #fff, #d2ecff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overlay-content p {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: white;
  color: #0a2647;
  font-weight: 600;
  padding: 1.2rem 2.8rem;
  border-radius: 60px;
  text-decoration: none;
  font-size: 1.2rem;
  box-shadow: 0 20px 30px -10px #000c1f;
  transition: 0.25s;
}

.slide-cta i {
  color: #0088cc;
}

.slide-cta:hover {
  background: #eef7ff;
  transform: scale(1.05) translateY(-4px);
}

/* tiny rittal credit – minimal (only one place) */
.slide-credit {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  letter-spacing: 1px;
  z-index: 3;
  background: rgba(0,0,0,0.2);
  padding: 0.3rem 1rem;
  border-radius: 40px;
  backdrop-filter: blur(4px);
}

/* ---------- BREADCRUMB (light) ---------- */
.breadcrumb-wrap {
  background: white;
  border-bottom: 1px solid #e5ecf3;
  padding: 0.8rem 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #567;
  font-size: 0.9rem;
}
.breadcrumb i { font-size: 0.7rem; }

/* ---------- SOLUTIONS SECTION (no partner badges) ---------- */
.solutions {
  padding: 5rem 0;
  background: white;
}

.section-head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3.5rem;
}
.section-head h2 {
  font-size: 2.8rem;
  color: #0d2742;
  margin-bottom: 1rem;
}
.section-head p {
  color: #446688;
  font-size: 1.2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.sol-card {
  background: #f7fbfe;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 30px -12px #afc7db;
  transition: 0.3s;
}
.sol-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 35px -15px #2b5a84;
}
.card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: 0.4s;
}
.sol-card:hover .card-img {
  filter: brightness(1.08);
}
.card-content {
  padding: 2rem 1.8rem;
}
.card-content h3 {
  font-size: 1.6rem;
  color: #123456;
}
.feature-tags {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.feature-tags span {
  background: #e1efff;
  padding: 0.3rem 1rem;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #005792;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c9ddec;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  color: #1e4972;
}
.spec-row i { margin-right: 0.4rem; color: #0088cc; }

/* ---------- INNOVATION (no rittal) ---------- */
.innov-band {
  background: #e7f0fa;
  padding: 5rem 0;
}
.innov-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.8rem;
}
.innov-item {
  background: white;
  border-radius: 30px;
  padding: 2.2rem 1.5rem;
  transition: 0.3s;
  border: 1px solid rgba(0,80,130,0.1);
}
.innov-item:hover { transform: scale(1.02); border-color: #0088cc; }
.innov-icon { font-size: 2.4rem; color: #003a70; margin-bottom: 1rem; }
.innov-item h4 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.innov-stats { display: flex; gap: 1.2rem; margin-top: 1.5rem; font-weight: 700; }

/* ---------- DASHBOARD ---------- */
.dash-section {
  padding: 5rem 0;
  background: white;
}
.dash-panel {
  background: linear-gradient(135deg, #13293d, #21475f);
  border-radius: 50px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2rem;
  color: white;
}
.metric-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  border-radius: 30px;
  padding: 2rem;
}
.metric-bar {
  height: 12px;
  background: #2e577b;
  border-radius: 20px;
  margin: 1rem 0;
}
.fill {
  height: 12px;
  background: linear-gradient(90deg, #7fd4ff, #c0e6ff);
  width: 0%;
  transition: width 0.4s;
}
.metric-item:hover .fill { width: 96%; }
.metric-item:nth-child(2):hover .fill { width: 99.5%; }
.metric-item:nth-child(3):hover .fill { width: 42%; }

.live-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.live-tile {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.2s;
}
.live-tile:hover { background: rgba(255,255,255,0.15); transform: scale(1.02); }

/* ---------- APPLICATIONS GRID (full images) ---------- */
.app-section {
  padding: 5rem 0;
  background: #f4faff;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
.app-card {
  border-radius: 30px;
  overflow: hidden;
  background: white;
  box-shadow: 0 12px 25px -10px #96b2cc;
}
.app-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.app-card:hover .app-img { transform: scale(1.03); }
.app-content { padding: 1.5rem; }

/* ---------- GALLERY (Rittal images but no logo / minimal mention) ---------- */
.gallery {
  background: #ffffff;
  padding: 4rem 0;
}
.gallery h2 { text-align: center; margin-bottom: 2.5rem; color: #0e2f4a; }
.image-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
.image-strip img {
  width: 150px;
  height: 110px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 20px -8px #8ea9c2;
  transition: 0.3s;
  border: 2px solid white;
}
.image-strip img:hover {
  transform: rotate(1.5deg) scale(1.1);
  border-color: #0088cc;
}

/* ---------- CTA (clean, no partner mention) ---------- */
.cta-section {
  background: #0f2538;
  padding: 5rem 0;
}
.cta-box {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  border-radius: 60px 60px 40px 40px;
  padding: 3.5rem;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1.2rem 1.5rem 1.2rem 3.2rem;
  border-radius: 50px;
  border: 1px solid #cbdbe9;
  font-size: 1rem;
  font-family: inherit;
}
.form-group i {
  position: absolute;
  left: 1.3rem;
  top: 1.2rem;
  color: #0080c5;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0088cc;
  box-shadow: 0 0 0 3px rgba(0,136,204,0.15);
}
.submit-btn {
  background: #143450;
  color: white;
  border: none;
  font-weight: 700;
  padding: 1.2rem;
  width: 100%;
  border-radius: 60px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.2s;
}
.submit-btn:hover { background: #1b4e72; transform: scale(1.02); }

/* footer – tiny rittal note only once (very minimal) */
.footer-note {
  text-align: center;
  padding: 2rem;
  background: white;
  font-size: 0.8rem;
  color: #6a7d94;
  border-top: 1px solid #dae6f0;
}
.footer-note span { color: #0088cc; }

/* responsive */
@media (max-width: 900px) {
  .card-grid, .innov-grid, .app-grid, .dash-panel { grid-template-columns: 1fr; }
  .overlay-content h1 { font-size: 3rem; }
  .dash-panel { padding: 2rem; }
  .image-strip img { width: 120px; height: 90px; }
}/* End custom CSS */