
/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* Start Skick Slider*/


.dreamit-slick-slider {
    position: relative;
    min-height: 875px;
    z-index: 1;
}
.single-slick.style_one{
      position: relative;
    min-height: 800px;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .hero-text-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e53925;
}
.dreamit-slick-slider .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #e53925;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    animation: 1s 1.6s fadeInUp both;
    font-size: 68px;
    line-height: 80px;
    color: #e2eef5;
    font-weight: 700;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
    padding-left: 65px;
}

.dreamit-slick-slider .hero-text-wrap .btn {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    font-family: "Outfit", sans-serif;
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    padding: 15px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    margin-top: 10px;
}

.dreamit-slick-slider .single-slick .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: var(--theme-color-white);
    left: 175px;
    top: 26px;
}

.dreamit-slick-slider .single-slick .hero-text-wrap .btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--theme-color7);
    z-index: -1;
    border-radius: 45px;
    transition: all 500ms ease;
}

.dreamit-slick-slider .single-slick .hero-text-wrap .btn i {
    display: inline-block;
    margin-left: 19px;
    top: 2px;
}

.dreamit-slick-slider .single-slick .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}
.dreamit-slick-slider .single-slick .hero-text-wrap .btn:hover, 
.dreamit-slick-slider .single-slick .hero-text-wrap .btn:hover i {
    color: #0f1d37;
}


span.slick_img {
    padding: 0 84px;
    animation: 1s 2s fadeInDown both;
}



/* Slick Slider Next */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}
.slick-next {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    width: 80px;
    line-height: 80px;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #52614e;
    color: #FFF;
}
.slick-next:hover:before{
    color: #FFF;
}
.slick-next::before {
    font-size: 26px;
    color: #fff;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff;
    transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #52614e;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}


/*Hero Section*/

.hero-button a {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    color: #fff;
    background-color: #41C575;
    padding: 18px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    margin-top: 0;
}

.hero-button a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: #fff;
    right: 62px;
    top: 25px;
}

.hero-button a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #0C2318;
    z-index: -1;
    border-radius: 45px;
    transition: all 500ms ease;
}

.hero-button a:hover:after{
   left: 0;
   width: 100%;
}


.hero-button a i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}



/*service box style four*/
.service-box.style4 {
    position: relative;
    z-index: 1;
    background: #f8f9f5;
    border-radius: 20px;
    padding: 50px 50px 50px 40px;
    margin-bottom: 20px;
    transition: all 300ms ease;
}
.service-box.style4:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #41c575;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.service-box.style4:hover:before{
    width: 100%;
    left: 0;
}
.service-box.style4 .icon img{
    transition:.5s;
}
.service-box.style4:hover .icon img{
   filter: brightness(0) invert(1); 
}
.service-box.style4 h3.title {
    color: #0c2318;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin: 13px 0 0;
    transition: all 300ms ease;
}
.service-box.style4:hover h3.title{
    color:#fff;
}
.service-box.style4 .service-btn a {
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    border: 1px solid rgba(12, 35, 24, 0.15);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 30px;
    transition: all 300ms ease;
}
.service-box.style4:hover .service-btn a{
    border-color:#fff;
    background:#fff;
} 






/* Solar Home Start */


.services-carousel-box.style1 {
    padding: 0 0 60px;
    margin-bottom: 20px;
}

.services-carousel-thumb {
    position: relative;
    z-index: 1;
}

.services-content {
    position: absolute;
    z-index: 1;
    width: 92%;
    right: 0;
    bottom: -82px;
    background: #0C2318;
    border-radius: 20px;
    padding: 21px 0px 35px 35px;
    transition: 0.5s;
}

.services-content::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: #243B30;
    transition: 0.5s;
    z-index: -1;
    border-radius: 20px;
    top: auto;
}


.services-carousel-icon img {
    width: auto !important;
    display: inline-block !important;
}

.services-carousel-thumb img {
    border-radius: 20px;
}

.services-carousel-icon {
    float: right;
    width: 70px;
    height: 70px;
    line-height: 95px;
    background: #41C575;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.services-carousel-icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 10px 0px 0px 10px;
    background-color: #FF853F;
    transition: all 500ms ease;
}

.services-carousel_content h4 a {
    transition: .5s;
}

.services-carousel-icon:hover:before {
    transform: scale(1);
}

.style1.services-carousel-box:hover .services-content:before {
    height: 100%;
    top: 0;
}

