﻿@import url('grid8.css');


:root {
--primary: #5307af;
--secondary: #8d4add;
}

* {
	-webkit-font-smoothing: antialiased;
}
.lineHeight100 {
	line-height: 140% !important;
}
body {
	line-height: 200%;
	background-color: #ffffff;
	margin: 0;
	color: #333333;
	font-size: 14pt;
	overflow-x: hidden;
}
body,select , input, textarea, button {
	font-family: 'Manrope';
	font-weight:300;
	font-size:14pt;
}
strong, b[style="font-weight:bold;"] {
    font-weight: 600;
}

.pt9, .pt9 * {
	font-size: 9pt;
}
.vazir{
	font-family:Vazir,Tahoma;
}
.white {
	color: white;
}
#mobileHeader {
	display: none;
}
#mobileMenuBar {
	text-align: center;
	direction: ltr;
	box-sizing: border-box;
	position: fixed;
	top: 0;;
	left: 0;
	background: #000000;
	width: 100%;
	min-height: 50px;
	padding-right: 13px;
	padding-left: 13px;
	z-index: 1998;
}
.mobileMenuTitle {
	line-height: 50px;
	display: inline-block;
	white-space: nowrap;
	color: #ffffff;
	font-size: 9pt;
}
#mobilemenu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	width: 220px;
	margin-right: -220px;
	background: #222222;
	direction: ltr;
	padding-top: 50px;
	box-sizing: border-box;;
	z-index: 2000;
}
.mobileMenuItem {
	font-size: 10pt;
	color: #ffffff;
	display: block;
	width: 100%;
	line-height: 35px;
	padding-right: 10px;
	border-bottom: 1px solid #555555;
}
a.mobileMenuItem:hover {
	font-size: 10pt;
	background: #555555;
	color: #ffffff;
}
.mobileSubMenuItem {
	font-size: 10pt;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-right: 30px;
}
.mobileSubMenuItem:hover {
	font-size: 10pt;
	color: #ffffff;
}
.mobileMenuItem:before {
	font-family: 'Times New Roman';
	display: inline-block;
	content: '- ';
	font-size: 6pt;
	margin-left: 5px;
	margin-right: 5px;


}
.mobileMenuItem.changed:before {
	font-family: 'Times New Roman';
	display: inline-block;
	content: '▼';
	font-size: 6pt;
	margin-left: 5px;
}
#mobileMenuMask {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0.5;
	background-image: none!important;
	background-color: #000;
	z-index: 1999;
	display: none;
}
#backButton {
	width: 60px;
	height: 50px;
	position: fixed;
	top: 0;
	left: 15px;
	z-index: 2000;
	box-sizing: border-box;
	background: url('template/back.svg') no-repeat left center;
	background-size: 8px 12px;
}
#humburger {
	width: 48px;
	height: 48px;
	position: fixed;
	top: 0;
	right: 15px;
	z-index: 2002;;
	box-sizing: border-box;
}
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background: transparent;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 22px;
	left: 9px;
	right: 9px;
	height: 1px;
	background: white;
	border-radius: 2px;
}
.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	border-radius: 2px;
	height: 1px;
	background-color: white;
	content: "";
}
.c-hamburger span::before {
	top: -8px;
}
.c-hamburger span::after {
	bottom: -8px;
}
.c-hamburger--htx {
}
.c-hamburger--htx span {
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color: transparent;
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #ffffff;
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

#desktopHeader{
	position: relative;
	background:rgba(0,0,0,0.75);
	z-index: 4;
}

@media all and (max-width:760px){
body {
	padding-top: 50px;
}
#mobileHeader {
	display: block;
}
#desktopHeader {
	display: none;
}
}
.rtl {
	direction: rtl;
}
.ltr {
	direction: ltr;
}
.displayNone {
	display: none;
}


.inline {
	display: inline-block;
}
.pointer{
	cursor:pointer;
}
@media (max-width: 780px) {
.mobileCenter{
	text-align: center;	
}
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignJustify {
	text-align: justify;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
h1 {
	font-size: 24pt;
	padding: 0;
	margin: 0;
	color: var(--primary) ;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
}
.specialbox {
	overflow: auto;
}
.specialbox p:empty {
	margin: 0;
	padding: 0;
}
.specialbox p:empty {
	margin: 0;
	padding: 0;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.max440 {
	width: 440px;
	max-width: 100%;
	box-sizing: border-box;
}
.max220 {
	width: 220px;
	max-width: 100%;
	box-sizing: border-box;
}
.full {
	direction: ltr;
	width: 98%;
	max-width: 1300px;;
	margin: auto;
}
.inner {
	width: calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box;
}
.inner * {
	max-width: 100%;
}
.box {
	overflow: auto;
	background:#ffffff;
	border: 1px solid #eeeeee;
	border-radius:2px;
	padding:15px;
	box-sizing:border-box;
}
table {
	border-collapse: collapse;
}
.clear {
	clear: both;
	display: block;
}
a {
	color:var(--primary);
	text-decoration: none;
	outline: none;
	transition: color 0.3s ease;
}
a:hover {
	color: var(--secondary);
}
.bordered {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,1px 1px 0 #000;
}
.photothumb {
	border: 1px solid #888888;
	border-radius: 2px;
	vertical-align: top;
}

.galleryAnchor{
	display:inline-block;
	box-sizing:border-box;
	width:calc(25% - 10px);
	margin:5px
}

.titles {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 600;
	font-size:18pt;
	color: var(--primary);
}

.subTitle{
	color:#555555;
	font-size:10pt;
}
.clear {
	clear: both;
	display: block;
}
form {
	margin: 0;
}
input {
	outline: 0;
}
input, textarea {
	box-sizing: border-box;
}
.topmenu {
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
}
.menu {
	color: #000000;
	display: inline-block;
	min-width: 140px;
}
.brief {
	color: #dddddd;
	font-size: 8pt;
	display: block;
}
.myhr {
	height: 1px;
	background: #999999;
}
.paging {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #eeeeee;
	border: 1px solid #666666;
	vertical-align: middle;
	color:#000000;
}
.pagingActive, .paging:hover {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height:35px;
	background: #1596ff;
	border: 1px solid #666666;
	vertical-align: middle;
	color: #ffffff;
}

.listthumb {
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 10px;
	border:1px solid #eeeeee;
}
.listlink {
	display: block;
	width: 100%;
	color: #000000;
}
.listlink img{transition: all 0.3s ease;}

.listlink:hover {
	color: var(--secondary);
}

.listlink:hover img{
	filter: brightness(80%) saturate(80%);
  }


.pagerinactive {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #888888;
	cursor: pointer;
	border-radius: 10px;
	margin: 0;
	padding: 0;
}
.pageractive {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #0082c5;
	margin: 0;
	padding: 0;
}
@media all and (max-width:760px){
#mobileMenuIcon {
	display: block;
}
#topmenu {
	display: none;
}
#mobilemenu {
	display: block;
}
}
.adminGear {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url('template/admin/gear.svg') no-repeat;
	vertical-align:middle;
	background-size:contain;
	cursor:pointer;
}

