/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Inter', 'Noto Sans', sans-serif;
    --font-noto: 'Noto Sans', sans-serif;
    --font-merriweather: 'Merriweather', serif;
    --font-mono: 'JetBrains Mono', monospace;
	--lp-emerald-900: #064e3b;
    --lp-emerald-800: #065f46;
    --lp-emerald-700: #047857;
    --lp-emerald-600: #059669;
    --lp-emerald-500: #10b981;
    --lp-emerald-200: #a7f3d0;
    --lp-emerald-100: #d1fae5;
    --lp-emerald-50:  #ecfdf5;
    --lp-slate-900:   #0f172a;
    --lp-slate-700:   #334155;
    --lp-slate-600:   #475569;
    --lp-slate-50:    #f8fafc;
    --lp-gray-600:    #4b5563;
    --lp-gray-500:    #6b7280;
    --lp-gray-300:    #d1d5db;
    --lp-gray-200:    #e5e7eb;
    --lp-gray-100:    #f3f4f6;
    --lp-gray-50:     #f9fafb;
    --lp-yellow-500:  #eab308;
    --lp-yellow-50:   #fefce8;
    --lp-red-500:     #ef4444;
    --lp-red-200:     #fecaca;
    --lp-red-50:      #fef2f2;
    --lp-red-800:     #991b1b;
    --lp-red-900:     #7f1d1d;
}

.font-serif {
    font-family: var(--font-serif);
}

.font-sans {
    font-family: var(--font-sans);
}

.font-noto {
    font-family: var(--font-noto);
}
.font-story {
	font-family: var(--font-merriweather);
}
.font-mono{
	font-family: var(--font-mono);
}
.align-items-center{
	align-items: center;
}
.justify-items-center{
	justify-items: center;
}
.w-8 .icon-box-img img {
    width: 2rem !important;
}
.h-8 .icon-box-img img {
    height: 2rem;
}
.object-contain .icon-box-img img {
    object-fit: contain;
}
.min-h {
    min-height: 600px;
}
.h-screen {
    height: 100vh !important;
}
.min-height-70 {
    min-height: 70vh !important;
    display: flex;
    align-items: center;
}
.min-height-90 {
    min-height: 90vh !important;
    display: flex;
    align-items: center;
}
.min-height-screen {
	min-height: 100vh !important;
	display: flex;
    align-items: center;
}
.relative {
    position: relative;
}


.text-11{
	font-size: 11px !important;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem;
}
.text-base{
	font-size: 1rem !important;
	line-height: 1.5rem;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
}
.text-2xl{
	font-size: 1.5rem !important;
    line-height: 2rem;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem;
}
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-6xl{
	font-size: 3.75rem;
	line-height: 1;
}
.text-7xl{
	font-size: 4.5rem;
	line-height: 1;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500 !important;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.max-w-2xl {
    max-width: 42rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


.gap-6 {
    gap: 1.5rem;
}

.p-0{
	padding: 0px;
}
.p-4 {
    padding: 1rem;
}
.pl-0{
	padding-left: 0px !important;
}

.m-0{
	margin: 0px !important;
}
.m-auto {
	margin: 5px auto !important;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-16{
    margin-top: 4rem;
}
.ml-14 {
    margin-left: 3.5rem;
}
.ml-48{
	margin-left: 3rem;
}
.mr-4{
	margin-right: 1rem;
}
.pl-6 {
    padding-left: 1.5rem;
}


.text-white{
	color: #FFF !important;
}
.text-navy{
	color: #0a192f;
}
.text-gray{
	color: #4b5563;
}
.text-gray-300{
	color: #d1d5db !important;
}
.text-gray-400{
	color: #9ca3af !important;
}
.text-gold-400{
	color: #e5c15d !important;
}
.text-gold-500{
	color: #d4af37 !important;
}
.text-gold-600{
	color: #b5952f;
}
.text-amber-400{
	color: #fbbf24;
}
.text-blue-600{
	color: #2563eb;
}
.text-cyan-400{
	color: #22d3ee;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-300:hover {
    transform: translateY(-0.5rem);
}
.border-12 > .col-inner{
	border-radius: 12px;
}


.img-hover-box .caption {
    position: absolute !important;
    bottom: -85% !important;
    left: 1rem !important;
    top: auto !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    z-index: 2;
    transform: translateY(0) !important;
    background: none !important;
    padding: 0 !important;
    opacity: 0;
    transition: opacity 0.3s;
}

.img-hover-box:hover .caption {
    opacity: 1;
}
.img-hover-box .img-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.img-hover-box:hover .img-inner::after {
    opacity: 1;
}
.img-hover-box .img-inner {
    border-radius: 16px;
    overflow: hidden;
}
.img-hover-box .img-inner img {
    transition: transform 700ms ease;
}

.img-hover-box:hover .img-inner img {
    transform: scale(1.05);
}


.border-text-gold {
    padding: 0.25rem 0.75rem;
    border: 1px solid #d4af37;
	border-radius: 9999px;
	width: fit-content;
}
.gold-to-gold {
    background: linear-gradient(to right, #fbbf24, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-gradient-gold-teal {
    background: linear-gradient(to right, #D4AF37, #00f2ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.bg-gradient-from-navy {
    position: relative;
}

.bg-gradient-from-navy .section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0a192f, transparent, transparent);
}
.bg-gray-hover:hover {
    background-color: #f9fafb !important;
}

.col-bg-navy::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, #020c1b, transparent, transparent);
    z-index: 10;
    pointer-events: none;
}

.bg-gradient-to-b .section-bg img {
    opacity: 0.2;
}
.bg-gradient-to-b {
    position: relative;
    overflow: hidden;
}
.bg-gradient-to-b::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to bottom,
        rgb(10 25 47 / 0.9),
        rgb(10 25 47 / 0.8),
        rgb(10 25 47 / 0.9)
    );
}

.box-img-shadow .img-inner {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border-radius: 0.75rem;
    overflow: hidden;
}

.rounded-full .icon-box-img {
    width: 5rem !important;
    height: 5rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    transition: all 300ms;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.rounded-full:hover .icon-box-img {
    background-color: #d4af37;
}
.special-border-img {
    position: relative;
	padding-bottom: 0px !important;
	border-radius: 0.5rem;
}

.special-border-img::after {
    content: '';
    position: absolute;
    inset: 2rem;
    border: 1px solid #d4af37;
    border-radius: 0.125rem;
    z-index: 20;
    pointer-events: none;
}




.shadow-lg > .col-inner{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.shadow-xl > .col-inner{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.shadow-sm > .col-inner{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.shadow-2xl > .col-inner {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.card-value {
    transition: transform 300ms;
}

.card-value:hover {
    transform: translateY(-8px);
}

/* Card 1 - Teal */
.card-value.card-teal:hover .col-inner {
    border-bottom: 3px solid #00f2ea !important;
}
.card-value.card-teal:hover .icon-box-img {
    background-color: #00f2ea;
	border-radius: 9999px;
	padding: 5px;
	margin-bottom: 12px;
	width: 40px !important;
}

/* Card 2 - Purple */
.card-value.card-purple:hover .col-inner {
    border-bottom: 3px solid #a855f7 !important;
}
.card-value.card-purple:hover .icon-box-img {
    background-color: #a855f7;
	border-radius: 9999px;
	padding: 5px;
	margin-bottom: 12px;
	width: 40px !important;
}

/* Card 3 - Gold */
.card-value.card-gold:hover .col-inner {
    border-bottom: 3px solid #d4af37 !important;
}
.card-value.card-gold:hover .icon-box-img {
    background-color: #d4af37;
	border-radius: 9999px;
	padding: 5px;
	margin-bottom: 12px;
	width: 40px !important;
}
/* Teal */
.card-value.card-teal:hover .icon-box-img img {
    filter: brightness(8.5);
}

/* Purple */
.card-value.card-purple:hover .icon-box-img img {
    filter: brightness(8.5);
}

/* Gold */
.card-value.card-gold:hover .icon-box-img img {
    filter: brightness(8.5);
}

.card-metric {
    transition: transform 300ms;
}

.card-metric:hover {
    transform: translateY(-0.25rem);
}


.founder-img-wrapper::before {
    content: '';
    position: absolute;
    top: 6rem;
    left: 0%;
    width: calc(500px + 2rem);
    height: 90%;
    border: 2px solid #e5e7eb;
    z-index: 0;
}

.founder-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 16%;
    width: 5rem;
    height: 5rem;
    backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
    z-index: 20;
}
.founder-img-wrapper .col-inner {
    display: flex;
    justify-content: flex-end;
}

.founder-img-wrapper .img {
    max-width: 400px !important;
    width: 100% !important;
}


.bg-chart {
    position: relative;
    overflow: hidden;
}

.bg-chart::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: rgba(212, 175, 55, 0.1);
    filter: blur(100px);
    border-radius: 9999px;
    pointer-events: none;
    z-index: 0;
}

.bg-chart .section-content {
    position: relative;
    z-index: 1;
}



.button{
	padding: 0px !important;
}
.button span{
	padding: 1rem 2rem !important;
}
.button:hover {
    color: rgb(10 25 47);
    background-color: rgb(255 255 255);
}
.alert.is-outline:hover {
	color: rgb(10 25 47);
    background-color: rgb(255 255 255);
}
.btn-booking{
	padding: 0.75rem 2rem !important;
	border-radius: 4px;
	background-color: #ffffff;
}
.btn-booking:hover{
	background-color: #d4af37 !important;
}
.btn-booking span{
	padding: 0px !important;
	color: #0a192f;
}


.menu-footer span {
    color: rgb(156, 163, 175);
    transition: color 0.3s ease;
	font-size: 0.875rem;
    line-height: 1.25rem;
}

.menu-footer span:hover {
    color: #d4af37;
}

.bg-gradient-navy-top {
	border-radius: 12px !important;
}
.bg-gradient-navy-top .banner-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to top,
        #0A192F,
        rgb(10 25 47 / 0.4),
        transparent
    );
    z-index: 1;
	border-radius: 12px;
}

.bg-gradient-navy-top .banner-layers {
    position: relative;
    z-index: 2;
}
.bg-gradient-navy-top .banner-inner {
    border-radius: 12px;
    overflow: hidden;
}
.icon-box-img img{
    padding: 0 !important;
    margin: 0 !important;
}
.icon-box-img .icon, 
.icon-box-img .icon-inner {
    padding: 0 !important;
    margin: 0 !important;
}
.icon-left-c.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 3px !important;
}


.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.z-0 {
    z-index: 0;
}
.inset-0 {
    inset: 0px;
}
.hero-banner-gradient {
    position: relative;
}

.hero-banner-gradient .section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to top,
        #020617,
        rgb(10 25 47 / 0.8),
        rgb(10 25 47 / 0.4)
    );
}