.services-carousel-box:hover .services-carousel_content h4 a {
    color: #FF853F;
}

 .services-carousel .owl-nav {
    position: absolute;
    top: -166px;
    right: 0;
}

 .services-carousel.style1  button.owl-prev i,  .services-carousel.style1  button.owl-next i {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    z-index: 5;
    display: inline-block;
}

.services-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
    
}


 .services-carousel button.owl-prev:hover i, .services-carousel button.owl-next:hover i {
   background: var(--theme-color2);
   color: #fff;
}

 .testimonial.style3 .owl-nav {
    position: absolute;
    top: -166px;
    right: 154px;
}
 .testimonial.style3 button.owl-prev i,  .testimonial.style3 button.owl-next i {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    z-index: 5;
    display: inline-block;
    margin-right:14px;
}
.testimonial.style3 button.owl-prev i:hover, .testimonial.style3 button.owl-next i:hover {
   background: var(--theme-color2);
   color: #fff;
}

/*Style two*/

.services-carousel-box.style2 {
    border-radius: 20px;
    padding: 20px 20px 40px;
    margin-bottom: 20px;
    background: #182F24;
}

.style2 .services-carousel-thumb {
    padding-bottom: 17px;
    overflow: hidden;
}

.services-carousel-thumb::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 96%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22362%22%20height%3D%22255%22%20viewBox%3D%220%200%20362%20255%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.95431%208.9543%200%2020%200H342C353.046%200%20362%208.9543%20362%2020V234.607C362%20246.544%20351.611%20255.823%20339.749%20254.48L17.7492%20218.01C7.63905%20216.865%200%20208.312%200%20198.137V20Z%22%20fill%3D%22%2341C575%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: -1px;
    left: 0;
    border-radius: 20px;
    transform: translateY(-7px);
    transition: 0.5s;
    opacity: 0;
}

.style2.services-carousel-box .services-carousel-icon::before {
    border-radius: 10px;
}

.style2 .services-carousel_content {
    padding: 28px 20px 0 20px;
}

.style2.services-carousel-box .service-btn a {
    display: flex;
    justify-content: space-between;
    color: var(--theme-color-white);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.style2.services-carousel-box .service-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #FF853F;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.style2.services-carousel-box:hover .service-btn a:before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.style2.services-carousel-box:hover .services-carousel-thumb::before {
    transform: translateY(8px);
    opacity: 1;
}
.style2 .services-carousel-icon {
    float: left;
    border-radius: 10px;
    left: 20px;
    margin-top: -52px;
    width: 66px;
    height: 66px;
}

.style2.services-carousel-box:hover .services-carousel-icon::before {
    transform: scale(1);
}






/*Counter CSS*/

.single-counter.style_four {
    border-radius: 20px;
    padding: 50px 40px 32px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    overflow: hidden;
}


.style_four.single-counter:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style_four.style_four.single-counter:hover:before{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


/* Icon box style four*/

.icon-box.style4 {
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    align-items: center;
    border-radius: 70px;
    margin-bottom: 22px;
    box-shadow: 0px 5px 40px 10px rgba(65, 197, 117, 0.1019607843);
    padding: 15px 40px 15px 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.icon-box.style4 .img-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 80px;
    background: #41C575;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}



h4.title {
    transition: .5s;
}


.econet-hover-box {
            background-color: #41C575;
            height: 100%;
            top: 0;
            opacity: 0;
            position: absolute;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            width: 25%;
            z-index: -1;
        }
        .hover-bx {
            left: 0;
            -webkit-transition-delay: 0.105s;
            transition-delay: 0.105s;
            border-radius: 70px 0px 0px 70px;
        }
        .hover-bx2 {
            left: 25%;
            -webkit-transition-delay: 0.105s;
            transition-delay: 0.105s;
        }
        .hover-bx3 {
            left: 50%;
            -webkit-transition-delay: 0.105s;
            transition-delay: 0.105s;
        }
        .hover-bx4 {
            left: 75%;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            border-radius: 0px 70px 70px 0px;
        }
        
        .icon-box.style4:hover .econet-hover-box {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        
        .icon-box.style4:hover .img-icon {
            background: #fff;
        }
        
        .img-icon img{
            transition: .5s;
        }
        
        .icon-box.style4:hover .img-icon img {
            filter: brightness(1) invert(1);
            animation: bd-bounce 800ms ease-out alternate;
            -webkit-animation: bd-bounce 800ms ease-out alternate;
        }
        
        .icon-box.style4:hover .img-icon {
            background: #fff;
        }
        
        .icon-box.style4:hover .icon-box-content h4.title{
            color: #fff;
        }
        
        .box-style2 .econet-hover-box {
            background-color: #FF853F;
        }
        
        .box-style2 .icon-box.style4 .img-icon {
            background: #FF853F;
        }
        
        .box-style2 .icon-box.style4:hover .img-icon {
            background: #fff;
        }
        
        .box-style3 .econet-hover-box {
            background-color: #0C2318;
        }
        
        .box-style3 .icon-box.style4 .img-icon {
            background: #0C2318;
        }
        
        .box-style3 .icon-box.style4:hover .img-icon {
            background: #fff;
        }
        


@keyframes bd-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0) translateX(0%);
    }
    40% {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px) translateX(0%);
    }
    60% {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px) translateX(0%);
    }
  }