.adminDelete {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/delete.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminGrayDelete {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/delete-gray.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminArchive {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/archive.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminAdd {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/add.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminSub {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/sub.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminEdit {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/edit.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminUp {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/up.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminVisible {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/visible.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminHidden {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/hidden.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
.adminUpload {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('template/admin/upload.png') no-repeat;
	background-size:contain;
	cursor:pointer;
}
@media print{
}



.billboardText{
	display:none;
}
@media all and (max-width:760px){
.billboardOuter {
	height:auto;
}
}
.billboardHolder {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index:1;
}

#billboardPlaceHolder{
	background:url('template/wait.svg') no-repeat center center;
	display:flex;
	width:100%;
	position:absolute;
	top:0;left:0;bottom:0;
	z-index:70;
	background-color:#eeeeee;
}

.billboard {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 3;
}
.billboard:first-of-type {
	display: block;
}

.billboardTitlesContainer {
	display: flex;
	flex-direction: column;
	align-items: center;            /* Center items horizontally */
	min-height: 100%;              /* Ensure the container takes the full height */
	justify-content: center;        /* Center the divs vertically */
	align-items: stretch;
	width: 98%;
	max-width: 1300px;
	margin:auto;
}

.title1 {
	padding-right:40px;
	padding-left:40px;
	color: var(--primary);
	font-size: 40pt;
	font-weight:bold;
	padding-bottom:20px;
}
.title2 {
	padding-right:40px;
	padding-left:40px;
	color: var(--primary);
	font-size: 28pt;
	font-weight:bold;
	padding-bottom:20px;
}
.title3 {
	padding-right:40px;
	padding-left:40px;
	color:var(--secondary);
	font-size: 18pt;
	font-weight:bold;
}


@media all and (max-width:800px){
	.title1 {
		font-size: 30pt;
		padding-bottom:15px;
	}
	.title2 {
		font-size: 18pt;
		padding-bottom:15px;
	}
	.title3 {
		font-size: 12pt;
	}
}

@media all and (max-width:500px){
	.title1 {
		font-size: 20pt;
		padding-bottom:0px;
	}
	.title2 {
		font-size: 12pt;
		padding-bottom:10px;
	}
	.title3 {
		font-size: 10pt;
	}
}



.billboardbullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
	border: 1px solid #888888;
	box-sizing: border-box;
}



@media all and (max-width:1000px){
.billboardTitle {
	font-size: 18pt;
}
.billboardSubTitle {
	font-size: 16pt;
}

}
@media all and (max-width:500px){
.billboardHolder {
	padding-top: 100%;
}

}
.membersLink {
	font-size: 9pt;
	min-width: 90px;
	padding: 5px;
	border-radius: 15px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	text-align: center;
	display: inline-block;
}
.membersMenu {
	background: #ffffff;
	border-radius: 5px;
	font-size: 9pt;
	display: inline-block;
	padding: 10px;
	margin: 5px;
	text-align: center;
	border: 1px solid #aaaaaa;
	margin-bottom: 0;
	margin-top: 0;
}
#rainbow {
	width: 200px;
	margin: auto;
	background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
	background-size: 180% 180%;
	-webkit-animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
	-z-animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
	-o-animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
	animation: rainbow 6s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
}
@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
.treeDiv {
	margin-top: 5px;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #cccccc;
	font-size: 8pt;
}
.treeDiv a {
	font-size: 10pt;
	color: #666666;
}
.treeDiv a:hover {
	color: var(--primary);
}
.addnew {
	border-radius: 20px;
	color: #000000;
	display: inline-block;
	padding: 10px;
	line-height: 35px;
	background: #eeeeee;
	border: 1px solid #555555;
}
.gradient {
	position: relative;
	z-index: 2;
	height: 140px;
	background: rgba(0,0,0,0.8);
	background: linear-gradient(0deg, rgba(0,0,0,0) 80%, rgba(0,0,0,0.8) 100%);
}
.filterDiv {
	width: 20%;
	float: left;
	box-sizing: border-box;
}
.resultDiv {
	width: calc(80% - 20px);
	margin-left:20px;
	float: right;
	min-height: 200px;
	box-sizing: border-box;
}
.filterBox {
	padding: 10px;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	background: #f0eae6;
	box-sizing: border-box;
	border-radius:4px;
}
.filterBoxHeader {
	cursor: pointer;
	display: block;
	color: #333333;
}
.filterDash {
	height: 1px;
	background: #025f50;
	margin-top: 5px;
	margin-bottom: 10px;
}
#filtersTitleMobile {
	display: none;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
}
.filterBoxAdmin {
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	background: #222222;
	box-sizing: border-box;
	display: inline-block;
	margin: 3px;
}
.closeFilters {
	display: none;
	background: #f0eae6;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
.rotate180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 300ms ease all;
}
@media all and (max-width:760px){
.filterDiv {
	display: none;
	overflow: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	float: none;
	padding-top: 10px;
	background: rgba(0,0,0,0.95);
}
#filterList {
	width: 100%;
	max-width: 300px;
	text-align: left;
	padding-top: 10px;
	margin: auto;
}
.filterBox {
	width: 100%;
	float: none;
	box-sizing: border-box;
}
.resultDiv {
	width: 100%;
	float: none;
	padding-top:80px;
	margin-left:0;
}
#filtersTitleDesktop {
	display: none;
}
#filtersTitleMobile {
	display: block;
	position: fixed;
	top: 55px;
	width: calc(100% - 12px);
	left: 6px;
}
#filterListMobileStat {
	width: 250px;
	direction: ltr;
	margin: auto;
}
.closeFilters {
	display: block;
}
.closeFilters:hover {
	background: #E8CFB5;
	color: #000000;
}
}
h3 {
	margin: 0;
	padding: 0;
}
.wait {
	display: block;
	height: 100px;
	width: 100%;
	background: url('template/wait.svg') no-repeat center center;
	background-size: auto 90px;
}
.bigImage {
	position: relative;
	z-index:-1;
	top: -140px;
	margin-bottom: -140px;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}
.bigImageTitle{
	position:absolute;
	bottom:0;
	width:100%;
	
}
@media all and (max-width:760px){
.bigImage {
	height: 400px;
	position: relative;
	top: 0px;
	margin-bottom: 0;
}
}
.lightbar {
	border-bottom: 1px solid #999999;
}
.treeArrow {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('template/tree-arrow.png') no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.orderTable {
	width: 100%;
	box-sizing: border-box;
}
.orderTable tr {
	border-bottom: 1px solid #aaaaaa;
}
.orderTable td {
	padding: 5px;
}
.orderTable tr:hover {
	background: rgba(100,100,100,0.05);
}
.basket {
	width: 75px;
	text-align: center;
	border: 1px solid #aaaaaa;
	height: 25px;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius:4px;
}
.basketIcon {
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('template/basket.svg');
	background-size: 20px 20px;
	background-position: center center;
	background-color: #ffffff;
	border-radius: 12px;
}
.reBasket {
	line-height: 22px;
	vertical-align: middle;
	height: 24px;
	display: inline-block;
	width: 24px;
	text-align: center;
	cursor: pointer;
	background: #888888;
	color: #ffffff;
	border-radius:50%;
}
.reBasket:hover {
	background: #444444;
	color: #ffffff;
}

.linkFP{
	width:200px;
	height:200px;
	display:inline-block;
	border:1px solid #eeeeee;
	border-radius:50%;
	line-height:100% !important;
	background:rgba(255,255,255,0.7);
	box-shadow: 3px 10px 10px #888888;
	margin-bottom:20px;
}
.linkFP:hover{
	box-shadow: 3px 10px 20px #888888;
}

.unavailable {
	position: relative;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	display: block;
}
.unavailable::after {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url('template/unavailable.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -1px;
	left: -1px;
	content: '';
}
.priceFilterDiv {
	white-space: nowrap;
	display: inline-block;
	margin: 4px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
}
.trash {
	display: inline-block;
	width: 15px;
	height: 20px;
	background: url('template/trash.svg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.basketCol1 {
	flex: 0 0 44%;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.basketCol2 {
	flex: 0 0 18%;;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000;
}
.basketCol3 {
	flex: 0 0 10%;;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000;
}
.basketCol4 {
	flex: 0 0 18%;;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000;
}
.basketCol5 {
	flex: 0 0 10%;;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #ff0000;
}
#basketHeaderRow {
	color: #7a7a7a;
	font-weight: 300;
	font-size: 12pt;
	border: 1px solid #efefef;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	line-height: 40px;
}
.rowCurrency{
	color:#aaaaaa;
	font-style:italic;
	margin-right:5px;
}
.orderRow {
	padding:10px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	align-items: center;
	color: #555555;
	font-size: 12pt;
	margin-bottom:5px;

}
.mobileTitle {
	display: none;
}
@media all and (max-width:768px){
.mobileTitle {
	display: inline;
}
#basketHeaderRow, #basketTabs {
	display: none;
}
.orderRow {
	width: 100%;
	padding: 10px;
	border-top: 1px solid #efefef;
	margin-top: 5px;
	margin-bottom: 5px;
}
.basketCol1 {
	flex: 0 0 100%;
	text-align: left;
}
.basketCol2 {
	flex: 0 0 100%;
	text-align: left;
}
.basketCol3 {
	flex: 0 0 100%;
	text-align: left;
}
.basketCol4 {
	flex: 0 0 100%;
	text-align: left;
}
.basketCol5 {
	flex: 0 0 100%;
	text-align: right;
}
.basketRight {
	flex: 0 0 100%;
}
.basketLeft {
	flex: 0 0 100%;
}
}
.membersItems {
	display: block;
	line-height: 100px;
	width: calc(100% - 20px);
	margin: auto;
	border: 1px dotted #aaaaaa;
	text-align: center;
	margin-bottom: 20px;
}
.signinA {
	display: inline-block;
}
.signinA img {
	border-radius: 50%;
	vertical-align: middle;
	width: 35px;
	margin:3px;
}
.signinA .small {
	border-radius: 50%;
	vertical-align: middle;
	width: 30px;
}
.basketCounter {
	display: none;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #ff0000;
	font-size: 8pt;
	text-align: center;
	line-height: 19px;
	color: #ffffff;
	position:absolute;
	top:-5px;
	right:-3px	
}
ul.drop {
	z-index: 597;
	margin: auto;
	direction: ltr;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	box-sizing: border-box;

}
ul.drop > li a {
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	color:#FFFFFF;
	font-size: 11pt;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	box-sizing: border-box;
	line-height: 40px;
	transition: all 0.2s ease-in;
}
ul.drop > li a:hover {
	color:#efefef;
}
ul.drop li a span {
	display: inline-block;
	font-size: 5pt;
	vertical-align:bottom;
	padding-left:10px
}
ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	padding: 0;
}
ul.drop > li {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	box-sizing: border-box;
	min-height: 45px;
	position: relative;
}

ul.drop li::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 30%; /* Half the height */
	height: 40%; /* Half the height */
	width: 1px; /* Full width or adjust as needed */
	border-right: 0px solid #333333; /
}

ul.drop li:last-of-type::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 25%; /* Half the height */
	height: 0%; /* Half the height */
	width: 100%; /* Full width or adjust as needed */
	border-left: 1px solid black; /
}

