/**
Theme Name: Astra Child
Author: astra
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Container */
.poll-form {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  font-family: sans-serif;
  text-align: center;
}

.poll-form p {
  font-size: 18px;
  margin-bottom: 15px;
}

.poll-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.poll-form .wpcf7-radio label {
  background-color: #fff;
  color: maroon;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.poll-form .wpcf7-radio input[type="radio"] {
  margin-right: 8px;
}

.poll-form .wpcf7-radio label:hover {
  background-color: #f2f2f2;
  color: #800000;
}

.poll-form input[type="submit"] {
  background-color: #fff;
  color: maroon;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.poll-form input[type="submit"]:hover {
  background-color: #f2f2f2;
}
span.wpcf7-spinner{display:none;}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
	color:#ffffff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
	color:#ffffff;
}
.poll-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.poll-form .form-col {
  flex: 1;
  min-width: 200px;
}


/* Input fields */
.poll-form input[type="text"],
.poll-form input[type="email"],
.poll-form input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: 0.3s ease;
}

.poll-form input:focus {
  border-color: #b32d2e;
  box-shadow: 0 0 0 3px rgba(179, 45, 46, 0.2);
  outline: none;
}

/* Responsive: Full width fields on small screens */
@media (max-width: 768px) {
  .poll-form .form-row {
    flex-direction: column;
  }
}
.header-navmenu .elementor-nav-menu{
	padding-bottom:20px;padding-top:20px;
}
.elementor-menu-cart__toggle_button:hover{background:transparent!important;border:none;border-color:transparent!important;}
.cut-text{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.margin-0 h2.elementor-heading-title{
	margin-bottom:0px;
}


.styled-contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

.styled-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px!important;
}

.styled-contact-form .two-col .form-col {
  flex: 1 1 48%;
}

.styled-contact-form input[type="text"],
.styled-contact-form input[type="email"],
.styled-contact-form input[type="number"],
.styled-contact-form textarea {
  width: 100%;
  padding: 24px 16px!important;
  font-size: 18px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fdfbf5;
  color: #222;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.styled-contact-form input:focus,
.styled-contact-form textarea:focus {
  border-color: #1d7c38;
  outline: none;
  border-radius: 10px;
}

.styled-contact-form textarea {
  min-height: 140px;
  resize: vertical;
 
}

.styled-contact-form input[type="submit"] {
  background-color: #DD4629;
  color: white;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 1px;
}

.styled-contact-form input[type="submit"]:hover {
  background-color: #DD4629;
}

/* Responsive - stack columns on small screens */
@media (max-width: 768px) {
  .styled-contact-form .two-col .form-col {
    flex: 1 1 100%;
  }
}
/* Make subject and message full-width */
.styled-contact-form .form-row.full-width {
  flex-direction: column;
  gap: 0;
}

.styled-contact-form .form-row.full-width textarea,
.styled-contact-form .form-row.full-width input[type="text"] {
  width: 100%;
	 border-radius: 10px;
}
.styled-contact-form .form-row:last-child {
  display: flex;
  justify-content: center;
}
.margin-0 .elementor-icon-box-title{
	margin-bottom:0;
}
.woocommerce-cart .wc-block-components-product-name{
	color: #DD4629;
}
.woocommerce-cart [CLASS*="wc-block"] .wc-block-components-button, .woocommerce-checkout [CLASS*="wc-block"] .wc-block-components-button{
	background-color:#DD4629;
	color:#ffffff;
	border-radius:8px;
}
.woocommerce-cart h2.wp-block-heading {
    display: none;
}
.woocommerce-cart .wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title{
	display:block;
}
.woocommerce-cart .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new{
	display:none;
}
.page-id-236 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #000000;
    color: #000000;
}