.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 *//* Reset & Base Styles */
* {
    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;
}

/* Typography */
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;
}

.breadcrumb i {
    font-size: 0.75rem;
    opacity: 0.6;
}

.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;
}

/* Buttons */
.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 - Energy Flow */
.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;
    }
}

/* Solutions Section */
.solutions-section {
    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;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.solution-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    border: 2px solid #e8f4f8;
    position: relative;
    overflow: hidden;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(72, 198, 229, 0.1) 0%, rgba(42, 56, 129, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.solution-card:hover::before {
    opacity: 1;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
}

.solution-card.small:hover {
    border-color: #48C6E5;
}

.solution-card.medium.featured:hover {
    border-color: #2A3881;
}

.solution-card.large:hover {
    border-color: #48C6E5;
}

.solution-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2A3881;
    box-shadow: 0 5px 15px rgba(42, 56, 129, 0.1);
}

.solution-card.medium .solution-badge {
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    color: white;
}

.solution-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 2rem;
}

.solution-card.medium .solution-icon {
    background: white;
    color: #2A3881;
    box-shadow: 0 10px 20px rgba(42, 56, 129, 0.1);
}

.solution-card h3 {
    font-size: 1.5rem;
    color: #2A3881;
    margin-bottom: 15px;
}

.solution-card p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.solution-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.solution-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #555;
}

.solution-features i {
    color: #48C6E5;
    font-size: 0.75rem;
}

.solution-specs {
    display: flex;
    gap: 20px;
    border-top: 1px solid #e8f4f8;
    padding-top: 20px;
}

.spec {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.spec i {
    color: #48C6E5;
    font-size: 1rem;
}

.spec span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2A3881;
}

/* Featured Card */
.solution-card.featured {
    background: linear-gradient(135deg, #2A3881 0%, #48C6E5 100%);
    color: white;
    transform: scale(1.05);
}

.solution-card.featured h3,
.solution-card.featured p,
.solution-card.featured .spec span {
    color: white;
}

.solution-card.featured .solution-features span {
    color: rgba(255, 255, 255, 0.9);
}

.solution-card.featured .solution-features i {
    color: white;
}

.solution-card.featured .solution-specs {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.solution-card.featured .spec i {
    color: white;
}

/* 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;
    }
    
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    
    .solution-card.featured {
        transform: none;
    }
    
    .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;
    }
    
    .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 */