/* pricing page */
.title-ct-single h1 {
	margin-bottom: 10px;
	font-size: clamp(1.5rem,4vw,2.5rem);
}
.title-ct-single p {
	margin: 0;
}

.pr-sec .grid-price > .col > .col-inner {
    padding: 32px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
	border: 1px solid #1e4dff;
}

.pr-sec .pricing-title {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pr-sec .pricing-header {
    text-align: center;
}

.pr-sec .pricing-price {
    color: #1364f0;
    font-size: clamp(1.5rem,4vw,2.5rem);
    font-weight: 700;
}

.pr-sec .pricing-desc {
    color: #4b4b4b;
    font-size: 14px;
    text-align: center; 
	margin: 0;
}

.pr-sec .pricing-btn {
background-color: #fff;
    border: 1px solid #1364f0;
    border-radius: 26px;
    color: #1364f0;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 0;
    text-align: center;
    display: flex;
    transition: all .3s;
    align-items: center;
    justify-content: center; 
	margin-top: 20px;
}
.pr-sec .pricing-btn:hover {
	transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	background: linear-gradient(180deg, #00a4f0, #4752e6);
	border-color: linear-gradient(180deg, #00a4f0, #4752e6); 
	color: #fff;
}
.pr-sec .pricing-subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
}

.pr-sec .pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-sec .pricing-list li {
    position: relative;
    padding: 5px 0 5px 36px;
    color: #444;
    margin: 0;
}

.pr-sec .pricing-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1364f0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.pr-sec .grid-price > .col.active > .col-inner {
    background-color: #1364f0;
}
.pr-sec .grid-price > .col.active *{
    color: #fff;
}

.pr-sec .grid-price > .col.active > .col-inner .pricing-btn{
	color: #1364f0;
}
.pr-sec .grid-price > .col.active > .col-inner .pricing-btn:hover{
	color: #fff !important;
	background: linear-gradient(180deg, #fec338, #f34b71);
}
.pr-sec .grid-price > .col.active .pricing-list li::before {
	background: #fff !important;
	color: #1364f0 !important;
}
.pr-sec .badge {
background-color: #000;
    border-radius: 12px;
    box-shadow: 0 2px 5px #0000004d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-15%, -50%) rotate(10deg);
    width: 80px;
    z-index: 10;
}
.pr-sec .tabbed-content {
	justify-content: center;
}
.pr-sec .tabbed-content .nav {
	    background: #e8edff;
    width: fit-content;
	padding: 5px;
	border-radius: 8px;
}
.pr-sec .tabbed-content a {
	font-weight: 500;
	color: #222;
	text-transform: none;
	font-size: 16px;
}
.pr-sec .tabbed-content .active a {
	border-radius: 6px;
}
@media(max-width:549px){
	.pr-sec .tabbed-content .nav {
	    flex-wrap: nowrap;
    text-wrap: nowrap;
    overflow-x: scroll;
}
}


/* contact page */
.contact-sec h1 {
	color: #2563eb !important;
	font-size: clamp(1.5rem,4vw,2rem);
}
.contact-sec .left > .col-inner {
	background: linear-gradient(28.23deg, rgb(3, 33, 200) 0.3%, rgb(254, 254, 254) 99.7%);
}
.contact-sec ul {
    list-style: none;
    padding: 0;
	display: flex; 
	flex-direction: column;
	gap: .5rem;
}
.contact-sec .img {
	width: 80% !important;
}
.contact-sec ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
	text-align: left;
}

.contact-sec ul i {
    text-align: center;
}

.contact-sec ul a,
.contact-sec ul span {
    text-decoration: none;
}

.contact-sec .dc-contact-form {
    width: 100%;
}
.contact-sec .wpcf7-countrytext {
	height: 52px !important;
	background: #fff !important;
}
.contact-sec .dc-contact-form .dc-field {
    margin-bottom: 20px;
}

.contact-sec .dc-contact-form p {
    margin: 0;
}

.contact-sec .dc-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    line-height: 1.5;
}

.contact-sec .dc-contact-form label span {
    color: #ef4444;
}

.contact-sec .dc-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

form .country-select .country-select input {
	pointer-events: none;
}

form .country-select .flag-dropdown,.country-select .selected-flag {
	width: 100% !important;
}

form .country-select .flag-dropdown .country-list {
	border-radius: 12px;
    width: 100%;
    max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
	scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #f5f5f5;
	    clip-path: inset(0 round 12px);
}
form .country-select .flag-dropdown .country-list li {
	color: #222 !important;
}


form .country-select .selected-flag .arrow {
	left: 10px !important;
	right: unset;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff !important;
}

.contact-sec .dc-contact-form input:not([type="submit"]),
.contact-sec .dc-contact-form select,
.contact-sec .dc-contact-form textarea {
    width: 100%;
    height: 52px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    color: #111827;
    background: rgba(255,255,255,.9);
    box-shadow: none;
    transition: all .25s ease;
    margin: 0;
}

.contact-sec .dc-contact-form textarea {
    min-height: 120px;
    padding: 14px 16px;
}

.contact-sec .dc-contact-form input:not([type="submit"]):focus,
.contact-sec .dc-contact-form select:focus,
.contact-sec .dc-contact-form textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,.12);
    outline: none;
}

.contact-sec .dc-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.contact-sec .dc-contact-form input[type="submit"] {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    transition: all .25s ease;
    box-shadow: 0 10px 25px rgba(37,99,235,.25);
}

