/*
 Theme Name:   Coaching Child
 Theme URI:    http://coaching.thimpress.com/
 Description:  Coaching Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     coaching
 Version:      1.0.0
 Text Domain:  coaching-child
*/

/* ===== Root Variables ===== */
:root {
--thim-main-menu-font-family: Quicksand;
--thim-font-body-font-family: Raleway;
--thim-font-title-font-family: Quicksand;
--font-primary: "Raleway", Arial, sans-serif;
--font-serif: "Quicksand", serif;
  /* ===== Brand Colors ===== */
  --color-primary: #0d9488;
  --color-primary-dark: #008380;
  --color-primary-light: #99f6e4;
  --color-accent: #edae49;

  /* ===== Background ===== */
  --bg-light: #f8fafc;
  --bg-dark: #0f172a;
  --bg-card-light: #ffffff;
  --bg-card-dark: #1e293b;
  --bg-overlay-light: rgba(255, 255, 255, 0.1);

  /* ===== Text ===== */
  --text-dark: #0f172a;
  --text-muted: #475569;
  --text-gray: #64748b;
  --text-light: #ffffff;

  /* ===== Border & Shadow ===== */
  --border-light: rgba(255, 255, 255, 0.05);
  --border-accent: rgba(237, 174, 73, 0.2);
  --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 60px rgba(20, 184, 166, 0.3);

  /* ===== Typography ===== */
  --font-primary: "Quicksand", Arial, sans-serif;
  --font-secondary: "Raleway", sans-serif;
  --text-base: 1rem;
  --text-sm: 0.875rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
}

/* ===== Hover Media ===== */
@media (hover: hover) {
  .section-title-underline .title:hover::after {
    transform: scaleX(1);
  }
}

/* ===== Responsive Hero Font ===== */
@media (min-width: 640px) {
  .hero-title {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 4.5rem;
  }
}

/* ===== Buttons ===== */
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: var(--text-base);
  font-weight: 600;
  line-height: 1.5;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-primary);
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.3);
}

/* ===== Input Checkbox ===== */
input[type="checkbox"] {
  margin: 0 4px 0 0;
}

/* ===== Section Title Underline ===== */
.section-title-underline .title {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--text-light);
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.section-title-underline .title::after {
  content: "";
  position: absolute;
  bottom: -25px !important;
  left: 0;
  width: 62px;
  height: 4px;
  background-color: var(--color-accent);
  border-radius: 9999px;
  transform: scaleX(0.8);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.section-title-underline .title:hover::after {
  transform: scaleX(1);
}

/* ===== Contact Icons ===== */
.contact-container .thim-header-info li a span i,
.contact-container .thim-header-info li span i {
  width: 45px !important;
  height: 45px;
  border-radius: 9999px;
  color: var(--color-accent) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 174, 73, 0.1);
  border: 1px solid var(--border-accent);
  flex-shrink: 0;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease, transform 0.25s ease;
}
/*=====Header=====*/
.thim-ekit__header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
}
.fix-header {
  position: fixed !important;
  z-index: 999;
  transition: transform 200ms ease;
  transform: translateY(0);
	top:0px;
}
@media (max-width: 767px) { 
	.thim-ekit-site-logo {
		text-align: right !important;
		margin-top: 10px;
	}
	.thim-ekits-menu {
		background-color:  var(--e-global-color-primary);
	}
	.fix-header {
  		transform: none !important;
	}
	.menu-right{
		display: block !important;
		margin: 0px !important;
	}
	
}
@media (max-width: 1450px) { 
.thim-ekits-menu__container .thim-ekits-menu__nav{
		justify-content: start !important;
	}
}
/* ===== Social Footer ===== */
.social-swapper .thim-social-media li a {
  margin-left: 12px;
  background-color: var(--bg-overlay-light);
  color: var(--text-light);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: background-color 0.25s ease, color 0.25s ease,
    box-shadow 0.25s ease, transform 0.25s ease;
}
.social-swapper .thim-social-media li a i {
  font-size: 18px;
  transition: transform 0.25s ease;
}
.social-swapper .thim-social-media li a:hover {
  background-color: var(--color-accent);
  color: #134e4a;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.social-swapper .thim-social-media li a:hover i {
  transform: scale(1.1);
}
.social-swapper .thim-social-media li a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

