.elementor-9 .elementor-element.elementor-element-cb10d9a{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-5df7e1b{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-5cd4a14{--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-9 .elementor-element.elementor-element-6fb29e0{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8a9626e */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.power-solutions {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.stat-card {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid transparent !important;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    border-color: #0d6efd !important; /* Theme Primary Color */
}

.stat-card h3 {
    font-size: 2rem;
    color: #333;
}

.image-wrapper img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.02);
}

.accent-badge {
    bottom: 20px;
    right: 20px;
    font-size: 0.9rem;
    z-index: 2;
}

@media (max-width: 991px) {
    .image-wrapper {
        margin-top: 3rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e6f39f1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.mv-premium-section {
    font-family: 'Poppins', sans-serif;
    background: #f4f7f6;
}

/* Card Wrapper */
.mv-glass-card {
    transition: all 0.5s ease;
    background: #fff;
    cursor: pointer;
}

/* Image Container */
.mv-img-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.mv-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

/* Gradient Overlay */
.mv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    opacity: 0.7;
}

/* Icon Badge */
.mv-icon-badge {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d6efd; /* Primary Color */
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    z-index: 5;
    box-shadow: 0 8px 15px rgba(13, 110, 253, 0.3);
    transition: all 0.4s ease;
}

/* Accent Line */
.accent-line {
    width: 40px;
    height: 3px;
    background: #0d6efd;
    border-radius: 10px;
    transition: width 0.4s ease;
}

/* Hover Effects */
.mv-glass-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1) !important;
}

.mv-glass-card:hover .mv-img-container img {
    transform: scale(1.15) rotate(2deg);
}

.mv-glass-card:hover .mv-icon-badge {
    background: #212529; /* Darker color on hover */
    transform: translateX(-50%) translateY(-5px);
}

.mv-glass-card:hover .accent-line {
    width: 80px;
}

.small {
    font-size: 0.9rem;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fa9f02c */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.why-choose-us {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

/* Image Styling */
.image-stack-container {
    padding: 20px;
}

.image-accent-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 90%;
    background: #e7f1ff; /* Light blue accent */
    z-index: -1;
    border-radius: 20px;
}

.main-img {
    transition: transform 0.4s ease;
}

.main-img:hover {
    transform: scale(1.03);
}

.floating-badge {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 2;
    border-left: 5px solid #0d6efd;
}

/* Icon Boxes */
.icon-box {
    background: #0d6efd;
    color: white;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.feature-item:hover .icon-box {
    background: #212529;
    transform: rotateY(360deg);
}

.feature-item h6 {
    color: #333;
    transition: color 0.3s ease;
}

.feature-item:hover h6 {
    color: #0d6efd;
}

.lead-sm {
    font-size: 1.1rem;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .list-wrapper {
        margin-top: 3rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ef1f03b */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.about-section {
    font-family: 'Poppins', sans-serif;
}

.header-line {
    width: 60px;
    height: 4px;
    background: #0d6efd;
    border-radius: 10px;
}

/* Timeline Styling */
.timeline-wrapper {
    margin-left: 10px;
}

.timeline-dot {
    position: absolute;
    left: -33px; /* Center on the border line */
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 2;
}

.timeline-item {
    transition: transform 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(10px);
}

.badge {
    font-weight: 500;
    transition: all 0.3s ease;
}

.badge:hover {
    background-color: #0d6efd !important;
    color: #fff !important;
}

/* Specific styling for 2024 Highlight */
.bg-success-opacity {
    background-color: rgba(25, 135, 84, 0.1);
}

@media (max-width: 991px) {
    .timeline-wrapper {
        margin-top: 3rem;
        margin-left: 20px;
    }
}/* End custom CSS */