/*Start Case Study CSS*/

.style2.case-study .single_case_study {
    background: var(--theme-color4);
    border-radius: 24px;
    padding: 17px 17px 20px;
    position: relative;
    margin-bottom: 20px;
    transition: .5s;
}

.style2.case-study .single_case_study::after {
    position: absolute;
    z-index: -2;
    content: "";
    width: 93%;
    height: 100%;
    background-image: url(https://wp.ditsolution.net/econet/wp-content/uploads/2025/08/shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    right: 0;
    top: 310px;
    margin: 0 auto;
    transform: translateY(0px);
    transition: 0.5s;
}

.style2.case-study .single_case_study:hover:after {
    transform: translateY(15px);
}

.econet-bf {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.econet-bf::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.style2.case-study .single-cases-study:hover .econet-bf::before {
    height: 200%;
    transition: all 600ms linear;
    background-color: transparent;
}


.case-study.style2 .case-study-thumb img {
    width: 100%;
    border-radius: 15px;
}

.cases-study-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 45px 26px 15px;
}

.case-study.style2 span.category-item {
    display: inline-block;
    background: var(--theme-color5);
    font-size: 16px;
    padding: 6px 24px;
    border-radius: 20px;
    margin-bottom: 2px;
}


.case-study.style2 .single_case_study h2.title a {
    display: inline-block;
    transition: .5s;
}

.case-study.style2 .single_case_study h2.title a:hover {
    color: var(--theme-color7);
    color: fff;
}


.style2 .single_case_study .case-study-btn a {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: var(--theme-color2);
    background: var(--theme-color5);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;
}

.style2 .single_case_study .case-study-btn a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: all 500ms ease;
}

.style2 .single_case_study:hover .case-study-btn a::before {
    transform: scale(1);
}

.style2 .single_case_study:hover .case-study-btn a {
    color: #fff;
}



.icon2 .work-process.style1 .icon {
    background-color: #fff;;
    border: 2px solid var(--theme-color2);
}


.box-2 .case-study.style2 .single_case_study span.category-item {
    background: transparent;
    border: 1px solid rgba(12, 35, 24, 0.1);
}

.box-2 .style2 .single_case_study .case-study-btn a {
    background: transparent;
    border: 1px solid rgba(12, 35, 24, 0.1);
}

.owl-nav {
    position: absolute;
    top: -166px;
    right: 0;
}



/*Contact CSS*/

.form-group input {
    transition: 0.3s;
    outline: 0;
    width: 100%;
    height: 54px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    border-radius: 50px;
    padding: 0 35px 0 30px;
}

.form-group textarea.wpcf7-form-control.wpcf7-textarea {
    transition: 0.3s;
    outline: 0;
    width: 100%;
    height: 137px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    border-radius: 30px;
    padding: 20px 35px 0 30px;
}


.option-box select{
    color: var(--theme-color2);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid rgba(12, 35, 24, 0.15);
    background: transparent;
    width: 100%;
    padding: 13px 30px 13px 30px;
    border-radius: 50px;
    display: inline-block !important;
}


.form-group .buttons input {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background: var(--theme-color2);
    border-radius: 45px;
    padding: 13px 35px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    width: inherit;
    border: 0;
}


.form-group .buttons input:hover{
    background: var(--theme-color7);
}

.form-group .buttons p {
    margin: 0;
}

.style2 .form-group input {
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.style2 .form-group textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.style2 .option-box select{
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.form-group input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #4D6459!important;
}

.form-group textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #4D6459 !important;
}



/*Start Testimonial CSS Start*/


.box-style3 .testimonial-item.style3 {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22536%22%20height%3D%22350%22%20viewBox%3D%220%200%20536%20350%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.95431%200%2020%200H459.659C469.168%200%20477.362%206.69508%20479.258%2016.0131L482.969%2034.256C484.514%2041.8509%20490.308%2047.8694%20497.838%2049.702L520.729%2055.2725C529.692%2057.4536%20536%2065.4813%20536%2074.7054V330C536%20341.046%20527.046%20350%20516%20350H20C8.95432%20350%200%20341.046%200%20330V20Z%22%20fill%3D%22%23182F24%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    border-radius: 20px;
    padding: 35px 38px 25px;
    position: relative;
    z-index: 1;
}

