/*
Theme Name: Veew
Theme URI: https://veew.lndo.site
Description: Veew child theme dựa trên Flatsome
Author: Veew
Template: flatsome
Version: 1.0.0
Text Domain: veew
*/

/* =========================================================
   Custom styles — viết bên dưới đây
   ========================================================= */

:root {
	--veew-primary: #TBD;
	--veew-primary-dark: #TBD;
	--veew-secondary: #TBD;
	--veew-neutral-900: #111111;
	--veew-neutral-600: #555555;
	--veew-neutral-300: #CCCCCC;
	--veew-neutral-100: #F5F5F5;
	--veew-container-max: 1440px;
	--veew-gradient: linear-gradient(135deg, #4A55C5, #9D32E0, #24295F);
}
.nav-small.nav>li.html {
    font-size: 0.875rem;
}
/* Text Gradient */
h2 .text-gradient:not(:first-child) {
    margin-top: -2rem;
}
.text-gradient {
	background: var(--veew-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
	line-height: 1.2;
	padding-top: 0.3em;
	margin-top: -0.3em;
}

/* Ticket Info */
.ticket-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
.ticket-info::before {
	content: "\ebec";
	font-family: 'remixicon' !important;
	font-weight: normal;
	color: #F5A623;
	font-size: 1.35rem;
	flex-shrink: 0;
}
.ticket-info li{
    margin-bottom: 0;
}
.ticket-info li + li::before {
	content: '•';
	margin-right: 0.75rem;
	opacity: 0.5;
}
.ticket-info .text-underline {
	text-decoration: underline;
	text-decoration-color: rgba(255,255,255,0.5);
	text-underline-offset: 1px;
}

/* Opacity */
[data-opacity="0.5"]  { opacity: 0.5; }
[data-opacity="0.55"] { opacity: 0.55; }
[data-opacity="0.6"]  { opacity: 0.6; }
[data-opacity="0.65"] { opacity: 0.65; }
[data-opacity="0.7"]  { opacity: 0.7; }
[data-opacity="0.75"] { opacity: 0.75; }
[data-opacity="0.8"]  { opacity: 0.8; }
[data-opacity="0.85"] { opacity: 0.85; }
[data-opacity="0.9"]  { opacity: 0.9; }
[data-opacity="0.95"] { opacity: 0.95; }
[data-opacity="1"]    { opacity: 1; }



body {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ff-heading {
    font-weight: normal;
}

h1      { font-size: clamp(2.25rem, 4vw,   3rem); }
h2      { font-size: clamp(2rem,    3.2vw, 2.5rem); }
h3      { font-size: clamp(1.5rem,  2.2vw, 1.75rem); }
h4      { font-size: clamp(1.25rem, 1.6vw, 1.35rem); }
h5      { font-size: clamp(1.125rem,1.4vw, 1.25rem); }
h6      { font-size: clamp(1rem,    1.2vw, 1.125rem); }
p.lead  { font-size: clamp(1rem,    1.2vw, 1.125rem); }
h6,
.uppercase {
    letter-spacing: 0;
    text-transform: none;
}

.list-reset,
.list-reset ol,
.list-reset ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.list-reset li {
    margin: 0 !important;
    padding: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.75rem !important;
}

.ms-2 {
    margin-left: 0.5rem;
}

.me-2 {
    margin-right: 0.5rem;
}

.p-3 {
    padding: 1rem !important;
}


.text-justify{
    text-align: justify;
}
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}

.ff-normal {
    font-family: 'Inter', sans-serif;
}


h1, h2, h3 {
    line-height: 1.15;
}
.lh-1 {
    line-height: 1 !important;
}


/* Font Size */

.fs-large {
    font-size: 2.15rem !important;
    line-height: 1.2;
}

.fs-xlarge {
    font-size: 2.75rem !important;
    line-height: 1.1;
}

.fs-xxlarge {
    font-size: 3.25rem !important;
    line-height: 1;
}

.small {
    font-size: 0.875rem;
}

.has-link {
    
} 

/* Border */
.border-top {
    border-top: 1px solid rgba(0,0,0,0.1);
}
/* Padding */
.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pb-3 {
    padding-bottom: 1rem;
}


/* FLex */

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: end;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.shirk-0 {
    flex-shrink: 0;
}

.grow-1 {
    flex-grow: 1;
}

.ms-auto {
    margin-left: auto;
}

/* Rounded */
.rounded-lg {
    border-radius: 1rem !important;
}
.rounded {
    border-radius: 0.75rem !important;
}

/* Defautl */
.banner.rounded,
.banner.rounded .banner-inner,
.banner.rounded .banner-inner .banner-bg,
.banner.rounded .banner-inner .banner-layers{
    overflow:hidden;
    border-radius:0.75rem !important;
}
/* Uppercase */
.uppercase {
    text-transform: uppercase;
}

.button.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button.icon i, button.icon i {
    top: auto;
}
/**/
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}
.button.white.is-outline {
    border-color: rgba(0,0,0,0.2);
    color: #666;
}

.button.white.is-outline:hover {
    border-color: rgba(0,0,0,0.5);
}
button.primary.is-outline {
    border-color: var(--primary-color);
}

.button.is-large .icon-angle-right{
    /* transform: rotate(-35deg); */
    transition: all ease 0.2s;
}
.button.is-large .icon-angle-right::before {
    content: '\f105';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
}
.button.is-large:has(.icon-angle-right){
    position: relative;
    overflow: hidden;
}
.button.is-large:has(.icon-angle-right):before{
    content: '';
    width: 2rem;
    height: 2rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    right: 100%;
    top: 50%;
    margin-top: -1rem;
    position: absolute;
    transition: all ease 0.2s;
}
.button.is-large:has(.icon-angle-right):hover:before{
    content: '';
    right: 0.5rem;
    background-color: rgba(255,255,255,0.9);
    transition: all ease 0.2s;
}
.button.is-large:has(.icon-angle-right):hover .icon-angle-right {
    transform: rotate(-45deg);
    transition: all ease 0.3s;
    color: var(--fs-color-secondary);
}

/* Button White */
.dark .button.white{
    background-color: rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.75) !important;
    border: 1px solid rgba(255,255,255,0) !important;
}
.dark .button.white:hover{
    background-color: rgba(255,255,255,0.4) !important;
    color: rgba(255,255,255,1) !important;
    border: 1px solid rgba(255,255,255,0) !important;
}


