/*
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.4.1761478589
Updated: 2025-10-26 11:36:29

*/

body {
  overflow-x: hidden;
}

/*Button Effect*/
/* Button Corner Fill Effect */
.btn-corner-fill {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

.btn-corner-fill .elementor-button {
  position: relative;
  border: 1px solid #FBF23F; /* deep green border */
  background-color: transparent;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.btn-corner-fill .elementor-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: #FBF23F; /* yellow fill on hover */
  transform: rotateZ(-45deg) translate(-50%, -50%);
  transform-origin: left center;
  transition: all 0.3s ease;
  z-index: -1;
}

.btn-corner-fill .elementor-button:hover {
  color: #000; /* white text on hover */
}

.btn-corner-fill .elementor-button:hover::before {
  width: 100%;
  top: 0;
  transform: none;
}

/*Button Effect*/

/* Product Image Styling */
#productImage {
    position: relative;
    z-index: 10;
}

/* Second Section Placeholder */
#productPlaceholder {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}





/*Promise Box*/
.promise-box .promise-icon:before,
.promise-box .promise-icon:after{
    content: "";
    background: linear-gradient(to right, #80980D 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
  transition: all ease 0.8s;
}
.promise-box:hover .promise-icon:before, .promise-icon:hover .promise-icon:after {
    transform: rotateZ(180deg);
}

.promise-box .promise-icon:after{
    background: #80980D;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
/*Promise Box*/

/*scroll cards*/
.all-cards {
display: flex;
flex-direction: column; /* Arrange cards vertically in the column */
}
.card1 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px; /* Offset from the top */
}
.card2 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px; /* Offset from the top */
}
.card3 {

position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px; /* Offset from the top */
}
.card4 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px; /* Offset from the top */
}
.card5 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px; /* Offset from the top */
}
.card6 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 50px; /* Offset from the top */
}

.scroll-heading h2 span {
    font-size: 50px;
    vertical-align: super;
    margin-left: -30px;
    line-height: 1;
    position: relative;
    top: -20px;
}

.product-title span, .waranty-heading span {
    font-size: 16px;
    position: relative;
    bottom: 26px;
}

.list-box .elementor-icon-box-description span{
	font-size: 12px;
    position: relative;
    bottom: 8px;
}

.green-cta .elementor-heading-title span{
	font-size: 15px;
    position: relative;
    bottom: 15px;
}

.contact-page-form .gfield input, .contact-page-form .gfield select, .contact-page-form, .contact-page-form .gfield textarea {
    box-shadow: none;
}
.contact-page-form .gfield input, .contact-page-form .gfield select.large, .contact-page-form .gfield textarea {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #231F20;
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: #231F20;
}

#gform_submit_button_1 {
    background-color: #00A82D;
    color: #fff !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Responsive adjustments */

@media (max-width: 767.98px) { 
	
	#productPlaceholder {
        min-height: 300px;
    }
	
	.card1, .card2, .card3, .card4 
	{ 
		height: 640px !important;
        position: unset !important;
        justify-content: flex-start;
	}
	
	.scroll-heading h2 span {
		font-size: 20px;
		margin-left: -10px;
	}
	.banner-section h1, .banner-section p {
    color: #232323 !important;
	}
	.banner-section h2{
		font-size: 26px;
		line-height: 36px;
	}
}


@media (max-width: 480px) {
    #productPlaceholder {
        min-height: 250px;
    }
}