/*custom-form */
.forminator-input , .forminator-select--field{
  border: none;
  padding: 0.7rem 1rem;
  border-style: none;
  border-radius: 1rem;
  border-color:transparent;
  background: var(--e-global-color-2392ac5);
  line-height: 28px !important;
  width: 100%;
}

.forminator-error-message {
  background-color: unset;
  color: #f00;
}
.forminator-button-submit {
  display: block;
  border-radius: 5px 5px 5px 5px;
  background-color: var(--e-global-color-primary);
  font-size: var(--e-global-typography-accent-font-size);
  margin-left: auto;
  margin-right: auto;
  box-shadow:  0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 128 128 / 20%), 0 4px 6px -4px rgb(0 128 128 / 20%);
}
.forminator-textarea {
  padding: 8px 20px 8px 20px;
  border-style: none;
    border-radius: 1.5rem;
	border-color:transparent;
  background: var(--e-global-color-2392ac5);
  width: 100%;
}
.forminator-response-message {
  color: #409eff;
}
.home-form .forminator-custom-form {
  display: flex;
}
.home-form .forminator-col,
.home-form .forminator-field {
  height: 100%;
}
.home-form .forminator-button-submit {
  height: 100%;
  background-color: #fff;
  color: var(--thim-body-primary-color);
  border-radius: 5px;
}
.home-form .forminator-input {
  border-radius: 5px 0 0 5px;
  background-color: #ffffff33;
  border: none;
  height: 100%;
  color: #fff;
  padding: 11px 15px;
  min-width: 390px;
  margin-right: -5px;
}
.home-form .forminator-input::placeholder {
  color: #fff;
}
.forminator-ui .event_hiden {
	display:none;
}
.forminator-field .forminator-label {
	margin-bottom: 10px; 
	margin-right: 10px;
}
.forminator-response-message.forminator-error[role="alert"] {
    display: none;
}
.forminator-select--field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-image: url('/wp-content/uploads/2026/02/arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 35px;
}

/* ===== Hero ===== */
.hero-title {
  font-family: var(--font-primary);
  font-weight: 800;
  color: var(--text-light);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-size: 2.25rem;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.hero-highlight {
  display: inline-block;
  color: var(--color-primary-light);
  padding-bottom: 4px;
  border-bottom: 4px solid var(--color-primary-dark);
}
.hero-accent {
  color: var(--color-primary-light) ;
}

/* ===== Line break ===== */
.break-md {
  display: block;
}

/* ===== Section Heading (Triết lý) ===== */
.section-heading .sub-heading {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: var(--text-sm);
  color: var(--text-gray) !important;
}
.section-heading .title {
  font-family: var(--font-secondary);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
}
.section-heading .title .highlight {
  color: var(--color-primary) !important;
  font-style: italic;
}
.section-heading .seperator_custom {
  width: 96px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
}

/* ===== Philosophy Card ===== */
.philosophy-card .boxes-icon {
  position: absolute;
  top: 16px;
  right: 90px;
  font-size: 112px;
  color: var(--color-primary);
  opacity: 0.06;
}
.philosophy-card .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}
.philosophy-card .sub-heading {
  font-family: var(--font-secondary);
  font-style: italic;
  margin: 12px 0 24px;
}
.philosophy-card .desc {
  line-height: 1.7;
  font-size: 15px;
  color: var(--text-muted);
  margin: 12px 0 24px;
}
.philosophy-card .seperator_custom {
  height: 8px;
  width: 50%;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0.3;
}