ul.drop > li:last-of-type {
	border-right: 0px;
}
ul.drop > li.hover, ul.drop > li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.drop ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + 1px);
	left: 0px;
	z-index: 0;
}
ul.drop ul li a {
	color: #FFFFFF;
	display: block;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
	background-color: #000000;
}
ul.drop ul li a:hover {
	color:#efefef;
	padding-left:5px;
}
ul.drop ul li{
	position:relative;
	top:0;
	left:0;
}
ul.drop ul ul {
	position: absolute;
	top:-3px;
	left: 100%;
	z-index: 1;
	box-sizing:border-box;
	padding-left:15px;
}
ul.drop li:hover > ul {
	visibility: visible;
	opacity: 1;
}

ul.drop ul li span {
	position: absolute;
	right: 5px;
	top: 0px;
	font-size: 6pt;
	color: #FFFFFF;
	font-family:Tahoma;
	
}
ul.drop li ul li a {
	min-width: 200px;
	max-width: 300px;
	text-align: left;
	white-space: nowrap;
}

ul.drop li ul li a:hover {
	padding-left:15px;
}


.appInput{
	border-radius:5px;
	border:1px solid #eeeeee;
	width:100%;
	padding:10px;
}

.signinOptions{
	display:inline-block;
	width:80px;
	margin-right:10px;
	border:1px solid #999999;
	border-radius:8px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:10pt;
	color:#444444;
	cursor:pointer;
}

.signinOptions:hover:not(.signinOptionsActive){
	color:#444444;
	background:#e9f5ff;
}

.signinOptionsActive{
	background:#0071d0;
	color:#ffffff;
}
.signinOptionsActive:hover{
	color:#ffffff;
}
.signinOptions span{
	color:#ffffff;
	margin-left:-15px;
}

.progress {
	display: none;
	position: relative;
	width: 400px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	margin: auto;
}
.bar {
	background-color: #B4F5B4;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}
.percent {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 48%;
}

.listItem{
	height:calc(100% - 20px);
	margin-bottom:20px;
}

.call2Act{
	border-radius:10px;
	border:1px solid #eeeeee;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	background:#c6b08c;
	color:#ffffff;
	font-size:11pt;
}

.contactGdarient{
position:relative;width:100%;height:180px;top:0;left:0;
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.linkout{
	display:inline-block;
	width:22px;
	height:22px;
	background:url('template/linkout.svg');
	background-size:contain;
	background-repeat:no-repeat;
	vertical-align:middle;margin-left:15px;
	float:right;
}

.exploreNow{
	display:inline-block;
	border:1px dashed #aaaaaa;
	padding:10px;
	width:200px;
	text-align:center;
	background:#efefef;
}

.galleryLoader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;left:0;	
	z-index:2;
	background:url('template/wait.svg');
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
	background-color:rgba(255,255,255,0.8)
	
}

.alertParent{
	position:fixed;height:100%;top:0;left:0;z-index:10000;width:1px;
}

#alert{
	position:fixed;
	top:10px;
	right:10px;
	background-color:#FFFFCC;
	border: 1px solid #aaaaaa;
	padding: 0px;
	box-sizing:border-box;
	box-shadow: 5px 10px 10px rgba(200,200,200,0.5);
	border-radius:5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	line-height:100%;
	width:270px;
	overflow:visible;
	z-index:99999;
	font-size:10pt;
	line-height:150%;	
}

#alert .close{
	position:absolute;top:10px;right:10px;cursor:pointer;
}
.openAlert{
	text-align:center;
	cursor:pointer;
	background:#FFCC99;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	display:none;
}
.closeAlert{
	display:inline-block;
	width:22px;
	height:22px;
	border-radius:50%;
	border:1px solid #ff0000;
	text-align:center;
	line-height:22px;
	font-size:8pt;
	color:#ffffff;
	position:absolute;
	left:calc(100% - 11px);top:-11px;
	background:#ff0000;
	margin-bottom:-22px;
	cursor:pointer;
}
.closeAlert:hover{
	color:#ffffff;
}

.details{
	width:100%;border:1px solid #dddddd;border-collapse:collapse;
}
.details td{
	padding:8px;
}


.blackStroke{
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.gotoBasket{
	width:150px;
	text-align:center;
	height:40px;
}

.wrapper{
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	direction:ltr;
}

main {
    flex: 1;
}

fieldset{
	border:1px dotted #999999;
	padding-top:20px;
	padding-bottom:20px;
}
legend{
	padding-left:10px;
	padding-right:10px;
	color:#999999;
	font-weight:bold;
}


.divider {
	margin: auto;
	width: 100%;
	height: 20px; /* Set height of the divider */
	position: relative;
	overflow: hidden; /* Ensure any overflow is hidden */
}

.divider:after {
	content: '';
	display: block;
	margin: -25px auto 0; /* Adjust the margin for the shadow effect */
	width: 100%;
	height: 25px;
	border-radius: 125px/12px; /* Keep the rounded corners */
    box-shadow: 0 0 12px #2d3075; /* Shadow effect */
}


.jqueryTooltip {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	z-index: 1000;
	display: none;
	font-size: 12px;
}
.jqueryTooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}




.textShadowBlack{
	text-shadow: 
    1px 0 black,   /* Right shadow */
   -1px 0 black,   /* Left shadow */
    0 1px black,   /* Bottom shadow */
    0 -1px black;
}

.textShadowWhite{
	text-shadow: 
    1px 0 white,   /* Right shadow */
   -1px 0 white,   /* Left shadow */
    0 1px white,   /* Bottom shadow */
    0 -1px white;
}

.desktopPadding{    
	padding-left:20px;
    padding-right:20px;
}

@media (max-width: 800px) {
	.desktopPadding{    
		padding-left:0;
		padding-right:0;
	}
}


