/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */



#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
justify-content: center!important;
}
/* Import Poppins font */

/* Base styles */
.packaging-solutions {
  font-family: 'Poppins', sans-serif;
  padding: 50px 20px;
  text-align: center;
}

.packaging-solutions h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.packaging-solutions p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}

/* Desktop (min-width: 992px) */
@media (min-width: 992px) {
  .packaging-solutions h2 {
    font-size: 32px;
  }

  .packaging-solutions p {
    font-size: 18px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .packaging-solutions {
    padding: 20px 10px;
  }

  .packaging-solutions h2 {
    font-size: 20px;
  }

  .packaging-solutions p {
    font-size: 14px;
  }
}


    
    /*contact form*/

.maindiv{
	width:100%;
	display:flex;
}
.div1{
	    width: 30%;
    color: #000000;
    font-size: 18px;
    padding-top: 10px;
}
.div2{
	width:70%;
}
@media(max-width:780px){
	.div1{
		font-size:16px;
		width:40%;
}
	.div2{
	width:60%;
}
	.maindiv{
	width:100%;
	display:flex;
}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FF7043!important;
    color: #fff!important;
    padding: 10px 100px!important;
    border: solid 1px #FF7043!important;
    border-radius: 10px!important;
    font-size: 18px!important;
    justify-content: center;

}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #fff!important;
    color: #000!important;
    padding: 10px 100px!important;
    border: solid 1px #000!important;
    border-radius: 10px!important;
    font-size: 18px!important;
    justify-content: center;

}

