/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom CSS starts below */

body {
    margin: 0;
    padding: 0;
}
body.logged-in.admin-bar div#site-header {
    margin-top: 32px;
}
div#site-header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.header-area > .e-con-inner {
    transition: 0.3s all ease;
}
.header-area.sticky > .e-con-inner {
    padding-top: 20px
}
div#site-header .header-box {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
div#site-header .elementor-nav-menu--main .elementor-item-active {
    font-weight: 500 !important;
}
div#site-header .menu-col {
    margin-left: auto;
}
.btn-icon .elementor-button-icon {
    background-color: #FFFFFF;
    border-radius: 30px;
    font-size: 9px;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: .3s all ease;
}
.btn-icon .elementor-button:hover .elementor-button-icon{
    transform: rotate(45deg);
}
.btn-icon .elementor-button-content-wrapper {
    align-items: center;
}
.btn-icon .elementor-button {
    padding: 10px 10px 10px 30px !important;
}

.hero-form-box {
    height: fit-content !important;
    width: 100% !important;
    max-width: 399px;
	margin-left: auto !important;
    backdrop-filter: blur(15px);
}
.hero-form-box .elementor-icon-list-items {
    flex-wrap: nowrap !important;
    gap: 0;
    text-wrap: nowrap;
}
.hero-form-box .elementor-form-fields-wrapper input,
.hero-form-box .elementor-form-fields-wrapper select,
.hero-form-box .elementor-form-fields-wrapper textarea {
    padding: 13px 18px !important;
}
.hero-form-box .elementor-form-fields-wrapper ::placeholder{
    opacity: 1 !important;
}
.hero-form-box .elementor-form-fields-wrapper .elementor-button {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
select option[value="disable"] {
    display: none;
}

.svrs-sec {
    overflow: hidden !important;
}
.sv-carousel .swiper.elementor-loop-container {
    overflow: visible;
}
@media (min-width: 768px){
	.sv-carousel .swiper.elementor-loop-container .swiper-slide {
		width: 31% !important;
	}
}
.service-card .img-area .elementor-widget-heading {
    position: absolute;
    top: 19%;
    left: -30px;
    z-index: 2;
    width: 100%;
    max-width: 235px !important;
}
.service-card .img-area .elementor-widget-heading .elementor-heading-title a{
    text-align: right;
    transform: rotate(-90deg);
    min-height: 150px;
    text-shadow: 1px 1px 15px #00000060;
	text-transform: uppercase;
	display: block;
}
.service-card .img-area {
    border-radius: 23px;
    overflow: hidden;
}
.shine-sec::before {
    animation: opacity 4s ease-out infinite;
}
.shine-blur-bg {
    backdrop-filter: blur(10px);
}
@keyframes opacity {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

.brands-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 35px !important;
}
.brands-grid .elementor-widget-image {
    padding: 25px 25px;
    aspect-ratio: 1 / 1;
    background-color: #FFF;
    border-radius: 15px;
    transition: 0.3s all ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-grid .elementor-widget-image:hover{
	transform: translateY(-15px);
}
.brands-grid .elementor-widget-image img{
	width: 160px !important;
    height: 100px;
    object-fit: contain;
}

.footer-box .elementor-icon-list-item .elementor-icon-list-text {
    border-left: 3px solid transparent;
    padding-left: 0;
    transition: 0.3s all ease !important;
}
.footer-box .elementor-icon-list-item .elementor-icon-list-text:hover {
    border-left: 3px solid var(--e-global-color-secondary);
    padding-left: 13px;
}
.elementor-widget-mbai-before-after-image {
    border-radius: 28px;
    overflow: hidden;
}

.faq-accordion .e-n-accordion-item {
    border-radius: 24px;
    border: 2px solid #0B629920;
    padding: 0 40px 40px 40px;
    min-height: 120px;
    justify-content: center;
    transition: 0.3s all ease;
    background-color: #FFF;
}
.faq-accordion .e-n-accordion-item[open]{
    background-color: #F4F8FF;
}
.faq-accordion .e-n-accordion-item:hover{
    background-color: #0B629910;
}
.faq-accordion .e-n-accordion-item[open]:hover{
    background-color: #F4F8FF;
}
.faq-accordion .e-n-accordion-item summary {
    padding: 40px 0 0;
}
.faq-accordion .e-n-accordion-item[open] summary{
    padding-bottom: 20px;
}
.last-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.last-sec li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
}
.last-sec li::before{
    content: "•";
    font-size: 18px;
}
.roof-styles-sec {
    overflow: hidden !important	;
}
.roof-styles-sec .e-n-carousel.swiper {
    overflow: visible;
}
.service-list {
    display: flex;
	margin: 40px 0px;
}

.ct-form .elementor-field-group > label.elementor-field-label {
    display: none;
}
.ct-form .elementor-field-type-checkbox label.elementor-field-label {
    display: block !important;
}

.ct-form .elementor-field-type-checkbox {
    margin-top: 20px;
    padding-bottom: 10px;
}
.ct-form .elementor-field-type-checkbox .elementor-field-subgroup {
    display: flex;
}
.ct-form .elementor-field-type-checkbox .elementor-field-subgroup span.elementor-field-option {
    width: auto;
    flex: 0 0 40%;
    margin-bottom: 10px;
}
.ct-form .elementor-field-type-checkbox .elementor-field-subgroup span.elementor-field-option input {
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.ct-form .elementor-field-type-checkbox .elementor-field-subgroup span.elementor-field-option label{
    cursor: pointer;
}
.ct-form .elementor-field-type-textarea textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}
.elementor-widget-text-editor strong {
    font-weight: 600;
}
.faq-sec .elementor-widget-n-accordion summary span.e-n-accordion-item-title-header div {
    font-weight: 500 !important;
}
div#site-header .btn-col{
	text-wrap: nowrap;
}
.portfolio-card .elementor-widget-image-box .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}
.portfolio-card .elementor-widget-image-box .elementor-image-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.portfolio-card .elementor-widget-image-box .elementor-image-box-img a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(16deg, black, transparent);
    left: 0;top: 0;
    opacity: 0.3;
    transition: 0.3s all ease;
}
.portfolio-card .elementor-widget-image-box:hover .elementor-image-box-img a::before{
    opacity: 0.1;
}
