/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.banner-gradient {
	background: linear-gradient(to right, #bf405a, #ff5873);
}

.dark-underline h2 {
  position: relative; 
  padding-bottom: 15px !important;
  display: inline-block;
}

.dark-underline h2::after {
  content: '';
  position: absolute;
  left: 0; 
  right: 0;
  bottom: 0; 
  width: 100px;
  height: 3px;
  background-color: #111827;
  margin: 0 auto;
}

.white-underline h2 {
  position: relative; 
  padding-bottom: 15px !important;
  display: inline-block;
}

.white-underline h2::after {
  content: '';
  position: absolute;
  left: 0; 
  right: 0;
  bottom: 0; 
  width: 100px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
}


.keller-primary-color {
	color: #bf405a
}

.keller-blue {
	color: #2980b9;
}

.keller-yellow {
	color: #ffc63d;
}

.keller-purple {
	color: #542d59;
}

.keller-background-pink {
	background: #ff5873;
}

.keller-background-red-dark {
	background: #7a3655;
}

.keller-background-purple {
	background: #542d59;
}

.keller-background-yellow {
	background: #ffc63d;
}

.keller-background-blue {
	background: #2980b9;
}

.background-white {
	background: #fff;
}

.border-blue {
	--tw-border-opacity: 1;
	border-color: #2980b9
}

.why-keller-icons .elementor-icon-box-icon {
	background: linear-gradient(to right, #bf405a, #ff5873);
	border-radius: 100px;
	padding: 6px;
}

.why-keller-icons .elementor-icon,
.icons-yellow .elementor-icon,
.icons-blue .elementor-icon,
.icons-purple .elementor-icon {
	background: #fff;
	padding: 4px;
	border-radius: 100px;
}

.why-keller-icons .elementor-icon-box-description span {
	color: #bf405a;
	font-weight: 500;
}

.icon-transparent .elementor-icon {
	background-color: rgb(255 255 255 / 0.2);
	border-radius: 100px;
	padding: 14px;
}


.icon-red .elementor-icon {
	background: linear-gradient(to right, #bf405a, #ff5873);
	border-radius: 100px;
	padding: 14px;
}

.icon-yellow .elementor-icon {
	background: linear-gradient(to right, #eab308, #facc15);
	border-radius: 100px;
	padding: 14px;
}

.icon-red-large .elementor-icon {
	background: linear-gradient(to right, #bf405a, #ff5873);
	border-radius: 100px;
	padding: 14px;
}

.icon-yellow-large .elementor-icon {
	background: linear-gradient(to right, #eab308, #facc15);
	border-radius: 100px;
	padding: 14px;
}

.icons-yellow .elementor-icon-box-icon {
	background: #ffc63d;
	border-radius: 100px;
	padding: 6px;
}


.icons-blue .elementor-icon-box-icon {
	background: #2980b9;
	border-radius: 100px;
	padding: 6px;
}

.icons-purple .elementor-icon-box-icon {
	background: #542d59;
	border-radius: 100px;
	padding: 6px;
}

.changing-lives {
	color: #fff
}

.changing-lives h4 {
	color: #fff
}

.rounded-numbers-pink .elementor-heading-title.elementor-size-default {
	background: #ff5873;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.rounded-numbers-blue .elementor-heading-title.elementor-size-default {
	background: #2980b9;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.rounded-numbers-purple .elementor-heading-title.elementor-size-default {
	background: #542d59;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}


.rounded-numbers-yellow .elementor-heading-title.elementor-size-default {
	background: #ffc63d;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.yellow-circle {
	position: absolute;
	top: 2rem;
	right: 4rem;
	width: 8rem;
	height: 8rem;
	background-color: #facc15;
	border-radius: 9999px;
	opacity: 0.7;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	display: none;
}


.yellow-circle-second {
	position: absolute;
	top: -2rem;
	left: 4rem;
	width: 6rem;
	height: 6rem;
	background-color: #facc15;
	border-radius: 9999px;
	opacity: 0.7;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	display: none;
}

/* Show only on large screens (min-width: 1024px) */
@media (min-width: 1024px) {
	.yellow-circle {
		display: block;
	}

	.yellow-circle-second {
		display: block;
	}
}

/* Tailwind’s pulse animation */
@keyframes pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}
}

.professional-development-block h4 {
	font-family: 'Gotham-Book' !important;
}

.elementor-pagination,
.woocommerce-pagination {
	margin: 60px 0;
}

.elementor-pagination .page-numbers{
	background: #fff;
	padding: 8px 16px ;
	border: 1px solid #ff5873 ;
  margin-right: 10px;
}

.elementor-pagination .page-numbers:hover {
	background: #ff5873;
	padding: 8px 16px
}

.elementor-pagination .page-numbers.current {
	background: #ff5873;
	padding: 8px 16px;
}

.woocommerce-pagination ul {
	border: 0 !important;
}

.woocommerce-pagination li .page-numbers{
	background: #fff;
	padding: 8px 16px  !important;
	border: 1px solid #ff5873  !important;
  margin-right: 10px  !important;
}

.woocommerce-pagination li .page-numbers:hover {
	background: #ff5873  !important;
	padding: 8px 16px  !important;
  color: #fff  !important;
}

.woocommerce-pagination li .page-numbers.current {
	background: #ff5873  !important;
	padding: 8px 16px  !important;
  color: #fff  !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0 !important;
}

.category-link-wrapper {
	margin-bottom: 6px;
}

.category-link {
	display: inline-block;
	background: #eef3ff;
	color: #2d3e50;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: none;
	transition: 0.25s ease;
}

.category-link:hover {
	background: #cfdcff;
	color: #1a2a3a;
}

.teacher-kickstarts-block h3 span {
  color: #ffc63d
}

.teacher-kickstarts-block-right .elementor-widget-container span {
    color: #ffc63d;
  font-weight: 600;
}

.teacher-mastery-accordion .e-n-accordion-item {
  margin-bottom: 20px !important;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
}

.short-courses-left ul,
.short-courses-right ul  {
  padding-left: 10px !important;
}

.home-counter .elementor-counter-title {
  text-align: center;
}

.home-logos .swiper-slide-inner img {
    width: 100px;
    object-fit: contain;
}

.home-logos {
  position: relative;
  overflow: hidden;
}

/* Left fade */
.home-logos::before,
.home-logos::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;              /* fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.home-logos::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

/* Right fade */
.home-logos::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.tabs.wc-tabs {
  display: none;
}

.woocommerce-tabs .panel {
  border-top: 0 !important;
}

.woocommerce-Price-amount.amount {
  color: #FF5873
}

p.price {
  margin-bottom: 0;
}

.woocommerce-message {
    border-top-color: #FF5873;
}

.woocommerce-message::before {
    color: #FF5873;
}

.button.wc-forward {
  background-color: #FF5873 !important;
  color: #fff !important
}

form.cart {
  flex-direction: column;
}
/* .woocommerce-breadcrumb a {
  margin: 0 10px;
} */

/* --- General Form Layout --- */
body .gform_wrapper {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem 2.5rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* --- Headings --- */
body .gform_wrapper h2,
body .gform_wrapper h3 {
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 0.5rem;
}

/* --- Labels --- */
body .gform_wrapper label.gfield_label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

/* --- Inputs / Textareas / Selects --- */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="url"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  /* border: 1px solid #bf405a; */
  border-radius: 0.5rem;
  background-color: #f9fafb;
  transition: all 0.3s ease;
}

/* --- Input Focus Effects --- */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  /* border-color: #bf405a; */
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
  outline: none;
}

/* --- Placeholder Styling --- */
body .gform_wrapper ::placeholder {
  color: #aaa;
}

/* --- Radio / Checkbox Styling --- */
body .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper .gfield_radio li input[type="radio"] {
  accent-color: #bf405a;
  transform: scale(1.2);
  margin-right: 0.5rem;
}

/* --- Submit Button --- */
body .gform_wrapper .gform_footer input[type="submit"] {
  background: linear-gradient(135deg, #bf405a, #bf405a);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: linear-gradient(135deg, #bf405a, #bf405a);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 70, 229, 0.25);
}

/* --- Error Messages --- */
body .gform_wrapper .validation_message,
body .gform_wrapper .gform_validation_errors {
  background: #fee2e2;
  color: #bf405a;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
}


/* --- Section Breaks --- */
body .gform_wrapper .gsection {
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

body .gform_wrapper .gsection_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
}

/* --- Success Message --- */
body .gform_confirmation_message {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}

/* --- Spacing Fixes --- */
body .gform_wrapper .gfield {
  margin-bottom: 1.25rem;
}

body .gform_wrapper .gform_footer {
  margin-top: 1.5rem;
}

#training-solutions-block .elementor-widget-button {
  position: absolute;
  bottom: 20px;
  width: 90%;
  margin: 0 auto;
}

.home-expert-educators-block .elementor-icon-box-description {
    width: 280px;
}

.article-block .elementor-post__thumbnail.elementor-fit-height img {
    height: 200px !important;
    object-fit: cover;
}

.woocommerce-account .woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	padding: 3rem 1rem;
	background: #f9fafb;
	/* font-family: "Inter", "Poppins", sans-serif; */
}


.woocommerce-MyAccount-navigation {
	flex: 0 0 250px;
	background: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 1rem 0;
	height: fit-content;
	transition: all 0.3s ease;
}

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

.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation li:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 1rem 1.5rem;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover {
	background: #f3f4f6;
	color: #0073aa;
}

.woocommerce-MyAccount-navigation .is-active a {
	background: #0073aa;
	color: #fff;
}


.woocommerce-MyAccount-content {
	flex: 1;
	min-width: 300px;
	background: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	transition: all 0.3s ease;
}


.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #111827;
}


.woocommerce-EditAccountForm label,
.woocommerce-address-fields label {
	font-weight: 500;
	color: #374151;
}

.woocommerce-EditAccountForm input,
.woocommerce-address-fields input,
.woocommerce-address-fields select,
.woocommerce-EditAccountForm select {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	transition: all 0.2s ease;
}

.woocommerce-EditAccountForm input:focus,
.woocommerce-address-fields input:focus {
	border-color: #0073aa;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}


.woocommerce-button,
button.woocommerce-Button {
	background-color: #0073aa;
	color: #fff;
	border: none;
	padding: 0.9rem 1.5rem;
	border-radius: 0.5rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.woocommerce-button:hover,
button.woocommerce-Button:hover {
	background-color: #005f8c;
	transform: translateY(-2px);
}


.woocommerce-orders-table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
	padding: 1rem;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
}

.woocommerce-orders-table th {
	background: #f9fafb;
	color: #374151;
	font-weight: 600;
}

.woocommerce-orders-table td a {
	color: #0073aa;
	font-weight: 500;
	text-decoration: none;
}

.woocommerce-orders-table td a:hover {
	text-decoration: underline;
}


@media (max-width: 768px) {
	.woocommerce-account .woocommerce {
		flex-direction: column;
	}

	.woocommerce-MyAccount-navigation {
		width: 100%;
		flex: none;
	}

	.woocommerce-MyAccount-content {
		width: 100%;
	}
}




/* .woocommerce-cart {
  background: #f9fafb;
  padding: 3rem 1rem;
} */


.woocommerce-cart-form,
.cart-collaterals {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease;
}


.woocommerce-cart-form table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-cart-form th {
  text-align: left;
  padding: 1rem;
  background: #f3f4f6;
  color: #111827;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce-cart-form td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}


.woocommerce-cart-form .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


.woocommerce-cart-form .product-name a {
  /* color: #111827; */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.woocommerce-cart-form .product-name a:hover {
  color: #b91c1c;
}


.woocommerce-cart-form .quantity .qty {
  width: 70px;
  text-align: center;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: all 0.2s ease;
}

.woocommerce-cart-form .quantity .qty:focus {
  border-color: #b91c1c;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}


.woocommerce-cart-form a.remove {
  color: #ef4444;
  background: #fee2e2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.woocommerce-cart-form a.remove:hover {
  background: #ef4444;
  color: #fff;
}


button[name="update_cart"] {
  background: #b91c1c;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

button[name="update_cart"]:hover {
  background: #b91c1c;
  transform: translateY(-2px);
}


.cart-collaterals {
  margin-top: 2rem;
  max-width: 400px;
  margin-left: auto;
}

.cart_totals h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}


.cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

.cart_totals th,
.cart_totals td {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.cart_totals th {
  font-weight: 500;
  color: #6b7280;
}

.cart_totals td {
  font-weight: 600;
  color: #111827;
}


.wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #b91c1c, #ff5873);
  color: #fff !important;
  padding: 1rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 115, 170, 0.25);
}

.wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 115, 170, 0.4);
}


.woocommerce-cart-form .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.woocommerce-cart-form .coupon label {
  display: none;
}

.woocommerce-cart-form .coupon input.input-text {
  flex: 1;
  padding: 0.8rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}

.woocommerce-cart-form .coupon input.input-text:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}

.woocommerce-cart-form .coupon button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-cart-form .coupon button:hover {
  background-color: #0073aa;
  color: #fff;
}


@media (max-width: 768px) {
  .woocommerce-cart-form td.product-thumbnail {
    display: none;
  }

  .woocommerce-cart-form,
  .cart-collaterals {
    padding: 1.5rem;
  }

  .cart_totals {
    max-width: 100%;
  }
}



/* .woocommerce-checkout {
  background: #f9fafb;
  padding: 3rem 1rem;
} */


.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 992px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
}

.woocommerce-checkout h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}