/*Quick links*/

.quickHover{
background-color:rgba(105,27,199,0.8);
}

.quickHover:hover{
	background-color:rgba(105,27,199,0.91);
}


.quickText{display:block;width:100%;height:100%;color:#ffffff;font-size:14pt;padding-top:30%;font-weight:bold}



#backToTop {
float:right;
margin-right:35px;
  width: 35px;
  height: 35px;
  background: url('template/arrow-up.svg') no-repeat center;
  background-size:contain;
  cursor: pointer;
  animation: shakeUpDown 1.5s ease-in-out infinite;
  position:relative;top:-30px;
}

@keyframes shakeUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


@media (max-width: 800px) {
#backToTop{display:nonee}
}

.nofloat img{max-width:100%}


.callToAction{
	display:inline-block;
	min-width:180px;
	padding:10px;
	text-align:center;
	border:1px solid #000000;
	color: #000000;
	transition: all 0.4s;
}

.callToAction:hover{
	background:var(--primary);
	color:#ffffff;
}

.callToActionWhite{
	display:inline-block;
	min-width:180px;
	padding:10px;
	text-align:center;
	border:1px solid #ffffff;
	color: #ffffff;
	transition: all 0.4s;
}

.callToActionWhite:hover{
	background:var(--primary);
	color:#ffffff;
}

/* ===================================================================== */
/* Merged from index8.css (Hengda-inspired sections for index2/part2 ASP) */
/* ===================================================================== */

/* index.css - prefixed wi- to avoid conflicts with style23.css */
:root{
    --wi-accent: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(0,0,0,0.08));
    --font-body: 'Manrope', sans-serif;
    --font-heading: 'Cormorant Garamond', serif;
    --gold: #ffffff;
    --gold-light: #ffffff;
    --muted: #d4d4d4;
    --line: rgba(255, 255, 255, 0.28);
}

