/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765354537
Updated: 2025-12-10 08:15:37

*/

p:last-child{
	margin-bottom:0px;
}
.elementor-form .elementor-button{
    min-width: auto;
}
.elementor-button {
    min-width: 180px;
    min-height: 45px;
    max-height: 45px;
}
.elementor-button svg {
    width: 25px !important;
    height: 25px !important;
    margin-top: -3px;
}
.elementor-button-text {
    line-height: normal;
}
.dialog-close-button {
    border-radius: 100px;
    padding: 10px;
}
.spin {
    animation: rotate 6s linear infinite;
    transform-origin: center;
}
.video-btn:hover .spin {                            
    animation-play-state: paused;
}
.elementor-icon-list-text a {
    display: inline-block !important;
    width: auto !important;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

body.admin-bar .header-section {
    top: 30px !important;
}

body.admin-bar .header-section.scrolled {
    top: -20px !important;
}

.header-section.scrolled{
    background: #232534;
    top:-45px !important;
}

.header-section.scrolled .top-bar {
    transform: translateY(-100%);
}    

.header-section.scrolled .site-logo {
    margin-top: 0px !important;
}   

.header-section .site-logo img,
.header-section.top-bar {
    transition: ease-in-out 0.4s;
}

.header-section.scrolled .site-logo img {
    max-width: 70px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.height100{
    height: 100% !important;
}

.layer-left{
    overflow: hidden !important     ;
}

.layer-left:after {
    content: "";
    position: absolute;
    right: -48px;
    top: -13px;
    width: 130px;
    height: 126%;
    background: #000; /* main background */
    transform: rotate(24deg);
    
    /* Shiny gradient border on the left */
    border-left: 12px solid;
    border-image: linear-gradient(
        0deg,
        #f5732d,  /* red */
        #232534,  /* orange */
        #f5732d,  /* yellow */
        #232534,  /* green */
        #f5732d,  /* blue */
        #232534,  /* indigo */
        #f5732d   /* violet */
    ) 1; /* 1 ensures full gradient stretch */
}


.hover-box:hover{
    justify-content: center !important;
}

.hover-box:hover .hover-content {
    transform: translateY(50%) !important;
    bottom: 50% !important;
}

.hover-box:hover .project_title{
    opacity: 0;
    visibility: hidden;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 50s;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll2 var(--_animation-duration, 30s)
    var(--_animation-direction, forwards) linear infinite;
}
.testimonial-image:before {
    content: "";
    position: absolute;
    top: -75px;
    left: 0px;
    background: url('/wp-content/uploads/2025/12/TIp-.svg');
    width: 70px;
    height: 70px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

summary.e-n-accordion-item-title {
    position: relative;
    z-index: 1;
}

@keyframes scroll2 {
    100% {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.post-content img.size-full {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
}
.post-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  margin: 20px;
}

.post-content ul li {
  position: relative;
  background: #e5e5e5;
  border: 2px solid #f5732d;
  padding: 26px 20px 26px 64px; /* left space for icon */
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
  cursor: pointer;
	list-style:none;
}

/* Icon before text */
.post-content ul li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("https://ecosolarise.com/wp-content/uploads/2025/12/check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Hover effect */
.post-content ul li:hover {
  background: #1c1e2a;
  border-color: #1c1e2a;
	color: #fff;
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(28, 30, 42, 0.25);
}

.post-content p {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.post-content p {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.related-posts-custom article.elementor-post {
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff61 !important;
}
.related-posts-custom article.elementor-post .elementor-post__thumbnail {
    border: 1px solid #fff;
}



/* Responsive adjustments for small screens */
@media (max-width: 480px) {
  .blog-post-content .energy-tip {
    font-size: 14px;
    padding: 12px 15px;
  }
}



@media(min-width:768px){
.repeater-block .elementor-element:nth-child(even) .e-con-inner {
    flex-direction: row-reverse;
}
}

@media(max-width:1650px){
.top-left-image {
    left: 0px !important;
}    
}

@media(max-width:1024px){
.header-section.scrolled .site-logo img {
    max-width: 70px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-section.scrolled {
    top: 0px !important;
}
}

@media(max-width:767px){
.layer-left:after {
    display: none;
}
	.post-content ul {
    grid-template-columns: 1fr;
  }
}