/* ===== WooCommerce Product List ===== */
.woocommerce div.product .star-rating {
  margin-top: 1em;
  /*   height: 1rem !important;
  width: 100% !important; */
  /*   float: left; */
}
.woocommerce div.product a.button {
  padding: 9px 25px !important;
  line-height: var(--thim-font-button-line-height) !important;
  font-weight: var(--thim-font-button-variant) !important;
  font-size: var(--thim-font-button-font-size) !important;
  text-transform: var(--thim-font-button-text-transform) !important;
  border-radius: var(--thim-border-radius-button, 30px) !important;
  margin: 20px !important;
}
.woocommerce .woocommerce-loop-product__title {
  color: var(--text-dark);
  font-size: 20px;
  min-height: 70px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #b0b0b05e;
  margin-bottom: 20px;
}
.product-detail .e-con-inner ,.woocommerce div.product {
  position: relative;
  background: var(--bg-card-light);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.woocommerce div.product:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--shadow-lg);
}
.woocommerce div.product img {
  transition: transform 0.5s ease-out;
  width: 100%;
}
.woocommerce div.product:hover img {
  transform: scale(1.1);
}
.woocommerce .woocommerce-loop-product__title,
.woocommerce .star-rating,
.woocommerce .price {
  padding: 0px 20px;
}
.woocommerce .price {
  padding-left: 20px;
  margin-top: 1em !important;
}
.woocommerce .add_to_cart_button {
  float: right;
  margin-bottom: 2em !important;
  margin-right: 20px !important;
}
.woocommerce .star-rating::before {
   padding-left: 20px;
}
.woocommerce .woocommerce-loop-product_title {
  margin-left: 20px !important;
  margin-top: 0px !important;
}
.woocommerce .product-excerpt {
  padding-left: 20px;
}
.product-item-meta {
  display: block;
}
.product-item-meta .star-rating {
  margin-bottom: 0px !important;
  width: 100% !important;
  margin-left: 20px !important;
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  margin-top: 26px !important;
}
.woocommerce .wrapper-content-item .wc-forward {
  padding-left: 20px;
}
/* ===== Twitter Icon ===== */
.twitter-social .fa-x-twitter:before {
  content: "\e900";
}

/* ===============================
   PRODUCT CATEGORIES
================================ */

/* Wrapper */
.category-wrapper {
  margin-bottom: 3rem;
}

/* Title */
.product-category-container .widget_product_categories .widget-title {
  font-family: var(--font-primary);
  font-size: 2rem;
  font-weight: 700;
  color: #008080;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .product-category-container .widget_product_categories .widget-title {
    font-size: 2.25rem;
    text-align: left;
  }
}

/* UL reset + layout */
.product-category-container .widget_product_categories .product-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none; /* bỏ dấu chấm */
  padding: 0;
  margin: 0;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .product-category-container .widget_product_categories .product-categories {
    gap: 1rem;
  }
}

/* LI */
.product-category-container
  .widget_product_categories
  .product-categories
  .cat-item {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Link */
.product-category-container
  .widget_product_categories
  .product-categories
  .cat-item
  a {
  display: inline-block;
  padding: 0.625rem 1.25rem; /* px-5 py-2.5 */
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px; /* rounded-full */
  background-color: #f8fafc; /* surface-light */
  color: #475569; /* slate-600 */
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Hover */
.product-category-container
  .widget_product_categories
  .product-categories
  .cat-item
  a:hover {
  background-color: #e2e8f0; /* slate-200 */
  color: #0f172a; /* slate-900 */
}

/* Active */
.product-category-container
  .widget_product_categories
  .product-categories
  .current-cat
  a {
  background-color: #0d9488; /* primary */
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 8px rgba(13, 148, 136, 0.1);
  outline: 2px solid #0d9488; /* ring */
  outline-offset: 2px;
}

.card-container .product {
  background-color: #ffffff;
  border-radius: 1rem; /* rounded-2xl */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-sm */
  border: 1px solid #f1f5f9; /* slate-100 */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}

.card-container .product:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1); /* shadow-xl */
}

.product-category-container .widget_product_categories .widget-title {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0d9488;
  border-bottom: 1px solid #e5e7eb;
}

.product-category-container .widget_product_categories .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem; /* w-1.5 */
  height: 75%; /* h-3/4 */
  background-color: #0891b2; /* cyan-600 */
  border-radius: 9999px;
}

/* ===== Product detail ===== */

.row .sticky-sidebar {
  display: none;
}

.row .site-main {
  width: 100%;
}

.elementor-widget-thim-ekits-page-title
  .elementor-widget-container
  .thim-ekit-page-title
  .page-title {
  display: none;
}

