/*
Theme Name: Hello Elementor Child
Theme URI: https://welldesignstudio.com/
Description: Child theme of Hello Elementor, by Well Design Studio
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Global Defaults */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

body {
  overflow-x: hidden;
}

/* List Styles */
body ul, body ol {
  margin-top: 0;
}

ul li:last-child {
  margin-bottom: 20px;
}

/* Header Styles */
h1, h2, h3, h4, h5, h6 {
  color: unset;
}

/* Elementor Widget Defaults */
.elementor-widget-text-editor a, .elementor-widget-text-editor a:hover,
.elementor-widget-container p a, .elementor-widget-container p a:hover {
  color: inherit;
}

.elementor-widget-divider .elementor-divider,
.elementor-widget-spacer,
.elementor-widget-divider {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.elementor-widget-icon {
  line-height: 1em;
}

.elementor-widget p:last-child {
  margin: 0;
}

.elementor-widget-wrap > aside.elementor-section {
  width: auto;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
  display: none;
}

.elementor a, .elementor a:hover {
  color: unset;
}

/* Video Banners */
.elementor-background-video-container iframe {
  opacity: 1;
  animation: fadeInOpacity 2s ease-in 1;
}

@keyframes fadeInOpacity {
  0%, 80% { opacity: 0; }
  100% { opacity: 1; }
}

/* Custom Utility Classes */
.no-margin {
  margin: none;
}

.no-wrap {
  white-space: nowrap;
}

/* Apply an underline effect to all links within paragraphs. */
p a{
  text-decoration: underline !important;
}

/* Additional Styles */
/* (Place additional custom styles here) */

/* Footer Styles */
/* (Define footer styles here) */

/* Miscellaneous Styles */
/* (Define miscellaneous styles here) */

/*---------------------------*/
/*--- Gravity Form Tweaks ---*/


/* Field Labels */
.gform_wrapper.gravity-theme .gfield_label {
	color: #000 !important; /* Black labels */
	border-bottom: none !important;
	text-transform: none !important; /* Removes ALL CAPS */
}

/* Section Descriptions */
.gform_wrapper .gsection_description {
	color: #000 !important; /* Black section description text */
	text-transform: none !important; /* Sentence case */
}

/* Input, Textarea, and Select Fields */
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="tel"],
.gform_body input[type="number"],
.gform_body textarea,
.gform_body select {
	color: #000 !important; /* Input text black */
	background: #fff !important; /* White background */
	border: 1px solid #000 !important; /* Black outlines */
	text-transform: none !important; /* Sentence case */
}

/* Checkboxes and Radio Buttons */
.gform_wrapper form .gform_body .gfield input[type="checkbox"],
.gform_wrapper form .gform_body .gfield input[type="radio"] {
	border: 1px solid #000 !important; /* Black outline */
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
	color: #000 !important; /* Checkmark/indicator black */
}

/* Submit Buttons */
body .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-family: "Lato", Sans-serif !important;
	font-size: 16px !important;
	color: #000000 !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	text-decoration: none !important;
	letter-spacing: 0px !important;
	border-radius: 20px !important;
	background: #F1D8D9 !important; /* Pink background */
	border: none !important; /* No black border */
}

/* Hide Required Field Asterisk */
.gform_wrapper .gform_body .gfield_required {
	display: none !important;
}
/*--- End Gravity Form Tweaks ---*/



/* Label for add-on group titles (e.g. "Add On 1") */
.wc-pao-addon-container .wc-pao-addon-name {
  color: #000 !important;
}

/* Labels for checkbox/radio options inside the add-on group */
.wc-pao-addon-container input[type="checkbox"] + label,
.wc-pao-addon-container input[type="radio"] + label {
  color: #000 !important;
}

/* Price display within label (e.g. "(+$5.00)") */
.wc-pao-addon-container .wc-pao-addon-price,
.wc-pao-addon-container .woocommerce-Price-amount {
  color: #000 !important;
}

/* Placeholder and input fields for custom messages */
.wc-pao-addon-container input[type="text"],
.wc-pao-addon-container textarea,
.wc-pao-addon-container input::placeholder,
.wc-pao-addon-container textarea::placeholder {
  color: #000 !important;
}

/* Customization helper text under text field */
.woocommerce div.product .wc-pao-addon-container p {
  color: #000 !important;
}

/* Add-on totals summary (product name, options, prices, subtotal) */
.woocommerce div.product .product-addon-totals,
.woocommerce div.product .product-addon-totals * {
  color: #000 !important;
}

/* Specifically target the subtotal row text */
.woocommerce div.product .product-addon-totals .wc-pao-subtotal-line .price,
.woocommerce div.product .product-addon-totals .wc-pao-subtotal-line .amount {
  color: #000 !important;
}