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

/* Labels */
body .gform_wrapper .gfield_label {
    color: #3f4447 !important;
    border-bottom: none !important;
}

/* Text inputs & textarea */
body .gform_wrapper .gform_body input[type="text"],
body .gform_wrapper .gform_body input[type="email"],
body .gform_wrapper .gform_body input[type="tel"],
body .gform_wrapper .gform_body textarea {
    background: #ffffff !important;
}

/* CHECKBOXES – make the actual box white */
body .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #3f4447;
    background-color: #ffffff !important; /* white box */
    cursor: pointer;
    position: relative;
    margin-right: 6px;
}

/* Checked state: draw a dark checkmark */
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #3f4447;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Submit button – yellow pill with dark text */
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer .gform_button {
    font-family: "Arvo", serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    border: none !important;
    border-radius: 50px !important;
    background: #FFE600 !important;
    color: #3f4447 !important; /* << button text color */
}

/* Hide required asterisk */
body .gform_wrapper .gform_body .gfield_required {
    display: none !important;
}

/* White Text Styles */
body .gform_wrapper form.white-text .top_label .gfield_label, body .gform_wrapper form.white-text legend.gfield_label, body form.white-text label, body .gfield_description {
	color: #fff !important;
}

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

/* Force cart menu icon background to white */
body .elementor-nav-menu--main .elementor-item.elementor-item-anchor,
body .elementor-menu-cart__toggle,
body .elementor-menu-cart__toggle .elementor-button,
body .elementor-menu-cart__toggle a {
	background-color: #ffffff !important;
}

/*---------------------------*/
/*--- Hide Cart ---*/
.elementor-widget-woocommerce-menu-cart:has(.elementor-button-icon-qty[data-counter="0"]) {
    display: none !important;
}

/*--- Woo account styles ---*/
/* Overall page layout */
.woocommerce-account {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

/* Two-column layout on desktop */
.woocommerce-account .woocommerce {
  display: block;
}

/* Navigation (left sidebar) */
.woocommerce-MyAccount-navigation {
  background: #f7f7fb;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 0.35rem;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.woocommerce-MyAccount-navigation a:hover {
  background: #e5edf9;
  color: #1b4c9b;
  transform: translateX(2px);
}

/* Active tab */
.woocommerce-MyAccount-navigation .is-active a {
  background: #1b4c9b;
  color: #ffffff;
}

/* Content area (right side) */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 2.25rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  border: 1px solid #e4e7ec;
}

/* Headings and text */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1f2933;
}

.woocommerce-MyAccount-content p {
  color: #4b5563;
  line-height: 1.6;
}

/* Table styling (orders, addresses, etc.) */
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: #f9fafb;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0.85rem 1rem;
  font-size: 0.92rem;
}

.woocommerce table.shop_table th {
  background: #eef2ff;
  color: #111827;
  font-weight: 600;
}

.woocommerce table.shop_table tbody tr:nth-child(even) {
  background: #f3f4ff;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #1b4c9b;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  border: none;
  font-weight: 600;
  font-size: 0.93rem;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: background 0.16s ease, transform 0.12s ease,
              box-shadow 0.16s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #163f82;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(24, 64, 135, 0.25);
}

/* Forms (account details, addresses) */
.woocommerce form .form-row {
  margin-bottom: 1rem;
}

.woocommerce form .form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 0.25rem;
  display: block;
}

.woocommerce form .input-text,
.woocommerce form select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.woocommerce form .input-text:focus,
.woocommerce form select:focus {
  outline: none;
  border-color: #1b4c9b;
  box-shadow: 0 0 0 1px rgba(27, 76, 155, 0.25);
}

/* “Hello featherlight” notice */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
  border-radius: 10px;
  border: none;
  background: #ebf3ff;
  color: #1b4c9b;
  padding: 1rem 1.2rem;
  margin-bottom: 1.25rem;
}

/* Make it stack nicely on mobile */
@media (max-width: 767px) {
  .woocommerce-account .woocommerce {
    display: block;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 1.5rem;
  }

  .woocommerce-MyAccount-content {
    padding: 1.5rem 1.25rem;
  }
}

.woocommerce-form-register p {color:#333 !important;}

