/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}

.btn-link .elementor-button.elementor-button-link {
    background: transparent !important;
    border: none !important;
}

.btn-link .elementor-button.elementor-button-link .elementor-button-text {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.btn-link .elementor-button.elementor-button-link:hover svg {
    fill: var( --e-global-color-secondary );
}

.header-section.elementor-sticky--effects .header-theme {
    background: #ffffff61;
    backdrop-filter: blur(30px);
}

.header-section.elementor-sticky--effects .header-theme ul li a {
    color: var( --e-global-color-primary ) !important;
}

.header-section.elementor-sticky--effects .header-theme .logo-img img {
    filter: brightness(0);
}

.footer-list ul .elementor-icon-list-item:first-child .elementor-icon-list-text {
    color: #B6B6B6 !important;
}
.footer-list ul .elementor-icon-list-item a:hover span {
    color: var( --e-global-color-secondary ) !important;
}
.design-text p a {
    font-size: inherit;
}

.design-text p {font-size: 12px;}

.service-card > div {
    height: 100%;
}

.img-slider .elementor-widget-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.overlay-textcolor .elementor-heading-title span{
	color: var( --e-global-color-secondary );
}
.testimonial-slider .swiper-pagination {
    display: none;
}

.testimonial-slider .elementor-swiper-button {
    bottom: -50px;
    top: auto !important;
    background: #fff;
    border-radius: 100%;
    font-size: 24px !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
}

.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 45% !important;
}

.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 45% !important;
}
.retails-slider .swiper-slide .swiper-slide-inner .swiper-slide-image {
	height:340px;
	width:100%;
	
}
@media (max-width: 1024px){
	.hero-section:before {
		background-image: linear-gradient(90deg, var( --e-global-color-accent ) 0%, #11151A00 100%) !important;
	}
	.header-theme .menu-wrapp {
		margin-left: auto;
	}
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: 44% !important;
	}
 	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 44% !important;
	} 
}

@media (max-width: 991px){
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: 42% !important;
	}
 	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 42% !important;
	} 
}

@media (max-width: 767px){
	
	.header-theme ul.elementor-nav-menu {
		padding: 30px 0;
	}
	.header-theme ul.elementor-nav-menu .btn-header {
		margin-left: 20px;
		margin-top: 15px;
	}
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: 35% !important;
	}
 	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 35% !important;
	} 
	.testimonial-slider .swiper-slide {
		padding: 20px 0 !important;
	}
}

.underline a {
	text-decoration:underline;
	font-size:14px !important;
}
.gform-body input,
.gform-body textarea {
	background-color: #A70A32 !important;
    border: 1px solid #C74264 !important;
    border-radius: 5px !important;
    height: 40px !important;
	color:#D0D0D0 !important;
}
::placeholder {
	font-size:16px !important;
	font-weight:400 !important;
	color:#D0D0D0 !important;
}
.gform-body textarea {
	height:80px !important;
	resize:none !important;
}
.gfield_checkbox .gform-field-label {
	font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.gfield_checkbox .gchoice {
	display: flex;
    gap: 20px;
    align-items: center;
}
.gform-body .gfield_label {
	display:none !important;
}
.gform-body .gform_fields {
	row-gap: 20px !important;
}
/* .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gform_wrapper .gfield {
    width: 100%;
}
.gform_wrapper .gfield.gfield--width-half {
    width: calc(50% - 10px);
} */
.gform-body input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 19px !important;
    height: 19px !important;
    border: 1px solid #C74264 !important;
    background-color: #A70A32 !important;
    border-radius: 5px !important;
    position: relative !important;
    cursor: pointer !important;
}
.gform-body input[type="checkbox"]:checked::after {
    content: "✔" !important;
    color: #fff !important;
    font-size: 12px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.gform-footer .gform_button {
	background-color: #11151A !important;
    width: 220px !important;
    height: 60px !important;
    display: flex !important;
    margin: auto !important;
	margin-bottom:30px !important;
	font-size: 18px !important;
    font-weight: 700 !important;
	color:#ffffff !important;
	border-radius:10px !important;
}
.gform-footer .gform_button:hover {
	background-color: #ffffff !important;
	color: #11151A !important;
}
.header-tel {
	font-weight:700 !important;
	text-decoration:underline !important;
}
.header-tel:hover {
	color:#002554 !important;
}
.hover-box .elementor-cta {
	height: 302px;
}
.hover-box .elementor-cta__description {
	height: 302px;
    overflow-y: auto;
    padding: 25px;
}
.e-off-canvas__main {
    position: relative !important;
}

.e-off-canvas__main::after {
    content: "×";
    position: absolute;
    top: 40px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
    z-index: 999999;
    pointer-events: none;
}
.gform_validation_errors {
	color: #ffffff !important;
    border: 1px solid #ffffff7a !important;
}
.gform-icon--circle-error {
	border: 1px solid #ffffff !important;
}
.gform-icon--circle-error:before,
.gfield_validation_message,
.gform_submission_error {
	color: #ffffff !important;
}
.gform_wrapper .gfield select {
	padding:0px 15px !important;
}
.gform_confirmation_message {
	color: #ffffff !important;
	text-align: center !important;
	margin-bottom: 20px !important;
}
@media (max-width: 767px){
	.footer-menu .menu-item .elementor-item {
		justify-content: center;
	}
	.gform-footer .gform_button {
		width: 120px !important;
    	height: 50px !important;
	}
}