/* 
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 */


html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.left-gradient-box > .elementor-widget-wrap {
    background: linear-gradient(300deg, rgb(0 147 174) 0%, rgb(161 161 161) 55%, rgb(81 81 81) 100%);
}

.right-gradient-box > .elementor-widget-wrap {
    background: linear-gradient(262deg, rgb(137 137 137) 0%, rgb(131 131 131) 55%, rgb(12 148 173) 100%);
}

.elementor-widget-form label.elementor-field-label {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.elementor-widget-form input, select, textarea {
    color: #000 !important;
    font-size: 15px !important;
    text-transform: capitalize;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.elementor-widget-form input:placeholder {
    color: #000 !important;
    font-size: 15px !important;
    text-transform: capitalize;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.elementor-widget-form button.elementor-button {
    background: #515151 !important;
    color: #fff !important;
    border: 3px solid #0093ae !important;
}

.elementor-widget-form button.elementor-button:hover {
    background: #fff !important;
    color: #0093ae !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.elementor-widget-form button.elementor-button  i {
    position: relative;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/11/Icon-1.png);
    background-size: contain;
    background-position: center;
    filter: none;
}


.left-gradient-box .elementor-widget-wrap .elementor-element .elementor-widget-image {
    overflow: hidden;
}

.left-gradient-box .elementor-widget-wrap .elementor-element .elementor-widget-image .elementor-widget-container img {
    transition: all 0.3s linear;
}

.left-gradient-box:hover .elementor-widget-wrap .elementor-element .elementor-widget-image .elementor-widget-container img {
    transform: scale(1.15) rotate(-1deg);
    filter: brightness(0.8);
}

.right-gradient-box .elementor-widget-wrap .elementor-element .elementor-widget-image {
    overflow: hidden;
}

.right-gradient-box .elementor-widget-wrap .elementor-element .elementor-widget-image .elementor-widget-container img {
    transition: all 0.3s linear;
}

.right-gradient-box:hover .elementor-widget-wrap .elementor-element .elementor-widget-image .elementor-widget-container img {
    transform: scale(1.15) rotate(-1deg);
    filter: brightness(0.8);
}

body a {
    text-decoration: none !important;
}


.pum-theme-default-theme {
    background: rgb(0 0 0 / 30%) !important;
}

.pum-container {
    padding: 10px !important;
    background: linear-gradient(262deg,rgba(40, 26, 235, 1) 0%, rgba(130, 60, 137, 1) 55%, rgba(255, 108, 0, 1) 100%);
    border-radius: 0px !important;
}

.pum-content+.pum-close {
    background: rgb(255 0 0 / 12%) !important;
    padding: 0 !important;
    width: 26px !important;
    font-size: 22px !important;
    height: 26px !important;
    line-height: 20px !important;
    right: 10px !important;
    top: 10px !important;
    border-radius: 0px !important;
    color: #ff0000 !important;
}


.pum-container .popmake-content {
    text-align: center;
    background: #fff;
    padding: 35px 28px 28px;
}

.pum-container .popmake-content h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 0 18px;
    margin: 0 0 22px;
    position: relative;
    letter-spacing: -1px;
}

.pum-container .popmake-content h4::after {
    content: '';
    background: #d1d1d1;
    width: 85px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.pum-container .popmake-content p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 14px;
    font-weight: 400;
}

.last-image {
    position: relative;
    left: 220px;
}

@media only screen and (max-width: 876px) {
	
	.pum-container {
		padding: 6px !important;
		top: 45px !important;
	}

	.pum-container .popmake-content {
		padding: 28px 15px 25px !important;
	}

	.pum-container .popmake-content h4 {
		font-size: 28px;
		padding-bottom: 18px;
		margin-bottom: 20px;
		line-height: 32px;
	}

	
	.last-image {
		left: 0 !important;
	}

	.pum-container .popmake-content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 12px;
	}

}

.elementskit-navbar-nav > li > a:hover {
    color: #515151 !important;
}