/*
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.7.1777338115
Updated: 2026-04-28 01:01:55

*/

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

a,a:hover{
	color:unset;
}

.current-menu-item a, .menu-item:hover a{
	font-weight: bold !important;
}

.gradient h2{
	background: linear-gradient(to right, #F4409C 0%, #6536BA 31%, #78E8C5 41%, #FFBE17 59%, #F4409C 100%, #F4409C 0%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.email .elementor-shortcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tnp.tnp-subscription {
    max-width: 700px;
    margin: 0;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 300;
    letter-spacing: 0;
}

input#tnp-1 {
    padding: 30px 20px;
    border-radius: 8px;
}

.tnp-field.tnp-field-button input {
    background: black !important;
    color: white !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: uppercase;
    width: 100% !important;
    max-width: 170px;
    padding: 15px 50px !important;
    border-radius: 10px !important;
}

.tnp-field.tnp-field-button {
    margin-left: -160px;
    font-size: 14px;
    font-family: 'Poppins';
    color: white;
    border-radius: 7px;
}

.tnp.tnp-subscription form {
    display: flex;
    align-items: center;
}

.tnp-field.tnp-field-email {
    width: 100%;
}

.gal img {
    height: 480px;
    width: 100% !important;
    object-fit: cover;
    /* max-width: 100%; */
}

.wpcr3_review_author {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 17px;
    line-height: 160% !important;
}

.form .btn {
    display: block;
    margin: 20px auto 0;
    color: white;
    border: none;
    background: #333;
    border-radius: 100px;
    padding: 20px 50px;
    font-size: 18px;
}

.form input[type='text'], .form textarea, .form select {
    padding: 20px;
    margin-bottom: 10px;
}

.form span, .form label {
    width: 100%;
}

.form br {
    display: none;
}

.form {
    font-family: 'Poppins';
}

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