/* Vertical Menu */
.v-menu {
    margin: 0 !important;
    padding: 0 !important;
}
.v-menu li {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0.75rem !important;
    list-style: none;
    
}
.v-menu li a{
    display: block;
    padding-right: 0.5rem;
    transition: all ease 0.2s;
    position: relative;
}
.v-menu li a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    top: 0.65rem;
    opacity: 0;
    transition: all ease 0.2s;
    position: absolute;
    background-color: var(--fs-color-secondary);
}
.v-menu li a:hover{
    display: block;
    padding-left: 1rem;
    padding-right: 0;
    transition: all ease 0.2s;
    color: var(--fs-color-secondary);
}
.v-menu li a:hover:before{
    opacity: 1;
    width: 0.5rem;
    transition: all ease 0.2s;
}
.v-menu li.active a{
    color: var(--fs-color-secondary);
}


/* H Menu */
.h-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.h-menu li {
    list-style: none;
    padding: 0 !important;
    margin: 0 0.75rem !important;
}
.h-menu li a {
    padding: 0.25rem 0;
    margin: 0 ;
    position: relative;
    display: inline-flex;
}
.h-menu li a:before{
    width: 0;
    height: 1px;
    content: '';
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all ease 0.35s;
}
.h-menu a:hover:before{
    width: 100%;
    right: auto;
    left: 0;
}
.dark .h-menu li a{
    color: rgba(255,255,255,0.7);
}
.dark .h-menu li a:hover{
    color: rgba(255,255,255,1);
}
.dark .h-menu li a:before {
    background-color: rgba(255,255,255,0.2);
}

/* -----------------
    SITE HEADER
----------------- */
#logo img {
    max-height: 72px !important; 
}