.contact-sec .dc-contact-form input[type="submit"]:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.contact-sec .dc-contact-form .wpcf7-spinner {
    margin: 12px 0 0;
}

.contact-sec .dc-contact-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
}

.contact-sec .dc-contact-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    border-radius: 10px;
    padding: 12px 16px;
}
.contact-sec .right > .col-inner {
	background: linear-gradient(28.23deg, rgb(3, 33, 200) 0.3%, rgb(254, 254, 254) 99.7%);
}


/* download page */
.gf-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    border: 2px solid #0C15AD;
    border-radius: 14px;
    color: #0C15AD;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease;
}

.gf-download-btn i {
    font-size: 20px;
}

.gf-download-btn:hover {
    background: #0C15AD;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(12, 21, 173, 0.18);
}

.gf-download-btn:hover i {
    transform: translateY(2px);
}

.gf-download-btn i {
    transition: transform .25s ease;
}
.dl-sec .content-ct .col > .col-inner {
	box-shadow: 0 6px 22px #0000001a;
}

/* release notes */
.rn-sec1 .content-ct > .col-inner {
	background: linear-gradient(to right, #304ff4 0%, #92d9ff 100%);
}
.rn-sec1 .content-ct h1 {
	font-size: clamp(1.5rem,4vw,3rem);
}
.rn-sec1 .content-ct p{
	margin-bottom: 30px;
}
.rn-sec1 .download-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.rn-sec1 .download-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 220px;
    position: relative;
    z-index: 10;
}

.rn-sec1 .download-btn span {
    font-size: 14px;
    font-weight: 600;
    color: #557DFF;
}

.rn-sec1 .download-btn i {
    font-size: 18px;
    color: #557DFF;
}

.rn-sec1 .download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(85, 125, 255, 0.15);
}

.rn-sec1 .download-btn.mac i {
    margin-top: -2px;
}
.dc-release-notes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dc-release-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.dc-release-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.dc-release-content p {
    margin: 0;
    color: #666;
}

.dc-download-btn {
    padding: 12px 24px;
    background: #557DFF;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    white-space: nowrap;
    transition: .3s;
}

.dc-download-btn:hover {
    opacity: .9;
}

@media(max-width: 768px){
    .dc-release-item {
        flex-direction: column;
        align-items: flex-start;
    }
}
.rn-sec1 .ct-2 > .col > .col-inner {
	box-shadow: 0 6px 22px #0000001a;
}


/* partner */
.partner-sec1 .row.align-equal > .col .row.align-middle > .large-9 {
	height: 100%;
}
.partner-sec1 .row.align-equal > .col .row.align-middle > .large-9 > .col-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 !important;
}
.partner-sec1 .row.align-equal > .col .row.align-middle {
	height: 100%;
}
.partner-sec1 .item > .col-inner {
    border: 1px solid #e2e8f0;
    border-radius:12px;
    padding: 24px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.partner-sec1 .item .ux-logo-link {
	padding: 0 !important;
}
.partner-sec1 .item p {
	margin: 0 0 15px;
	font-size: 14px;
}
.partner-sec1 .item .button {
	margin: auto 0 0;
	    background-color: #f8fafc;
    color: var(--text-primary);
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 4px 50px;
	width: fit-content;
}
.partner-sec1 .item .button:hover {
	background:#2563eb;
	color:#fff !important;
	box-shadow: none;
}
.partner-sec1 h1 {
	margin-bottom: 5px;
}
@media(max-width: 849px){
    .partner-sec1 .item .button {
    padding: 4px 20px;
}
}
@media (max-width: 549px) {
    .partner-sec1 .item .button {
        width: 100%;
		margin: 0;
    }
}



/* products */
.product-small.box {
	border-radius: 12px;
	overflow: hidden;
	border:1px solid #ddd;
}
.product-small.box:hover {
	border-color: var(--fs-color-secondary);
}
.product-small.box .box-text {
	padding: 12px;
}
.product-bottom-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:15px;
    gap:15px;
}

.dc-detail-btn{
    margin:0 !important;
    border-radius:99px !important;
	background: #000 !important
}

.product-bottom-row .price{
    margin:0;
}

/* product detail */
.variations_form table.variations {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	border: 0;
}

.variations_form table.variations tbody {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.variations_form table.variations tr {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.variations_form table.variations th.label,
.variations_form table.variations td.value {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
}

.variations_form table.variations th.label {
	margin: 0 0 8px;
}

.variations_form table.variations th.label label {
	display: block;
	margin: 0;
	color: #111;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.variations_form table.variations td.value {
	margin: 0;
}


.dc-var-label-wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin: 0;
}

.dc-var-label-wrap .dc-var-label-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 10px;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #444;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: .3s all;
	margin: 0;
	border-radius: 6px;
}

.variations_form .woocommerce-variation.single_variation span.amount {
	font-size: 18px;
	color: #ff0000;
}
.dc-var-label-wrap .dc-var-label-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.dc-var-label-wrap .dc-var-label-item span {
	display: block;
	width: 100%;
}

.dc-var-label-wrap .dc-var-label-item:hover {
	border-color: #000;
	color: #fff;
	background: #000;
	transform: translateY(-3px);
}

.dc-var-label-wrap .dc-var-label-item.is-selected {
	border-color: #111;
	background: #111;
	color: #fff;
	box-shadow: 0 0 0 1px #111 inset;
}

