/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ============================================
   WOOCOMMERCE CHECKOUT
   ============================================ */

/* ── Labels ── */
.woocommerce-checkout label {
  color: #0C364C !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin-bottom: 4px !important;
}

/* ── Inputs & Textarea ── */
.woocommerce-checkout .input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea {
  background-color: #F2F2F2 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #0C364C !important;
  font-size: 0.95rem !important;
  padding: 10px 14px !important;
  width: 100% !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-checkout .input-text::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: rgba(12, 54, 76, 0.65) !important;
}

/* ── Select2 dropdowns ── */
.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #F2F2F2 !important;
  border: none !important;
  border-radius: 0 !important;
  height: 42px !important;
  box-shadow: none !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0C364C !important;
  line-height: 42px !important;
  padding-left: 14px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}

.woocommerce-checkout .select2-dropdown {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 12px rgba(12, 54, 76, 0.1) !important;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted {
  background-color: #0C364C !important;
}

/* ── Section headings ── */
.woocommerce-checkout h3 {
  color: #0C364C !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}

/* ── Coupon notice ── */
.woocommerce-checkout .woocommerce-info {
  background-color: #F2F2F2 !important;
  border-top-color: #F1C22A !important;
  color: #0C364C !important;
  border-radius: 0 !important;
}

.woocommerce-checkout .woocommerce-info a {
  color: #0C364C !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-info a:hover {
  color: #397287 !important;
}

/* ── Coupon input & button ── */
.woocommerce-form-coupon .input-text {
  background-color: #F2F2F2 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #0C364C !important;
  padding: 10px 14px !important;
  box-shadow: none !important;
}

.woocommerce-form-coupon .button {
  background-color: transparent !important;
  color: #0C364C !important;
  border: 1.5px solid #0C364C !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.woocommerce-form-coupon .button:hover {
  background-color: #0C364C !important;
  color: #FFFFFF !important;
}

/* ── Order review table ── */
.woocommerce-checkout-review-order-table thead tr {
  background-color: #0C364C !important;
}

.woocommerce-checkout-review-order-table thead th {
  color: #FFFFFF !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  padding: 12px 16px !important;
  border: none !important;
}

.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  color: #0C364C !important;
  padding: 12px 16px !important;
  border-color: #EAE9E4 !important;
  font-size: 0.95rem !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-weight: 700 !important;
  font-size: 1rem !important;
}

/* ── Payment section ── */
#payment {
  background-color: #F2F2F2 !important;
  border-radius: 0 !important;
}

#payment .woocommerce-info {
  background-color: #F2F2F2 !important;
  border-top-color: #F1C22A !important;
  color: #0C364C !important;
  border-radius: 0 !important;
}

/* ── Privacy policy link ── */
.woocommerce-privacy-policy-text a {
  color: #0C364C !important;
  text-decoration: underline !important;
}

.woocommerce-privacy-policy-text a:hover {
  color: #397287 !important;
}

/* ── Place order button ── */
#place_order,
.woocommerce-checkout .button.alt {
  background-color: #F1C22A !important;
  background: #F1C22A !important;
  color: #0C364C !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  letter-spacing: 0.02em !important;
  width: 100% !important;
}

#place_order:hover,
.woocommerce-checkout .button.alt:hover {
  background-color: #E6B40F !important;
  background: #E6B40F !important;
  color: #0C364C !important;
}

/* ── Required field asterisk ── */
.woocommerce-checkout .required {
  color: #0C364C !important;
}

/* ============================================
   WOOCOMMERCE — CART SPECIFIC
   ============================================ */

/* ── Table header ── */
.woocommerce-cart .shop_table thead tr {
  background-color: #0C364C !important;
}

.woocommerce-cart .shop_table thead th {
  color: #FFFFFF !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  padding: 12px 16px !important;
  border: none !important;
}

/* ── Table body ── */
.woocommerce-cart .shop_table tbody td {
  color: #0C364C !important;
  padding: 12px 16px !important;
  border-color: #EAE9E4 !important;
  vertical-align: middle !important;
}

/* ── Product link ── */
.woocommerce-cart .product-name a {
  color: #0C364C !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

.woocommerce-cart .product-name a:hover {
  color: #397287 !important;
}

/* ── Remove button ── */
.woocommerce-cart a.remove {
  color: #0C364C !important;
}

.woocommerce-cart a.remove:hover {
  color: #F1C22A !important;
  background-color: transparent !important;
}

/* ── Qty input ── */
.woocommerce-cart .quantity .qty {
  background-color: #F2F2F2 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #0C364C !important;
  padding: 6px 10px !important;
  width: 70px !important;
  text-align: center !important;
  box-shadow: none !important;
}

/* ── Coupon input ── */
.woocommerce-cart #coupon_code {
  background-color: #F2F2F2 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #0C364C !important;
  padding: 10px 14px !important;
  box-shadow: none !important;
}

.woocommerce-cart #coupon_code::placeholder {
  color: rgba(12, 54, 76, 0.65) !important;
}

/* ── Apply coupon & Update cart buttons ── */
.woocommerce-cart .button[name="apply_coupon"],
.woocommerce-cart .button[name="update_cart"] {
  background-color: transparent !important;
  color: #0C364C !important;
  border: 1.5px solid #0C364C !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.woocommerce-cart .button[name="apply_coupon"]:hover,
.woocommerce-cart .button[name="update_cart"]:hover {
  background-color: #0C364C !important;
  color: #FFFFFF !important;
}

/* ── Cart totals table ── */
.woocommerce-cart .cart_totals .shop_table th {
  color: #0C364C !important;
  font-weight: 600 !important;
  background-color: #F2F2F2 !important;
  border-color: #EAE9E4 !important;
  padding: 14px 16px !important;
}

.woocommerce-cart .cart_totals .shop_table td {
  color: #0C364C !important;
  border-color: #EAE9E4 !important;
  padding: 14px 16px !important;
}

/* ── Proceed to checkout button ── */
.woocommerce-cart .checkout-button {
  background-color: #F1C22A !important;
  background: #F1C22A !important;
  color: #0C364C !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.woocommerce-cart .checkout-button:hover {
  background-color: #E6B40F !important;
  color: #0C364C !important;
}

/* ── Success notice ── */
.woocommerce-cart .woocommerce-message {
  background-color: #F2F2F2 !important;
  border-top-color: #F1C22A !important;
  color: #0C364C !important;
  border-radius: 0 !important;
}

.woocommerce-cart .woocommerce-message a.button {
  background-color: #F1C22A !important;
  color: #0C364C !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.woocommerce-cart .woocommerce-message a.button:hover {
  background-color: #E6B40F !important;
}