.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}


.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.woocommerce-billing-fields input.input-text,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields input.input-text,
.woocommerce-shipping-fields select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}

.woocommerce-billing-fields input:focus,
.woocommerce-shipping-fields input:focus,
.woocommerce-billing-fields select:focus,
.woocommerce-shipping-fields select:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}


#order_review {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

#order_review_heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
}


.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  font-size: 0.95rem;
}

.woocommerce-checkout-review-order-table th {
  font-weight: 600;
  color: #374151;
  background: #f9fafb;
}

.woocommerce-checkout-review-order-table .product-name {
  color: #111827;
  font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-total {
  color: #111827;
  font-weight: 600;
}


.woocommerce-checkout-review-order-table tfoot th {
  font-weight: 500;
  color: #6b7280;
}

.woocommerce-checkout-review-order-table tfoot td {
  font-weight: 600;
  color: #111827;
}


#payment {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
}

#payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

#payment ul.payment_methods li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}

#payment ul.payment_methods li:last-child {
  border-bottom: none;
}

#payment label {
  font-weight: 500;
  color: #374151;
}

#payment div.payment_box {
  background: #f9fafb;
  border-left: 3px solid #0073aa;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #4b5563;
}

#place_order {
  display: block;
    text-align: center;
    background: linear-gradient(135deg, #b91c1c, #ff5873);
    color: #fff !important;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 115, 170, 0.25);
}

#place_order:hover {
    transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 115, 170, 0.4);
}


.woocommerce-form-coupon-toggle,
.checkout_coupon {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.checkout_coupon input.input-text {
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  padding: 0.8rem 1rem;
  width: 60%;
  transition: all 0.2s ease;
}

.checkout_coupon input.input-text:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}

.checkout_coupon button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0.5rem;
}

.checkout_coupon button:hover {
  background-color: #005f8c;
}


.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  /* background: #e0f2fe; */
  border-left: 4px solid #FF5873;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  color: #111827;
  font-size: 0.95rem;
}


@media (max-width: 768px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  
  .woocommerce-billing-fields,
  .woocommerce-shipping-fields,
  #order_review,
  #payment {
    padding: 1.5rem;
  }

  #place_order {
    font-size: 1rem;
    padding: 1rem;
  }
} 