.dc-var-label-wrap .dc-var-label-item.is-disabled {
	opacity: .35;
	cursor: not-allowed;
	text-decoration: line-through;
}

.dc-var-label-wrap .dc-var-label-item.is-disabled:hover {
	border-color: #d7d7d7;
	background: #fff;
	color: #444;
	box-shadow: none;
}

.dc-var-label-wrap + .reset_variations,
.dc-var-label-wrap ~ .reset_variations {
	display: inline-block;
	margin-top: 6px;
	font-size: 13px;
}

@media (max-width: 549px) {
	.dc-var-label-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.dc-var-label-wrap .dc-var-label-item {
		min-height: 38px;
		font-size: 13px;
	}
}

.content-chat-zalo a {
    color: rgb(47, 90, 207);
    font-weight: bold;
    font-size: 14px;
}
.single-product .info-pd p {
	font-size: 14px;
	margin: 0;
}
.single_add_to_cart_button {
	height: 48px;
    border-radius: 8px !important;
}
.product .ux-quantity .input-text {
	height: 48px;
	box-shadow: none;
}
@media(max-width:549px) {
	.product .ux-quantity {
		flex: 0 0 100% !important;
	}
	.product form .single_add_to_cart_button , .product form .ux-buy-now-button {
		flex: auto !important;
		font-size: 13px;
		padding: 0 3px !important;
	}
}
.product .ux-quantity .minus {
	width: 40px; 
	background: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.product .ux-quantity .plus {
	width: 40px; 
	background: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.product form .ux-buy-now-button {
	border-radius: 8px;
	background: linear-gradient(180deg, #fec338, #f34b71);
	box-shadow: none;
	border: none;
}

.product form .ux-buy-now-button:hover, .product form .single_add_to_cart_button:hover {
	transform: translateY(-3px);
}
.dc-product-policy{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.dc-policy-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.dc-policy-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
	color: #2f5acf;
}

.dc-policy-title{
    font-size:15px;
    line-height:1.5;
    font-weight:600;
    color:#111;
}

.dc-policy-desc{
    margin-top:6px;
    font-size:14px;
    line-height:1.5;
    color:#666;
}

@media (max-width: 768px){

    .dc-product-policy{
        grid-template-columns:1fr;
    }

}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dc-technical-specifications-tab {
  width: 100%;
  overflow-x: auto;
}

.dc-technical-specifications-tab table {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
}

.dc-technical-specifications-tab th,
.dc-technical-specifications-tab td {
  padding: 12px 14px !important;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.dc-technical-specifications-tab th {
  width: 32%;
  background: #f7f7f7;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.dc-technical-specifications-tab td {
  color: #333;
}

.dc-technical-specifications-tab tr th:last-child,
.dc-technical-specifications-tab tr td:last-child {
  border-right: 0;
}

.dc-technical-specifications-tab tr:last-child th,
.dc-technical-specifications-tab tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .dc-technical-specifications-tab table,
  .dc-technical-specifications-tab tbody,
  .dc-technical-specifications-tab tr,
  .dc-technical-specifications-tab th,
  .dc-technical-specifications-tab td {
    display: block;
    width: 100%;
  }

  .dc-technical-specifications-tab table {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .dc-technical-specifications-tab tr {
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
  }

  .dc-technical-specifications-tab th,
  .dc-technical-specifications-tab td {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .dc-technical-specifications-tab td {
    border-bottom: 0;
  }

  .dc-technical-specifications-tab th {
    background: #f7f7f7;
  }
}



/* package */
.pk-sec1.banner {
	overflow: visible;
}
.pk-sec1 .dc-hero-title-1,
.pk-sec1 .dc-hero-title-2{
    margin:0;
    font-weight:800;
    line-height:1.2;
    text-transform:uppercase;
	color: #fffb00;
    text-shadow: -1px -1px 0 #929300, 1px -1px 0 #929300, -1px 1px 0 #929300, 1px 1px 0 #929300, 0 4px 4px rgba(0, 0, 0, .25), 0 4px 22px #fadb08;
}

.pk-sec1 .dc-hero-title-1{
    font-size:clamp(28px,5vw,72px);
}

.pk-sec1 .dc-hero-title-2{
    margin-top:6px;
    font-size:clamp(18px,3vw,42px);
}

.pk-sec1 .dc-hero-boxes{
    display:flex;
    gap:28px;
    margin-top:56px;
    align-items:stretch;
}

.pk-sec1 .dc-hero-box{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:14px 12px;
    border:3px solid #fff;
    border-radius:15px;
    font-weight:800;
    line-height:1.4;
    box-shadow:0 8px 20px rgba(0,0,0,0.18);
    max-width:220px;
    min-height:120px;
    font-size:24px;
}

.pk-sec1 .dc-hero-box-blue{
    color:#0026FF;
    background:linear-gradient(to bottom,#ffffff,#dfe8ff);
}

.pk-sec1 .dc-hero-box-orange{
    color:#FF7700;
    background:linear-gradient(to bottom,#ffffff,#ffe7d1);
}

@media (max-width: 991px){

    .pk-sec1 .dc-hero-boxes{
        gap:16px;
        margin-top:30px;
    }

    .pk-sec1 .dc-hero-box{
        max-width:160px;
        min-height:100px;
        font-size:18px;
    }

}

@media (max-width: 767px){

    .pk-sec1 .dc-hero-content{
        left:50%;
        width:100%;
        padding:0 15px;
		text-align: center;
    }

    .pk-sec1 .dc-hero-boxes{
        gap:10px;
        margin-top:20px;
		justify-content: center;
    }

    .pk-sec1 .dc-hero-box{
        max-width:140px;
        min-height:90px;
        font-size:14px;
        border-radius:12px;
    }

}


.pk-sec3 .right > .col-inner{
    position:relative;
    width:100%;
    padding:60px 40px;
    border:3px solid #fff;
    border-radius:15px;
    background:linear-gradient(to bottom,#ffffff,#f1f3f7);
    box-shadow:0 10px 30px rgba(0,0,0,0.18);
}

.pk-sec3 .right > .col-inner .dc-tools-card{
	display:flex;
    flex-direction:column;
    gap:45px;
}

.pk-sec3 .dc-tools-badge{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);
    padding:17px 24px;
    background:#fff;
    border-radius:15px;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
    white-space:nowrap;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.pk-sec3 .dc-tools-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.pk-sec3 .dc-tools-icon{
    flex-shrink:0;
    font-size:24px;
    color:#EB3223;
    margin-top:2px;
}

.pk-sec3 .dc-tools-text{
    font-size:16px;
    line-height:1.6;
    font-weight:500;
    color:#68718B;
}

@media (max-width: 767px){


    .pk-sec3 .dc-tools-badge{
        font-size:18px;
        padding:14px 20px;
    }

    .pk-sec3 .dc-tools-text{
        font-size:15px;
    }

}
.pk-sec3 .dc-package-badge{
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);
    width:max-content;
    padding:11px 30px;
    border-radius:15px;
    font-size:clamp(24px,2vw,32px);
    font-weight:600;
    line-height:1.2;
    white-space:nowrap;
    color:#fff;
    background:linear-gradient(to right,#004cff,#2d7cff);
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
}
.pk-sec3 .left > .col-inner{
    position:relative;
    z-index:20;
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:50px 30px;
    border:3px solid #fff;
    border-radius:15px;
    background:linear-gradient(to bottom,#ffffff,#eef1ff);
    box-shadow:0 10px 30px rgba(0,0,0,0.18);
}

@media (max-width: 991px){

   .pk-sec3 .left > .col-inner{
        width:100%;
    }

}
.pk-sec3 .left .dc-feature-item{
    display:flex;
    flex-direction:column;
}

.pk-sec3 .left .dc-feature-icon{
    width:39px;
    height:39px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(to right,#005cff,#2f7dff);
    color:#fff;
    font-size:18px;
}

.pk-sec3 .left .dc-feature-title{
    margin-top:12px;
    font-size:20px;
    line-height:1.4;
    font-weight:700;
    color:#237AFF;
}

.pk-sec3 .left .dc-feature-desc{
    margin-top:8px;
    font-size:15px;
    line-height:1.6;
    font-weight:400;
    color:#838282;
}
.pk-sec3 .left .box .box-image {
	background-image: linear-gradient(1.81deg, #006cff -18.32%, #fff 98.51%);
	box-shadow: 0 0 7.9px 3px #006cff66;
	width: 263px !important;
	height: 144px !important;
	display: flex;
}
.pk-sec3 .left .box .box-image img {
	object-fit:contain;
	aspect-ratio: auto 263 / 144;
	width: auto !important;
}
.pk-sec3 .left .box .box-text {
	width: auto;
}
@media(max-width:549px) {
	.pk-sec3 .left .box .box-text {
		padding: 20px 5px 0 !important;
	}
	.pk-sec3 .left > .col-inner,.pk-sec3 .right > .col-inner {
		padding: 50px 20px 20px;
	}
	
}
.pk-sec4 .main-img {
	box-shadow: 0 0 31.7px 0 #006cff66; 
	border-radius: 12px;
	overflow: hidden;
}
.pk-sec5 .content-ct > .col-inner {
	background-image: linear-gradient(89.48deg, rgba(238, 245, 255, 0) 2.36%, rgba(255, 147, 21, .3) 95.26%);
}
.pk-sec5 .box .box-image {
    overflow:hidden;
    border:1px solid #1E4DFF;
    border-radius:32px;
    box-shadow:0 10px 30px rgba(0,0,0,0.18);
}
.pk-sec5 .flickity-page-dots {
	bottom: -10px;
}
.pk-sec5 .flickity-page-dots .dot {
	width: 40px; 
	height: 4px; 
	border-radius: 0;
}

@media(max-width:549px) {
	.pk-sec1 .banner-layers {
		position: unset;
	}
	.pk-sec1 .text-box {
		bottom: -30px;
		top: unset;
		transform: translatex(-50%) !important;
	}
}


/* Cloud phone */
.cp-sec1 .abs-img {
	position: absolute;
    width: 120px !important;
    height: auto !important;
    animation: bounce 1s infinite;
}
.cp-sec1 .abs-img.img-1 {
	left: 5rem;
	top: 10rem;
}
.cp-sec1 .abs-img.img-3 {
	width: 75px !important;
}
.cp-sec1 .abs-img.img-4 {
	right: 6rem;
	top: 13rem;
}
.cp-sec1 h1 {
	font-size: clamp(1.5rem,4vw,3rem);
	padding-bottom: 15px;
	border-bottom: 1px solid #111;
}
.cp-sec1 .tt span {
	color: #006cff;
}
.cp-sec1 ul {
	font-size: 17px;
}
.cp-sec1 .btn-ct > .col-inner {
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
}
@media(max-width:549px){
	.cp-sec1 .btn-ct > .col-inner {
		flex-direction: column;
	}
}
.cp-sec1 .btn-ct .button {
	margin: 0;
	border: 2px solid #006cff;
	border-radius: 8px; 
	padding: 5px 0;
	flex: auto;
	background: #fff;
	box-shadow: none;
	color: #111;
}
.cp-sec1 .btn-ct .button:hover {
	background: #dbeafe;
	    transform: translateY(-3px);
}
.cp-sec1 .btn-ct .button.btn-main {
	background: #006cff;
	color: #fff;
}
.cp-sec1 .btn-ct .button.btn-main:after {
	content:"";
	background: url(/wp-content/uploads/2026/05/badge.svg);
	position: absolute;
	right: -3px;
	top: -3px;
	width: 54px;
	height: 40px;
}

.cp-sec2 .item-grid {
	    justify-content: space-between;
    height: 100%;
}
.cp-sec2 .icon-box img {
	padding: 0;
}
.cp-sec2 .icon-box h3 {
	color:#237aff;
}
.cp-sec3 {
	background: linear-gradient(1turn, #fff, #f6fffd 32.48%, #d5e4f8);
}
.cp-sec3 h3 {
	font-size: clamp(1.4rem,4vw,2rem);
	margin-bottom: 10px;
}

.cp-sec3 .flickity-page-dots .dot {
	width: 40px;
	height: 4px;
	border-radius: 0;
}


.cp-sec1 .abs-img.img-2 {
	left: 5rem;
	top: 1.25rem;
}.cp-sec1 .abs-img.img-3 {
	right: 8rem;
	top: 0;
}
.cp-sec1 .abs-img.img-4 {
	right: 3rem;
	top: 8rem;
}
}

.cp-sec4 {
	background: linear-gradient(1turn, #fafffe, #f6fffd 32.48%, #effdfe);
}
.cp-sec4 .abs-img {
	position: absolute;
	width: 820px !important;
	height: auto;
	right: 0;
	top: 0;
}
@media(max-width: 849px) {
	.cp-sec4 .abs-img {
	top: 25%;

}
}
.community-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.community-container .card {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: static;
}

.community-container .card:hover {
    transform: translateY(-5px) scale(1.1);
    z-index: 10;
}

.community-container .card img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* >= 849px */
@media (min-width: 849px) {
    .community-container {
        display: block;
        height: 640px;
    }

    .community-container .card {
        position: absolute;
    }

    .community-container .card-fanpage {
        top: 64px;
        left: 48px;
    }

    .community-container .card-fanpage img {
        width: 384px;
    }

    .community-container .card-tiktok {
        top: 128px;
        right: 40px;
    }

    .community-container .card-tiktok img {
        width: 384px;
    }

    .community-container .card-whatsapp {
        top: 24px;
        right: 256px;
    }

    .community-container .card-whatsapp img {
        width: 288px;
    }

    .community-container .card-group {
        bottom: 80px;
        left: 160px;
    }

    .community-container .card-group img {
        width: 384px;
    }
}

/* >= 1280px */
@media (min-width: 1280px) {
    .community-container {
        height: 720px;
    }

    .community-container .card-fanpage {
        top: 80px;
        left: 24px;
    }

    .community-container .card-tiktok {
        top: 160px;
        right: 24px;
    }

    .community-container .card-whatsapp {
        top: 32px;
        right: 256px;
    }

    .community-container .card-group {
        bottom: 24px;
        left: 192px;
    }

    .community-container .card img {
        width: auto;
    }
}

/* >= 1536px */
@media (min-width: 1536px) {
    .community-container {
        height: 860px;
    }

    .community-container .card-fanpage {
        top: 96px;
        left: 64px;
    }

    .community-container .card-tiktok {
        top: 176px;
        right: 80px;
    }

    .community-container .card-whatsapp {
        top: 64px;
        right: 460px;
    }

    .community-container .card-group {
        bottom: 112px;
        left: 320px;
    }
}



@media(max-width:849px) {
	.cp-sec1 .abs-img {
		width: 60px !important;
	}
	.cp-sec1 .abs-img.img-1 {
		left: 0rem;
		top: 5rem;
	}
	.cp-sec1 .abs-img.img-2 {
		left: 2rem;
		width: 75px !important;
	}
	.cp-sec1 .abs-img.img-3 {
		right: 4rem;
		width: 50px !important;
	}
}
@media(max-width:549px) {
	.cp-sec1 .btn-ct .button {
		    display: flex;
    align-items: center;
    justify-content: center; 
		flex: 1;
	}
	.cp-sec3 .img {
		margin-bottom: 20px;
	}
	.cp-sec4 .abs-img {
		width: 520px !important;
	}
}
	
.pr-sec {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.contact-sec {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.contact-sec .wpcf7-response-output {
	color: #fff !important;
}
.pd-bp-sec1 {
	padding-bottom: 0 !important;
	padding-top: 5px !important;
}
/* package child page*/
.tpk-sec1{
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.tpk-sec1 h1 {
	font-size: clamp(1.5rem,4vw,3rem);
	color:#1e4dff;
	margin-bottom: 0;
}
.tpk-sec1 h2 {
	margin-bottom: 15px;
}
.tpk-sec1 p {
	font-size: 18px;
}
.tpk-button .button {
	background: #ff9315;
	box-shadow: none !important;
	border: none;
}
.tpk-button .button:hover {
	transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	background-color: #0969da;
}
.tpk-button:hover {
	transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}
.ytb-embed {
	    width: 100%;
    aspect-ratio: 16 / 9;
}
.tpk-sec2 iframe {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}
.tpk-sec2 h2 {
	font-size: clamp(1.4rem,4vw,2.5rem);
	text-align:center; 
	color:#006cff;
}
.has-bullet ul {
	margin: 0;
	list-style: none;
	display: flex; 
	flex-direction: column;
	gap: .7rem;
}
.has-bullet ul li {
	margin: 0 !important;
	position: relative;
}
.has-bullet ul li:before {
	content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #006cff;
    margin-right: 6px;
}
.tpk-sec2 .button {
	
	margin-top: 30px;
}
.tpk-sec3 .item h3 {
	color: #056cfe;
	font-size: clamp(1.3rem,4vw,2rem);
}
.tpk-sec3 .item > .col-inner {
    border: 1px solid transparent;
    background: transparent;
    transition: all .4s ease;
	border-radius: 20px;
    animation: activeState linear forwards;
    animation-timeline: view();
     animation-range: entry 50% exit 40%;
}

@keyframes activeState {
	 0%,
    100% {
        border-color: transparent;
        background: transparent;
    }

    50% {
         border-color: #056cfe;
        background: linear-gradient(38.19deg, rgba(0, 151, 254, .3) -1.52%, rgba(81, 170, 248, 0) 79.54%);
    }
}
.tpk-sec4 {
	background-image: linear-gradient(180deg, #eef5ff 2.36%, rgba(238, 245, 255, 0) 95.26%);
}
.tpk-sec4 h2 {
	font-size: clamp(1.4rem,4vw,3rem); 
	color: #006cff;
}
.tpk-sec4 .tt p{
	font-size: 18px;
	color: #111;
	font-weight: 700;
	margin: 0;
}
.tpk-sec4 .box {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}
.tpk-sec4 .box .box-text {
	padding: 30px 45px 0;
}
.tpk-sec4 .box h4 {
	color: #006cff;
	font-size: clamp(1.4rem,4vw,2.2rem);
	margin-bottom: 5px;
}
.tpk-sec4 .box p {
	color: #006cff;
	font-size: 20px;
	font-weight: 700;
}
.tpk-sec4 .content {
	display: flex;
	align-items:center;
	flex-direction: column;
}
.tpk-sec4 .content h2 {
	max-width: 1000px;
	color: #ff9315;
}
.tpk-sec4 .content ul li {
	font-size: 20px;
}
.tpk-sec4 .content .note {
	font-size: 24px;
	color: #006cff;
	font-weight: 700;
	font-style: italic;
	margin-top: 20px;
}
.tpk-sec6 .yl-content > .col-inner {
	background-image: linear-gradient(52.37deg, rgba(0, 151, 254, .05) -5.7%, rgba(81, 142, 248, .025) 94.69%);
	box-shadow: 0 6px 7.7px 0 #00000040;
}
.tpk-sec6 .yl-content .package-title {
    font-size: clamp(1.3rem,4vw,1.8rem);
    line-height: 36px;
    font-weight: 700;
    color: #000;
}
.package-content {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.offer-box {
    display: inline-block;
    padding: 17px 60px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
    color: #FF7700;
    border-radius: 15px;
    border: 3px solid #fff;
    white-space: pre-wrap;
	background-image: linear-gradient(180deg, #fff 27.96%, #ffe6c9 102.93%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.offer-note {
    margin-top: 28px;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #FF3B30;
}
@media (max-width: 1024px) {
    .yearly-package {
        width: 100%;
    }

    .package-content {
        margin-top: 32px;
    }

    .offer-box {
        padding: 17px 20px;
    }
}
.tpk-sec6 .yl-content .right-tt {
    font-size: clamp(1.1rem,4vw,1.5rem);
    color: #006cff;
	font-weight: 700;
	margin-bottom: 10px;
}
.tpk-sec6 .yl-content .button {
	margin: 0;
} 
.tpk-sec7 .accordion {
	display: flex; 
	flex-direction: column;
	gap: 15px;
}
.tpk-sec7 .accordion .accordion-title {
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 7.7px 0 #00000040;
	border-radius: 12px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 600;
    font-size: 18px;
}
.tpk-sec7 .accordion .toggle {
	left: unset;
	right: 0;
}
.tpk-sec7 .accordion .accordion-inner p{
	font-size: 18px;
	margin: 0;
}



/* automation */

.at-sec1 .dc-rating-text * {
	color: #fff;
}
.at-sec1 .dc-rating {
	margin-bottom: 10px;
}
.at-sec1 h2 {
	font-size: clamp(1.4rem,4vw,2.8rem);
	line-height: 1.4;
	color: #fec338 !important;
}
.at-sec1 h2 span {
	color: #fff !important;	
	display: block;
}
.at-sec1 .button.white:hover {
	color: #fff !important;
	transform: translateY(-3px);
	background: linear-gradient(180deg, #fec338, #f34b71);
}
.at-tt h2 {
	font-size: clamp(1.4rem,4vw,2.3rem);
}
.at-tt p {
	margin: 0;
}
.at-sec2 .grid-box .col > .col-inner {
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	transition: .3s all;
}
.at-sec2 .grid-box .col > .col-inner:hover {
	transform: scale(1.05);
}
.at-sec2 .box-btn {
	width: fit-content;
	align-items:center;
}
.at-sec2 .box-btn svg {
	padding: 0;
}
.at-sec2 .box-btn p{
	font-weight: 700;
	font-size: 1rem;
	margin: 0;
}
.at-sec2 .box-btn-ct > .col-inner > a {
	    width: fit-content;
    position: relative;
    display: flex;
    margin: 0 auto;
}
.at-sec2 .grid-box .icon-box p {
	margin: 0;
}
.at-sec3 h3 {
	font-size: clamp(1.2rem,4vw,1.8rem);
	color: #056cfe;
	margin-bottom: 5px;
}
.at-sec3 ul {
	list-style: none;
	display: flex; 
	flex-direction: column;
	gap: .6rem;
}
.at-sec3 p {
	margin-bottom: 10px;
}
.at-sec3 ul li {
	margin: 0 !important;
	position: relative;
}
.at-sec3 ul li:before {
	content:"\f058";
	font-family:"Font Awesome 6 Free";
	font-weight: 900;
	color: #056cfe;
	margin-right: 6px;
}
.at-sec4 {
	background: linear-gradient(180deg, #dae8fc, #fff 56.62%);
}


/* Section / Row fix cho sticky trong Flatsome */
.dc-sync-section,
.dc-sync-section > .section-content,
.dc-sync-section .section-content,
.dc-sync-section .row,
.dc-sync-wrap,
.dc-sync-wrap > .col,
.dc-sync-wrap > .col > .col-inner {
    overflow: visible !important;
}

.dc-sync-section {
    position: relative;
}

.dc-sync-wrap {
    align-items: flex-start !important;
	margin-bottom: 30px;
}

.dc-sync-nav,
.dc-sync-nav > .col-inner {
    overflow: visible !important;
}

.dc-sync-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 60px;
    padding-bottom: 0;
}

.dc-sync-item {
    min-height: var(--dc-sync-img-height, 480px);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 50px;
    border-radius: 16px;
    color: #1f2329;
    text-decoration: none;
    transition: all .25s ease;
}

.dc-sync-item:hover,
.dc-sync-item.active {
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
    transform: translateX(6px);
}

.dc-sync-icon {
    width: 28px;
    flex: 0 0 28px;
    color: #1e4dff;
    font-size: 20px;
    line-height: 1.2;
}

.dc-sync-content {
    display: block;
}

.dc-sync-content strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2329;
}

.dc-sync-content em {
    display: -webkit-box;
    overflow: hidden;
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    color: #4d5562;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dc-sync-media {
    position: sticky !important;
    overflow: hidden !important;
}

.dc-sync-media > .col-inner {
    position: relative;
    overflow: hidden !important;
}

.dc-sync-media .dc-sync-panel {
    position: absolute !important;
    inset: 0;
    min-height: unset !important;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px);
    transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
    pointer-events: none;
}

.dc-sync-media .dc-sync-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 2;
}

.dc-sync-media .dc-sync-panel .img-inner,
.dc-sync-media .dc-sync-panel img {
    width: 100%;
}

.dc-sync-media .dc-sync-panel img {
    display: block;
    height: auto;
}

/* Desktop thường: ảnh căn giữa màn */
@media (min-width: 850px) and (max-width: 1889px) {
    .dc-sync-media {
        top: 120px;
        height: calc(100vh - 180px);
    }

    .dc-sync-media > .col-inner {
        height: 100%;
    }

    .dc-sync-media .dc-sync-panel {
        justify-content: center;
    }

    .dc-sync-media .dc-sync-panel img {
        max-height: 100%;
        object-fit: contain;
    }
}

/* Màn rất lớn: ảnh bám top 100px */
@media (min-width: 1890px) {
	.dc-sync-list {
    padding-top: 150px;
}
	.dc-sync-item {
    min-height: calc(var(--dc-sync-img-height, 480px) - 80px);
}
    .dc-sync-media {
        top: 120px !important;
        height: var(--dc-sync-img-height, auto) !important;
        overflow: visible !important;
    }

    .dc-sync-media > .col-inner {
        height: var(--dc-sync-img-height, auto) !important;
        overflow: visible !important;
    }

    .dc-sync-media .dc-sync-panel {
        height: auto !important;
        display: block;
        align-items: initial;
    }

    .dc-sync-media .dc-sync-panel.active {
        position: relative !important;
    }
}

.dc-sync-mobile-img {
    display: none;
}

@media (max-width: 849px) {
    .dc-sync-media {
        display: none !important;
    }

    .dc-sync-list {
        gap: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .dc-sync-item {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
        min-height: auto;
        padding: 16px;
        margin-bottom: 0;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
        transform: none !important;
    }

    .dc-sync-item.active,
    .dc-sync-item:hover {
        transform: none !important;
    }

    .dc-sync-icon {
        flex: 0 0 28px;
        width: 28px;
        padding-top: 10px;
    }

    .dc-sync-content {
        flex: 1 1 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .dc-sync-mobile-img {
        display: block !important;
        flex: 0 0 100%;
        width: 100%;
        max-height: 0;
        margin-top: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .45s ease, opacity .35s ease, margin-top .35s ease;
    }

    .dc-sync-item.active .dc-sync-mobile-img {
        max-height: 700px;
        margin-top: 14px;
        opacity: 1;
    }

    .dc-sync-mobile-img img {
        display: block;
        width: 100%;
        height: auto;
    }
}



.at-sec5 .grid-item .col > .col-inner {
	border-radius: 20px;
	border: 1px solid #888;
	box-shadow: 0 7px 12px #1138ee1a;
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	transition: .3s all;
}
.at-sec5 .grid-item .col > .col-inner:hover {
	transform: scale(1.05);
}
.at-sec5 .grid-item .col > .col-inner a {
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.at-sec5 .grid-item .col > .col-inner .link p {
	    height: 0;
    margin: 0;
}
.at-sec5 .grid-item .main-item > .col-inner {
	border-color: #fff;
	background: linear-gradient(180deg, #557dff 0, #1621eb 100%);
	justify-content:center;
}
.at-sec5 .grid-item .icon-box h3 {
	margin: 0;
}
.at-sec5 .grid-item .icon-box svg, .at-sec5 .grid-item .icon-box img {
	padding: 0;
}
.at-sec5 .grid-item .icon-box p {
	font-size: 14px;
}
.at-sec5 .grid-item .icon-box-left h3{
	line-height: 1.2;
}
.at-sec5 .grid-item .icon-box-left {
	align-items: center;
}
.at-sec5 .grid-item .col > .col-inner .content-it p {
	font-size: 14px;
	margin-bottom: 10px;
}
.gf-plan-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gf-plan-meta__item {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    color: #777;
}
.at-sec5 h2,.at-sec6 h2 {
    font-size: clamp(1.4rem, 4vw, 2.3rem);
}
.at-sec5 h2 span,.at-sec6 h2 span {
	    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #fec338, #f34b71 26.89%, #557dff 52.67%);
    background-clip: text;
    -webkit-background-clip: text;
}
.at-sec5 h2 p,.at-sec6 h2 p {
	margin: 0;
}
.at-sec6 .icon-box p {
	font-size: 14px;
}
.at-sec6 .icon-box img {
	padding: 0;
}

.academy-card-content * {
	text-shadow: none !important;
}
.academy-card-title {
  font-size: clamp(1.1rem,4vw,1.4rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.academy-card-desc {
  margin-top: 4px;
  width: 210px;
  height: 80px;
  font-size: 14px;
  line-height: 1.4;
  color: #f2f3fb;
}

.academy-card-btn {
  display: block;
  margin-top: 4px;
  text-decoration: none;
}

.academy-card-btn span,
.academy-card-btn {
  color: #fff;
}

.academy-card-btn {
  width: fit-content;
}

.academy-card-btn {
    display: flex !important;
    align-items: center;
    gap: 32px;
    padding: 10px 25px;
    border-radius: 12px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
}

.academy-card-btn img {
  display: block;
  width: 18px;
  height: auto;
}
.grid-scale > .col > .col-inner {
	transition: .3s all;
}
.grid-scale > .col > .col-inner:hover {
	transform: scale(1.05);
}


/* Pricing switch head */
.pricing-container .dc-pricing-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 38px;
  flex-wrap: wrap;
}

/* Currency dropdown */
.pricing-container .dc-currency-select-wrap {
  position: relative;
  min-width: 96px;
}

.pricing-container .dc-currency-select {
  width: 100%;
  height: 46px;
  padding: 0 38px 0 16px;
  border: 0;
  border-radius: 10px;
  background: #e9eefc;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	margin: 0;
}

.pricing-container .dc-currency-select-wrap::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #43516a;
  pointer-events: none;
	
}

.pricing-container .dc-currency-select:focus {
  box-shadow: 0 0 0 2px rgba(29, 99, 255, .18);
}

/* Plan switch */
.pricing-container .dc-plan-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 10px;
  background: #e9eefc;
}

.pricing-container .dc-plan-btn {
  min-width: 145px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all .2s ease;
	margin: 0;
}

.pricing-container .dc-plan-btn.is-active {
  background: #fff;
  color: #1d63ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

/* Hide/show */
.pricing-container .dc-pricing-hidden {
  display: none !important;
}

/* Ẩn nav gốc Flatsome để không bị dư */
.pricing-container .tabbed-content > .nav {
  display: none !important;
}

@media (max-width: 549px) {
  .pricing-container .dc-pricing-head {
    gap: 10px;
    margin-bottom: 25px;
  }

  .pricing-container .dc-currency-select-wrap {
    min-width: 88px;
  }

  .pricing-container .dc-currency-select {
    height: 40px;
    padding-left: 14px;
    padding-right: 34px;
    font-size: 13px;
  }

  .pricing-container .dc-plan-btn {
    min-width: 130px;
    height: 34px;
    font-size: 13px;
  }
}
.at-sec7 .yearly.pricing-card .pricing-title {
	text-align:center;
}
.at-sec7 .yearly.pricing-card .pricing-btn {
	width: fit-content;
	padding: 16px 32px;
	margin: 20px auto 0;
}
.at-sec7 .pricing-card-active .pricing-price {
	color: #faff00 !important;
}
.at-sec7 .pricing-card-active .pricing-desc {
	color: #00ff0d !important;
}
.at-sec7 .yearly.pricing-card ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
@media(max-width:549px) {
	.full-col .col-inner {
		width: 100% !important;
	}
}