/*
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.3.0.1742265589
Updated: 2025-03-18 02:39:49

*/

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

.wpmtst-testimonial img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.wpmtst-testimonial {
    border: none !important;
}

.elementor-widget-image a {
    display: block;
}

a, a:hover{color: unset;}

::placeholder {
    font-size: 15px;
    color: #202020;
    font-family: arial;
    letter-spacing: .15px;
}

.cctor-terms {
    font-family: 'Poppins';
}

.cctor-terms h2 {
    font-size: 25px;
}

body.print_coupon.print-coupon {
    font-family: poppins;
}

.gradient h2{
	background: linear-gradient(to right, #999900 0%, #7B7B00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.form .flex{
	display:flex;
	gap:10px;
}
.form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 180px;
	margin-top:10px;
}
span.wpcf7-list-item {
    margin: 5px 0 0 0;
}
.form label {
    font-size: .3px;
}
.form span, .form label {
    width: 100%;
}
.form textarea, .form input[type='text'] {
	border-radius:0;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75) inset;
    border: none;
    padding: 20px;
    background: #EDEDED;
}
.form span.wpcf7-list-item-label {
    color: #666666;
    font-size: 14px;
    font-family: 'arial';
}
.form .btn {
    display: block;
    margin: 30px auto 0;
    background: linear-gradient(180deg, #999900 0%, #7b7b00 80%);
    color: white;
    border: none;
    padding: 20px 3.5%;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: bold;
}

.form.snd textarea, .form.snd input[type='text'], .form.snd select.wpcf7-form-control.wpcf7-select {
    box-shadow: none;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    border: 1px solid #bfbfbf;
    font-family: poppins;
}

.form.snd textarea.wpcf7-form-control.wpcf7-textarea{
	margin-top:0;
}
.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

 @media (min-width: 768px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display:flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-bottom:15px;
        margin-left: auto!important;
        margin-right: auto!important
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}
 

@media(max-width:1024px){
	html, body{min-width:320px;}
}

@media(max-width:768px){
	.form input[type='text'], .form textarea {
		margin-bottom: 10px;
		margin-top: 0 !important;
	}

	.form .flex {
		display: block;
		gap: 10px;
	}
}