/* Header Top */
.header-top {
    background: linear-gradient(to right, #00368C, #6C2CBA);
}

/* Header Nav */
.header-nav-main.nav {
    justify-content: center;
    font-size: 1.1rem;
}

/* Language — ẩn text, hiện icon global */
.header-language-dropdown__link.nav-top-link {
    font-size: 0;
}
.header-language-dropdown__link.nav-top-link::after {
    font-family: 'remixicon' !important;
    content: "\edcf";
    font-size: 1.1rem;
    font-style: normal;
}

.header-language-dropdown__link.nav-top-link .icon-angle-down {
    display: none;
}

/* Header Main */
.transparent .header-main {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* Header Button — Dang ky */
.header-button-1 .header-button .button.primary {
    background: radial-gradient(ellipse at 38% 50%, #FFDCC0 0%, #ffffff 65%);
    color: #F26419;
    padding: 0.25rem 0.25rem 0.25rem 1.75rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border-radius: 99px !important;
    box-shadow: 0 8px 28px rgba(242, 100, 25, 0.2);
    min-height: 2rem;
    font-weight: 600;
    text-shadow: none;
}
.header-button-1 .header-button .button.primary:hover {
    background: radial-gradient(ellipse at 38% 50%, #FFCAAA 0%, #fff5f0 65%);
    color: #D95510;
}
.header-button-1 .header-button .button.primary i.icon-angle-right {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #F26419;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-shrink: 0;
    top: auto;
    /* transform: rotate(-45deg); */
    transition: transform ease 0.25s, background-color ease 0.25s;
}
.header-button-1 .header-button .button.primary i.icon-angle-right::before {
    content: "\ea70";
    font-family: 'remixicon' !important;
    font-weight: normal;
}
.header-button-1 .header-button .button.primary:hover i.icon-angle-right {
    background-color: #D95510;
    /* transform: rotate(-45deg) scale(1.08); */
}

/* -----------------
    SITE BODY
----------------- */

.post-item .is-divider {
    height: 1px;
    margin: 0;
    visibility: hidden;
}

/* -----------
    BLOG
--------------*/

.post-item .box .box-image,
.post-item .box .box-image .image-cover,
.post-item .box .box-image .image-cover .wp-post-image{
    border-radius: 0.75rem;
}
/* Lastest Item */
.lastest-item .post-item .box .box-image,
.lastest-item .post-item .box .box-image .image-cover,
.lastest-item .post-item .box .box-image .image-cover .wp-post-image{
    border-radius: 0.75rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lastest-item .post-item .box-blog-post .box-text{
    background-color: #FAF6EF;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.lastest-item .post-item .box-blog-post .post-title {
    font-size: 1.5rem;
}
.lastest-item .post-item .box-blog-post .from_the_blog_excerpt {
    display: none;
}
.lastest-item .post-item .box-blog-post .box-text .box-text-inner{
    padding-right: 4rem;
    min-height: 4rem;
    position: relative;
}
.lastest-item .post-item .box-blog-post .button{
    position: absolute;
    right:0;
    bottom:0;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: 0;
    transform: rotate(-45deg);
    transition: all ease 0.35s;
    opacity: 0.5;
}
.lastest-item .post-item .box-blog-post .button:after{
    content: "\ea70";
    font-family: 'remixicon' !important;
    font-weight: normal;
    font-size: 1.5rem;
    color: var(--fs-color-secondary);
}
.lastest-item .post-item .box-blog-post .button:hover{
    background: none;
    right: -0.25rem;
    bottom: 0.25rem;
    opacity: 1;
}

/* Categories */
.cat-label.is-xxsmall.op-7.uppercase,
.cat-label.is-xxsmall.op-7.uppercase:hover {
    background-color: rgba(255,255,255,0) !important;
    color: #666 !important;
    text-transform:capitalize !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    font-weight: normal !important;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .post-title {
    font-size: 1.125rem;
    text-transform: capitalize;
}
.related-blogs-post .box-blog-post .post-title  {
    margin-bottom: 0;
}
.box-blog-post .post-title.is-small {
    font-size: 0.9375rem;
}
.box-blog-post .post-title.is-large {
    font-size: 1.125rem;
}

.box-blog-post .from_the_blog_excerpt {
    color: rgba(0,0,0,0.5);
}
.box-blog-post .box-image{
    
}
.box-blog-post .box-text {
    padding-bottom: 0.5rem;
    padding-top: 0.75rem;
}
/* POST */
.badge.post-date.top {
    top: 1rem;
    left: 1rem;
    height: 3.2em;
    width: 3.2em;
}
.badge-inner {
    background-color: var(--fs-color-secondary);
    color: var(--wp--preset--color--white) !important;
    backdrop-filter: blur(5px);
    border-radius: 0.75rem;
}

/* Single */
.single .entry-header {
    border-bottom: 1px solid #eee;
}
.single .entry-category{
    font-size: 0.875rem;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    color: rgba(0,0,0,0.5);
}
.single .entry-category a{
 color: rgba(0,0,0,0.5);
}
.single .entry-category a:hover{
 color: rgba(0,0,0,1);
}

.entry-meta .avatar {
    border-radius: 50%;
    margin-right: 0.5rem;
}
.entry-meta .blog-share .share-icons .icon {
    margin-bottom: 0;
}
/* Section Top */
.section-top {
    position: relative;
    z-index: 20;
    width:110vw;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    border-radius: 0 0 50% 50% / 0 0 4rem 4rem;
    overflow: hidden;
}

/* Section Countdown */
.section-countdown {
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -4rem;
}
.section-countdown::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -5%;
    width: 110%;
    height: 120px;
    background: #fff;
    opacity: 1;
    z-index: 0;
    border-radius: 50%;
}
/* ── Row Targets — scroll animation ── */
.row-targets.js-scroll-ready .col-target {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.row-targets.js-scroll-ready .col-target.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Row Targets ── */
@property --col-target-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}
@keyframes col-target-border-rotate {
    to { --col-target-angle: 360deg; }
}




.col-target .col-inner {
    position: relative;
    border-radius: 0.75rem;
    padding: 1.75rem;
    padding-bottom: 3.5rem;
    border: 2px solid transparent;
    animation: col-target-border-rotate 5s linear infinite;
}

.col-target:nth-child(1) .col-inner {
    background:
        linear-gradient(#fff, #fff) padding-box,
        conic-gradient(from var(--col-target-angle), #4A55C5, #b250ef, #289DE1) border-box;
}
.col-target:nth-child(2) .col-inner {
    background:
        linear-gradient(#fff, #fff) padding-box,
        conic-gradient(from var(--col-target-angle), #39b54a, #b9e042, #39b5a9) border-box;
}
.col-target:nth-child(3) .col-inner {
    background:
        linear-gradient(#fff, #fff) padding-box,
        conic-gradient(from var(--col-target-angle), #ff7300, #f4df3f, #ff5500) border-box;
}

/* Icon bottom-left */
.col-target .col-inner::before {
    position: absolute;
    bottom: 1.25rem;
    left: 1.75rem;
    font-family: 'remixicon' !important;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
}
.col-target:nth-child(1) .col-inner::before {
    content: "\ea70"; /* ri-arrow-right-up-line */
    color: var(--fs-color-primary);
}
.col-target:nth-child(2) .col-inner::before {
    content: "\edcf"; /* ri-global-line */
    color: var(--fs-color-success);
}
.col-target:nth-child(3) .col-inner::before {
    content: "\ec7a"; /* ri-earth-line */
    color: var(--fs-color-secondary);
}

/* Number bottom-right */
.col-target .col-inner::after {
    position: absolute;
    bottom: 1.35rem;
    right: 1.75rem;
    font-size: 0.8125rem;
    opacity: 0.35;
    letter-spacing: 0.05em;
}
.col-target:nth-child(1) .col-inner::after { content: '\2014 01'; }
.col-target:nth-child(2) .col-inner::after { content: '\2014 02'; }
.col-target:nth-child(3) .col-inner::after { content: '\2014 03'; }


/* Logo */


/* -----------------
    SITE FOOTER
----------------- */

/* Contact Form */
.wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: -2rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.25rem 0;
    border-radius: 3rem;
    background-color: rgba(255,255,255,0.1);
    font-size: 0.875rem;
}

/* Contact Form */

.contact-form .wpcf7-submit {
    margin-right: 0 !important;
    background-color: var(--secondary-color) !important;
    color: var(--wp--preset--color--white);
    margin-bottom: 0;
}

.contact-form .wpcf7-submit:disabled {
    opacity: 0.5 !important;
    background-color: #ccc !important;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .input-group {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0);
    border-radius: 0;
    padding: 0.5rem 0 0.25rem;
    position: relative;
}

.contact-form .wpcf7-form-control-wrap {
    position: relative;
    z-index: 10;
}
.contact-form .wpcf7-form-control-wrap[data-name="customer-email"]:after {
    content: '\eef6';
    font-family: 'remixicon' !important;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.25;
}
.contact-form .wpcf7-form-control-wrap[data-name="customer-phone"]:after {
    content: '\efec';
    font-family: 'remixicon' !important;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.25;
}
.contact-form .input-group .wpcf7-form-control {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: rgba(255,255,255,0);
}

.contact-form .input-group .wpcf7-form-control.wpcf7-select {
    -moz-appearance: none;
    background-color: rgba(255,255,255,0);
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
}

.contact-form .input-group.input-group-area {
    height: 6.5rem;
}

.contact-form .input-group .wpcf7-form-control.wpcf7-textarea {
    min-height: 4rem;
    height: 4rem;
}

.contact-form .input-group .label {
    display: block;
    opacity: 0.5;
}

.contact-form .input-group:focus-within {
    border-color: var(--primary-color);
}

.contact-form .input-group:focus-within .wpcf7-form-control-wrap {
    margin-top: 0;
}


.contact-form .input-group:focus-within .wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.contact-form .wpcf7-form-control.wpcf7-submit {
    background-color: var(--fs-color-secondary) !important;
    color:var(--wp--preset--color--white) !important;
}

/* Dark variant */
.dark .contact-form .input-group {
    border-bottom-color: rgba(255,255,255,0.2);
}
.dark .contact-form .input-group:focus-within {
    border-bottom-color: rgba(255,255,255,0.7);
}
.dark .contact-form .input-group .wpcf7-form-control {
    color: #fff;
    background-color: transparent;
}
.dark .contact-form .input-group .wpcf7-form-control::placeholder {
    color: rgba(255,255,255,0.35);
}
.dark .contact-form .input-group:focus-within .wpcf7-form-control::placeholder {
    color: rgba(255,255,255,0.5);
}
.dark .contact-form .input-group .label {
    color: rgba(255,255,255,0.5);
    opacity: 1;
}
.dark .contact-form .wpcf7-form-control-wrap[data-name="customer-email"]:after,
.dark .contact-form .wpcf7-form-control-wrap[data-name="customer-phone"]:after {
    color: #fff;
    opacity: 0.3;
}
.dark .contact-form .input-group .wpcf7-form-control.wpcf7-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark .contact-form .wpcf7-not-valid-tip { color: #ff8080; }
.dark .contact-form .wpcf7-response-output {
    border-color: rgba(255,255,255,0.2) !important;
    color: rgba(255,255,255,0.8);
}

.input-group.checkboxes .label{
    display: block;
    opacity: 0.75;
    font-weight: normal;
}

/* footer-logo */
.footer-logo.icon-box-left .icon-box-img+.icon-box-text{
    display:flex;
    justify-content: center;
    align-items: center;
}


/* Back to top */
.back-to-top {
    background-color: var(--fs-color-success) !important;
    border: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: var(--wp--preset--color--white) !important;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.back-to-top:hover {
    color: var(--fs-color-primary) !important;
    background-color: var(--wp--preset--color--white) !important;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* -----------------
    COUNTDOWN
----------------- */
.countdown {
    display: inline-flex;
    align-items: center;
}

.countdown__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
}

.countdown__number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #4A55C5;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.countdown__label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8b82b8;
    margin-top: 0.625rem;
}

.countdown__sep {
    width: 1px;
    height: 4rem;
    background: rgba(74, 85, 197, 0.2);
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .countdown__item {
        padding: 0 1.25rem;
    }
    .countdown__number {
        font-size: 2.75rem;
    }
}

/* -----------------
    HERO HEADLINE
----------------- */
.tfy-c { display: inline-block; }
.hero-headline {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 0.9 !important;
}
.hero-headline__line {
    display: block;
    font-size: clamp(3.5rem, 10vw, 7rem);
    font-weight: 900;
    line-height: 0.9;
    opacity: 0;
    color: #fff;
    margin: 0;
    opacity:0;
}

/* ── Dòng 1: SHAPING ── */
.hero-headline__line.line-1 {
    letter-spacing: 0.1em;
    font-size: clamp(3rem, 10vw, 7rem);
    margin-bottom: -0.2em;
    padding-top: 3vw;
}

/* ── Dòng 2: VIETNAM'S ── */
.hero-headline__line.line-2 {
    letter-spacing: 0.1em;
    font-size: clamp(3rem, 8vw, 6rem);    
}

/* ── Dòng 3: EXPERIENCE ── */
.hero-headline__line.line-3 {
    letter-spacing: 0.1em;
    font-style: italic;
    transform: perspective(320px) rotateX(35deg);
    transform-origin: center bottom;
    font-size: clamp(3rem, 9vw, 6rem);
}

/* ── Dòng 4: ECONOMY ── */
.hero-headline__line.line-4 {
    letter-spacing: 0.12em;
    font-style: italic;
    transform: perspective(320px) rotateX(35deg);
    transform-origin: center bottom;
    font-size: clamp(3rem, 12vw, 9rem);
    margin-top: -4vw;
    
}

.hero-headline__sub {
    display: block;
    font-size: clamp(1rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    line-height: 1.5;
    text-transform: uppercase;
    transform: perspective(320px) rotateX(35deg);
    opacity: 0;
}

/* -----------------
    SCROLL DOWN
----------------- */
.scrolldown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.scrolldown i {
    animation: scrolldown-slide 1.8s ease-in-out infinite;
}

@keyframes scrolldown-slide {
    0%   { transform: translateY(-6px); opacity: 0; }
    40%  { opacity: 1; }
    100% { transform: translateY(8px);  opacity: 0; }
}


/* ── Blog Post Meta Row ─────────────────────────────────────*/
.post-meta-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    opacity: 0.65;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.post-meta-avatar {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.post-meta-sep {
    opacity: 0.5;
}


/* ── Keylist ────────────────────────────────────────────────
   Usage: <dl class="keylist">
───────────────────────────────────────────────────────────── */
.keylist {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
}

.keylist dt,
.keylist dd {
    padding: 0.35rem 0;
    margin: 0;
    text-transform: none;
    font-size: 1rem;
}
.keylist dt {
    font-weight: 700;
    color: var(--fs-color-primary);
    padding-right: 2rem;
    white-space: nowrap;
}

.keylist dd {
    color: inherit;
}


/* ── Numlist ────────────────────────────────────────────────
   Usage: <ol class="numlist">
───────────────────────────────────────────────────────────── */
.numlist {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: numlist;
}

.numlist li {
    counter-increment: numlist;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 0 1rem;
    padding: 0.35rem 0 !important;
    font-size: 1rem;
}


.numlist li::before {
    content: counter(numlist, decimal-leading-zero);
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.35;
    padding-top: 0.2em;
    font-variant-numeric: tabular-nums;
}


/* ── Contact Info ───────────────────────────────────────────
   Usage: <div class="contact-info">
───────────────────────────────────────────────────────────── */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.contact-info__icon {
    color: rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
    margin-top: 0.1em;
}

.contact-info__phone {
    font-weight: 700;
    color: var(--fs-color-secondary)  ;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.contact-info__phone:hover {
    color: var(--fs-color-secondary) !important;
}

.contact-info__emails {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.contact-info__emails a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.contact-info__emails a:hover {
    color: var(--fs-color-secondary);;
}


/* ── Add to Calendar ────────────────────────────────────────
   Usage: <a class="button add-to-calendar" data-title="..." data-start="YYYYMMDDTHHmmss" data-end="..." data-location="..." data-details="...">
───────────────────────────────────────────────────────────── */
.add-to-calendar {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    cursor: pointer;
}

.add-to-calendar i {
    font-size: 1em;
    top: auto;
}


/* ── Target Bubbles ─────────────────────────────────────────
   Usage: xem temp.html
───────────────────────────────────────────────────────────── */
.target-bubbles {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 4;
    max-width: 560px;
    margin: 0 auto;
}

.target-bubble {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 32%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
    padding: 1.25rem;
    text-align: center;
    animation: bubble-float 4s ease-in-out infinite;
}
.target-bubble > br {
    display:none;
}

.target-bubble i {
    font-size: 2rem;
    line-height: 1;
}

.target-bubble span {
    font-size: 0.9rem;
    font-weight: 700;
    color: #3B49C4;
    line-height: 1.3;
}

.target-bubble:hover{
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Vị trí 4 bubble */
.bubble-1 { top: 0;    left: 30%; animation-delay: 0s; }
.bubble-2 { top: 25%;  right: 0;  animation-delay: 1s; }
.bubble-3 { bottom: 25%; left: 0;  animation-delay: 0.5s; }
.bubble-4 { bottom: 0; left: 36%; animation-delay: 1.5s; }

/* Icon colors */
.bubble-1 i { color: #F5A623; }
.bubble-2 i { color: #27AE60; }
.bubble-3 i { color: #4A55C5; }
.bubble-4 i { color: #2AACB8; }

@keyframes bubble-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}


/* ── Marquee ────────────────────────────────────────────────
   Usage: xem temp.html
───────────────────────────────────────────────────────────── */
.marquee {
    overflow: hidden;
    width: 100%;
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 24s linear infinite;
}

.marquee:hover .marquee__track {
    animation-play-state: paused;
}

.marquee__list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

.marquee__list li {
    margin: 0;
    padding: 0 1.5rem;
    font-size: clamp(1.25rem, 2.5vw, 7rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c0c8d8;
    white-space: nowrap;
}

.marquee__list li + li::before {
    content: '✳';
    margin-right: 1.5rem;
    color: var(--fs-color-secondary);
    font-size: clamp(1.25rem, 2.5vw, 7rem);
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}


/* ── Section Story ──────────────────────────────────────────*/
.section-story {
    position: relative;
}
.section-story .section-bg {
    opacity:0.5;
}

.section-story::before,
.section-story::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 35%;
    pointer-events: none;
    z-index: 1;
}

.section-story::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.section-story::after {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.section-story .section-content{
    position: relative;
    z-index: 10;
}
/* ── Section Attend ──────────────────────────────────────────*/
.section-attend {
    position: relative;
}
.section-attend .section-bg {
    opacity:0.5;
    rotate: 180deg;
}
.section-attend::before,
.section-attend::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 35%;
    pointer-events: none;
    z-index: 1;
}

.section-attend::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.section-attend::after {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.section-attend .section-content{
    position: relative;
    z-index: 10;
}
/* ── Responsive ─────────────────────────────────────────────
   Flatsome breakpoints:
   sm  550px  (Mobile)
   md  850px  (Tablet)
   lg  1024px (Desktop)
───────────────────────────────────────────────────────────── */

/* Mobile only (max 549px) */
@media (max-width: 549px) {

}

/* Tablet only (550px – 849px) */
@media (min-width: 550px) and (max-width: 849px) {

}

/* Mobile + Tablet (max 849px) */
@media (max-width: 849px) {
    .col-target .col-inner {
        margin-bottom: 2rem;
    }
    .col-btc {
        text-align: center;
    }
}

/* Tablet trở lên (min 550px) */
@media (min-width: 550px) {

}

/* Desktop trở lên (min 1024px) */
@media (min-width: 1024px) {
    .col-e .col-inner{
        text-align: right !important;
    }
    .v-menu {
        text-align: right;
    }
    .v-menu li a{
        padding-left: 1rem;
        padding-right: 0;
    }

    .v-menu li a:before {
        left: auto;
        right: 0;
    }

    .v-menu li a:hover {
        padding-left: 0;
        padding-right: 1rem;
    }
}

/* ── Button pill với icon circle ───────────────────────── */
.button.secondary {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 6px 8px 6px 32px;
    background: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    color: #fff !important;
    border-radius: 99px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    transition: background 0.2s, border-color 0.2s;
    box-shadow: 0 4px 12px rgba(242, 100, 25, 0.1); 
}
.button.secondary:hover,
.button.secondary:focus {
    background: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    color: #fff !important;
}
.button.secondary i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    color: var(--fs-color-secondary);
    font-size: 14px;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}
.button.secondary:hover i {
    background: rgba(255,255,255,0.9);
}

/* Button is-link — text + icon circle */
.button.primary.is-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent !important;
    border-color: transparent !important;
    color: inherit;
    box-shadow: none;
    font-weight: 600;
    line-height: 1;
}
.button.primary.is-link:hover,
.button.primary.is-link:focus {
    background: transparent !important;
    border-color: transparent !important;
    color: inherit;
}
.button.primary.is-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--primary-color, #4A55D4);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    transition: opacity 0.2s, transform 0.2s;
}
.button.primary.is-link:hover i {
    opacity: 0.85;
    transform: translateX(2px);
}

/* ── Floating CTA ───────────────────────────────────────── */
@keyframes cta-pulse {
    0%   { transform: scale(1);   opacity: 0.6; }
    100% { transform: scale(2.2); opacity: 0; }
}

.cta-float {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    z-index: 999;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--fs-color-secondary, #E8581A);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    transition: transform 0.2s, box-shadow 0.2s;
}
.cta-float::before,
.cta-float::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--fs-color-secondary, #E8581A);
    animation: cta-pulse 2.4s ease-out infinite;
    pointer-events: none;
}
.cta-float::after {
    animation-delay: 1.2s;
}
.cta-float i {
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
}
.cta-float span {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
}
.cta-float:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 32px rgba(0,0,0,0.22);
    color: #fff;
}

@media (max-width: 549px) {
    .cta-float {
        width: 45px;
        height: 45px;
        right: 1rem;
        bottom: 1.5rem;
        gap: 0;
    }
    .cta-float i {
        font-size: 1.1rem;
    }
    .cta-float span {
        display: none;
    }
}

/* ── Event Stats Grid ──────────────────────────────────── */
/*
  Desktop 4 col × 5 row:
  col1        col2        col3        col4
  s-booths    p-booth     s-area      venue
  s-booths    p-booth     s-area      venue
  p-hall      p-booth     p-conf      venue
  p-hall      s-visitors  p-conf      venue
  p-hall      s-visitors  p-conf      es-btn
*/
.event-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 64px);
    grid-template-areas:
        "s-booths  p-booth     s-area  venue"
        "s-booths  p-booth     s-area  venue"
        "p-hall    p-booth     p-conf  venue"
        "p-hall    s-visitors  p-conf  venue"
        "p-hall    s-visitors  p-conf  es-btn";
    gap: 24px;
}

.es-stat--booths   { grid-area: s-booths; }
.es-photo--hall    { grid-area: p-hall; }
.es-photo--booth   { grid-area: p-booth; }
.es-photo--conf    { grid-area: p-conf; }
.es-stat--area     { grid-area: s-area; }
.es-stat--visitors { grid-area: s-visitors; }
.es-venue          { grid-area: venue; }
.es-btn            { grid-area: es-btn; border-radius: 8px !important; align-self: stretch; justify-content: space-between; }

/* Stat card */
.es-stat {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1.25rem 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.es-stat__label {
    font-size: 1rem;
    color: rgba(0,0,0,0.5);
    line-height: 2;
}
.es-stat__num {
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    font-weight: 500;
    line-height: 1;
    margin-top: auto;
    letter-spacing: -0.02em;
}
.es-stat__num sup {
    font-size: 0.45em;
    vertical-align: super;
    font-weight: 500;
}
.es-stat__num.is-cyan   { color: #14b1d4; }
.es-stat__num.is-purple { color: #a64bd3; }
.es-stat__num.is-red    { color: #ff5853; }
.es-stat__icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 2.25rem;
    color: #d8d8d8;
    line-height: 1;
}

/* Photos */
.es-photo {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #e0e0e0;
}
.es-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Venue card */
.es-venue {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f8ece3;
}
.es-venue__photo {
    margin: 0;
    flex: 0 0 60%;
    background: #926e50;
    overflow: hidden;
    position: relative;
}
.es-venue__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.es-venue__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.65) 100%);
}
.es-venue__location {
    position: absolute;
    bottom: 0.75rem;
    left: 0.875rem;
    right: 0.875rem;
    z-index: 1;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0;
}
.es-venue__body {
    flex: 1;
    padding: 0.875rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.es-venue__days {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4a55c5;
    margin: 0;
    line-height: 1.2;
}
.es-venue__dates {
    font-size: 0.8125rem;
    color: rgba(0,0,0,0.5);
    margin: 0;
}
.es-venue__dates a {
    color: #ff7300;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.es-venue__body .button {
    display: none;
}

.event-stats .es-btn {
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 1.25rem;
}
/* Tablet */
@media (max-width: 1023px) {
    .event-stats {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 200px 200px 64px 300px;
        grid-template-areas:
            "p-booth  s-booths   s-area"
            "p-booth  s-visitors p-conf"
            "p-hall   es-btn     p-conf"
            "p-hall   venue      venue";
        gap: 16px;
    }
}

/* Mobile */
@media (max-width: 549px) {
    .event-stats {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 200px 150px auto 320px auto;
        grid-template-areas:
            "s-booths   s-area"
            "p-booth    p-booth"
            "p-hall     p-conf"
            "s-visitors s-visitors"
            "venue      venue"
            "es-btn     es-btn";
        gap: 12px;
    }
    .es-stat__num { font-size: 2.5rem; }
    .es-btn { height: 64px; }
}

/* ── Event Sections (Chương trình + Layout) ─────────────── */
.event-sections {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-section {
    position: sticky;
    border-radius: 32px;
    border: 4px solid #fff;
    padding: 24px 32px 24px;
    box-sizing: border-box;
}

.event-section--program {
    z-index: 1;
    /* header height + 30px — updated by JS via --es-top */
    top: var(--es-top, 110px);
    background:
        radial-gradient(ellipse 70% 80% at 50% 0%, rgba(196,201,252,0.85) 0%, rgba(223,225,248,0) 100%),
        #fff;
    min-height: 240px;
}

.event-section--layout {
    z-index: 2;
    /* header height + 30px + program header height — updated by JS via --es-layout-top */
    top: var(--es-layout-top, 190px);
    background: linear-gradient(to bottom, #f0f5f1 0%, #fff 55%);
}

/* Header */
.event-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.event-section__meta {
    display: flex;
    align-items: center;
    gap: 16px;
}
.event-section__icon {
    font-size: 1.5rem;
    color: rgba(0,0,0,0.18);
    line-height: 1;
    flex-shrink: 0;
}
.event-section__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
.event-section--program .event-section__title { color: rgba(0,0,0,0.5); }
.event-section--layout  .event-section__title { color: #4a55c5; }

.event-section__badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    background: #fff;
    border-radius: 24px;
    font-size: 0.875rem;
    color: rgba(0,0,0,0.65);
    white-space: nowrap;
}
.event-section__num {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(0,0,0,0.2);
    flex-shrink: 0;
}
.event-section--layout .event-section__num { color: rgba(0,0,0,0.8); }

/* Layout body */
.event-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 32px;
    align-items: start;
}
.event-layout__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-layout__nav li a {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(0,0,0,0.7);
    text-decoration: none;
    padding-left: 24px;
    position: relative;
    transition: color 0.2s;
}
.event-layout__nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4a55c5;
    transition: transform 0.2s;
}
.event-layout__nav li.is-active a {
    color: #4a55c5;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.event-layout__nav li.is-active a::before {
    transform: translateY(-50%) scale(1);
}
.event-layout__nav li a:hover { color: #4a55c5; }

.event-layout__preview {
    border-radius: 16px;
    overflow: hidden;
    background: #dde8df00;
    aspect-ratio: 16 / 9;
}
.event-layout__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

/* Tablet */
@media (max-width: 1023px) {
    .event-section { padding: 28px 32px 36px; border-radius: 24px; }
    .event-layout { grid-template-columns: 180px 1fr; gap: 24px; }
}

/* Mobile */
@media (max-width: 549px) {
    .event-section { padding: 24px; border-radius: 20px; }
    .event-section__title { font-size: 1.25rem; }
    .event-section__badge { font-size: 0.75rem; padding: 0 10px; }
    .event-section__num { font-size: 1.25rem; }
    .event-section--program { min-height: 260px; }
    .event-layout { grid-template-columns: 1fr; gap: 20px; }
    .event-layout__nav li a { font-size: 1rem; }
}


/* ── Register Forms [register_forms] ──────────────────────── */
.reg-forms {
    display: grid;
    grid-template-columns: 7fr 5fr;
    border-radius: 24px;
    overflow: hidden;
    min-height: 500px;
    background: #4a55c5;
}

/* Left — dark form area */
.reg-forms__left {
    background: #111435 url(img/bg-gradient-td.jpg) 0 0 no-repeat;
    background-size: auto 125%;
    padding: 32px 32px;
    display: flex;
    flex-direction: column;
}

/* Right — photo area */
.reg-forms__right {
    background: #0d1133 center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 32px;
    min-height: 340px;
}
.reg-forms__right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13,17,51,0.6) 0%, transparent 55%);
    pointer-events: none;
}

/* ── Tabs */
.reg-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.reg-tab {
    padding: 10px 24px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    line-height: 1.3;
}
.reg-tab.is-active { background: #fff; color: #4a55c5; }
.reg-tab:not(.is-active) {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.85);
    font-weight: 400;
}
.reg-tab:not(.is-active):hover { background: rgba(255,255,255,0.25); }

/* ── Panels */
.reg-panel { flex: 1; }
.reg-panel[hidden] { display: none; }

/* ── CF7 field groups */
.reg-forms .wpcf7 { width: 100%; }
.reg-forms .wpcf7-form { display: flex; flex-direction: column; gap: 0; margin: 0; }
.reg-forms .wpcf7-form > p { margin: 0; }

.reg-field {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    margin-bottom: 1.75rem;
}
.reg-field:focus-within{
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.reg-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}
.reg-fields-row .reg-field { border-bottom: 1px solid rgba(255,255,255,0.18); }

.reg-label {
    display: block;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.02em;
}

/* ── Input overrides for dark theme */
.reg-forms .wpcf7 input[type="text"],
.reg-forms .wpcf7 input[type="email"],
.reg-forms .wpcf7 input[type="tel"],
.reg-forms .wpcf7 input[type="number"],
.reg-forms .wpcf7 input[type="url"],
.reg-forms .wpcf7 textarea,
.reg-forms .wpcf7 select {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    padding: 4px 0;
    outline: none;
    box-shadow: none;
    caret-color: #fff;
    margin:0;
}
.reg-forms .wpcf7 input::placeholder,
.reg-forms .wpcf7 textarea::placeholder { color: rgba(255,255,255,0.35); }
.reg-forms .wpcf7 input:-webkit-autofill,
.reg-forms .wpcf7 input:-webkit-autofill:hover,
.reg-forms .wpcf7 input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff20 inset;
    box-shadow: 0 0 0 1000px #ffffff20 inset;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    transition: background-color 9999s ease;
}
.reg-forms .wpcf7 textarea { resize: none; min-height: 36px; }
.reg-forms .wpcf7 .wpcf7-form-control-wrap { display: block; }
.reg-forms .wpcf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 16px;
    padding-right: 24px;
    color-scheme: dark;
    cursor: pointer;
}
.reg-forms .wpcf7 select option { background: #1a1f4e; color: #fff; }

/* ── Form footer: checkbox + submit */
.reg-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.reg-accept {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    cursor: pointer;
    user-select: none;
}
.reg-accept input[type="checkbox"],
.reg-forms .wpcf7-acceptance input[type="checkbox"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    background: transparent;
    accent-color: #4a55c5;
    cursor: pointer;
    flex-shrink: 0;
}

/* ── Submit button */
.reg-forms .wpcf7 input.reg-submit,
.reg-forms .wpcf7 input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    background: #fff;
    color: #4a55c5;
    border: none;
    border-radius: 200px;
    padding: 6px 32px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
    width: auto;
}
.reg-forms .wpcf7 input.reg-submit:hover,
.reg-forms .wpcf7 input[type="submit"]:hover { opacity: 0.88; }

/* ── Brochure button */
.reg-brochure {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.95);
    border-radius: 200px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: opacity 0.2s;
    width:100%;
}
.reg-brochure:hover { opacity: 0.92; }
.reg-brochure__text {
    color: #ff7300;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    flex-grow: 1;
}
.reg-brochure__icon {
    width: 32px;
    height: 32px;
    background: #ff7300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── CF7 validation messages */
.reg-forms .wpcf7-not-valid-tip { color: #ff8080; font-size: 0.75rem; margin-top: 3px; position:absolute; }
.reg-forms .wpcf7-response-output { color: rgba(255,255,255,0.75); margin: 12px 0 0 !important; font-size: 0.85rem; border: none !important; padding: 0 !important; }
.reg-no-form { color: rgba(255,255,255,0.5); font-size: 0.85rem; }
.reg-no-form a { color: rgba(255,255,255,0.7); }

/* ── Responsive */
@media (max-width: 1023px) {
    .reg-forms { grid-template-columns: 1fr; }
    .reg-forms__left { padding: 32px; border-radius: 24px 24px 0 0; }
    .reg-forms__right { border-radius: 0 0 24px 24px; min-height: 240px; }
    .reg-forms__right::before { background: linear-gradient(to top, rgba(13,17,51,0.65) 0%, transparent 60%); }
}
@media (max-width: 549px) {
    .reg-forms__left { padding: 24px 20px; }
    .reg-tabs { gap: 6px; }
    .reg-tab { font-size: 0.9rem; padding: 10px 18px; }
    .reg-fields-row { grid-template-columns: 1fr; }
    .reg-form-footer { flex-direction: column; align-items: flex-start; }
    .reg-forms .wpcf7 input.reg-submit,
    .reg-forms .wpcf7 input[type="submit"] { width: 100%; text-align: center; }
}