.woocommerce .product-info .flex-viewport .slides li img {
  height: 140px;
  object-fit: cover;
}
.woocommerce
  .product-info
  .flex-viewport
  .slides
  li.flex-active-slide
  .thim-image-popup
  img {
  height: 400px;
  object-fit: cover;
}
.related.products {
  margin-left: 30px;
}

/* ====product list loop */
.elementor-widget-thim-ekits-list-product
  .woocommerce
  div.product
  a.button:hover {
  color: #fff;
}
.elementor-widget-thim-ekits-list-product .woocommerce .star-rating {
  height: 2rem;
  width: 150px;
  margin-top: 0px !important ;
}
.elementor-widget-thim-ekits-list-product .woocommerce .star-rating::before {
  padding-left: 20px;
}

/* ====== Event */
.widget_book-event{
	display: none;
}
.tp-event-content .entry-content {
	padding-right: 5px !important;
}
@media (min-width: 768px) and (max-width: 800px) {
	#main-item {
		width: 100% !important
	}
}
/* ====== Services */
.services-card-container {
border-radius: 1.5rem;
overflow: hidden;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
transition: box-shadow 0.5s ease;
}

.services-card-container:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.services-form-container {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
transition: box-shadow 0.5s ease;
width: 460px;
z-index: 999;
}

.services-form-wrapper {
position: relative;
}

@media (max-width: 1024px) {
  .services-form-fixed {
    position: static;
    width: 100%;
  }
}

.services-form-container:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.mfp-bg, .mfp-wrap {
    pointer-events: auto !important;
}
.mfp-container {
    z-index: 104 !important; 
}

.thim-quantity {
opacity: 0;
}

.woocommerce-loop-product_title{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.5;
min-height: 3em;
}

/* --product details --*/

 
 .product-details {
        transform: translateY(-0.5rem);
    position: relative;
    background: var(--bg-card-light);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
 }
.product-details:hover{
        transform: translateY(-0.5rem);
    box-shadow: var(--shadow-lg);
 }
.product-details  .woocommerce-product-gallery__image.flex-active-slide img{
    width: 100%;
     height: 500px;
  object-fit: cover;
   }
  .product-details .single_add_to_cart_button{
    background-color: var(--thim-body-primary-color,#2e8ece) !important;
   }
  .product-details .thim-quantity {
        display: none;
      }

.product-details .wc-tabs{
	margin-left:0px
}
    .product-details .woocommerce-tabs .wc-tabs li{
           background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff;
    border-radius: 0;
    margin: 0;
    width: 25%;
    text-align: center;
    border: 0;
    position: relative;
    padding: 0;
    display: block;
    float: left;
      }
      .product-details .wc-tabs li.active::before {
       content: "";
    position: absolute;
    left: 0;
    width: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    right: 3px;
    top: 0;
    height: 4px;
    z-index: 10;
    background: var(--thim-body-primary-color,#2e8ece);
      }
  .product-details .wc-tabs li a  {
            border-radius: 0;
    margin-right: 3px;
    
    border-bottom: 0 !important;
    font-size: 0.875rem;
    font-weight: var(--thim-font-title-variant,700);
    background: #f9f9f9;
    line-height: 29px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
      }
    .product-details .wc-tabs li.active a  {
            background: #fff;
      }

.product-details  .woocommerce-Tabs-panel {
        margin: 0px 30px;
     }
.product-grid .content__product .product_sumary {
	margin-bottom: -50px !important;
}
.product-grid .content__product .product_sumary  .product__title .title{
	min-height: 80px;
}
/* CSS QuickView */
.quickview .flexslider ul img {
	height:500px !important
}
.quickview .product-info .right .cart button.button {
	color:#fff
}
.woocommerce-error li {
margin-bottom: 30px;
}
.trp-shortcode-switcher {
	padding: 0px;
}
.cart-discount{
	 display: flex;
    justify-content: space-around;
}
.woocommerce-checkout .woocommerce-error {
	display: none;
}
.woocommerce-order-downloads .download-file a {
	background-color:  var(--thim-body-primary-color) !important;
}
/* checkout css */
.invoice-personal .optional, .invoice-company .optional {
	display: none;
}

.vietqr-logo {
    height: 16px !important;
    max-width: 80px !important;
    width: auto;
    display: block;
}