.box-style3 .testimonial-item.style3::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url(https://wp.ditsolution.net/econet/wp-content/uploads/2025/08/testi-box.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.box-style3 .testimonial-item.style3:hover:before {
    width: 100%;
}

.box-style3 .single-counter.style_three {
    background: #243B30;
    padding: 38px 25px 29px;
}

/* Button Style CSS*/

.hero-text.style2 a.button {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    color: #fff;
    background-color: #41C575;
    padding: 18px 35px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    margin-top: 14px;
}

.hero-text.style2 a.button::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: #fff;
    left: 175px;
    top: 26px;
}

.hero-text.style2 a.button::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #0C2318;
    z-index: -1;
    border-radius: 45px;
    transition: all 300ms ease;
}

.hero-text.style2 a.button i {
    display: inline-block;
    margin-left: 22px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}

.hero-text.style2 a.button:hover:after{
    left: 0;
    width: 100%;
}

.hero-text.style2 a.button:hover{
    color: #fff;
}

.icon-box.style8 .icon-box-icon {
    float: left;
    margin-right: 10px;
}


.single-counter.style_seven .icon {
    float: left;
}

/*Services Icon*/

.service-box.style5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}

.service-box.style5::before {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    background: url(https://wp.ditsolution.net/econet/wp-content/uploads/2025/09/Subtract.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: .5s;
    border-radius: 30px;
}

.service-box.style5 .content {
    padding: 0 19px 0;
    position: relative;
    z-index: 1;
}

.service-box.style5 .content .icon {
    display: inline-block;
    width: 70px;
    height: 80px;
    text-align: center;
    line-height: 108px;
    background: #41C474;
    border-radius: 25px 10px 25px 10px;
    clip-path: polygon(0% 12px, 100% 0, 100% 88%, 0% 100%);
    position: absolute;
    right: 35px;
    top: -91px;
}

.service-box.style5 .content .icon::before {
    position: absolute;
    content: "";
    width: 0;
    right: 0;
    height: 100%;
    background: #0C2417;
    transition: 1s;
    border-radius: 25px 10px 25px 10px;
}

.service-box.style5 .content .icon img {
    filter: brightness(0) invert(1);
    transition: .5s;
}

.service-box.style5 .service-btn a {
    display: inline-block;
    position: absolute;
    right: -16px;
    bottom: -54px;
    text-align: center;
    border: 1px solid #ffffff33;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
}

.service-box.style5 .service-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    right: 0;
    height: 100%;
    background: #41C474;
    transition: 1s;
    border-radius: 30px;
    z-index: -1;
}

.service-box.style5:hover .content .icon:before {
    width: 100%;
    left: 0;
}

.service-box.style5:hover .service-btn a:before {
    width: 100%;
    left: 0;
}

.service-box.style5:hover .service-btn a i {
    color: #fff;
}

.service-box.style5:hover .content .icon img {
    filter: brightness(1) invert(0);
}

.service-box.style5:hover:before {
    width: 100%;
    left: 0;
}

/*Style Six*/

.service-box.style6 {
    display: flex;
    position: relative;
    z-index: 1;
}

.service-box.style6:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    clip-path:  path("M0,0H567A20,20 0,0,1 587,20V43A20,20 0,0,0 607,63H630A20,20 0,0,1 650,83V270A0,0 0,0,1 650,270H0A0,0 0,0,1 0,270V0A0,0 0,0,1 0,0Z");
    width: 650px;
    height: 270px;
    background-color: #ffffff;
    aspect-ratio: 65 / 27;
    border-radius: 20px;
}

.service-box.style6 .image {
    flex-shrink: 0;
    padding-right: 35px;
}
.service-box.style6 .image img {
    border-radius: 20px;
}

.service-box.style6 .content {
    padding: 30px 0 0;
    position:relative;
}

.service-box.style6 .service-number {
    position: absolute;
    top: 0px;
    right: -29px;
    transition: .5s;
}

.service-box.style6:hover .service-number span {
    color: #41C575 !important;
}

/*Testimonial Section*/