.hero-banner-gradient .section-content {
    position: relative;
    z-index: 1;
}
.premium-border {
	padding: 4px 12px;
    border: 1px solid #d4af3733;
    background-color: #d4af371a;
    border-radius: 9999px;
}
.text-gradient-gold {
    background-image: linear-gradient(to right, #F4D03F, #B8860B);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.btn-contact span{
	color: #0a192f;
	font-size: 1rem;
    line-height: 1.5rem;
}
.btn-contact {
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-contact:hover {
    background-color: rgb(255 255 255) !important;
    color: rgb(10 25 47) !important;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
}
.glass-card > .col-inner{
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.glass-card:hover > .col-inner{
    transform: translateY(-0.25rem);
    border-color: rgb(212 175 55 / 0.3);
}
.glass-card-2:hover > .col-inner {
    box-shadow: inset 0 0 50px rgba(212, 175, 55, 0.1);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.btn-link span{
	padding: 0px !important;
	font-weight: 500;
}
.btn-link:hover {
    transform: translateX(0.5rem);
    color: rgb(255 255 255) !important;
}
.btn-link-2 span {
    padding: 0px !important;
    font-weight: 700;
    border-bottom: 2px solid rgb(10 25 47);
    transition: border-color 300ms;
}

.btn-link-2:hover span {
    border-bottom: 2px solid rgb(255 255 255) !important;
    color: rgb(255 255 255) !important;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
    max-width: 56rem;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-bounce {
    animation: bounce 1s infinite;
}
.vertical-connector{
	height: 8rem;
	width: 2px;
	background: linear-gradient(to bottom, transparent, #D4AF37, transparent);
	margin: 0 auto;
	margin-top: -4rem;
}
.flow-img{
	right: -1.5rem;
    bottom: -6rem;
    z-index: 0;
}
.bg-gradient-navy-to-white {
    background-image: linear-gradient(to bottom, #0A192F, #f0f5ff);
}



.section-bg-dark {
    background-image: linear-gradient(to bottom, #2c1a0f, #1a0f0a, #0A192F) !important;
}
.absolute-box-icon .icon-box-img{
	position: absolute;
	top: -10%;
	left: 0%;
	right: 0%;
}
.btn-hst {
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hst:hover {
    background-color: rgb(29 78 216) !important;
    box-shadow: 0 0 20px rgb(59 130 246 / 0.5);
}




.bg-gradient-blue-navy {
    background-image: linear-gradient(to bottom right, #1d4ed8, #0A192F);
}
body.lightbox-open {
    overflow: hidden;
}


.faq-section .accordion-title {
    position: relative !important;
    display: block !important;
    padding: 16px 24px !important;
    font-weight: 700 !important;
    color: #0A192F !important;
    font-size: 15px;
    transition: color 200ms;
    background: #fff;
	border-top: none !important;
}

.faq-section .accordion-title:hover {
    color: #D4AF37 !important;
}

.faq-section .accordion-title .toggle {
    position: absolute !important;
    right: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    background: none !important;
    border: none !important;
    pointer-events: none;
    color: #0A192F;
}

.faq-section .accordion-title span {
    display: block !important;
    padding-right: 2rem !important;
    padding-left: 0 !important;
}

.faq-section .accordion-item {
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    margin-bottom: 1rem !important;
    border: none !important;
    overflow: hidden;
}

.faq-section .accordion-inner {
    padding: 0 24px 16px !important;
    color: #4b5563 !important;
    font-size: 14px;
}
.faq-section .accordion-inner p{
	margin-bottom: 0px;
}

/* Xóa border mặc định giữa các item */
.faq-section .accordion {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}


.bg-advisory .section-bg img {
	position: absolute;
	opacity: 0.3;
	z-index: 0;
	inset: 0px;
}
.text-gradient-gold-2 {
    background-image: linear-gradient(to right, #F4D03F, #B8860B);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.transition-transform {
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-blue-50 span{
	opacity: 1;
	background-color: #eff6ff;
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.bronze-500 span{
	opacity: 1;
	background-color: rgb(205 127 50 / 0.1);
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.bg-gray-200 span{
	opacity: 1;
	background-color: #e5e7eb;
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.bg-gold-100 span{
	opacity: 1;
	background-color: #f9f1d8;
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.bg-gold-500 span{
	opacity: 1;
	background-color: rgb(212 175 55 / 0.2);
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-wrapper .tooltip-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 6px 10px;
    background: #1f2937;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    width: 130px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms ease;
    white-space: normal;
    z-index: 10;
}

.tooltip-wrapper:hover .tooltip-text {
    opacity: 1;
}
.btn-community {
	background-color: #ffffff;
	opacity: 1;
	border-width: 1px;
	border-radius: 0.5rem;
	color: #2563eb;
	border-color: #2563eb;
}
.btn-smart-tech {
	background-color: #cd7f32;
	opacity: 1;
	border-radius: 0.5rem;
	color: #ffffff;
}
.btn-professional {
	background-color: #9ca3af;
	opacity: 1;
	border-radius: 0.5rem;
	color: #ffffff;
}
.btn-elite {
	background-image: linear-gradient(to right, #F4D03F, #B8860B);
	opacity: 1;
	border-radius: 0.5rem;
	color: #ffffff;
}
.btn-legacy {
	background-color: #d4af37;
	opacity: 1;
	border-radius: 0.5rem;
	color: #0a192f;
}
.btn-community span,
.btn-legacy span,
.btn-smart-tech span,
.btn-professional span,
.btn-elite span{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}



.bg-white-to-blue{
	background-image: linear-gradient(to bottom right, #eff6ff, #ffffff);
}
.bg-teal-100{
	opacity: 1;
	background-color: #ccfbf1;
	padding: 0.375rem 1rem;
	border-radius: 9999px;
}
.text-teal-600{
	opacity: 1;
	color: #0d9488;
}
.btn-planning {
	opacity: 1;
	background-color: #0d9488;
	border-radius: 0.5rem;
	transition: all 300ms ease;
}
.btn-planning span{
	padding: 0.75rem 2rem;
}
.btn-planning:hover {
    background-color: rgb(15 118 110) !important;
    box-shadow: 0 0 20px rgb(20 184 166 / 0.3);
    transform: translateY(-0.25rem);
	color: #FFF;
}
.bg-green-triangle {
    opacity: 1;
    background-color: #22c55e;
    width: 15%;
    height: 100px;
    cursor: pointer;
    margin-bottom: 0.25rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.bg-green-triangle:hover {
    background-color: #4ade80;
}
.bg-yellow-triangle {
	opacity: 1;
	background-color: #facc15;
	width: 27%;
	height: 120px;
	cursor: pointer;
	margin-bottom: 0.25rem;
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color, background-color, border-color, text-decoration-color, fill, stroke 150ms cubic-bezier(0.4, 0, 0.2, 1);
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.bg-yellow-triangle:hover{
	background-color: #fde047;
}
.bg-red-triangle {
	opacity: 1;
	background-color: #ef4444;
	width: 44%;
	height: 140px;
	cursor: pointer;
	margin-bottom: 0.25rem;
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color, background-color, border-color, text-decoration-color, fill, stroke 150ms cubic-bezier(0.4, 0, 0.2, 1);
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.bg-red-triangle:hover{
	background-color: #f87171;
}
/* css cho 4 step */ 
.planning-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto 0;
}

.planning-line-bg {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e5e7eb;
    border-radius: 9999px;
    z-index: 0;
}

.planning-line-progress {
    position: absolute;
    top: 45px;
    left: 0;
    height: 4px;
    background: #14B8A6;
    border-radius: 9999px;
    z-index: 1;
    transition: width 500ms ease;
    width: 0%;
}

.planning-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.planning-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.planning-step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid #e5e7eb;
    background: #fff;
    color: #9ca3af;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}

.planning-step-circle.active {
    background: #14B8A6;
    border-color: #99f6e4;
    color: #fff;
}

.planning-step-label {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #9ca3af;
    transition: color 300ms;
    white-space: nowrap;
}

.planning-step-label.active {
    color: #0D9488;
}

.planning-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08);
    padding: 32px;
    border: 1px solid #f3f4f6;
    min-height: 200px;
}

.planning-panel {
    display: none;
    animation: planningFadeIn 300ms ease;
}

.planning-panel.active {
    display: block;
}

@keyframes planningFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.planning-stage-title {
    font-size: 22px;
    font-weight: 700;
    color: #0D9488;
    margin-bottom: 8px;
}

.planning-stage-desc {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 16px;
}

.planning-stage-box {
    background: #f0fdfa;
    border-radius: 8px;
    padding: 16px 20px;
}

.planning-stage-box h4 {
    font-weight: 700;
    color: #134E4A;
    margin-bottom: 8px;
    font-size: 14px;
}

.planning-stage-box ul {
    list-style: disc;
    padding-left: 20px;
    color: #0D9488;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 600px) {
    .planning-step-circle {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .planning-line-bg,
    .planning-line-progress {
        top: 18px;
    }
    .planning-step-label {
        font-size: 11px;
    }
}
/* css cho 4 step */ 
/* css cho bang tinh plannig */
.bmi-section {
    padding: 60px 24px;
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.bmi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.bmi-form {
    background: #f9fafb;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.bmi-field {
    margin-bottom: 24px;
}

.bmi-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
}

.bmi-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 200ms;
    background: #fff;
}

.bmi-input:focus {
    border-color: #14B8A6;
    box-shadow: 0 0 0 2px rgba(20,184,166,0.2);
}

.bmi-btn {
    width: 100%;
    background: #0A192F;
    color: #fff;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: background 200ms;
}

.bmi-btn:hover {
    background: #14B8A6;
}

.bmi-result-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmi-empty {
    text-align: center;
    padding: 32px;
    color: #9ca3af;
}

.bmi-empty svg {
    margin: 0 auto 16px;
    display: block;
}

.bmi-empty p {
    font-size: 14px;
}

.bmi-result {
    padding: 32px;
    text-align: center;
    width: 100%;
    animation: bmiFadeIn 400ms ease;
}

@keyframes bmiFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.bmi-result-label {
    font-size: 16px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 8px;
}

.bmi-result-text {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.bmi-result-msg {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.bmi-bar-bg {
    height: 8px;
    background: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bmi-bar {
    height: 100%;
    border-radius: 9999px;
    transition: width 1000ms ease;
    width: 0%;
}

.bmi-result-link {
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

/* Colors */
.bmi-color-red    { color: #ef4444; }
.bmi-color-yellow { color: #eab308; }
.bmi-color-green  { color: #22c55e; }
.bmi-color-teal   { color: #14B8A6; }
.bmi-bg-red       { background-color: #ef4444; }
.bmi-bg-yellow    { background-color: #eab308; }
.bmi-bg-green     { background-color: #22c55e; }
.bmi-bg-teal      { background-color: #14B8A6; }

@media (max-width: 768px) {
    .bmi-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
/* css cho bang tinh plannig */
.card-planning:hover > .col-inner{
	transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.bg-red-50 {
	background-color: #fef2f2;
	border-radius: 4px;
	padding: 0.25rem 0.5rem;
}
.bg-teal-50{
	background-color: #f0fdfa;
	border-radius: 4px;
	padding: 0.25rem 0.5rem;
}
.bg-gray-100{
	background-color: #f3f4f6;
	border-radius: 4px;
	padding: 0.25rem 0.5rem;
}
.md-translate-y-4 {
    transform: translateY(-1rem);
}
.ab-bg-teal {
	top: 0;
	right: 0;
	padding: 0.25rem 0.75rem;
	background-color: #14b8a6;
	border-bottom-left-radius: 0.25rem;
}
.btn-red-500 {
	background-color: #ef4444;
	opacity: 1;
	border-radius: 0.25rem;
}
.btn-teal-600 {
	background-color: #0d9488;
	opacity: 1;
	border-radius: 0.25rem;
}
.btn-navy-900 {
	background-color: #0a192f;
	opacity: 1;
	border-radius: 0.25rem;
}
.btn-red-500 span,
.btn-teal-600 span,
.btn-navy-900 span{
	color: #ffffff;
	padding: 0.75rem 0 0.75rem 0 !important;
}
.btn-red-500:hover{
	background-color: #dc2626;
}
.btn-teal-600:hover{
	background-color: #0f766e;
}
.btn-navy-900:hover{
	background-color: #0a192f;
}
.btn-teal-500{
	background-color: #14b8a6;
	opacity: 1;
	border-radius: 4px;
}
.btn-teal-500 span{
	color: #0a192f;
	padding: 0.75rem 2rem !important;
}
.btn-teal-500:hover{
	background-color: #2dd4bf;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


.ai-hero-section {
    position: relative;
    overflow: hidden;
}

/* Gradient radial góc phải - dùng section-bg */
.ai-hero-section .section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, #112240, #020c1b);
    opacity: 0.5;
    z-index: 1;
}

/* Pattern cubes */
.ai-hero-section .section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/03/cubes.png');
    opacity: 0.05;
    z-index: 2;
}

.ai-hero-section .section-content {
    position: relative;
    z-index: 10;
}
.ai-ping-dot {
    position: relative;
    display: flex;
    width: 0.75rem;
    height: 0.75rem;
}

.ai-ping-dot-outer {
    position: absolute;
    display: inline-flex;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: rgb(34 211 238);
    opacity: 0.75;
    animation: aiPing 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ai-ping-dot-inner {
    position: relative;
    display: inline-flex;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 9999px;
    background-color: rgb(6 182 212);
}

@keyframes aiPing {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
.ping-dot-text {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #112240;
	border-color: rgb(6 182 212 / 0.3);
	border-width: 1px;
	border-radius: 9999px;
	padding: 0.5rem 1rem;
	width: fit-content;
}
.text-gradient-cyan-emerald {
    background-image: linear-gradient(to right, #22d3ee, #34d399);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.glow-text {
    text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
}
.border-l-text {
    border-left: 4px solid #d4af37;
}
.btn-ai-gradient {
    background: linear-gradient(to right, #fbbf24, #b8860b) !important;
    color: rgb(2 12 27) !important;
    border-radius: 0.25rem !important;
    font-weight: 700;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 15px -3px rgb(212 175 55 / 0.2);
}

.btn-ai-gradient span {
    color: rgb(2 12 27) !important;
    padding: 1rem 2rem !important;
}

.btn-ai-gradient:hover {
    background: linear-gradient(to right, #d4af37, #b8860b) !important;
    transform: translateY(-0.25rem);
}
.btn-ai-cyan {
    background-color: transparent !important;
    border: 1px solid rgb(6 182 212 / 0.5) !important;
    color: rgb(34 211 238) !important;
    border-radius: 0.25rem !important;
    font-weight: 700;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-ai-cyan span {
    color: rgb(34 211 238) !important;
	padding: 1rem 2rem !important;
}

.btn-ai-cyan:hover {
    background-color: rgba(8, 51, 68, 0.2) !important;
}
.divider-gradient .is-divider{
	background-image: linear-gradient(to right, #22d3ee, transparent) !important;
}
.circle-cyan-500 {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 2px solid rgb(6 182 212);
    background-color: rgb(10 25 47);
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    transition: color, background-color, border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-cyan-500:hover {
    background-color: #06b6d433;
}
.circle-gold-500 {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 2px solid rgb(212 175 55);
    background-color: rgb(10 25 47);
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-gold-500:hover {
    background-color: rgba(212 175 55 / 0.2);
}
.circle-emerald-500 {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 2px solid rgb(16 185 129);
    background-color: rgb(10 25 47);
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.circle-emerald-500:hover {
    background-color: rgba(16, 185, 129, 0.2);
}
.bg-carbon {
    background-image: url('/wp-content/uploads/2026/03/carbon-fibre.png');
    background-color: #0a192f;
}
.glass-panel > .col-inner {
    background: rgba(17, 34, 64, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Header */
.ai-perf-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    gap: 16px;
}

.ai-live-status {
    color: #22d3ee;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.ai-select {
    background: #0a192f;
    border: 1px solid rgba(6,182,212,0.5);
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/* Metrics */
.ai-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.ai-metric-label {
    color: #9ca3af;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.ai-metric-value {
    font-size: 48px;
    font-weight: 700;
    font-family: monospace;
    margin: 0;
    line-height: 1;
}

/* Chart */
.ai-chart-box {
    background: rgba(10,25,47,0.5);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    height: 256px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.ai-chart-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.ai-chart-grid-line {
    border-top: 1px solid rgba(255,255,255,0.05);
    width: 100%;
}

.ai-chart-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.ai-chart-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: aiDash 5s linear forwards;
}

@keyframes aiDash {
    to { stroke-dashoffset: 0; }
}

.ai-chart-label-left,
.ai-chart-label-right {
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    color: #6b7280;
    z-index: 1;
}

.ai-chart-label-left { left: 16px; }
.ai-chart-label-right { right: 16px; }

/* Responsive */
@media (max-width: 768px) {
    .ai-metrics-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ai-perf-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.btn-basic-bot {
	color: #ffffff !important;
	background-color: #374151;
	border-radius: 0.25rem !important;
	transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-basic-bot span {
	padding: 1rem 2rem !important;
}

.btn-basic-bot:hover {
    background-color: #4b5563 !important;
}
.ab-bg-gol {
	top: 0;
	right: 0;
	padding: 0.25rem 0.75rem;
	background-color: #d4af37;
	border-bottom-left-radius: 0.25rem;
}
.ai-select-gray .is-border,
.ai-select-cyan .is-border {
    transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ai-select-gray:hover .is-border { border-color: rgb(107 114 128) !important; }
.ai-select-cyan:hover .is-border { border-color: rgb(6 182 212) !important; }

.icon-circle-navy .icon-box-img {
    width: 4rem !important;
    height: 4rem;
    border-radius: 9999px;
    background-color: rgb(17 34 64);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 1rem;
}

.icon-circle-navy .icon-box-img img {
    width: 32px !important;
    height: 32px !important;
}


.solutions-hero {
    position: relative;
    overflow: hidden;
}

.solutions-hero .section-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url('/wp-content/uploads/2026/03/svgexport-5-1.svg');
    background-repeat: repeat;
    z-index: 1;
    pointer-events: none;
}
.insights-banner {
    position: relative;
    overflow: hidden;
}
.insights-banner .section-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: url('/wp-content/uploads/2026/04/svgexport-6.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}
/* Diagram wrapper */
.solutions-diagram {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    padding: 16px 0;
    max-width: 100%;
    overflow-x: auto;
}

/* Connector line */
.solutions-diagram-line {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    transform: translateY(-50%);
    z-index: 0;
}

/* Step card */
.solutions-step {
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border: 1px solid #f3f4f6;
    width: 180px;
    position: relative;
    z-index: 1;
}
.solutions-diagram p{
	margin-bottom: 0px !important;
}

/* Step gold variant */
.solutions-step--gold {
    background: #0a192f;
    border-color: #d4af37;
}

/* Circle */
.solutions-step-circle {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.solutions-step-circle--navy {
    background: #0a192f;
    color: #fff;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

.solutions-step-circle--gray {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #0a192f;
}

.solutions-step-circle--gold {
    background: #d4af37;
    color: #0a192f;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

/* Text */
.solutions-step-title {
    font-weight: 700;
    color: #0a192f;
    font-size: 14px;
    text-align: center;
}

.solutions-step-sub {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
    text-align: center;
}

/* Arrow */
.solutions-arrow {
    width: 20px;
    height: 20px;
    color: #d4af37;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .solutions-arrow { display: none; }
    .solutions-diagram-line { display: none; }
    .solutions-step { width: 100%; flex-direction: row; gap: 16px; }
    .solutions-step-circle { margin-bottom: 0; flex-shrink: 0; }
}
/* Banner wrapper */
.banner-solutions .banner-inner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border: 1px solid rgb(243 244 246);
}

/* Hover zoom ảnh */
.banner-solutions .banner-bg img {
    transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-solutions:hover .banner-bg img {
    transform: scale(1.05);
}

/* Gradient navy phía dưới */
.bg-gradient-navy-900 {
    background-image: linear-gradient(to top, rgb(10 25 47 / 0.9), transparent);
}

/* Viền vàng góc dưới trái */
.banner-solutions::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d4af37;
    border-radius: 12px;
    z-index: 0;
    transform: translate(0.75rem, 0.75rem);
}
.gap-3{
	gap: 0.75rem;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.rounded-full {
    border-radius: 9999px;
}
.w-90{
	width: 100px;
}
.bg-white{
	background-color : #FFF;
}
.btn-richer{
	background-color: #dc2626;
	border-radius: 8px;
}
.btn-1-1{
	background-color: #0a192f;
	border-radius: 8px;
}
.btn-richer span, .btn-1-1 span{
	padding: 0.75rem 1.5rem !important;
	color: #FFF;
}
.btn-richer:hover {
	background-color: #b91c1c;
}
.btn-1-1:hover {
	background-color: #112240;
}
.hover-shadow-2xl:hover .col-inner {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.solutions-dashboard {
    background: #0a192f;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    padding: 24px;
    border: 1px solid #1f2937;
    position: relative;
    overflow: hidden;
}

/* Bars container */
.solutions-bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 12rem;
    gap: 0.5rem;
    position: relative;
    z-index: 10;
}

/* Bar wrap */
.solutions-bar-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Bar */
.solutions-bar {
    width: 100%;
    background: rgb(17 34 64);
    border-radius: 2px 2px 0 0;
    position: relative;
}

.solutions-bar--gold {
    background: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

/* Tooltip nằm ngay trên đầu bar */
.solutions-bar-tooltip {
    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;
    font-size: 0.75rem;
    color: rgb(156 163 175);
    text-align: center;
    opacity: 0;
    transition: opacity 200ms;
    pointer-events: none;
    white-space: nowrap;
}

.solutions-bar-tooltip--gold {
    color: #d4af37;
    font-weight: 700;
    opacity: 1 !important;
}

.solutions-bar:hover .solutions-bar-tooltip:not(.solutions-bar-tooltip--gold) {
    opacity: 1;
}

/* Trend Line */
.solutions-trend {
    position: absolute;
    top: 8%;
    left: 4%;
    height: 12rem;
    width: 90%;
    pointer-events: none;
    opacity: 0.5;
}

.btn-solutions {
    background-color: rgb(212 175 55) !important;
    color: rgb(10 25 47) !important;
    border-radius: 9999px !important;
    font-weight: 700;
    transition: all 300ms;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
	padding: 1rem 2.5rem !important;
}

.btn-solutions span {
    color: rgb(10 25 47) !important;
	padding: 0 !important;
}

.btn-solutions:hover {
    background-color: rgb(255 255 255) !important;
    transform: scale(1.05);
}

.btn-solutions:hover span {
    color: rgb(10 25 47) !important;
}
.form-mb-0 .ff_submit_btn_wrapper {
    margin-bottom: 0 !important;
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.form-mb-0 .ff_submit_btn_wrapper .ff-btn {
	
	text-transform: capitalize !important;
}

.form-mb-0 .ff_submit_btn_wrapper .ff-btn .form{
    margin-bottom: 0 !important;
}
.form-mb-0 .fluentform_wrapper_4 form{
    margin-bottom: 0 !important;
}
.form-mb-0 .ff-btn{
    margin-bottom: 0 !important;
}





.career-roadmap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* Connector line */
.career-roadmap-line {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(229 231 235);
    z-index: 0;
}

@media (min-width: 768px) {
    .career-roadmap-line {
        display: block;
    }
}

/* Grid */
.career-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .career-roadmap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Step */
.career-step {
    text-align: center;
}

/* Circle */
.career-step-circle {
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    background: #fff;
    border: 4px solid #0a192f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
    z-index: 10;
}

.career-step-circle span {
    font-weight: 700;
    font-size: 20px;
    color: #0a192f;
}

.career-step-circle--gold {
    border-color: #d4af37;
    color: #b8860b;
    box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.3);
}

.career-step-circle--gold svg {
    color: #b8860b;
}

/* Text */
.career-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a192f;
    margin-bottom: 8px;
}

.career-step-title--gold {
    color: #b8860b;
}

.career-step-sub {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}




/* Wrapper */
.job-tabs .nav {
    display: inline-flex !important;
    background: #f9fafb;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: none !important;
    justify-content: center;
    gap: 0;
}

.job-tabs .nav-line {
    border-bottom: none !important;
}

.job-tabs .nav li {
    border: none !important;
    margin: 0 !important;
}

.job-tabs .nav li a {
    padding: 8px 24px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #6b7280 !important;
    border: none !important;
    background: transparent !important;
    transition: all 150ms ease;
    white-space: nowrap;
}

.job-tabs .nav li a:hover {
    color: #0a192f !important;
}

/* Active */
.job-tabs .nav li.active a {
    background: #fff !important;
    color: #0a192f !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
    border: none !important;
}

/* Panel */
.job-tabs .tab-panels {
    border: none !important;
    padding: 0 !important;
    margin-top: 24px;
}

.job-tabs .nav {
    width: fit-content !important;
    margin: 0 auto !important;
}


.job-card {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    border-left: 4px solid #0a192f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    transition: box-shadow 200ms ease;
}

.job-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

/* Info */
.job-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a192f;
    margin: 0 0 6px 0;
}

.job-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
}

.job-card-dot {
    width: 4px;
    height: 4px;
    background: #d1d5db;
    border-radius: 9999px;
    flex-shrink: 0;
}

/* Right */
.job-card-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.job-card-salary {
    font-size: 14px;
    font-weight: 600;
    color: #059669;
}

/* Button */
.job-card-btn {
    background: #fff;
    border: 2px solid #d4af37;
    color: #0a192f;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 200ms ease;
    white-space: nowrap;
	text-transform: capitalize;
}

.job-card-btn:hover {
    background: #d4af37;
    color: #0a192f;
}

@media (max-width: 768px) {
    .job-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .job-card-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
/* Overlay */
.job-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(107, 114, 128, 0.75);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

/* Panel */
.job-modal-panel {
    background: #fff;
    border-radius: 8px;
    max-width: 520px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    border: 2px solid #d4af37;
    animation: jobModalFadeIn 300ms ease;
}

@keyframes jobModalFadeIn {
    from { opacity: 0; transform: translateY(16px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Header */
.job-modal-header {
    padding: 20px 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f4f6;
}

.job-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a192f;
    margin: 0;
}

.job-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #9ca3af;
    line-height: 1;
    padding: 0;
    transition: color 200ms;
	margin: 0;
	display: none;
}

.job-modal-close:hover {
    color: #374151;
}

/* Body */
.job-modal-body {
    padding: 24px;
}
.h-500{
	height: 500px;
}
.btn-send-cv {
	background-color: #FFF;
	color: #0a192f;
	border-color: #f3f4f6;
	border-radius: 4px;
}
.btn-send-cv span{
	padding: 0.75rem 2rem;
}


/* Wrapper */
.ai-chart-wrapper {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s;
    width: 100%;
}

.ai-chart-wrapper:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Header */
.ai-chart-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.ai-chart-title {
    color: #0a192f;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--font-sans);
    margin: 0 0 6px 0;
}

.ai-chart-subtitle {
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

/* Badge */
.ai-chart-badge {
    background-color: #ecfdf5;
    color: #059669;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: var(--font-sans);
    padding: 10px 20px;
    border-radius: 9999px;
    border: 1px solid #d1fae5;
    white-space: nowrap;
}

/* Canvas */
.ai-chart-canvas-wrap {
    position: relative;
    height: 300px;
    width: 100%;
}

@media (min-width: 1024px) {
    .ai-chart-canvas-wrap {
        height: 350px;
    }
}

/* Footer */
.ai-chart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
    flex-wrap: wrap;
    gap: 12px;
}

/* Legend */
.ai-chart-legend {
    display: flex;
    gap: 24px;
}

.ai-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #4b5563;
    font-weight: 500;
}

.ai-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.ai-legend-dot.gold {
    background: linear-gradient(to right, #d4af37, #b8860b);
}

.ai-legend-dot.gray {
    background-color: #d1d5db;
}

/* Link */
.ai-chart-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b8860b;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    text-decoration: none;
    transition: color 0.2s;
}

.ai-chart-link:hover {
    color: #d4af37;
}

.ai-chart-link svg {
    transition: transform 0.2s;
}

.ai-chart-link:hover svg {
    transform: translateX(3px);
}







.courses-hero {
    position: relative;
    overflow: hidden;
}

.courses-hero .section-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: url('/wp-content/uploads/2026/03/svgexport-8-5.svg');
    pointer-events: none;
}

.subnav-sticky {
    position: sticky;
    top: 90px; /* điều chỉnh theo chiều cao header Flatsome */
    z-index: 40;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}

.subnav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 24px;
    scrollbar-width: none;
}

.subnav-inner::-webkit-scrollbar {
    display: none;
}

.subnav-link {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 200ms;
}

.subnav-link--green:hover  { color: #059669; }
.subnav-link--blue:hover   { color: #2563eb; }
.subnav-link--gold:hover   { color: #d4af37; }

.subnav-sep {
    color: #d1d5db;
    font-size: 14px;
}
.btn-dangky {
	background-color: #0a192f;
	border-radius: 0.5rem;
}
.btn-dangky span {
	color: #FFF;
	padding: 0.5rem 1rem !important;
	font-weight: 500 !important;
}
.btn-dangky:hover {
	background-color: #059669;
}
.hover-text-emerald-600:hover {
	color : #059669;
}
.hover-text-blue-400:hover {
	color : #60a5fa !important;
}
.hover-img-box .img-inner {
	border-radius: 16px 16px 0 0;
}
.absolute-simple {
	position: absolute;
	top: 4%;
	left: 4%;
}
.bg-emrald-500 {
	opacity: 1;
	background-color: #10b981;
}
.bg-blue-600 {
	opacity: 1;
	background-color: #2563eb;
}
.btn-blue-600 {
	background-color: #2563eb;
	border-radius: 8px;
}
.btn-blue-600 span {
	padding-top: 0.75rem;
    padding-bottom: 0.75rem;
	color: #FFF;
}
.bg-legacy-strategy {
	background-image: linear-gradient(to bottom, #0A192F, #000);
	border-top: 4px solid;
	border-image: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.5), transparent) 1;
}
.backdrop-blur-sm{
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.duration-500 {
    transition-duration: 500ms;
}
.duration-500:hover {
    transform: translateY(-0.5rem);
}
.gold-card:hover > .col-inner{
  background-color: rgb(255 255 255 / 0.1);
  border-color: #d4af37;
  transform: translateY(-0.5rem);
}

















/* ============================================
   TUTOR COURSES BY LEVEL - Custom Shortcode
   Thêm vào style.css của Flatsome Child Theme
   ============================================ */

/* Grid Layout */
.tcbl-grid {
    display: grid;
    gap: 2rem;
    padding: 1rem 0;
}

.tcbl-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.tcbl-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Responsive */
@media (max-width: 991px) {
    .tcbl-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .tcbl-cols-2,
    .tcbl-cols-3 {
        grid-template-columns: 1fr;
    }
}

/* Card */
.tcbl-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07),
                0 2px 4px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.tcbl-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
                0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

/* Thumbnail */
.tcbl-card__thumb {
    display: block;
    position: relative;
    height: 14rem;
    overflow: hidden;
}

.tcbl-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tcbl-card:hover .tcbl-card__thumb img {
    transform: scale(1.1);
}

/* Badge (Tag) */
.tcbl-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #10b981;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    line-height: 1.4;
    z-index: 2;
}

/* Content */
.tcbl-card__content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Title */
.tcbl-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.75rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.tcbl-card__title a {
    color: inherit;
    text-decoration: none;
}

.tcbl-card:hover .tcbl-card__title,
.tcbl-card:hover .tcbl-card__title a {
    color: #10b981;
}

/* Excerpt */
.tcbl-card__excerpt {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer */
.tcbl-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.5rem;
}

/* Price */
.tcbl-card__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #10b981;
}

.tcbl-card__price del {
    color: #9ca3af;
    font-weight: 400;
    font-size: 0.9rem;
    margin-right: 0.35rem;
}

/* Button */
.tcbl-card__btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #0f172a;
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    text-decoration: none !important;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.tcbl-card__btn:hover {
    background: #10b981;
    color: #fff !important;
}

/* Empty State */
.tcbl-empty {
    text-align: center;
    color: #6b7280;
    padding: 3rem 1rem;
    font-size: 1rem;
}









/* ============================================================
   1. TOP BAR - "CHIẾN LƯỢC TÍCH SẢN" + Progress
   Class: .tutor-course-topic-single-header
   ============================================================ */
.tutor-course-topic-single-header.tutor-single-page-top-bar {
    background: var(--lp-emerald-900) !important;
    border-bottom: 1px solid var(--lp-emerald-800);
    padding: 0.75rem 1.5rem;
}

/* Tên khóa học trên top bar */
.tutor-course-topic-single-header-title {
    color: #fff !important;
    font-family: var(--lp-font-serif);
    font-weight: 700;
    font-size: 0.85rem !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Progress text */
.tutor-course-topic-single-header .tutor-progress-content,
.tutor-course-topic-single-header .tutor-fs-7 {
    color: var(--lp-emerald-200) !important;
}

.tutor-course-topic-single-header .tutor-fw-bold {
    color: #fff !important;
}

/* Icon buttons trên top bar */
.tutor-course-topic-single-header .tutor-iconic-btn,
.tutor-course-topic-single-header .tutor-iconic-btn-secondary {
    color: var(--lp-emerald-200) !important;
    border-color: var(--lp-emerald-700) !important;
}

.tutor-course-topic-single-header .tutor-iconic-btn:hover {
    color: #fff !important;
    background: var(--lp-emerald-800) !important;
}


/* ============================================================
   2. SIDEBAR - Danh sách module/lesson
   Class: .tutor-course-single-sidebar-wrapper
   ============================================================ */
.tutor-course-single-sidebar-wrapper.tutor-lesson-sidebar {
    background: #fff;
    border-right: 1px solid var(--lp-gray-200);
}

/* Sidebar title - "Course Content" */
.tutor-course-single-sidebar-title {
    background: var(--lp-emerald-900) !important;
    color: #fff !important;
    padding: 1rem 1.25rem !important;
    border-bottom: 1px solid var(--lp-emerald-800) !important;
}

.tutor-course-single-sidebar-title .tutor-fs-6 {
    color: #fff !important;
    font-family: var(--lp-font-serif);
    font-size: 0.8rem !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tutor-course-single-sidebar-title .tutor-iconic-btn {
    color: var(--lp-emerald-200) !important;
}


/* ============================================================
   2a. TOPIC HEADER (accordion) 
   Class: .tutor-accordion-item-header
   ============================================================ */
.tutor-course-topic .tutor-accordion-item-header {
    background: var(--lp-gray-50);
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--lp-gray-200);
    cursor: pointer;
    transition: background 0.2s ease;
}

.tutor-course-topic .tutor-accordion-item-header:hover {
    background: var(--lp-emerald-50);
}

/* Active topic header */
.tutor-course-topic .tutor-accordion-item-header.is-active {
    background: var(--lp-emerald-50);
    border-left: 4px solid var(--lp-emerald-800);
}

/* Topic title text */
.tutor-course-topic-title {
    font-family: var(--lp-font-serif);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--lp-slate-900);
    line-height: 1.5;
}

.tutor-accordion-item-header.is-active .tutor-course-topic-title {
    color: var(--lp-emerald-900);
}

/* Topic summary "1/1" */
.tutor-course-topic-summary {
    font-family: var(--lp-font-sans);
    font-size: 0.75rem;
    color: var(--lp-gray-500);
    background: var(--lp-gray-100);
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}

/* Tooltip */
.tutor-course-topic-title-info .tooltip-txt {
    font-family: var(--lp-font-serif);
    font-style: italic;
    font-size: 0.8rem;
    color: var(--lp-gray-600);
    background: #fff;
    border: 1px solid var(--lp-gray-200);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.07);
}


/* ============================================================
   2b. LESSON ITEMS trong sidebar
   Class: .tutor-course-topic-item
   ============================================================ */
.tutor-course-topic-item {
    position: relative;
    border-bottom: 1px solid var(--lp-gray-100);
    transition: all 0.2s ease;
}

.tutor-course-topic-item a {
    padding: 0.75rem 1rem 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

/* Hover lesson */
.tutor-course-topic-item a:hover {
    background: var(--lp-emerald-50);
    border-left-color: var(--lp-emerald-200);
}

/* Active lesson */
.tutor-course-topic-item.is-active a {
    background: var(--lp-emerald-50);
    border-left-color: var(--lp-emerald-800);
}

/* Lesson icon */
.tutor-course-topic-item-icon {
    color: var(--lp-gray-500);
    font-size: 1rem;
}

.tutor-course-topic-item.is-active .tutor-course-topic-item-icon {
    color: var(--lp-emerald-700);
}

/* Lesson title */
.tutor-course-topic-item-title {
    font-family: var(--lp-font-serif);
    font-size: 0.85rem;
    color: var(--lp-gray-600);
    line-height: 1.5;
}

.tutor-course-topic-item.is-active .tutor-course-topic-item-title {
    color: var(--lp-emerald-900);
    font-weight: 700 !important;
}

/* Checkbox hoàn thành */
.tutor-course-topic-item .tutor-form-check-input:checked {
    accent-color: var(--lp-emerald-600);
}

.tutor-course-topic-item .tutor-form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid var(--lp-gray-300);
    border-radius: 50%;
}

.tutor-course-topic-item .tutor-form-check-input:checked {
    background-color: var(--lp-emerald-600);
    border-color: var(--lp-emerald-600);
}


/* ============================================================
   3. MAIN CONTENT - Lesson Body
   Class: .tutor-course-topic-single-body
   ============================================================ */
.tutor-course-topic-single-body {
    background: #fff;
}

/* Spotlight wrapper */
.tutor-course-spotlight-wrapper {
    padding: 2rem 0;
}

/* Content area */
.tutor-lesson-wrapper,
#tutor-course-spotlight-overview .tutor-lesson-wrapper {
    font-family: var(--lp-font-sans);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lp-slate-700);
}

/* --- Headings --- */
.tutor-lesson-wrapper h1 {
    font-family: var(--lp-font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--lp-slate-900);
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.tutor-lesson-wrapper h2 {
    font-family: var(--lp-font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--lp-slate-900);
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--lp-gray-200);
    line-height: 1.4;
}

.tutor-lesson-wrapper h3 {
    font-family: var(--lp-font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--lp-slate-900);
    margin: 2rem 0 0.75rem;
    line-height: 1.4;
}

.tutor-lesson-wrapper h4 {
    font-family: var(--lp-font-serif);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--lp-slate-900);
    margin: 1.5rem 0 0.5rem;
}

/* --- Paragraph --- */
.tutor-lesson-wrapper p {
    margin: 0 0 1.25rem;
    line-height: 1.8;
}


/* ============================================================
   3a. BLOCKQUOTE
   ============================================================ */
.tutor-lesson-wrapper blockquote,
.tutor-lesson-wrapper .wp-block-quote {
    border-left: 4px solid var(--lp-emerald-600);
    padding: 1rem 1.25rem;
    margin: 0 0 2rem;
    font-family: var(--lp-font-serif);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--lp-gray-600);
    line-height: 1.7;
    background: transparent;
}

.tutor-lesson-wrapper blockquote p,
.tutor-lesson-wrapper .wp-block-quote p {
    margin-bottom: 0.5rem;
}

.tutor-lesson-wrapper blockquote cite,
.tutor-lesson-wrapper .wp-block-quote cite {
    display: block;
    font-family: var(--lp-font-sans);
    font-style: normal;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--lp-emerald-800);
    margin-top: 0.5rem;
}


/* ============================================================
   3b. FORMULA BOX
   Gutenberg Group → class: formula-box
   ============================================================ */
.tutor-lesson-wrapper .formula-box {
    background: var(--lp-emerald-50);
    border: 1px solid var(--lp-emerald-200);
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0;
    text-align: center;
    font-family: var(--lp-font-mono);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--lp-slate-900);
}

.tutor-lesson-wrapper .formula-legend {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0.5rem 0 2rem;
    font-family: var(--lp-font-mono);
    font-size: 0.85rem;
    color: var(--lp-gray-600);
}

.tutor-lesson-wrapper .formula-legend strong {
    color: var(--lp-emerald-800);
}


/* ============================================================
   3c. CALLOUT BOXES
   ============================================================ */

/* Vàng - lưu ý */
.tutor-lesson-wrapper .callout-yellow {
    background: var(--lp-yellow-50);
    border-left: 4px solid var(--lp-yellow-500);
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--lp-slate-700);
}

/* Xám - insight */
.tutor-lesson-wrapper .callout-slate {
    background: var(--lp-slate-50);
    border-left: 4px solid var(--lp-slate-600);
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--lp-slate-700);
}

.tutor-lesson-wrapper .callout-slate strong {
    font-style: normal;
}

/* Xanh - tip */
.tutor-lesson-wrapper .callout-green {
    background: var(--lp-emerald-50);
    border-left: 4px solid var(--lp-emerald-500);
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--lp-emerald-800);
}

/* Đỏ - cảnh báo */
.tutor-lesson-wrapper .callout-red {
    background: var(--lp-red-50);
    border-left: 4px solid var(--lp-red-500);
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--lp-red-800);
}


/* ============================================================
   3d. COMPARISON CARDS
   Gutenberg Columns 50/50 → Group class: comparison-green / comparison-red
   ============================================================ */
.tutor-lesson-wrapper .comparison-green {
    background: var(--lp-emerald-50);
    border: 1px solid var(--lp-emerald-200);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.tutor-lesson-wrapper .comparison-green h4 {
    color: var(--lp-emerald-900) !important;
    font-family: var(--lp-font-serif);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.tutor-lesson-wrapper .comparison-green p {
    color: var(--lp-emerald-800);
    font-size: 0.875rem;
}

.tutor-lesson-wrapper .comparison-red {
    background: var(--lp-red-50);
    border: 1px solid var(--lp-red-200);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.tutor-lesson-wrapper .comparison-red h4 {
    color: var(--lp-red-900) !important;
    font-family: var(--lp-font-serif);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.tutor-lesson-wrapper .comparison-red p {
    color: var(--lp-red-800);
    font-size: 0.875rem;
}


/* ============================================================
   3e. IMAGES
   ============================================================ */
.tutor-lesson-wrapper img,
.tutor-lesson-wrapper .wp-block-image img {
    border-radius: 0.75rem;
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}


/* ============================================================
   3f. TABLE
   ============================================================ */
.tutor-lesson-wrapper table,
.tutor-lesson-wrapper .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tutor-lesson-wrapper th {
    background: var(--lp-emerald-900);
    color: #fff;
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
}

.tutor-lesson-wrapper td {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid var(--lp-gray-200);
}

.tutor-lesson-wrapper tr:nth-child(even) {
    background: var(--lp-gray-50);
}


/* ============================================================
   3g. LISTS
   ============================================================ */
.tutor-lesson-wrapper ul,
.tutor-lesson-wrapper ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.tutor-lesson-wrapper li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}


/* ============================================================
   3h. LINKS
   ============================================================ */
.tutor-lesson-wrapper a {
    color: var(--lp-emerald-600);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tutor-lesson-wrapper a:hover {
    color: var(--lp-emerald-900);
}


/* ============================================================
   3i. SEPARATOR
   ============================================================ */
.tutor-lesson-wrapper hr,
.tutor-lesson-wrapper .wp-block-separator {
    border: none;
    border-top: 2px solid var(--lp-gray-200);
    margin: 2.5rem 0;
}


/* ============================================================
   4. LESSON NAVIGATION
   ============================================================ */
.tutor-next-previous-pagination-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--lp-gray-200);
    gap: 1rem;
}

/* Previous */
.tutor-next-previous-pagination-wrap a.tutor-lesson-prev {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--lp-gray-300) !important;
    border-radius: 0.5rem;
    color: var(--lp-gray-600) !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 500;
    background: transparent !important;
    transition: all 0.2s ease;
}

.tutor-next-previous-pagination-wrap a.tutor-lesson-prev:hover {
    background: var(--lp-gray-50) !important;
}

/* Next */
.tutor-next-previous-pagination-wrap a.tutor-lesson-next {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: var(--lp-emerald-800) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: none !important;
    box-shadow: 0 10px 15px -3px rgba(6,78,59,.2);
    transition: all 0.2s ease;
}

.tutor-next-previous-pagination-wrap a.tutor-lesson-next:hover {
    background: var(--lp-emerald-900) !important;
}

/* Complete lesson button */
button.tutor-complete-lesson-btn,
.tutor-lesson-wrapper .tutor-btn-primary {
    background: var(--lp-emerald-800) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(6,78,59,.2);
    transition: all 0.2s ease;
}

button.tutor-complete-lesson-btn:hover,
.tutor-lesson-wrapper .tutor-btn-primary:hover {
    background: var(--lp-emerald-900) !important;
}


/* ============================================================
   5. GLOBAL TUTOR LMS OVERRIDES
   ============================================================ */

/* Override Tutor primary color */
.tutor-color-primary {
    color: var(--lp-emerald-600) !important;
}

.tutor-bg-primary {
    background-color: var(--lp-emerald-800) !important;
}

/* Progress bar */
.tutor-progress-bar .tutor-progress-value {
    background: var(--lp-emerald-600) !important;
}

/* Active tab */
.tutor-course-spotlight-tab .tutor-tab-item.is-active {
    border-color: var(--lp-emerald-600) !important;
}

/* Tutor icon buttons global */
.tutor-iconic-btn:hover {
    background: var(--lp-emerald-50) !important;
    color: var(--lp-emerald-800) !important;
}


/* ============================================================
   6. LAYOUT FIXES - Cải thiện tổng thể
   ============================================================ */

/* Ẩn header/footer Flatsome trong lesson page (backup nếu Spotlight Mode chưa bật) */
body.tutor-lesson-page #header,
body.tutor-lesson-page #footer,
body.tutor-lesson-page .header-wrapper,
body.tutor-lesson-page .footer-wrapper,
body.tutor-lesson-page .absolute-footer {
    display: none !important;
}

/* Wrapper toàn trang lesson chiếm full height */
.tutor-course-single-content-wrapper {
    min-height: 100vh;
    display: flex;
}

/* Sidebar chiều rộng cố định, nền sáng */
.tutor-course-single-sidebar-wrapper.tutor-lesson-sidebar {
    width: 300px;
    min-width: 300px;
    min-height: 100vh;
    background: #fff;
    border-right: 1px solid var(--lp-gray-200);
    display: flex;
    flex-direction: column;
}

/* Sidebar content area — fill chiều cao còn lại */
.tutor-course-single-sidebar-wrapper .tutor-course-topic {
    flex: 1;
}

/* Nội dung chính chiếm phần còn lại */
#tutor-single-entry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Body content area */
.tutor-course-topic-single-body {
    flex: 1;
    padding: 2rem 0;
}

/* Content wrapper có max-width và căn giữa */
#tutor-course-spotlight-overview .tutor-container {
    max-width: 100%;
    padding: 0;
}
.tutor-col-xl-8{
	width : 100% !important;
}

/* Lesson wrapper padding */
.tutor-lesson-wrapper {
    padding: 1rem 0;
}

/* Sidebar bottom area — thêm khoảng trống */
.tutor-course-single-sidebar-wrapper::after {
    content: '';
    display: block;
    flex: 1;
    background: linear-gradient(to bottom, #fff, var(--lp-gray-50));
}


/* ============================================================
   7. RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    /* Sidebar overlay on tablet */
    .tutor-course-single-sidebar-wrapper {
        z-index: 999;
    }
}

@media (max-width: 991px) {
    .tutor-lesson-wrapper h1 {
        font-size: 1.75rem;
    }

    .tutor-lesson-wrapper .formula-box {
        padding: 1rem 1.25rem;
        font-size: 1.15rem;
    }

    .tutor-lesson-wrapper .formula-legend {
        gap: 1rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
    .tutor-lesson-wrapper h1 {
        font-size: 1.5rem;
    }

    .tutor-lesson-wrapper h2 {
        font-size: 1.2rem;
    }

    .tutor-lesson-wrapper blockquote,
    .tutor-lesson-wrapper .wp-block-quote {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .tutor-lesson-wrapper .formula-box {
        font-size: 1rem;
        padding: 1rem;
    }

    .tutor-lesson-wrapper .formula-legend {
        flex-direction: column;
        align-items: center;
        gap: 0.35rem;
    }

    .tutor-next-previous-pagination-wrap {
        flex-direction: column;
    }

    .tutor-next-previous-pagination-wrap a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
/* ============================================================
   1. PAGE WRAPPER
   ============================================================ */
.tutor-course-details-page.tutor-container {
    max-width: 1200px;
    padding: 2rem 1.5rem;
}


/* ============================================================
   2. HEADER - Tên khóa học + Rating + Category
   ============================================================ */

/* Course title */
.tutor-course-details-title {
    font-family: var(--font-serif) !important;
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: var(--lp-slate-900) !important;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

/* Rating stars */
.tutor-course-details-ratings .tutor-ratings-stars span {
    color: var(--lp-yellow-500) !important;
}

/* Category link "Level 1" */
.tutor-course-details-info a {
    color: var(--lp-emerald-600) !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.tutor-course-details-info a:hover {
    color: var(--lp-emerald-900) !important;
}

.tutor-course-details-info {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: var(--lp-gray-500);
}

/* Wishlist & Share buttons */
.tutor-course-details-actions .tutor-btn-ghost {
    color: var(--lp-gray-600) !important;
    border: 1px solid var(--lp-gray-200) !important;
    border-radius: 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s;
}

.tutor-course-details-actions .tutor-btn-ghost:hover {
    background: var(--lp-emerald-50) !important;
    color: var(--lp-emerald-800) !important;
    border-color: var(--lp-emerald-200) !important;
}


/* ============================================================
   3. COURSE THUMBNAIL
   ============================================================ */
.tutor-course-thumbnail img {
    border-radius: 1rem;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.07);
}


/* ============================================================
   4. TAB NAVIGATION (Course Info / Reviews / Announcements)
   ============================================================ */
.tutor-course-details-tab .tutor-nav {
    border-bottom: 2px solid var(--lp-gray-200);
    gap: 0;
}

.tutor-course-details-tab .tutor-nav-link {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--lp-gray-500) !important;
    padding: 0.75rem 1.25rem;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    text-decoration: none !important;
}

.tutor-course-details-tab .tutor-nav-link:hover {
    color: var(--lp-emerald-700) !important;
}

.tutor-course-details-tab .tutor-nav-link.is-active {
    color: var(--lp-emerald-800) !important;
    font-weight: 700;
    border-bottom-color: var(--lp-emerald-600) !important;
}


/* ============================================================
   5. ABOUT COURSE
   ============================================================ */
.tutor-course-details-content h2 {
    font-family: var(--font-serif) !important;
    font-size: 1.35rem !important;
    color: var(--lp-slate-900) !important;
}

.tutor-course-details-content .tutor-color-secondary {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lp-slate-700) !important;
}


/* ============================================================
   6. COURSE CONTENT - Accordion (Module list)
   ============================================================ */

/* Section title "Course Content" */
.tutor-course-content-title {
    font-family: var(--font-serif) !important;
    font-size: 1.35rem !important;
    color: var(--lp-slate-900) !important;
}

/* Accordion container */
.tutor-accordion {
    border: 1px solid var(--lp-gray-200);
    border-radius: 0.75rem;
    overflow: hidden;
}

/* Accordion header (Module title) */
.tutor-accordion-item-header {
    background: var(--lp-gray-50) !important;
    padding: 1rem 1.25rem !important;
    font-family: var(--font-serif);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lp-slate-900) !important;
    border-bottom: 1px solid var(--lp-gray-200);
    cursor: pointer;
    transition: all 0.2s;
}

.tutor-accordion-item-header:hover {
    background: var(--lp-emerald-50) !important;
}

.tutor-accordion-item-header.is-active {
    background: var(--lp-emerald-50) !important;
    color: var(--lp-emerald-900) !important;
    border-left: 4px solid var(--lp-emerald-800);
}

/* Tooltip trong accordion header */
.tutor-accordion-item-header .tooltip-txt {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 0.8rem;
    color: var(--lp-gray-600);
    background: #fff;
    border: 1px solid var(--lp-gray-200);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
}

/* Lesson list items */
.tutor-course-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tutor-course-content-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid var(--lp-gray-100);
    transition: all 0.2s;
}

.tutor-course-content-list-item:last-child {
    border-bottom: none;
}

.tutor-course-content-list-item:hover {
    background: var(--lp-emerald-50);
}

/* Lesson icon */
.tutor-course-content-list-item-icon {
    color: var(--lp-emerald-600) !important;
    font-size: 1rem;
}

/* Lesson title */
.tutor-course-content-list-item-title {
    font-family: var(--font-sans);
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    margin: 0;
}

.tutor-course-content-list-item-title a {
    color: var(--lp-slate-700) !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.tutor-course-content-list-item-title a:hover {
    color: var(--lp-emerald-700) !important;
}

/* Eye icon (preview) */
.tutor-course-content-list-item-status {
    color: var(--lp-gray-300) !important;
}


/* ============================================================
   7. SIDEBAR - Course Card
   ============================================================ */
.tutor-sidebar-card {
    border: 1px solid var(--lp-gray-200) !important;
    border-radius: 1rem !important;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.05) !important;
}

/* Course Progress */
.tutor-course-progress-wrapper h3 {
    font-family: var(--font-serif) !important;
    font-size: 1.1rem !important;
    color: var(--lp-slate-900) !important;
}

/* Progress bar */
.tutor-course-progress-wrapper .tutor-progress-bar {
    background: var(--lp-gray-200) !important;
    border-radius: 999px;
    height: 8px !important;
    overflow: hidden;
}

.tutor-course-progress-wrapper .tutor-progress-value {
    background: var(--lp-emerald-600) !important;
    border-radius: 999px;
}

/* Progress percentage */
.progress-percentage {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    color: var(--lp-emerald-700) !important;
    font-weight: 600;
}

.progress-steps {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    color: var(--lp-slate-700);
}

/* Enrolled date */
.tutor-enrolled-info-text {
    font-family: var(--font-sans);
    font-size: 0.85rem;
}

.tutor-enrolled-info-date {
    color: var(--lp-emerald-700) !important;
}

.tutor-icon-purchase-mark {
    color: var(--lp-emerald-600) !important;
}

/* Course info list (Level, Enrolled, Last Updated) */
.tutor-card-footer {
    background: var(--lp-gray-50) !important;
    border-top: 1px solid var(--lp-gray-200);
    padding: 1.25rem !important;
}

.tutor-card-footer .tutor-ul li {
    font-family: var(--font-sans);
    font-size: 0.875rem;
}

.tutor-card-footer .tutor-ul li span[class*="tutor-icon"] {
    color: var(--lp-emerald-700) !important;
}

/* Write review button */
.write-course-review-link-btn,
.tutor_submit_review_btn {
    background: var(--lp-emerald-800) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0.5rem;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
    transition: background 0.2s;
}

.write-course-review-link-btn:hover,
.tutor_submit_review_btn:hover {
    background: var(--lp-emerald-900) !important;
}


/* ============================================================
   8. INSTRUCTOR SECTION
   ============================================================ */
.tutor-course-details-instructors h3 {
    font-family: var(--font-sans);
    font-size: 0.85rem !important;
    color: var(--lp-gray-500) !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tutor-course-details-instructors a {
    font-family: var(--font-serif) !important;
    color: var(--lp-slate-900) !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.tutor-course-details-instructors a:hover {
    color: var(--lp-emerald-700) !important;
}

/* Avatar */
.tutor-course-details-instructors .tutor-avatar-text {
    background: var(--lp-emerald-800) !important;
    color: #fff !important;
    font-family: var(--font-serif);
    font-weight: 700;
}


/* ============================================================
   9. TAGS
   ============================================================ */
.tutor-course-details-widget-title {
    font-family: var(--font-serif) !important;
    font-size: 1.1rem !important;
    color: var(--lp-slate-900) !important;
}

.tutor-tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tutor-tag-list li a {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    background: var(--lp-emerald-50) !important;
    color: var(--lp-emerald-800) !important;
    border: 1px solid var(--lp-emerald-200);
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s;
}

.tutor-tag-list li a:hover {
    background: var(--lp-emerald-800) !important;
    color: #fff !important;
    border-color: var(--lp-emerald-800);
}


/* ============================================================
   10. SHARE MODAL
   ============================================================ */
.tutor-modal-content {
    border-radius: 1rem !important;
}

.tutor-modal-content .tutor-fs-5 {
    font-family: var(--font-serif) !important;
}

.tutor-modal-content .tutor-form-control {
    border: 1px solid var(--lp-gray-200) !important;
    border-radius: 0.5rem !important;
    padding: 0.65rem 1rem !important;
    font-family: var(--font-mono);
    font-size: 0.85rem;
}

.tutor-modal-content .tutor-copy-text {
    color: var(--lp-emerald-600) !important;
    border: none !important;
}

/* Social share buttons */
.tutor-social-share-wrap button {
    border-radius: 0.5rem !important;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    border: none;
    cursor: pointer;
}

.tutor-social-share-wrap button:hover {
    opacity: 0.85;
}


/* ============================================================
   11. RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .tutor-course-details-title {
        font-size: 1.75rem !important;
    }

    .tutor-course-details-page.tutor-container {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 575px) {
    .tutor-course-details-title {
        font-size: 1.5rem !important;
    }

    .tutor-course-details-actions {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .tutor-accordion-item-header {
        font-size: 0.875rem;
        padding: 0.85rem 1rem !important;
    }
}
/* css menu header */
/* Menu items */
.header-nav-main .nav-top-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: capitalize;
    white-space: nowrap;
    transition: color 200ms;
}

.header-nav-main .nav-top-link:hover {
    color: #D4AF37 !important;
}

/* Active page */
.header-nav-main .current_page_parent .nav-top-link,
.header-nav-main .current-menu-item .nav-top-link {
    color: #D4AF37 !important;
}

/* Dropdown icon */
.header-nav-main .icon-angle-down {
    font-size: 14px;
    margin-left: 4px;
    transition: transform 200ms;
}

.header-nav-main .has-dropdown:hover .icon-angle-down {
    transform: rotate(180deg);
}

/* Dropdown menu */
.header-nav-main .nav-dropdown {
    background: #0A192F !important;
    border-top: 2px solid #D4AF37 !important;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3) !important;
    padding: 8px 0px 8px 0px !important;
    min-width: 200px !important;
	border: unset;
}

/* Dropdown items */
.header-nav-main .nav-dropdown li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    padding: 12px 24px !important;
	margin: 0px !important;
    white-space: nowrap;
    transition: background 200ms, color 200ms;
}

.header-nav-main .nav-dropdown li a:hover {
    background: #112240 !important;
    color: #D4AF37 !important;
}
.nav-dropdown li a {
    border-bottom: none !important;
}
/* Hiện scrollbar mỏng cho slide */
div.axlib-slide {
    scrollbar-width: thin !important;
    scrollbar-color: #D4AF37 #f1f5f9 !important;
}
div.axlib-slide::-webkit-scrollbar {
    height: 6px !important;
    display: block !important;
}
div.axlib-slide::-webkit-scrollbar-track {
    background: #f1f5f9 !important;
    border-radius: 3px !important;
}
div.axlib-slide::-webkit-scrollbar-thumb {
    background: #D4AF37 !important;
    border-radius: 3px !important;
}
@media only screen and (max-width: 48em) {
    .text-11 { font-size: 10px !important; }
    .text-xs { font-size: 0.625rem !important; line-height: 0.875rem; }
    .text-sm { font-size: 0.75rem !important; line-height: 1rem; }
    .text-base { font-size: 0.875rem !important; line-height: 1.25rem; }
    .text-lg { font-size: 1rem !important; line-height: 1.5rem; }
    .text-xl { font-size: 1.125rem !important; line-height: 1.5rem; }
    .text-2xl { font-size: 1.25rem !important; line-height: 1.75rem; }
    .text-3xl { font-size: 1.5rem !important; line-height: 2rem; }
    .text-4xl { font-size: 1.875rem !important; line-height: 2.25rem; }
    .text-5xl { font-size: 2.25rem !important; line-height: 1; }
    .text-6xl { font-size: 2.75rem !important; line-height: 1; }
    .text-7xl { font-size: 3.25rem !important; line-height: 1; }
}
.job-modal-body .ff_submit_btn_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.job-modal-body .ff-btn-submit {
    margin: 0 !important;
	text-transform: capitalize;
}
.job-modal-body .fluentform_wrapper_5  form{
    margin-bottom: 0 !important;
}


.banner-grid-wrapper .banner-grid {
    border-radius: 8px !important;
    overflow: hidden !important;
}


.rounded-min:hover .icon-box-img img {
    filter: brightness(1.3) !important;
    transition: filter 0.3s !important;
}
form.fluent_form_6 .wpf_has_custom_css.ff-btn-submit:hover{
	transition-duration: 300ms;
	transition-property : all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-index{
	z-index: 9999;
}
.fix-height-180{
	height: 180px;
}
.nav-left {
    justify-content: center !important;
}
.tutor-pb-80{
	padding-top: 80px;
}
.axis-player__btn {
	margin: 0px;
}
/* v2 */
/* bg-navy-950/70 */
.bg-navy-950-70: rgba(2, 12, 27, 0.7);

/* bg-gradient-to-br from-navy-950/60 via-navy-900/50 to-navy-950/60 */
.bg-gradient-to-b: linear-gradient(
    to bottom right,
    rgba(2, 12, 27, 0.6) 0%,
    rgba(10, 25, 47, 0.5) 50%,
    rgba(2, 12, 27, 0.6) 100%
);
.font-extrabold {
    font-weight: 800;
}
.btn-home {
    background-image: linear-gradient(to right, #b8860b, #d4af37);
    color: #020c1b;
    font-weight: 700;
    padding: 16px 40px !important;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.2), 0 4px 6px -4px rgba(212, 175, 55, 0.2);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    text-decoration: none;
	gap: 8;
}

.btn-home:hover {
    box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.4), 0 4px 6px -4px rgba(212, 175, 55, 0.4);
    transform: translateY(-0.25rem);
}

.btn-home span {
	padding: 0px !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.btn-home-outline {
    background-image: none;
    background-color: transparent !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 16px 40px !important;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    box-shadow: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    text-decoration: none;
    gap: 8px;
}

.btn-home-outline:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-home-outline span {
    padding: 0px !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.section.hero .section-content.relative {
    position: relative;
    height: 100%;
    min-height: 100vh;
	align-content: center;
}

.section.hero .scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.75rem;
    animation: bounce 1s infinite;
    white-space: nowrap;
    z-index: 10;
}
.scroll-indicator svg {
    width: 16px;
    height: 16px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateX(-50%) translateY(-8px);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/* Marquee track */
.marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marqueeScroll 30s linear infinite;
}

/* Mỗi group item */
.marquee-group {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 0 32px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* Dấu chấm phân cách */
.marquee-dot {
    color: rgba(212, 175, 55, 0.3);
}

@keyframes marqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.italic {
    font-style: italic;
}
.author-line {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-line-bar {
    width: 4rem;
    height: 1px;
    background-color: #d4af37;
}

.author-line-name {
    color: #b8860b;
    font-weight: 700;
}
.ttax-founder-wrap {
    position: relative;
}

.ttax-founder-glow {
    position: absolute;
    inset: -16px;
    background-image: linear-gradient(to bottom right, rgba(212, 175, 55, 0.2), transparent);
    border-radius: 24px;
    filter: blur(40px);
}

.ttax-founder-img {
    position: relative;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    aspect-ratio: 3/4;
}

.ttax-founder-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #112240;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
}

.ttax-founder-badge-name {
    color: #d4af37;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: var(--font-sans);
	margin-bottom: 0px;
}

.ttax-founder-badge-title {
    color: #9ca3af;
    font-size: 0.75rem;
    font-family: var(--font-sans);
	margin-bottom: 0px;
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, #fbbf24, #b8860b);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
/* Grid wrapper */
.ttax-flowchart {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 768px) {
    .ttax-flowchart {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Connector line */
.ttax-flowchart-line {
    display: none;
}

@media (min-width: 768px) {
    .ttax-flowchart-line {
        display: block;
        position: absolute;
        top: 48px;
        left: 12.5%;
        right: 12.5%;
        height: 1px;
        background-image: linear-gradient(to right, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 1), rgba(212, 175, 55, 0.2));
    }
}

/* Each step */
.ttax-step {
    text-align: center;
    position: relative;
    padding: 0 16px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .ttax-step {
        margin-bottom: 0;
    }
}

/* Icon circle */
.ttax-step-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.ttax-step-icon svg {
    width: 40px;
    height: 40px;
}

/* Gold - Bước 1 */
.ttax-step-icon.gold {
    background-image: linear-gradient(to bottom right, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.05));
    border: 1px solid rgba(212, 175, 55, 0.3);
}
.ttax-step-icon.gold svg { color: #d4af37; stroke: #d4af37; }

/* Blue - Bước 2 */
.ttax-step-icon.blue {
    background-image: linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.05));
    border: 1px solid rgba(59, 130, 246, 0.3);
}
.ttax-step-icon.blue svg { color: #60a5fa; stroke: #60a5fa; }

/* Emerald - Bước 3 */
.ttax-step-icon.emerald {
    background-image: linear-gradient(to bottom right, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
    border: 1px solid rgba(16, 185, 129, 0.3);
}
.ttax-step-icon.emerald svg { color: #34d399; stroke: #34d399; }

/* Purple - Bước 4 */
.ttax-step-icon.purple {
    background-image: linear-gradient(to bottom right, rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.3);
}
.ttax-step-icon.purple svg { color: #c084fc; stroke: #c084fc; }

/* Step label */
.ttax-step-label {
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--font-sans);
}
.ttax-step-label.gold   { color: #d4af37; }
.ttax-step-label.blue   { color: #60a5fa; }
.ttax-step-label.emerald{ color: #34d399; }
.ttax-step-label.purple { color: #c084fc; }

/* Step title */
.ttax-step-title {
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-sans);
    margin: 8px 0;
}

/* Step desc */
.ttax-step-desc {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Base card */
.ttax-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s;
	cursor: pointer;
}

.ttax-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}

/* Icon box */
.ttax-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-color: #0a192f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: background-color 0.3s;
}

.ttax-card-icon svg {
    width: 28px;
    height: 28px;
    transition: color 0.3s;
}

/* Gold card (Card 1) */
.ttax-card.gold:hover {
    border-color: #f5d78e;
}
.ttax-card.gold .ttax-card-icon svg { color: #d4af37; }
.ttax-card.gold:hover .ttax-card-icon { background-color: #d4af37; }
.ttax-card.gold:hover .ttax-card-icon svg { color: #0a192f; }
.ttax-card.gold .ttax-card-link { color: #b8860b; }

/* Blue card (Card 2) */
.ttax-card.blue:hover {
    border-color: #93c5fd;
}
.ttax-card.blue .ttax-card-icon svg { color: #60a5fa; }
.ttax-card.blue:hover .ttax-card-icon { background-color: #3b82f6; }
.ttax-card.blue:hover .ttax-card-icon svg { color: #ffffff; }
.ttax-card.blue .ttax-card-link { color: #3b82f6; }

/* Emerald card (Card 3) */
.ttax-card.emerald:hover {
    border-color: #6ee7b7;
}
.ttax-card.emerald .ttax-card-icon svg { color: #34d399; }
.ttax-card.emerald:hover .ttax-card-icon { background-color: #10b981; }
.ttax-card.emerald:hover .ttax-card-icon svg { color: #ffffff; }
.ttax-card.emerald .ttax-card-link { color: #10b981; }

/* Academy card (Card 4 - highlighted) */
.ttax-card.academy {
    background: linear-gradient(to bottom right, #FDF8F0, #F5EDE0);
    border: 2px solid rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
}

.ttax-card.academy:hover {
    border-color: #d4af37;
}

.ttax-card.academy .ttax-card-icon {
    background-color: #d4af37;
}

.ttax-card.academy .ttax-card-icon svg {
    color: #0a192f;
}

.ttax-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #d4af37;
    color: #0a192f;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 9999px;
    font-family: var(--font-sans);
}

/* Title */
.ttax-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a192f;
    margin: 0 0 12px 0;
    font-family: var(--font-sans);
}

/* Desc */
.ttax-card-desc {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.ttax-card.academy .ttax-card-desc {
    color: #4b5563;
    font-family: var(--font-serif);
    font-style: italic;
}

/* Link */
.ttax-card-link {
    margin-top: 24px;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ttax-card:hover .ttax-card-link {
    opacity: 1;
}

/* Academy link luôn hiện */
.ttax-card.academy .ttax-card-link {
    opacity: 1;
    color: #b8860b;
}

.ttax-card-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.ttax-card:hover .ttax-card-link svg {
    transform: translateX(3px);
}







.ttax-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    row-gap: 4rem;
    column-gap: 2rem;
}

@media (min-width: 1024px) {
    .ttax-stats-grid {
        column-gap: 3rem;
    }
}

@media (min-width: 1280px) {
    .ttax-stats-grid {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
/* Stat item */
.ttax-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Icon */
.ttax-stat-icon {
    margin-bottom: 20px;
    color: #fbbf24;
    opacity: 0.9;
    filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.3));
}

.ttax-stat-icon svg {
    width: 40px;
    height: 40px;
    stroke-width: 1.2px;
    display: block;
    margin: 0 auto;
}

/* Number */
.ttax-stat-number {
    font-weight: 800;
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
    font-family: var(--font-sans);
    line-height: 1;
}

@media (min-width: 768px) {
    .ttax-stat-number {
        font-size: 3rem;
    }
}

.ttax-stat-number .ttax-stat-suffix {
    font-size: 1.5rem;
    color: #d4af37;
    margin-left: 4px;
}

@media (min-width: 768px) {
    .ttax-stat-number .ttax-stat-suffix {
        font-size: 1.875rem;
    }
}

.ttax-stat-number .ttax-stat-unit {
    font-size: 1.125rem;
    color: #ffffff;
}

/* Label */
.ttax-stat-label {
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: var(--font-sans);
    padding: 0 8px;
}

@media (min-width: 768px) {
    .ttax-stat-label {
        font-size: 0.875rem;
    }
}
.ttax-radial-glow {
    background-image: radial-gradient(
        ellipse at bottom left,
        rgba(212, 175, 55, 0.1),
        transparent,
        transparent
    );
}

.icon-border-gold {
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 9999px;
	width: fit-content;
}
.w-4{
	width: 1rem;
}
.h-4{
	height: 1rem;
}
.fluent_form_7 {
	margin-bottom: 0px !important;
}
.fluent_form_7 .ff_submit_btn_wrapper{
	margin-bottom: 0px !important;
}
.fluent_form_7 .ff_submit_btn_wrapper .ff-btn {
    background-image: linear-gradient(to right, #b5952f, #D4AF37);
    color: rgb(6, 14, 31) !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Montserrat, sans-serif;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    border-radius: 0.75rem;
    width: 100%;
    box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.2), 0 4px 6px -4px rgba(212, 175, 55, 0.2);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.fluent_form_7 .ff-el-form-control {
    color: #ffffff !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.75rem !important;
    width: 100% !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}




.ttax-paths-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 1024px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ttax-paths-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card */
.ttax-path-card {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s;
}

.ttax-path-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-8px);
}

/* Icon box */
.ttax-path-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: background-color 0.3s;
}

.ttax-path-icon svg {
    width: 28px;
    height: 28px;
}

/* Emerald */
.ttax-path-icon.emerald { background-color: #ecfdf5; }
.ttax-path-icon.emerald svg { color: #059669; stroke: #059669; }
.ttax-path-card:hover .ttax-path-icon.emerald { background-color: #d1fae5; }

/* Blue */
.ttax-path-icon.blue { background-color: #eff6ff; }
.ttax-path-icon.blue svg { color: #2563eb; stroke: #2563eb; }
.ttax-path-card:hover .ttax-path-icon.blue { background-color: #dbeafe; }

/* Purple */
.ttax-path-icon.purple { background-color: #faf5ff; }
.ttax-path-icon.purple svg { color: #7c3aed; stroke: #7c3aed; }
.ttax-path-card:hover .ttax-path-icon.purple { background-color: #ede9fe; }

/* Badge */
.ttax-path-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-family: var(--font-sans);
}

.ttax-path-badge.emerald { background-color: #ecfdf5; color: #065f46; }
.ttax-path-badge.blue    { background-color: #eff6ff; color: #1d4ed8; }
.ttax-path-badge.purple  { background-color: #faf5ff; color: #6d28d9; }

/* Title */
.ttax-path-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a192f;
    margin-bottom: 12px;
    font-family: var(--font-sans);
    transition: color 0.2s;
}

.ttax-path-card:hover .ttax-path-title {
    color: #b8860b;
}

/* Desc */
.ttax-path-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}

/* Link */
.ttax-path-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #b8860b;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    transition: gap 0.3s;
}

.ttax-path-card:hover .ttax-path-link {
    gap: 8px;
}

.ttax-path-link svg {
    width: 16px;
    height: 16px;
}



.bg-gradient-to-rb{
	background-image: linear-gradient(to right, #f9fafb, #f1f5f9);
}
.gap-2 {
    gap: 0.5rem;
}
.ttax-lesson-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ttax-lesson-item {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s;
}

.ttax-lesson-item:hover {
    border-color: rgba(212, 175, 55, 0.3);
}

.ttax-lesson-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ttax-lesson-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: var(--font-sans);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttax-lesson-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 4px;
    font-family: var(--font-sans);
}

.ttax-lesson-desc {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0;
}
.gap-8 {
    gap: 2rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-1 {
	gap: 0.25rem;
}




/* Grid sách */
.ttax-ebook-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1024px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ttax-ebook-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Book card */
.ttax-book {
    cursor: pointer;
}

.ttax-book-inner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    aspect-ratio: 3/4;
    background-image: linear-gradient(to bottom right, #112240, #0a192f);
    transition: all 0.5s;
}

.ttax-book-inner:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    transform: translateY(-12px);
}

.ttax-book-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.ttax-book-inner:hover .ttax-book-img {
    opacity: 0.5;
}

.ttax-book-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #020c1b, rgba(10,25,47,0.6), transparent);
}

.ttax-book-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.ttax-book-author {
    color: #fbbf24;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-sans);
}

.ttax-book-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: var(--font-sans);
    margin: 0;
}

/* Download icon */
.ttax-book-dl {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background-color: rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.ttax-book-inner:hover .ttax-book-dl {
    opacity: 1;
}

.ttax-book-dl svg {
    width: 16px;
    height: 16px;
    color: #fbbf24;
    stroke: #fbbf24;
}

/* Modal overlay */
.ttax-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: rgba(10, 25, 47, 0.9);
    backdrop-filter: blur(12px);
}

.ttax-modal-overlay.active {
    display: flex;
}

/* Modal box */
.ttax-modal-box {
    width: 100%;
    max-width: 448px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    padding: 32px;
    position: relative;
}

.ttax-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
    padding: 4px;
}

.ttax-modal-close:hover {
    color: #374151;
}

.ttax-modal-close svg {
    width: 20px;
    height: 20px;
}

/* Modal header */
.ttax-modal-header {
    text-align: center;
    margin-bottom: 24px;
}

.ttax-modal-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-image: linear-gradient(to bottom right, #d4af37, #b8860b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.ttax-modal-icon svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
    stroke: #ffffff;
}

.ttax-modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a192f;
    margin-bottom: 4px;
    font-family: var(--font-sans);
}

.ttax-modal-book-name {
    color: #6b7280;
    font-size: 0.875rem;
}

/* Form */
.ttax-modal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
	margin-bottom: 0px !important;
}

.ttax-modal-input {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    color: #0a192f !important;
    font-size: 0.875rem !important;
    outline: none !important;
    transition: all 0.2s !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
	margin-bottom: 0px !important;
}

.ttax-modal-input::placeholder {
    color: #9ca3af !important;
}

.ttax-modal-input:focus {
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2) !important;
}

.ttax-modal-btn {
    width: 100% !important;
    background-image: linear-gradient(to right, #b8860b, #d4af37) !important;
    color: #020c1b !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    font-family: var(--font-sans) !important;
    padding: 14px !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 15px rgba(212, 175, 55, 0.2) !important;
    transition: all 0.3s !important;
	margin-bottom: 0px !important;
	text-transform: capitalize !important;
}

.ttax-modal-btn:hover {
    box-shadow: 0 10px 15px rgba(212, 175, 55, 0.4) !important;
}

.ttax-modal-btn.success {
    background-image: linear-gradient(to right, #059669, #10b981) !important;
}



.ttax-badge-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-family: var(--font-sans);
}

.ttax-badge-live-dot {
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    flex-shrink: 0;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.ttax-countdown {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.ttax-countdown-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    min-width: 60px;
}

.ttax-countdown-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fbbf24;
    font-family: var(--font-sans);
    line-height: 1;
    margin-bottom: 4px;
}

.ttax-countdown-label {
    font-size: 10px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}



.tm-section {
    padding: 4rem 0;
    border-top: 1px solid #f3f4f6;
}
 
.tm-marquee-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.tm-marquee-wrap::before,
.tm-marquee-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}
.tm-marquee-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--tm-bg, #f9fafb), transparent);
}
.tm-marquee-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--tm-bg, #f9fafb), transparent);
}
 
.tm-track {
    display: flex;
    width: max-content;
    gap: 1rem;
}
.tm-track--left  { animation: tmLeft  30s linear infinite; }
.tm-track--right { animation: tmRight 30s linear infinite; }
.tm-track:hover  { animation-play-state: paused; }
 
@keyframes tmLeft  { 0% { transform: translateX(0);    } 100% { transform: translateX(-25%); } }
@keyframes tmRight { 0% { transform: translateX(-25%); } 100% { transform: translateX(0);    } }
 
.tm-card {
    flex-shrink: 0;
    width: 288px;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
}
.tm-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
 
.tm-stars {
    color: #facc15;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}
.tm-quote {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tm-user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-top: 1px solid #f3f4f6;
    padding-top: 0.5rem;
}
.tm-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
}
.tm-avatar--placeholder {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #0A192F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    flex-shrink: 0;
}
.tm-name { font-size: 0.75rem; font-weight: 700; color: #0A192F; }
.tm-role { font-size: 0.625rem; color: #6b7280; }
 
.tm-desktop { display: none; }
.tm-mobile  { display: flex; }
 
@media (min-width: 768px) {
    .tm-desktop { display: flex; flex-direction: column; gap: 1.5rem; }
    .tm-mobile  { display: none; }
}
 
.tm-mobile {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 0 1rem 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tm-mobile::-webkit-scrollbar { display: none; }
.tm-mobile .tm-card {
    scroll-snap-align: center;
    width: 85%;
    flex-shrink: 0;
}