/*
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.6.1769413985
Updated: 2026-01-26 07:53:05

*/

#mg-wprm-wrap {
    font-family: 'Montserrat';
}

h2.gform_title {
    display: none;
}

#sticky {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}

/* visible state */
#sticky.is-visible {
  transform: translateY(0);
}


.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 20px !important;
}

html, body{
	min-width:1200px;
	overflow-x:hidden;
	width:100%;
}

a, a:hover{
	color:unset;
}

.btn a {
    background: url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-6.fw_.png) no-repeat;
    background-position: 175px 50%;
}

.btn.short a {
    background-position: 75% 50%;
}

.form input[type='text'], .form textarea {
    background: #EEEEEE !important;
    border: none !important;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 43%) inset !important;
    padding: 25px 20px !important;
    border-radius: 0 !important;
}

.form input#gform_submit_button_1 {
    /* background: #0D54B9; */
    display: block;
    margin: auto;
    padding: 20px 75px 20px 40px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat';
    /* background: url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-6.fw_.png) no-repeat; */
    background: #0D54B9 url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-6.fw_.png) no-repeat;
    background-position: 85px 50%;
}

.gform-theme--foundation .gfield textarea.large {
    min-block-size: 14rem !important;
}

.form ::placeholder {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #333333;
}

#services .slider .swiper-button-prev svg,#services .slider .swiper-button-next svg,#project .slider .swiper-button-prev svg, #project .slider .swiper-button-next svg {
    display: none;
}

#services .slider .swiper-button-prev {
    background: url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-12.fw_.png) no-repeat;
    background-size: 100% 100%;
    color: transparent;
    height:40px;
    width: 40px;
    /* left: -20px; */
    z-index: 5 !important;
    overflow: visible;
    left: -70px;
    transform: translateY(-600%);
}

#services .slider .swiper-button-next {
    background: url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-13.fw_.png) no-repeat;
    background-size: 100% 100%;
    color: transparent;
    height: 40px;
    width: 40px;
    /* left: -20px; */
    z-index: 5 !important;
    overflow: visible;
	right: -70px;
    transform: translateY(-600%);
}

#project .slider .swiper-button-next {
    background: url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-13.fw_.png) no-repeat;
    background-size: 100% 100%;
	color:transparent;
	height: 40px;
    width: 40px;
    top: -270px;
    right: 30%;
   
}

#project .slider .swiper-button-prev {
    background: url(https://beta11.technodreamcenter.com/marchionelectric.com/wp-content/uploads/2026/01/Untitled-12.fw_.png) no-repeat;
    background-size: 100% 100%;
    color:transparent;
	height: 40px;
    width: 40px;
    top: -270px;
    left: 30%;
}


#projects .swiper-slide a {
    display: none;
	transition:.4s ease-in-out
}

#projects .swiper-slide-active a {
    display: block !important;
}

#projects .swiper-slide-active::after {
    display: none;
}

#projects .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0D54B9;
    opacity: 0.5;
    pointer-events: none;
    transition: .5s ease;
}

/*** testimonials ***/
.cover-slider {
  position: relative;
  max-width: 1200px;
  height: 530px;
  margin: 40px auto 60px;
  overflow: visible;
  cursor: grab;
}

.cover-slider:active {
  cursor: grabbing;
}


.slides {
  position: relative;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(80px) scale(0.94);
  transition: all 0.45s ease;
}

.slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 3;
}

.slide.is-next {
  opacity: 0.6;
  transform: translateX(40px) scale(0.97);
  z-index: 2;
}

.slide.is-far {
  opacity: 0.3;
  transform: translateX(80px) scale(0.94);
  z-index: 1;
}

/* Card */
.card {
  display: flex;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.content {
  flex: 1;
  padding: 30px 5%;
}

.image {
  flex:1;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Buttons */
#testimonial button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #0D54B9;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.prev { left: -20px; }
.next { right: -20px; }

.pagination {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 20;
}

.pagination button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
	position: relative;
}

.pagination button.active {
  background: #0E6EF0;
}


@media(max-width:1200px){
	.cover-slider {
		position: relative;
		max-width: 1200px;
		height: 550px;
	}
}

@media(max-width:767px){
    .cover-slider {
        margin: 0px auto;
        height: 850px;
    }
}

img.stars {
    display: block;
    margin: 10px 0;
}

.card .content p {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #444444;
    line-height: 180%;
}

.card .content span {
    color: #0C53B8;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 19px;
}

@media(max-width:1550px){
	.menu-item {
		margin-right: 30px !important;
	}
}

@media(max-width:1024px){
	html, body{
		min-width:320px;
	}
	.cover-slider {
		position: relative;
		max-width: 1200px;
		height: 750px;
	}
}


@media(max-width: 600px){
	.card {
		display: block;
		text-align: center;
	}
	
	img.avatar {
		display: block;
		margin: 10px auto;
	}
	
	img.stars {
		display: block;
		margin: 10px auto;
	}
	.cover-slider {
        height: 700px;
    }
}