.testimonial.style4.style5 .testi_content {
    background: #F8F9F4;
    padding: 32px 30px 10px;
    border-radius: 25px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.testimonial.style4.style5 .testi_content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #41C575;
    border-radius: 30px;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.testimonial.style4.style5 .testimonial-item:hover .testi_content:before {
    width: 100%;
    left: 0;
}

.testimonial.style4.style5 .author {
    margin-right: 20px;
}
.testimonial.style4.style5 .author_content {
    display: flex;
    margin-left: 15px;
}

.testimonial.style4.style5 .ratting {
    display: flex;
}

.testimonial.style4.style5 p.ratting_text {
    margin-left: 7px;
    transition: .5s;
}

p.quote_two, p.quote, .testi-star i {
   transition: .5s !important; 
}

.testimonial.style4.style5 .testimonial-item:hover p.quote_two, .testimonial.style4.style5 .testimonial-item:hover p.ratting_text, 
.testimonial.style4.style5 .testimonial-item:hover p.quote, .testimonial.style4.style5 .testimonial-item:hover .testi-star i {
  color: #fff !important;
}

.testimonial.style4.style5 .owl-dots {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 55px 0 0;
}

.testimonial.style4.style5 button.owl-dot {
    width: 16px;
    height: 16px;
    border: 2px solid #0C231833!important;
    border-radius: 30px;
    margin-right: 7px;
}

.testimonial.style4.style5 button.owl-dot.active {
    width: 16px;
    height: 16px;
    padding: 5px;
    background: #41C575 !important;
    border: 2px solid #41C575 !important;
    display: inline-block;
}

.style_2 .section-title.style1 .subtitle {
    border: 0;
    padding: 0;;
}

.style_2.two span.icon img {
    filter: brightness(0) invert(1);
}

/*===Single Services Box===*/

.service-box.style7 {
    position: relative;
    z-index: 1;
}

.service-box.style7 .content {
    padding: 0 24px 0;
}

.service-box.style7 .image {
    position: relative;
    top: 7px;
}

/* ====Dram it Images Gallery Box Css====== */

.dreamit-image-gallery-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 20px;
}
.dreamit-image-panel {
    position: relative;
    overflow: hidden;
    flex: 1;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: flex 0.5s ease-in-out;
    cursor: pointer;
}

.dreamit-image-panel:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0C2318 80%);
    transition: .5s;
}

.active.dreamit-image-panel:after {
    position: absolute;
    content: "";
    bottom: -226px;
    right: -348px;
    width: 100%;
    height: 100%;
    background: url(https://wp.ditsolution.net/econet/wp-content/uploads/2025/10/bg.png);
    transition: .5s;
    background-repeat: no-repeat;
    background-position: center;
}

.dark .active.dreamit-image-panel:after {;
    background: url(https://wp.ditsolution.net/econet/wp-content/uploads/2025/10/bg-1-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.dark .dreamit-image-panel:before {
    background: linear-gradient(180deg, rgba(24, 47, 36, 0.1) 30%, #182F24 80%);
}


.dreamit-image-panel.active {
    flex: 4;
}

/* Overlay content */

.dreamit-image-panel .overlay-content {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -135px;
    z-index: 2;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.dreamit-image-panel.active .overlay-content {
    bottom: 30px;
    text-align: left;
    left: 50px;
}

.dreamit-image-panel .overlay-content h2 {
    writing-mode: sideways-rl;
    margin: 0;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    transform: rotate(180deg);
    display: inline-table;
}


.dreamit-image-panel.active .overlay-content h2 {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    font-size: 60px !important;
    line-height: 70px!important;
}

.dreamit-image-panel .overlay-content p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    margin: 20px 0 10px;
    width: 70%;
}

.dreamit-image-panel.active .overlay-content p {
  opacity: 1;
  transform: translateY(0);
}


.overlay-content .dreamit-btn {
    display: inline-block;
    padding: 10px 18px;
    width: 55px;
    height: 55px;
    line-height: 37px;
    text-align: center;
    background: #FFFFFF4D;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    
}

.dreamit-image-panel.active .overlay-content .dreamit-btn {
    opacity: 1;
    transform: translateY(0);
    background: #22c55e;
    position: absolute;
    right: 0px;
    bottom: -22px;
}

/*Dark Version*/

.dark .marquee.style1 .marquee-block h3 img {
    filter: brightness(0)invert(1);
}

.dark .service-box.style6:before {
    background-color: #243B30;
}

.dark .testimonial.style4.style5 .testi_content {
    background: #182F24;
}

.dark .my-accordion li {
    background: #243B30;
}

.dark .my-accordion li p {
    background: #243B30;
}

.dark .my-accordion li a.active {
    background: #243B30;
}

.dark .blog-post.style1 .single_blog_post_content h3 a {
    border-bottom: 1px solid #9DAAA4;
}


/* The End Of CSS */