/* videoGrid hero content - copied from Hengda hero-content */
.videoGrid .hero-content { position: relative; z-index: 2; max-width: 860px; padding: 0 clamp(24px, 8vw, 90px); font-family: var(--font-body); color: #fff; }
.videoGrid .hero-content .eyebrow { display: grid; grid-template-columns: 40px auto; align-items: center; gap: 14px; margin: 0 0 25px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.videoGrid .hero-content .eyebrow span { height: 1px; background: var(--gold); }
.videoGrid .hero-content h1 { margin: 0; max-width: 850px; font-family: var(--font-heading); font-weight: 600; line-height: 1.02; font-size: clamp(58px, 7.2vw, 110px); }
.videoGrid .hero-content h1 em { color: var(--gold-light); font-weight: 500; font-style: normal; }
.videoGrid .hero-content .hero-copy { max-width: 630px; margin: 30px 0 36px; color: #c8c5bc; font-size: 16px; }
.videoGrid .hero-content .hero-actions { display: grid; grid-auto-flow: column; justify-content: start; align-items: center; gap: 34px; }
.videoGrid .hero-content .button { display: inline-grid; min-height: 52px; grid-auto-flow: column; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; transition: background .3s ease, color .3s ease, transform .3s ease; }
.videoGrid .hero-content .button:hover { transform: translateY(-3px); }
.videoGrid .hero-content .button-gold { background: var(--gold); color: #111; }
.videoGrid .hero-content .button-gold:hover { background: rgba(255,255,255,0.82); }
.videoGrid .hero-content .text-link { color: #d1cec5; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.videoGrid .hero-content .text-link i { margin-left: 10px; color: var(--gold); }
.videoGrid .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.videoGrid .reveal.visible { opacity: 1; transform: translateY(0); }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); display: grid; width: 24px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; }
.scroll-cue span { width: 3px; height: 7px; border-radius: 3px; background: var(--gold); animation: scroll-cue-move 1.7s infinite; }
@keyframes scroll-cue-move { 0%, 100% { transform: translateY(-5px); opacity: .4; } 50% { transform: translateY(5px); opacity: 1; } }
@media (max-width: 600px) {
    .videoGrid .hero-content h1 { font-size: 52px; }
    .videoGrid .hero-content .hero-copy { font-size: 14px; }
    .videoGrid .hero-content .hero-actions { grid-auto-flow: row; justify-items: start; gap: 22px; }
}

/* #about intro section - copied from Hengda .intro / .section */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.intro.section { position: relative; display: grid; grid-template-columns: minmax(120px, .22fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 80px); padding: 120px clamp(24px, 8vw, 130px); background: #ececec; color: #0d0d0d; font-family: var(--font-body); grid-template-areas: "label heading" ". copy" ". principles"; }
.intro.section .section-label { grid-area: label; padding-top: 10px; color: #817b6e; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; }
.intro .eyebrow.dark { display: grid; grid-template-columns: 40px auto; align-items: center; gap: 14px; margin: 0 0 25px; color: rgb(0, 96, 192); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.intro .eyebrow.dark span { height: 1px; background: rgb(0, 96, 192); }
.intro-heading { grid-area: heading; max-width: 860px; }
.intro-heading h2 { margin: 0; font-family: var(--font-heading); font-weight: 600; line-height: 1.02; font-size: clamp(44px, 5vw, 72px); }
.intro-copy { grid-area: copy; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; max-width: 950px; color: #57544d; }
.intro-copy p { margin: 0; }
.intro-copy p:first-child { color: #22211e; font-size: 19px; }
.intro .principles { grid-area: principles; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 950px; margin-top: 25px; border-top: 1px solid #cec7b9; border-bottom: 1px solid #cec7b9; }
.intro .principles div { display: grid; gap: 3px; padding: 25px 20px; border-right: 1px solid #cec7b9; }
.intro .principles div:first-child { padding-left: 0; }
.intro .principles div:last-child { border: 0; }
.intro .principles strong { font-family: var(--font-heading); font-size: 25px; }
.intro .principles span { color: #646464; font-size: 10px; letter-spacing: .8px; text-transform: uppercase; }
@media (max-width: 900px) {
    .intro.section { grid-template-columns: 1fr; gap: 35px; padding-top: 85px; padding-bottom: 85px; grid-template-areas: "label" "heading" "copy" "principles"; }
}
@media (max-width: 600px) {
    .intro.section { padding: 75px 24px; }
    .intro-copy { grid-template-columns: 1fr; gap: 20px; }
    .intro .principles { grid-template-columns: 1fr; }
    .intro .principles div, .intro .principles div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid #cec7b9; }
    .intro .principles div:last-child { border-bottom: 0; }
}

/* #solutions - exact Hengda .solutions layout, isolated class names, blue accent */
.hd-solutions { position: relative; display: grid; grid-template-columns: minmax(120px, .22fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 80px); padding: 120px clamp(24px, 8vw, 130px); grid-template-areas: "label heading" ". cards"; color: #fff; font-family: var(--font-body); background: linear-gradient(rgba(6,10,20,.55), rgba(6,10,20,.55)), url("template/gold-bg.jpeg") center / cover no-repeat; overflow: hidden; }
.hd-solutions .section-label { grid-area: label; padding-top: 10px; color: #7d8aa3; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; }
.hd-solutions-bg { position: absolute; inset: -20%; opacity: .22; background: linear-gradient(135deg, transparent 0 46%, rgba(0,96,192,.18) 47%, transparent 48% 100%), repeating-linear-gradient(90deg, transparent 0 179px, rgba(0,96,192,.08) 180px); }
.hd-solutions-heading { grid-area: heading; position: relative; display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 55px; }
.hd-solutions-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; color: rgb(0, 96, 192); }
.hd-solutions-heading h2 { margin: 0; font-family: var(--font-heading); font-weight: 600; line-height: 1.02; font-size: clamp(50px, 5.5vw, 80px); color: #fff; }
.hd-solutions-heading > p:last-child { margin: 0; color: #a0a0a0; }
.hd-solution-grid { grid-area: cards; position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 1px; margin-top: 35px; background: rgba(0, 96, 192, 0.28); }
.hd-solution-card { position: relative; min-height: 390px; padding: 45px 36px; background: rgba(15, 20, 32, 0.85); transition: background .3s ease; overflow: hidden; }
.hd-solution-card:hover { background: rgba(22, 29, 48, 0.65); }
.hd-solution-card::after { content: ""; position: absolute; right: -65px; bottom: -65px; width: 130px; height: 130px; border: 1px solid rgba(0, 96, 192, 0.28); transform: rotate(45deg); }
.hd-card-number { position: absolute; top: 25px; right: 28px; color: #5b6b85; font-family: var(--font-heading); }
.hd-solution-card > i { margin: 35px 0 45px; color: rgb(0, 96, 192); font-size: 29px; }
.hd-solution-card h3 { margin: 0 0 18px; font-family: var(--font-heading); font-weight: 600; font-size: 29px; color: #fff; }
.hd-solution-card p { margin: 0; color: #a9a59b; font-size: 13px; }
.hd-card-line { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: rgb(0, 96, 192); transition: width .4s ease; }
.hd-solution-card:hover .hd-card-line { width: 100%; }
@media (max-width: 900px) {
    .hd-solutions { grid-template-columns: 1fr; gap: 35px; padding-top: 85px; padding-bottom: 85px; grid-template-areas: "label" "heading" "cards"; }
    .hd-solutions-heading { grid-template-columns: 1fr; gap: 25px; }
    .hd-solutions-heading .eyebrow { margin-bottom: 0; }
    .hd-solution-grid { grid-template-columns: 1fr; }
    .hd-solution-card { min-height: 330px; }
}
@media (max-width: 600px) {
    .hd-solutions { padding: 75px 24px; }
    .hd-solution-card { padding: 35px 28px; }
}

/* #contact - copied from Hengda .contact, isolated class names, blue accent */
.hd-contact { position: relative; isolation: isolate; display: grid; min-height: 700px; grid-template-columns: 1fr .7fr; align-items: center; gap: clamp(30px, 5vw, 80px); padding: 120px clamp(24px, 8vw, 130px); color: #fff; font-family: var(--font-body); background: linear-gradient(90deg, rgba(6,10,20,.97), rgba(6,10,20,.85)); overflow: hidden; }
.hd-contact-pattern { position: absolute; z-index: 0; inset: 0; opacity: .3; background: radial-gradient(circle at 20% 50%, rgba(0,96,192,.28), transparent 28%), repeating-linear-gradient(135deg, transparent 0 75px, rgba(0,96,192,.08) 76px); }
.hd-contact-form-wrap { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: .55fr 1fr; gap: clamp(35px, 7vw, 100px); margin-top: 45px; padding-top: 70px; border-top: 1px solid rgba(0, 96, 192, 0.28); }
.hd-form-intro span, .hd-form-field label { color: rgb(120, 180, 240); font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.hd-form-intro h3 { max-width: 410px; margin: 14px 0 20px; font-family: var(--font-heading); font-weight: 600; line-height: 1.02; font-size: clamp(34px, 4vw, 52px); color: #fff; }
.hd-form-intro p { max-width: 390px; margin: 0; color: #aaa69c; font-size: 13px; }
.hd-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hd-form-field { display: grid; gap: 8px; }
.hd-form-wide { grid-column: 1 / -1; }
.hd-form-field input, .hd-form-field textarea { width: 100%; border: 1px solid rgba(0, 96, 192, 0.35); border-radius: 0; outline: 0; padding: 13px 15px; color: #fff; background: rgba(12,12,10,.78); font: inherit; font-size: 14px; transition: border-color .25s ease, background .25s ease; }
.hd-form-field input { min-height: 50px; }
.hd-form-field textarea { resize: vertical; }
.hd-form-field input:focus, .hd-form-field textarea:focus { border-color: rgb(0, 96, 192); background: rgba(20,19,15,.95); }
.hd-form-submit { grid-column: 1 / -1; display: grid; align-content: end; justify-items: start; gap: 8px; }
.hd-button { display: inline-grid; min-height: 52px; grid-auto-flow: column; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; border: 0; cursor: pointer; transition: background .3s ease, color .3s ease, transform .3s ease; }
.hd-button:hover { transform: translateY(-3px); }
.hd-button:disabled { cursor: wait; opacity: .6; }
.hd-button-gold { background: rgb(0, 96, 192); color: #fff; }
.hd-button-gold:hover { background: rgb(0, 120, 230); }
.hd-form-status { min-height: 22px; margin: 0; color: #c7c2b7; font-size: 12px; }
.hd-form-status.error { color: #f0a89d; }
.hd-form-status.success { color: rgb(120, 180, 240); }
@media (max-width: 900px) {
    .hd-contact { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 85px; }
    .hd-contact-form-wrap { grid-column: 1; grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .hd-contact { min-height: auto; padding: 75px 24px; }
    .hd-contact-form { grid-template-columns: 1fr; }
    .hd-form-wide { grid-column: 1; }
}

/* footer brand - copied from Hengda footer, isolated class names, blue accent */
.hd-footer { align-items: center; gap: 35px;  color: #aaa69c; border-top: 1px solid #24231f; font-family: var(--font-body); }
.hd-footer p { justify-self: center; margin: 0; font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; }
.hd-brand { display: grid; grid-template-columns: 62px auto; align-items: center; gap: 14px; text-decoration: none; }
.hd-brand-mark { display: grid; height: 54px; align-items: center; overflow: hidden; }
.hd-brand-mark img { width: 64px; transform: scale(1.3); }
.hd-brand-copy { display: grid; line-height: 1.15; }
.hd-brand-copy strong { color: #fff; font-family: var(--font-heading); font-size: 25px; letter-spacing: 0; }
.hd-brand-copy small { margin-top: 4px; color: #bbb7ae; font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; }
.hd-footer-brand { grid-template-columns: 45px auto; }
.hd-footer-brand .hd-brand-mark { height: 38px; }
.hd-footer-brand .hd-brand-mark img { width: 45px; }
.hd-footer-brand .hd-brand-copy strong { font-size: 18px; }
.hd-footer-brand .hd-brand-copy small { font-size: 6px; }
.hd-back-top { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0, 96, 192, 0.35); color: rgb(0, 96, 192); text-decoration: none; }
@media (max-width: 900px) {
    .hd-footer { grid-template-columns: 1fr auto; }
    .hd-footer p { display: none; }
}

/* #approach - copied from Hengda .approach, isolated class names, blue accent */
.hd-approach { position: relative; display: grid; grid-template-columns: minmax(120px, .22fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 80px); padding: 120px clamp(24px, 8vw, 130px); grid-template-areas: "label quote" ". content"; background: #ececec; color: #0d0d0d; font-family: var(--font-body); }
.hd-approach .section-label { grid-area: label; padding-top: 10px; color: #817b6e; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; }
.hd-approach-quote { grid-area: quote; display: grid; grid-template-columns: 55px 1fr; gap: 28px; max-width: 900px; padding-bottom: 65px; border-bottom: 1px solid #c8c0b2; }
.hd-approach-quote i { color: rgb(0, 96, 192); font-size: 29px; }
.hd-approach-quote blockquote { margin: 0; font-family: var(--font-heading); font-weight: 600; line-height: 1.02; font-size: clamp(38px, 4vw, 60px); }
.hd-approach-content { grid-area: content; display: grid; grid-template-columns: .75fr 1fr; gap: 70px; padding-top: 30px; }
.hd-approach-content h2 { margin: 0; font-family: var(--font-heading); font-weight: 600; line-height: 1.02; font-size: clamp(44px, 5vw, 72px); }
.hd-approach-content > p { color: #5d5950; }
.hd-value-list { grid-column: 2; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c8c0b2; }
.hd-value-list div { display: grid; grid-template-columns: 35px 1fr; align-items: center; padding: 20px 0; border-bottom: 1px solid #c8c0b2; }
.hd-value-list div:nth-child(odd) { margin-right: 30px; }
.hd-value-list span { color: rgb(0, 96, 192); font-size: 10px; }
.hd-value-list strong { font-family: var(--font-heading); font-size: 22px; }
@media (max-width: 900px) {
    .hd-approach { grid-template-columns: 1fr; gap: 35px; padding-top: 85px; padding-bottom: 85px; grid-template-areas: "label" "quote" "content"; }
    .hd-approach-content { grid-template-columns: 1fr; gap: 25px; }
    .hd-value-list { grid-column: 1; }
}
@media (max-width: 600px) {
    .hd-approach { padding: 75px 24px; }
    .hd-approach-quote { grid-template-columns: 1fr; gap: 18px; }
    .hd-value-list { grid-template-columns: 1fr; }
    .hd-value-list div:nth-child(odd) { margin-right: 0; }
}

/* single font pairing across all sections */
.hd-hero, .wi-hero, .wi-section, .wi-split, .wi-parallax, .wi-glass-row, .wi-cta,
.wi-dark-section, .wi-light-section, .wi-products, .wi-logos, .hd-steps, .hd-capital,
.solutions{
    font-family: var(--font-body);
}
.hd-hero h1, .hd-hero h2, .hd-hero h3,
.wi-hero h2, .wi-split h3, .wi-parallax h2, .wi-glass h4,
.wi-cta h2, .wi-dark-section h2, .wi-product h4, .hd-step h4,
.hd-capital h3, .hd-capital .hd-cap-title, .wi-feature h5,
.solutions-heading h2, .solution-card h3{
    font-family: var(--font-heading);
}

.wi-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:28px;
    margin:40px auto;
    max-width:1200px;
    padding:0 16px 60px;
    box-sizing:border-box;
}

.wi-card{
    position:relative;
    height:300px;
    border-radius:12px;
    overflow:hidden;
    color:#fff;
    display:flex;
    align-items:flex-end;
    box-shadow:0 6px 18px rgba(0,0,0,0.18);
    transition:transform .25s ease, box-shadow .25s ease;
    background-size:cover;
    background-position:center;
}

.wi-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,0.28)}

.wi-overlay{
    position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.18) 30%,rgba(0,0,0,0.55));
}

.wi-card-content{
    position:relative;z-index:2;padding:26px;display:flex;flex-direction:column;gap:12px;width:100%;
}

.wi-title{font-family:var(--font-body); font-weight:700;font-size:18px}
.wi-desc{font-size:13px;line-height:1.25;opacity:0.95}

.wi-meta{display:flex;align-items:center;gap:8px;font-size:13px}
.wi-meta i{color:#ffd700}

.wi-link{display:inline-block;margin-top:6px;padding:8px 12px;border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));color:#fff;text-decoration:none;font-weight:600;font-size:13px}

/* responsive height for smaller screens */
@media (max-width:520px){
    .wi-card{height:240px}
    .wi-title{font-size:16px}
}

/* special hero full width section */
.wi-hero{margin:30px 0 18px;padding:60px 0;background:linear-gradient(180deg,rgba(2,6,23,0.02),rgba(2,6,23,0.02));}
.wi-hero .wi-inner{max-width:1200px;margin:0 auto;padding:0 16px}
.wi-hero h2{font-size:36px;margin:0 0 12px;color:#111}
.wi-hero p{margin:0 0 16px;color:#333}

/* small utility */
.wi-center{text-align:center}

/* ensure image backgrounds don't repeat */
.wi-card.bg-cover{background-repeat:no-repeat;background-size:cover}

/* Larger topic sections and effects */
.wi-section{padding:80px 16px;background:linear-gradient(180deg,rgba(250,250,250,0.6),rgba(245,245,245,0.6));}
.wi-split{display:flex;gap:20px;align-items:stretch;max-width:1200px;margin:0 auto;box-sizing:border-box}
.wi-split .wi-split-content{flex:1;padding:36px 24px;display:flex;flex-direction:column;justify-content:center}
.wi-split .wi-split-content h3{font-size:22px;margin:0 0 8px}
.wi-split .wi-split-content p{margin:0 0 12px;color:#333}
.wi-split .wi-split-content .wi-actions{display:flex;gap:10px;flex-wrap:wrap}
.wi-split .wi-split-img{flex:1;border-radius:12px;background-size:cover;background-position:center;min-height:380px;box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.12)}

/* Parallax banner */
.wi-parallax{position:relative;color:#fff;padding:190px 16px;background-attachment:fixed;background-size:cover;background-position:center}
.wi-parallax .wi-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.45),rgba(0,0,0,0.65));}
.wi-parallax .wi-inner{position:relative;z-index:2;max-width:1000px;margin:0 auto;padding:52px;border-radius:24px;background:rgba(255,255,255,0.06);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.14);box-shadow:0 30px 70px rgba(0,0,0,0.4)}
.wi-parallax h2{font-size:clamp(30px,4.2vw,44px);margin:0 0 14px;color:#fff}
.wi-parallax p{font-size:18px;margin:0 0 18px}

/* Glass cards for commodities */
.wi-glass-row{max-width:1200px;margin:0 auto;display:flex;gap:18px;flex-wrap:wrap;padding:12px}
.wi-glass{flex:1;min-width:220px;border-radius:12px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,0.95),rgba(250,250,250,0.95));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#111;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,0.06);border:1px solid rgba(20,30,50,0.04)}
.wi-glass .wi-card-hero{height:180px;background-size:cover;background-position:center;border-radius:8px;margin-bottom:16px;border:1px solid rgba(0,0,0,0.04)}
.wi-glass h4{margin:0 0 8px;color:#111}
.wi-glass p{margin:0 0 12px;color:#333}

/* CTA */
.wi-cta{padding:140px 16px;background:radial-gradient(1100px circle at 20% 20%,rgba(0,163,255,.25),transparent 45%),radial-gradient(900px circle at 80% 80%,rgba(124,77,255,.22),transparent 45%),linear-gradient(120deg,#101826,#1c2a44);text-align:center}
.wi-cta .wi-cta-box{max-width:820px;margin:0 auto;padding:56px 44px;border-radius:24px;background:rgba(255,255,255,0.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.16);box-shadow:0 30px 70px rgba(0,0,0,0.35);color:#fff}
.wi-cta .wi-cta-box h2{font-size:clamp(26px,3.4vw,38px);margin:0 0 14px;color:#fff}
.wi-cta .wi-cta-box p{color:rgba(255,255,255,0.82);margin:0 0 10px}
.wi-cta .wi-cta-box a{display:inline-block;margin-top:16px;padding:14px 26px;border-radius:14px;background:linear-gradient(90deg,#00a3ff,#7c4dff);color:#fff;text-decoration:none;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 12px 30px rgba(0,102,255,0.35)}
.wi-cta .wi-cta-box a:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,102,255,0.5)}

/* Responsive fallbacks */
@media (max-width:900px){
    .wi-split{flex-direction:column}
    .wi-parallax{background-attachment:scroll;padding:36px 16px}
    .hd-spotlight{padding:98px 16px}
    .hd-spotlight .wi-inner{grid-template-columns:1fr;gap:20px}
    .hd-spotlight .hd-copy{display:contents}
    .hd-spotlight .hd-copy h2{width:100%;max-width:none}
    .hd-spotlight .hd-copy .spotlight-copy,.hd-spotlight .hd-copy .spotlight-actions,.hd-spotlight .hd-copy .spotlight-principles{grid-column:1 / -1}
    .hd-spotlight .spotlight-bottom{grid-template-columns:1fr;gap:12px}
}

/* Dark / Light section variants and feature tiles */
.wi-dark-section{position:relative;color:#fff;padding:170px 16px;background-size:cover;background-position:center}
.wi-dark-section .wi-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,0.6),rgba(2,6,23,0.72));}
.wi-dark-section .wi-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:48px;border-radius:24px;background:rgba(255,255,255,0.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.12);box-shadow:0 30px 70px rgba(0,0,0,0.4)}
.wi-dark-section h2{color:#fff}

.hd-spotlight{padding:150px 16px;background-attachment:scroll}
.hd-spotlight .wi-inner{max-width:1260px;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.75fr);gap:36px;align-items:end}
.hd-spotlight .hd-copy{padding:28px 30px 28px 0;max-width:760px}
.hd-spotlight .hd-copy h2{font-family:var(--font-heading);font-size:clamp(32px,4.8vw,58px);line-height:1.02;margin:0;color:#fff}
.hd-spotlight .hd-copy .spotlight-copy{margin:18px 0 0;color:rgba(255,255,255,0.84);font-size:18px;line-height:1.8;max-width:640px}
.hd-spotlight .section-label{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:#a8b6cc;font-weight:700;margin-bottom:16px}
.hd-spotlight .eyebrow{margin:0 0 16px;color:#5fd4ff;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:12px;display:flex;align-items:center;gap:10px}
.hd-spotlight .eyebrow span{display:inline-block;width:26px;height:1px;background:#5fd4ff;opacity:.85}
.hd-spotlight .spotlight-principles{max-width:760px;margin-top:22px}
.hd-spotlight .spotlight-principles > div{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.hd-spotlight .spotlight-principles strong{color:#fff}
.hd-spotlight .spotlight-principles span{color:rgba(255,255,255,0.74)}
.hd-spotlight .spotlight-actions{margin:24px 0 0}
.hd-spotlight .spotlight-actions .wi-link{display:inline-block;padding:14px 18px;border-radius:12px;background:rgba(255,255,255,0.08);color:#fff;border:1px solid rgba(255,255,255,0.12);text-decoration:none;font-weight:700}
.hd-spotlight .spotlight-actions .wi-link:hover{background:rgba(255,255,255,0.14)}
.hd-spotlight .spotlight-bottom{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.hd-spotlight .spotlight-bottom > div{padding:18px 20px;border-radius:16px;background:rgba(255,255,255,0.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.12);box-shadow:0 16px 36px rgba(0,0,0,0.16)}
.hd-spotlight .spotlight-bottom strong{display:block;font-family:var(--font-heading);font-size:30px;line-height:1;margin-bottom:8px;color:#fff}
.hd-spotlight .spotlight-bottom span{display:block;color:rgba(255,255,255,0.82);font-size:14px;line-height:1.6}

.wi-light-section{position:relative;color:#111;padding:96px 16px;background:#fbfcff}
.wi-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;max-width:1200px;margin:0 auto;padding:8px}
.wi-feature{
    position:relative;
    background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(250,250,250,0.98));
    border-radius:12px;
    padding:18px;
    box-shadow:0 8px 20px rgba(12,20,40,0.04);
    display:flex;gap:12px;align-items:flex-start;
    overflow:hidden;
}

/* top-border fill (left-to-right) */
.wi-feature::before{
    content:"";
    position:absolute;
    top:0;left:0;height:6px;width:0;
    background:linear-gradient(90deg,#0066ff,#7c4dff);
    transition:width .45s cubic-bezier(.2,.9,.2,1);
    z-index:1;
}

/* diagonal shimmer */
.wi-feature::after{
    content:"";position:absolute;left:-120%;top:0;width:120%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 50%, rgba(255,255,255,0) 100%);transform:skewX(-20deg) translateX(0);transition:transform .6s ease;z-index:0;pointer-events:none
}

.wi-feature > i, .wi-feature > div{position:relative;z-index:2}
.wi-feature i{font-size:28px;color:#0066ff;min-width:48px;transition:transform .28s ease,color .28s ease}
.wi-feature h5{margin:0 0 6px;font-size:16px;transition:color .28s ease}
.wi-feature p{margin:0;color:#555;transition:color .28s ease}

/* hover effect: extend top border and sweep shimmer; small icon lift and color change */
.wi-feature:hover::before,.wi-feature:focus-within::before{width:100%}
.wi-feature:hover::after,.wi-feature:focus-within::after{transform:skewX(-20deg) translateX(140%)}
.wi-feature:hover i,.wi-feature:focus-within i{transform:translateY(-6px);color:#003a8c}
.wi-feature:hover h5,.wi-feature:focus-within h5{color:#003a8c}
.wi-feature:hover p,.wi-feature:focus-within p{color:#444}
.wi-feature:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(12,20,40,0.06)}

/* Product showcase - large tiles */
.wi-products{max-width:1240px;margin:32px auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;padding:0 24px}
.wi-product{position:relative;border-radius:22px;overflow:hidden;color:#fff;min-height:380px;background-size:cover;background-position:center;display:flex;align-items:flex-end;transition:transform .45s cubic-bezier(.2,.9,.2,1),box-shadow .45s ease;box-shadow:0 16px 34px rgba(0,0,0,0.22)}
.wi-product:hover{transform:translateY(-10px) scale(1.015);box-shadow:0 30px 60px rgba(0,0,0,0.4)}
.wi-product .wi-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.18),rgba(0,0,0,0.68));transition:background .4s ease}
.wi-product:hover .wi-overlay{background:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.78))}
.wi-product .wi-body{position:relative;z-index:2;padding:28px;transform:translateY(6px);transition:transform .4s ease}
.wi-product:hover .wi-body{transform:translateY(0)}
.wi-product h4{margin:0 0 10px;font-size:20px}
.wi-product p{margin:0;color:rgba(255,255,255,0.9)}

/* Partner logos */
.wi-logos{display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;padding:18px}
.wi-logos img{height:48px;opacity:0.9;filter:grayscale(20%);transition:transform .25s ease,opacity .25s}
.wi-logos img:hover{transform:translateY(-6px);opacity:1;filter:none}

/* subtle reveal animation */
.wi-reveal{opacity:0;transform:translateY(8px);transition:opacity .6s ease,transform .6s ease}
.wi-reveal.wi-show{opacity:1;transform:translateY(0)}

/* Animated gradient for hero title */
.wi-hero h2{background:linear-gradient(90deg,#0b6df2,#00c6ff,#7c4dff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:wi-grad 6s linear infinite}
@keyframes wi-grad{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}

/* Parallax overlay enhancement */
.wi-parallax{background-blend-mode:multiply}
.wi-parallax .wi-overlay{background:linear-gradient(180deg,rgba(3,6,18,0.45),rgba(3,6,18,0.6));}

/* Decorative wave SVG container */
.wi-wave{display:block;width:100%;height:140px;overflow:hidden;line-height:0}
.wi-wave svg{position:relative;display:block;width:calc(133% + 1.3px);height:140px}

/* Floating accent elements (subtle movement) */
.wi-float{position:absolute;border-radius:50%;opacity:0.08;filter:blur(6px);animation:wi-float 8s ease-in-out infinite}
@keyframes wi-float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}

/* small contrast fix for links inside light sections */
.wi-section .wi-link{background:linear-gradient(90deg,rgba(0,102,255,0.12),rgba(0,163,255,0.08));color:#0060c0}

/* Hengda-like intro and numbered steps */
.hd-intro{position:relative;padding:130px 16px 120px;background:linear-gradient(180deg,#f6f3eb 0%,#ffffff 56%,#f5f6f9 100%);color:#0d1726;overflow:hidden}
.hd-intro::before{content:"";position:absolute;inset:-20% -10% auto auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,255,0.14),transparent 70%);filter:blur(6px);pointer-events:none}
.hd-intro .hd-inner{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:48px;align-items:center;position:relative;z-index:1}
.hd-intro .hd-copy{display:flex;flex-direction:column;gap:18px}
.hd-intro .section-label{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:#7b8596;font-weight:700}
.hd-intro .eyebrow{margin:0;color:#0060c0;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:12px;display:flex;align-items:center;gap:10px}
.hd-intro .eyebrow span{display:inline-block;width:26px;height:1px;background:#0060c0;opacity:.7}
.hd-intro .hd-title, h1.hd-title{font-family:var(--font-heading);font-size:clamp(38px,5vw,64px);line-height:1.02;margin:0;color:#081426!important;max-width:12ch}
.hd-intro .intro-copy{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:760px}
.hd-intro .intro-copy p{margin:0;color:#4b5567;font-size:17px;line-height:1.85}
.hd-intro .hd-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:760px;margin-top:4px}
.hd-intro .hd-principles > div{padding:18px 18px 17px;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f7f8fb);border:1px solid rgba(8,20,38,0.08);box-shadow:0 14px 30px rgba(8,20,38,0.06)}
.hd-intro .hd-principles strong{display:block;font-size:17px;color:#081426;margin-bottom:6px}
.hd-intro .hd-principles span{display:block;font-size:13px;line-height:1.45;color:#667085}
.hd-intro .hd-ctas{display:flex;gap:14px;flex-wrap:wrap;padding-top:6px}
.hd-intro .hd-ctas a{padding:15px 22px;border-radius:12px;text-decoration:none;font-weight:700;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.hd-intro .hd-ctas .primary{background:linear-gradient(90deg,#00a3ff,#0066ff);color:#fff;box-shadow:0 12px 30px rgba(0,102,255,0.25)}
.hd-intro .hd-ctas .primary:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,102,255,0.36)}
.hd-intro .hd-ctas .secondary{background:rgba(255,255,255,0.72);color:#081426;border:1px solid rgba(8,20,38,0.12);backdrop-filter:blur(8px)}
.hd-intro .hd-ctas .secondary:hover{transform:translateY(-4px);background:#fff;border-color:rgba(0,102,255,0.2)}
.hd-intro .hd-visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}
.hd-intro .hd-visual-frame{position:relative;width:min(100%,480px);aspect-ratio:4 / 5;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(8,20,38,0.22);border:1px solid rgba(8,20,38,0.08);background:#dfe5ef}
.hd-intro .hd-visual-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,20,38,0.05) 0%,rgba(8,20,38,0.32) 100%)}
.hd-intro .hd-visual-frame img{width:100%;height:100%;object-fit:cover;display:block}
.hd-intro .hd-visual-note{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;max-width:320px;width:calc(100% - 48px);padding:20px 22px;border-radius:20px;background:rgba(255,255,255,0.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(8,20,38,0.08);box-shadow:0 18px 40px rgba(8,20,38,0.12);text-align:center}
.hd-intro .hd-visual-note span{display:block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#0060c0;font-weight:700;margin-bottom:10px}
.hd-intro .hd-visual-note strong{display:block;font-size:17px;line-height:1.55;color:#081426}

.hd-steps{max-width:1200px;margin:36px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;padding:0 16px}
.hd-step{background:#fff;border-radius:12px;padding:18px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 8px 24px rgba(2,6,23,0.06)}
.hd-step .number{width:56px;height:56px;border-radius:10px;background:linear-gradient(90deg,#0066ff,#00a3ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px}
.hd-step h4{margin:0 0 6px;font-size:18px}
.hd-step p{margin:0;color:#444}

@media (max-width:900px){
    .hd-intro{padding:96px 16px 88px}
    .hd-intro .hd-inner{grid-template-columns:1fr;gap:28px}
    .hd-intro .hd-title{max-width:none}
    .hd-intro .intro-copy{grid-template-columns:1fr}
    .hd-intro .hd-principles{grid-template-columns:1fr}
    .hd-intro .hd-visual{min-height:auto;padding-top:8px}
    .hd-intro .hd-visual-frame{width:min(100%,520px);aspect-ratio:16 / 11}
    .hd-intro .hd-visual-note{width:calc(100% - 32px);max-width:360px;padding:18px 20px}
}

/* Capital / three-column feature block similar to Hengda */
.hd-capital{max-width:1200px;margin:48px auto;padding:32px 16px;background:#fff;border-radius:12px;box-shadow:0 12px 36px rgba(2,6,23,0.06)}
.hd-capital .hd-cap-title{font-size:22px;margin:0 0 12px;color:#081426}
.hd-capital .hd-cap-sub{color:#556;margin:0 0 20px}
.hd-capital .hd-cap-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hd-capital .hd-cap-item{background:transparent;padding:18px;border-radius:10px;display:flex;gap:14px;align-items:flex-start}
.hd-capital .hd-cap-icon{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,#00a3ff,#0066ff);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:800}
.hd-capital .hd-cap-item h4{margin:0 0 8px;font-size:16px}
.hd-capital .hd-cap-item p{margin:0;color:#425562}

@media (max-width:900px){
    .hd-capital .hd-cap-list{grid-template-columns:1fr}
    .hd-capital{padding:20px}
}

/* '02 / Financial solutions' styles (cold palette, scoped) */
.solutions { grid-template-areas: "label heading" ". cards"; position:relative; padding:170px 16px; }
.dark-section { color: #fff; background: linear-gradient(rgba(6,10,20,.93), rgba(6,10,20,.93)); overflow: hidden; }
.dark-section .section-label { color: #7d8aa3; }
.gold-grid { position: absolute; inset: -20%; opacity: .25; background: linear-gradient(135deg, transparent 0 46%, rgba(0,96,192,.18) 47%, transparent 48% 100%), repeating-linear-gradient(90deg, transparent 0 179px, rgba(0,96,192,.08) 180px); }
.solutions-heading { grid-area: heading; position: relative; display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 55px; max-width:1200px; margin:0 auto; }
.solutions-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; color: rgb(0, 96, 192); }
.solutions-heading h2 { font-size: clamp(50px, 5.5vw, 80px); margin:0; color:#fff; }
.card-number { font-family: var(--font-heading); }
.solutions-heading > p:last-child { color: #9fb0c9; max-width:600px }
.solution-grid { grid-area: cards; position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 22px; margin-top: 48px; max-width:1200px; margin-left:auto; margin-right:auto; }
.solution-card { position: relative; min-height: 390px; padding: 45px 36px; background: linear-gradient(160deg,rgba(23,32,54,0.9),rgba(14,20,36,0.9)); border:1px solid rgba(0,96,192,0.25); border-radius:20px; transition: transform .4s cubic-bezier(.2,.9,.2,1), box-shadow .4s ease, border-color .4s ease, background .4s ease; overflow: hidden; }
 .solution-card:hover { transform:translateY(-8px); background: linear-gradient(160deg,rgba(30,42,70,0.95),rgba(17,25,44,0.95)); border-color:rgba(0,96,192,0.55); box-shadow:0 26px 50px rgba(0,10,30,0.45), 0 0 0 1px rgba(0,96,192,0.2) inset; }
 .solution-card::after { content: ""; position: absolute; right: -65px; bottom: -65px; width: 130px; height: 130px; border: 1px solid rgba(0,96,192,0.3); border-radius:20%; transform: rotate(45deg); }
.card-number { position: absolute; top: 25px; right: 28px; color: rgb(0, 96, 192); font-size:22px }
 .solution-card > i { margin: 35px 0 45px; color: rgb(0, 96, 192); font-size: 29px; display:block; text-shadow:0 0 18px rgba(0,96,192,0.45) }
.solution-card h3 { margin-bottom: 18px; font-size: 26px; color:#fff }
.solution-card p { margin: 0; color: #a7b4cc; font-size: 13px; line-height:1.6 }
 .card-line { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg,#4fa8ff,rgb(0,96,192)); transition: width .4s ease; }
.solution-card:hover .card-line { width: 100%; }

@media (max-width:900px){
    .solutions-heading { grid-template-columns: 1fr; gap: 25px; }
    .solutions-heading .eyebrow { margin-bottom: 0; }
    .solution-grid { grid-template-columns: 1fr; }
    .solution-card { min-height: 330px; }
    .solutions { padding:90px 16px }
}


.videoGrid{
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    width:100%;
    max-width:1800px;
    margin-left:auto;
    margin-right:auto;
}
.videoGrid > div:first-child{
    display: flex;
    align-items: center;
}

.videoHolder, #videoHolder{
    position:relative;display:flex;flex-direction:column;min-height:100vh;width:100%;top:-92px;margin-bottom:-92px;z-index:1;box-sizing:border-box;
}
#videoHolder > video{
    position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;
}
.video-overlay{
    position:relative;z-index:2;flex:1 0 auto;display:flex;align-items:center;width:100%;box-sizing:border-box;padding:92px 0 60px;background:rgba(0,0,0,0.6);
}




.mce-content-body {
	padding:10px;

}