@charset "utf-8";
/* CSS Document */

*, ::after, ::before {
    box-sizing: border-box;
}
/* @font-face {
    font-family: 'circularstdmedium500_1';
    src: url('../fonts/circularstdmedium500_1.eot');
    src: url('../fonts/circularstdmedium500_1.eot') format('embedded-opentype'),
         url('../fonts/circularstdmedium500_1.woff2') format('woff2'),
         url('../fonts/circularstdmedium500_1.woff') format('woff'),
         url('../fonts/circularstdmedium500_1.ttf') format('truetype'),
         url('../fonts/circularstdmedium500_1.svg#circularstdmedium500_1') format('svg');
} */


@font-face {
    font-family: 'CircularStdMedium';
    src: url('../fonts/CircularStdMedium.eot');
    src: url('../fonts/CircularStdMedium.eot') format('embedded-opentype'),
         url('../fonts/CircularStdMedium.woff2') format('woff2'),
         url('../fonts/CircularStdMedium.woff') format('woff'),
         url('../fonts/CircularStdMedium.ttf') format('truetype'),
         url('../fonts/CircularStdMedium.svg#CircularStdMedium') format('svg');
}


@font-face {
    font-family: 'CircularStdBook';
    src: url('../fonts/CircularStdBook.eot');
    src: url('../fonts/CircularStdBook.eot') format('embedded-opentype'),
         url('../fonts/CircularStdBook.woff2') format('woff2'),
         url('../fonts/CircularStdBook.woff') format('woff'),
         url('../fonts/CircularStdBook.ttf') format('truetype'),
         url('../fonts/CircularStdBook.svg#CircularStdBook') format('svg');
}

a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form,  html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, sub, sup, tt, ul, var {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	font-size:17px;
	color:#333333;
	overflow-x: hidden;
	width: 100%;
}
html {
	overflow-x: hidden;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	/* margin: 20px 0; */
	font-family: 'CircularStdBook';
}
h1{
	color: #181818;
	font-size:45px;
	font-weight:700;
}
h2{
	font-size:45px;
	font-weight:700;
	letter-spacing: 1px;
}
a{
	color:inherit;
	outline: none !important;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
button,
button:focus{
	outline: none !important;
}
ol {
	padding-left: 0;
}
img {
	max-width:100%;
	border: none;
	outline: none;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	line-height: 1.25;
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}
.navbar-brand img {
	height: 54px;
	width: auto;
	display: block;
	flex-shrink: 0;
}
.brand-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: 1.25;
	overflow: hidden;
	min-width: 0;
}
.brand-text-cn {
	font-size: 15px;
	font-weight: 700;
	color: #0d0925;
	white-space: nowrap;
	letter-spacing: 0.02em;
	line-height: 1.25;
}
.brand-text-en {
	display: inline-block;
	font-size: 8px;
	font-weight: 500;
	color: #0878c8;
	white-space: nowrap;
	letter-spacing: 0;
	margin-top: 2px;
	line-height: 1.25;
	transform-origin: left center;
}
@media screen and (max-width: 1180px) {
	.brand-text-cn {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	.brand-text {
		display: none;
	}
}
.comon-footer > a {
	display: inline-block;
	line-height: 0;
}
.comon-footer > a img {
	height: auto;
	max-height: 68px;
	width: auto;
	max-width: 100%;
	display: block;
	border-radius: 6px;
}

/* header */
header{
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.header-scrolled,
body:not(.page-home) header {
	background-color: #fff !important;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

header.header-scrolled .call-support svg,
header.header-scrolled .call-support h5,
header.header-scrolled .call-support h5 span,
body:not(.page-home) header .call-support svg,
body:not(.page-home) header .call-support h5,
body:not(.page-home) header .call-support h5 span {
	color: #323657;
	font-weight: 700;
}

header.header-scrolled .min-menu .navbar .nav-link,
body:not(.page-home) header .min-menu .navbar .nav-link {
	color: #000;
}

header.header-scrolled .brand-text-cn,
body:not(.page-home) header .brand-text-cn {
	color: #0d0925;
}

header.header-scrolled .brand-text-en,
body:not(.page-home) header .brand-text-en {
	color: #0878c8;
}

header .navbar{
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.min-menu .navbar .nav-link{
	font-weight: 600;
	padding-top: 6px;
	padding-bottom: 0;
	color: #000;
}
.min-menu .navbar a.active{
	color: #0878c8 !important;
}
.min-menu .navbar .nav-item{
	margin: 0 10px;
}
.min-menu .navbar .container{
	align-items: center !important;
}

/* Desktop header: logo + nav stay left; purple utility panel stays reserved on the right */
@media (min-width: 992px) {
	:root {
		--header-right-w: 252px;
	}

	header .min-menu .navbar > .container {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0;
	}

	header .right-menu-ds {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin-left: auto;
		flex-shrink: 0;
		position: relative;
		z-index: 3;
		background: transparent;
	}

	header .navbar-brand {
		flex: 0 1 auto;
		min-width: 0;
		max-width: min(300px, 30vw);
		overflow: hidden;
		margin-right: clamp(8px, 1.2vw, 16px);
	}

	header .navbar-brand img {
		height: clamp(30px, 3.5vw, 54px);
		width: auto;
		max-width: 100%;
		object-fit: contain;
		object-position: left center;
	}

	header .navbar-collapse {
		flex: 0 1 auto;
		min-width: 0;
		max-width: calc(100% - 80px - min(300px, 30vw) - 24px);
		overflow: visible;
	}

	header .navbar-collapse .navbar-nav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start !important;
		margin-left: clamp(8px, 1.4vw, 36px) !important;
		margin-right: 0 !important;
		max-width: 100%;
		width: auto;
	}

	header .min-menu .navbar .nav-item {
		margin: 0 clamp(2px, 0.42vw, 10px);
		flex-shrink: 1;
		min-width: 0;
	}

	header .min-menu .navbar .nav-link {
		font-size: clamp(10px, 0.72vw + 0.18rem, 16px);
		white-space: nowrap;
		padding-left: clamp(2px, 0.35vw, 8px);
		padding-right: clamp(2px, 0.35vw, 8px);
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	:root {
		--header-right-w: 210px;
	}

	header .navbar-brand {
		max-width: min(220px, 26vw);
	}

	header .navbar-brand img {
		height: clamp(28px, 3vw, 40px);
	}

	header .min-menu .navbar .nav-link {
		font-size: clamp(10px, 0.95vw, 12px);
	}

	header .min-menu .navbar .nav-item {
		margin: 0 clamp(1px, 0.25vw, 6px);
	}
}

@media (min-width: 1100px) and (max-width: 1280px) {
	:root {
		--header-right-w: 232px;
	}

	header .navbar-brand {
		max-width: min(260px, 28vw);
	}

	header .navbar-brand img {
		height: clamp(32px, 3.2vw, 48px);
	}

	header .min-menu .navbar .nav-link {
		font-size: clamp(11px, 0.88vw, 14px);
	}
}
.call-support{
	display: flex;
	position: relative;
	top:5px;
	align-items: center;
	gap: 22px;
	background: transparent;
}
.call-support__item{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

html.site-lang-pending:not(.site-lang-ready) body {
  visibility: hidden;
}

html[lang="en"] .brand-text-cn,
html.site-lang-en .brand-text-cn {
  display: none;
}

html[lang="en"] .brand-text-en,
html.site-lang-en .brand-text-en {
	font-size: 15px !important;
	font-weight: 700;
	color: #0d0925;
	margin-top: 0;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 1180px) {
  html[lang="en"] .brand-text-en,
  html.site-lang-en .brand-text-en {
    font-size: 13px !important;
  }
}

.header-lang {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	flex-shrink: 0;
}

.header-lang__btn {
	border: none;
	background: transparent;
	color: #323657;
	font-size: 15px;
	font-weight: 700;
	padding: 4px 8px;
	cursor: pointer;
	line-height: 1;
	font-family: 'Inter', sans-serif;
	opacity: 0.65;
	transition: opacity 0.2s ease, color 0.2s ease;
}

.header-lang__btn:hover,
.header-lang__btn.is-active {
	opacity: 1;
}

.header-lang__sep {
	color: rgba(50, 54, 87, 0.4);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 0 2px;
}

header.header-scrolled .header-lang__btn,
body:not(.page-home) header .header-lang__btn {
	color: #323657;
}

header.header-scrolled .header-lang__sep,
body:not(.page-home) header .header-lang__sep {
	color: rgba(50, 54, 87, 0.4);
}

.call-support__address h5{
	font-size: 14px;
	font-weight: 600;
}
.call-support__address h5 span{
	font-weight: 600;
	white-space: nowrap;
}
.right-menu-ds ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.call-support svg{
	color: #fff;
	display: grid;
	width: 20px;
	height: 20px;
}
.call-support h5{
    color: #fff;
	margin: 0;
	font-size: 17px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}
.call-support h5 span{
	font-size: inherit;
    margin-top: 0;
	font-weight: 700;
}
/* banner */

.banner{
	background: #fff url(../images/banner.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 650px;
	display: inline-block;
	position: relative;
	

	
}
.banner2{
	--banner2-bg-scale: 108%;
	--banner2-bg-offset-x: 0px;
	background: #fff;
	background-size: var(--banner2-bg-scale) auto;
}
@media (min-width: 992px) {
	.banner2 {
		--banner2-bg-offset-x: clamp(80px, 7.5vw, 180px);
	}
}
@supports not (background-image: url(../images/banner2.webp)) {
	.banner2{
		background: #fff;
	}
}
.banner2 > .container{
	position: relative;
	z-index: 1;
}
.banner2 .blog-slider{
	overflow: visible;
}
.blog-slider.swiper-container {
	overflow: visible;
}
.blog-slider .swiper-wrapper {
	height: 100%;
}
.blog-slider .swiper-slide {
	height: 100%;
}
.banner2 .blog-slider__img{
	overflow: visible;
	z-index: 2;
	position: relative;
	background: transparent;
}
	/* 右上角：黄色方块（已隐藏） */
.banner2 .blog-slider__img::before {
	content: "";
	position: absolute;
	top: -28px;
	right: -38px;
	width: 80px;
	height: 80px;
	background: transparent;
	border-radius: 0 16px 0 0;
	z-index: 2;
	pointer-events: none;
}
@media (min-width: 992px) {
	.banner2 .blog-slider__img {
		width: 46%;
		transform: translateX(clamp(55px, 5.5vw, 100px));
	}
}
.banner2 .blog-slider__video-wrap {
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	z-index: 1;
}
.banner2 .blog-slider__img img,
.banner2 .blog-slider__video,
.banner2 .blog-slider__poster{
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: auto;
	max-height: 477px;
	display: block;
	background: transparent;
}
.ban-pic1{
	position: absolute;
	right: 61px;
    top: 100px;
}
.banner2 .ban-pic1{
right: 111px;
    top: 150px;

}
.banner-content1{
	position: absolute;
	top:35%;
	left:0;
	right: 0;
	width:100%;
}
.banner-content1 h6{
	font-family: 'CircularStdBook';
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	color:  #0878c8;
}
.subpage-banner h6{
	text-transform: capitalize;
	font-size: 25px;
}
.banner-content1 h1{
	font-size: 46px;
	margin:15px 0 25px 0;
	text-transform: capitalize;
}
.subpage-banner h1{
	font-size: 35px;
	margin-top: 7px;
}
.mission-part-div ul{
	column-count: 2;
    margin-bottom: 15px;
	margin-top: 35px;
}
.mission-part-div ul li{
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.mission-part-div ul li svg{
	color: #0878c8;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.comon-divb{
	background: #fff;
	width: 100%;
	display: inline-block;
	border-radius: 20px;
	padding: 30px;
}
.get-btn{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	color: #fff;
	border-radius: 50px;
	padding: 10px 30px;
	font-weight:500;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}
.get-btn svg{
	width: 20px;
	height: 20px;
}
.tree{
	position: absolute;
	left: 290px;
    bottom: -340px;
}
/*  banner ends */
.home-about-sec{
   display: inline-block;
   width: 100%;
   position: relative;
   margin-top: 0;
   margin-bottom: 0;
   padding-bottom: 72px;
}
.home-about-sec .container{
	position: relative;
	z-index: 2;
}
.aboutus-content-left{
	display: inline-block;
    position: absolute;
    right: 0;
    width: 51%;
    top: 210px;
    background: rgba(255, 255, 255, 90%);
    padding: 60px;
    border-radius: 109px 0 0 0;
	z-index: 2;
	overflow: visible;
}

.aboutus-content-left h2{
	color: #000;
	text-transform: capitalize;
	margin-bottom: 8px;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.aboutus-content-left p{
	margin-bottom: 20px;
	font-size: 15px;
}
.aboutus-content-left ul{
	column-count: 1;
	margin-bottom: 15px;
}
.aboutus-content-left ul li {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	width: 100%;
	break-inside: avoid;
}
.aboutus-content-left ul li svg{
	color:  #0878c8;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	flex-shrink: 0;
}
.comon-divb h5{
	color: #000;
}
.comon-divb li{
	margin-bottom: 7px;
}
.comon-divb svg{
	color:  #0878c8;
}

.ab-bg{
	position: absolute;
	right: 0;
	top:-50px;
	z-index: 1;
	pointer-events: none;
}
.new-letter{
	display: inline-block;
	width: 100%;
}
.subc-btn{
    background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	margin-top: 8px;
	color: #fff;
}
.home-pen{
	position: absolute;
	right: 0;
	display: inline-block;
	margin-left: auto;
	bottom: -72px;
	width: 340px;
	max-width: 42%;
	z-index: 1;
	pointer-events: none;
}
.home-pen img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}
.pcb-3d-showcase {
	pointer-events: auto;
}
.pcb-3d-viewer {
	width: 100%;
	height: 320px;
	min-height: 260px;
	display: block;
	cursor: grab;
	touch-action: none;
	overflow: hidden;
	border-radius: 12px;
}
.pcb-3d-viewer:active {
	cursor: grabbing;
}
.pcb-3d-viewer canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	outline: none;
}
.why-choose-us1{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 0;
	overflow: visible;
}
.left-choose-us{
	background: #3e2188 url(../images/pattern.png) no-repeat right center;
	border-radius: 0 196px 0 0;
	padding: 60px 60px 60px 0;
	display: inline-block;
	width: 70%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.left-choose-us h2{
	color: #fff;
	text-transform: capitalize;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.left-choose-us p{
	color: #fff;
	font-size: 16px;
	width: auto;
	max-width: 720px;
	margin-top: 10px;
}
.left-choose-us::before{
	background: #3e2188;
    left: -216px;
    display: inline-block;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    z-index: 0;
}
.comon-ssh1{
	margin-bottom: 15px;
}
.comon-ssh1 figure{
	width: 45px;
    display: grid;
	align-content: center;
    margin-bottom: 0;
    height: 45px;
    background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
    border-radius: 50%;
    padding:0  12px;
	justify-content: center;
}
.comon-ssh1 figure img{
	position: relative;
	top:2px;
}
.comon-ssh1 h5{
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}
.comon-ssh1 p{
	color: #bcade5;
	margin-top: 0;
	width: 90%;
}

/* Comparison Table - light theme */
.compare-table-wrap{
	position: relative;
	margin-top: 24px;
	margin-bottom: 0;
	max-width: 100%;
	display: block;
}
.compare-table-scroll{
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 14px;
	background: #f8f9fc;
	border: 1px solid rgba(255,255,255,0.85);
	box-shadow: 0 12px 40px rgba(0,0,0,0.18);
	scrollbar-width: thin;
	scrollbar-color: rgba(8,120,200,0.45) transparent;
}
.compare-table-scroll::-webkit-scrollbar{
	height: 6px;
}
.compare-table-scroll::-webkit-scrollbar-thumb{
	background: linear-gradient(90deg, #78b8e8, #0878c8);
	border-radius: 3px;
}
.compare-table{
	width: auto;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 13px;
	margin: 0;
}
.compare-table thead th{
	background: linear-gradient(180deg, #4a6fa5 0%, #3d5f94 100%);
	color: #fff;
	font-weight: 600;
	padding: 16px 10px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	border-bottom: 1px solid #d8dee9;
	position: sticky;
	top: 0;
	z-index: 2;
}
.compare-table thead th:first-child{
	border-radius: 14px 0 0 0;
	text-align: left;
	padding-left: 16px;
}
.compare-table thead th:last-child{
	border-radius: 0 14px 0 0;
}
.compare-table thead th.col-cam{
	background: linear-gradient(180deg, #e8c96a 0%, #d9b84f 100%);
	color: #5c4a12;
}
.compare-table thead th.col-risk{
	background: linear-gradient(180deg, #e8a0a0 0%, #d98888 100%);
	color: #7f1d1d;
}
.compare-table thead th.col-us{
	background: linear-gradient(135deg, #047857 0%, #059669 40%, #10b981 100%);
	box-shadow:
		inset 0 -4px 0 #6ee7b7,
		inset 0 1px 0 rgba(255,255,255,0.25),
		0 4px 18px rgba(16,185,129,0.45);
	color: #fff;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.6px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.25);
	overflow: hidden;
}
.compare-table thead th.col-us::before{
	content: "";
	position: absolute;
	top: 0;
	left: -40%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
	transform: skewX(-20deg);
	pointer-events: none;
}
.compare-table thead th.col-us::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #a7f3d0, transparent);
	pointer-events: none;
}
.compare-table tbody td{
	padding: 15px 10px;
	text-align: center;
	color: #3d4656;
	border-bottom: 1px solid #e8ecf3;
	transition: background 0.2s ease;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
}
.compare-table tbody td:not(.row-label){
	white-space: nowrap;
}
.compare-table tbody tr{
	transition: background 0.2s ease;
}
.compare-table tbody tr:hover td{
	background: #f3f6fb;
}
.compare-table tbody tr:hover td.col-cam{
	background: #fff8dc;
}
.compare-table tbody tr:hover td.col-risk{
	background: #ffecec;
}
.compare-table tbody tr:hover td.col-us{
	background: linear-gradient(180deg, #ecfdf5 0%, #bbf7d0 100%);
}
.compare-table tbody tr:last-child td:first-child{
	border-radius: 0 0 0 14px;
}
.compare-table tbody tr:last-child td:last-child{
	border-radius: 0 0 14px 0;
}
.compare-table tbody tr:last-child td{
	border-bottom: none;
}
.compare-table .row-label{
	text-align: left;
	padding-left: 16px;
	padding-right: 12px;
	font-weight: 600;
	color: #2c3340;
	white-space: nowrap;
	background: #eef2f8;
}
.compare-table .row-label small{
	font-weight: 400;
	font-size: 11px;
	color: #6b7280;
}
.compare-table .col-cam{
	background: #fff9e6;
	color: #92680a;
}
.compare-table .col-risk{
	background: #fff0f0;
	color: #c53030;
}
.compare-table .col-us{
	background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 55%, #bbf7d0 100%);
	color: #047857;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}
.compare-table .col-us::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(52,211,153,0.6), transparent);
	pointer-events: none;
}
.compare-table .col-us strong{
	display: inline-block;
	color: #047857;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-shadow: 0 0 12px rgba(16,185,129,0.35);
	padding: 2px 6px;
	border-radius: 6px;
	background: rgba(255,255,255,0.55);
	box-shadow: 0 1px 6px rgba(16,185,129,0.2);
}
.compare-table thead th.col-us,
.compare-table tbody td.col-us{
	box-shadow:
		inset 3px 0 0 #22c55e,
		inset -3px 0 0 #22c55e,
		4px 0 24px rgba(34,197,94,0.12),
		-4px 0 24px rgba(34,197,94,0.12);
	z-index: 1;
}
.compare-table tbody td.col-us{
	border-bottom-color: rgba(52,211,153,0.25);
}
.col-us .advantage-tag{
	display: inline-block;
	margin-top: 5px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 9px;
	color: #fff;
	letter-spacing: 1px;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
	box-shadow:
		0 2px 10px rgba(245,158,11,0.45),
		inset 0 1px 0 rgba(255,255,255,0.35);
}
.col-us .stars-gold .star-icon{
	font-size: 30px;
	color: #f59e0b;
	filter: drop-shadow(0 2px 8px rgba(245,158,11,0.55));
}
.advantage-tag{
	display: block;
	font-size: 10px;
	color: #b45309;
	font-weight: 700;
	margin-top: 3px;
	letter-spacing: 0.5px;
	text-shadow: none;
}
.stars{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2px;
	max-width: 52px;
}
.stars .star-icon{
	display: inline-block;
	line-height: 1;
}
.stars-gray .star-icon{ color: #9ca3af; font-size: 15px; }
.stars-orange .star-icon{ color: #ea580c; font-size: 15px; filter: none; }
.stars-red .star-icon{ color: #dc2626; font-size: 14px; filter: none; }
.stars-gold .star-icon{ color: #d97706; font-size: 24px; filter: none; }

.why-choose-us1 .container{
	position: relative;
	z-index: 2;
}
.why-bg1{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 451px;
	margin: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.why-bg1 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
.comon-services-2{
	display: inline-block;
	padding: 60px ;
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	border-radius: 0 0 196px 0;
	height: 550px;
	width: 100%;
	margin-top: 80px;
}
.comon-deve-part h5{
	color: #000;
	font-family: 'CircularStdBook';
}
.subcribe-new textarea.form-control{
	height: 120px;
	resize: none;
}
.comon-services-2 .form-group{
	width: 70%;
}
.services-part{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top:80px;
	margin-bottom: 80px;
	background: url(../images/pattern.1f34b942c4043164cd96.png);
}
.services-part .comon-services-2{
	margin-top: 0;
}
.comon-services-2 h5{
	color: #fff;
	font-size:25px;
}
.comon-services-2 ul li{
	margin-bottom: 10px;
}
.comon-services-2 ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}
.services-part h6{
	color: #0878c8;
	text-transform: capitalize;
	font-size: 26px;
}
.services-part h2{
	color: #000;
	margin:8px 0 15px 0;
	text-transform: capitalize;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.grow-up-div{
	display: inline-block;
	width: 100%;
	margin-top: 0;
	position: relative;
	overflow: visible;
}
.grow-up-div .container{
	position: relative;
}
.let-2{
	width: 70%;
}
.let-2{
	display: inline-block;
	width: 100%;
	background: #3e2188;
	padding:30px 60px;
	border-radius:0 0 0 0;
	margin-top: 40px;
	position: relative;
}
.let-2:after{
	position: absolute;
    left:  -260px;
    content: "";
    height: 100%;
    background: #3e2188;
    top: 0;
    width:51%;
}
.let-2:before{
	position: absolute;
    right: -160px;
    content: "";
    height: 100%;
    background: #3e2188;
    top: 0;
    width: 31%;
}
.let-2 p {
    color: #bcade5;
    margin-top: 0;
    width: 90%;
}
.r-vpic{
	position: absolute;
	left: 0;
	top:30px;
	z-index: 2;
}
.all-support-hmoe{
	display: inline-block;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.co-lab-page {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 16%, rgba(8, 120, 200, 0.13), transparent 32%),
		radial-gradient(circle at 88% 8%, rgba(62, 33, 136, 0.10), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}
.co-lab-page::before {
	content: "";
	position: absolute;
	inset: 36px auto auto 6%;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: rgba(8, 120, 200, 0.08);
	filter: blur(10px);
	z-index: -1;
}
.co-lab-intro,
.co-lab-form-card {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 34px;
	box-shadow: 0 28px 80px rgba(11, 59, 96, 0.14);
	overflow: hidden;
}
.co-lab-intro {
	padding: 42px 48px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 255, 0.96) 55%, rgba(231, 246, 255, 0.92) 100%);
	text-align: left;
}
.co-lab-intro__image {
	margin: 0;
	border-radius: 18px;
	overflow: hidden;
}
.co-lab-intro__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.co-lab-intro::before,
.co-lab-form-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
	background: linear-gradient(90deg, #78b8e8, #0878c8, #3e2188);
}
.co-lab-intro p {
	margin: 0;
	max-width: none;
	color: #26364a;
	font-size: 21px;
	line-height: 2;
	letter-spacing: 0.01em;
}
.co-lab-highlight {
	display: inline-block;
	margin: 0 4px;
	padding: 3px 12px;
	border: 1px solid rgba(8, 120, 200, 0.14);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(232, 246, 255, 0.96), rgba(213, 239, 255, 0.96));
	color: #0878c8;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(8, 120, 200, 0.12), inset 0 -2px 0 rgba(8, 120, 200, 0.18);
}
.co-lab-form-card {
	margin-top: 34px;
	padding: 0;
	background:
		radial-gradient(circle at 88% 10%, rgba(120, 184, 232, 0.28), transparent 30%),
		linear-gradient(135deg, #071b34 0%, #082c52 48%, #064d79 100%);
	color: #fff;
}
.co-lab-form-card__image-col {
	position: relative;
}
.co-lab-form-card__image {
	margin: 0;
	height: 100%;
}
.co-lab-form-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.co-lab-form-card__content-col {
	padding: 42px 38px 42px 42px;
}
.co-lab-form-card__header {
	margin-bottom: 28px;
	text-align: left;
}
.co-lab-form-card__header span {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	color: #9dd8ff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.co-lab-form-card__header h2 {
	margin: 16px 0 10px;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.25;
}
.co-lab-form-card__header p {
	margin: 0;
	max-width: 620px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.75;
}
.co-lab-form {
	margin: 0;
	padding: 0;
	text-align: left;
}
.co-lab-form__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.co-lab-form__field {
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.co-lab-form__field--full {
	grid-column: 1 / -1;
}
.co-lab-form__field label {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
}
.co-lab-form__field input,
.co-lab-form__field select {
	width: 100%;
	height: 54px;
	padding: 0 17px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	color: #101828;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.co-lab-form__field input::placeholder {
	color: #98a2b3;
	font-weight: 500;
}
.co-lab-form__field input:focus,
.co-lab-form__field select:focus {
	border-color: #78b8e8;
	box-shadow: 0 0 0 4px rgba(120, 184, 232, 0.18), 0 18px 34px rgba(0, 0, 0, 0.14);
	transform: translateY(-1px);
}
.co-lab-upload {
	margin-top: 24px;
}
.co-lab-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.co-lab-upload__drop {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	min-height: 104px;
	margin: 0;
	padding: 24px 28px;
	border: 1px dashed rgba(157, 216, 255, 0.58);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.co-lab-upload__drop:hover {
	border-color: #9dd8ff;
	background: rgba(255, 255, 255, 0.13);
	transform: translateY(-2px);
}
.co-lab-upload__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	border-radius: 18px;
	background: linear-gradient(135deg, #78b8e8, #0878c8);
	box-shadow: 0 14px 28px rgba(8, 120, 200, 0.32);
	font-size: 24px;
}
.co-lab-upload__title {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}
.co-lab-upload__hint {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
}
.co-lab-upload__drop.is-uploading {
	pointer-events: none;
	opacity: 0.72;
}
.co-lab-form__status {
	display: none;
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
}
.co-lab-form__status--loading,
.co-lab-form__status--success,
.co-lab-form__status--error {
	display: block;
}
.co-lab-form__status--loading {
	background: rgba(157, 216, 255, 0.14);
	color: #d5efff;
	border: 1px solid rgba(157, 216, 255, 0.24);
}
.co-lab-form__status--success {
	background: rgba(54, 211, 153, 0.14);
	color: #a7f3d0;
	border: 1px solid rgba(54, 211, 153, 0.28);
}
.co-lab-form__status--error {
	background: rgba(248, 113, 113, 0.15);
	color: #fecaca;
	border: 1px solid rgba(248, 113, 113, 0.30);
}
.all-support-hmoe .all-sp-div-right {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.all-support-hmoe .all-sp-div-right > div {
	display: flex;
}
.all-support-hmoe a.comon-part-d1 {
	text-decoration: none;
	color: inherit;
}
.all-support-hmoe a.comon-part-d1:hover,
.all-support-hmoe a.comon-part-d1:focus-visible {
	text-decoration: none;
	color: inherit;
}
.all-support-hmoe .comon-part-d1 {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: background 0.45s cubic-bezier(0.4, 0, 0.2, 1),
	            transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
	            box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.35s ease,
	            color 0.35s ease;
}
.all-support-hmoe .comon-part-d1::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.2) 50%, transparent 80%);
	transform: translateX(-120%);
	transition: transform 0.65s ease;
	pointer-events: none;
	z-index: 0;
}
.all-support-hmoe .comon-part-d1 > * {
	position: relative;
	z-index: 1;
}
.all-support-hmoe .comon-part-d1 figure {
	margin-left: auto;
	margin-right: auto;
	width: 52px;
}
.all-support-hmoe .comon-part-d1 figure img {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), filter 0.35s ease;
}
.all-support-hmoe .comon-part-d1 h5 {
	font-size: 20px;
	font-weight: 800;
	margin-top: 12px;
	line-height: 1.3;
	transition: color 0.35s ease, transform 0.35s ease;
}
.all-support-hmoe .comon-part-d1 p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 10px;
	transition: color 0.35s ease;
}
.all-support-hmoe .all-sp-div-right > div:nth-child(2) .comon-part-d1,
.all-support-hmoe .all-sp-div-right > div:nth-child(3) .comon-part-d1 {
	background: #f7f7f7;
	background-image: none;
	color: #111;
}
.all-support-hmoe .all-sp-div-right > div:nth-child(2) .comon-part-d1 h5,
.all-support-hmoe .all-sp-div-right > div:nth-child(3) .comon-part-d1 h5,
.all-support-hmoe .all-sp-div-right > div:nth-child(2) .comon-part-d1 p,
.all-support-hmoe .all-sp-div-right > div:nth-child(3) .comon-part-d1 p {
	color: #111;
}
.all-support-hmoe .all-sp-div-right > div:first-child .comon-part-d1,
.all-support-hmoe .all-sp-div-right > div:last-child .comon-part-d1 {
	background-image: linear-gradient(135deg, #78b8e8, #3898d8, #0878c8, #085898);
	color: #fff;
}
.all-support-hmoe .all-sp-div-right > div:first-child .comon-part-d1 h5,
.all-support-hmoe .all-sp-div-right > div:last-child .comon-part-d1 h5,
.all-support-hmoe .all-sp-div-right > div:first-child .comon-part-d1 p,
.all-support-hmoe .all-sp-div-right > div:last-child .comon-part-d1 p {
	color: #fff;
}
@media (hover: hover) {
	.all-support-hmoe .all-sp-div-right > div:hover .comon-part-d1 {
		background-color: #085898;
		background-image: linear-gradient(135deg, #5eb0e8, #0878c8, #085898, #3e2188);
		color: #fff;
		transform: translateY(-8px);
		box-shadow: 0 18px 40px rgba(8, 90, 152, 0.28);
	}
	.all-support-hmoe .all-sp-div-right > div:hover .comon-part-d1::before {
		transform: translateX(120%);
	}
	.all-support-hmoe .all-sp-div-right > div:hover .comon-part-d1 h5,
	.all-support-hmoe .all-sp-div-right > div:hover .comon-part-d1 p {
		color: #fff;
	}
	.all-support-hmoe .all-sp-div-right > div:hover .comon-part-d1 h5 {
		transform: translateY(-2px);
	}
	.all-support-hmoe .all-sp-div-right > div:hover .comon-part-d1 figure img {
		transform: scale(1.15);
	}
	.all-support-hmoe .all-sp-div-right > div:nth-child(2):hover .comon-part-d1 figure img,
	.all-support-hmoe .all-sp-div-right > div:nth-child(3):hover .comon-part-d1 figure img {
		filter: brightness(0) invert(1);
	}
	.all-support-hmoe .all-sp-div-right:hover > div:not(:hover) .comon-part-d1 {
		opacity: 0.78;
		transform: scale(0.98);
	}
}
.comon-part-d1{
	display: inline-block;
	width: 100%;
	padding: 30px;
	background: #f7f7f7;
}
.comon-part-d1 figure{
	width: 45px;
	margin-bottom: 0;
}
.comon-part-d1 h5{
   font-weight:700;
   margin-top: 5px;
   color: #000;
}
.all-support-hmoe  h2{
	color: #000;
	text-transform: capitalize;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.lab-section-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	transition: color 0.25s ease, gap 0.3s ease;
}
.lab-section-link:hover{
	color: #0878c8;
	gap: 18px;
}
.lab-section-link h2{
	margin: 0;
	transition: color 0.25s ease;
}
.lab-section-link:hover h2{
	color: #0878c8;
}
.lab-section-link__arrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: auto;
	height: auto;
	color: #0878c8;
	filter: drop-shadow(0 2px 6px rgba(8,120,200,0.35));
	transition: transform 0.3s ease, color 0.25s ease, filter 0.3s ease;
	position: relative;
}
.lab-section-link__arrow::before{
	display: none;
}
.lab-section-link:hover .lab-section-link__arrow{
	transform: translateX(6px);
	color: #3898d8;
	filter: drop-shadow(0 3px 10px rgba(8,120,200,0.55));
}
.lab-section-link__arrow svg{
	width: 28px;
	height: 28px;
	position: relative;
	z-index: 1;
}
.portfilo-div h1{
	text-transform: capitalize;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.text-details-work h5{
	color: #000;
	font-weight: 700;
}
.slider-ts-items h5 {
	font-weight: 800;
}

.comon-part-d1 p{
	font-size: 13px;
	margin-top: 8px;
}
.all-sp-div-right > div{
	padding: 0;
}
.all-sp-div-right > div:first-child .comon-part-d1{
	border-radius: 30px 0 0 0;
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	color: #fff;
}
.all-sp-div-right > div:first-child .comon-part-d1 h5,
.all-sp-div-right > div:last-child .comon-part-d1 h5{
	color: #fff;
}
.all-sp-div-right > div:last-child .comon-part-d1{
	border-radius: 0 0 30px 0;
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	color: #fff;
}
@media (min-width: 992px) {
	.all-support-hmoe .all-sp-div-right > div:first-child .comon-part-d1 {
		border-radius: 30px 0 0 30px;
	}
	.all-support-hmoe .all-sp-div-right > div:last-child .comon-part-d1 {
		border-radius: 0 30px 30px 0;
	}
	.all-support-hmoe .comon-part-d1 {
		min-height: 280px;
		padding: 40px 28px;
	}
	.all-support-hmoe .comon-part-d1 h5 {
		font-size: 22px;
	}
	.all-support-hmoe .comon-part-d1 p {
		font-size: 16px;
	}
}
.mixitup-control-active {
    background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
    color: #fff;
}
.controls .btn {
    font-weight: 700;
    font-size: 19px;
    padding: 3px 20px;
    border-radius: 28px;
}
.counter-number{
	display: block;
	width: 100%;
	background: #3e2188 url(../images/network.png) no-repeat center center;
	border-radius: 0;
}
.cm-port{
	border-radius: 40px 0 0 ;
	background: #3e2188;
	display: inline-block;
	width: 100%;
	height: 320px;
	overflow: hidden;
	text-decoration: none;
}
.cm-port figure{
	height: 220px;
	overflow: hidden;
}
.cm-port figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
}
.cm-port:hover figure img{
	transform: scale(1);
}
.work-homed{
	padding-left: 20px;
	padding-bottom: 30px;
}
.work-homed h6{
	font-size: 16px !important;
}

.work-homed h5{
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
.comon-nuber1{
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 100%;
}
.comon-nuber1 p{
	margin-top: 5px;
}

/* homepage stats banner */
.stats-banner {
	position: relative;
	overflow: hidden;
}

.stats-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 20% 50%, rgba(120, 184, 232, 0.12), transparent 60%),
		radial-gradient(ellipse 60% 50% at 85% 30%, rgba(255, 201, 2, 0.08), transparent 55%);
	pointer-events: none;
}

.stats-banner__intro {
	position: relative;
	margin-bottom: 48px;
}

.stats-banner__label {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 12px;
}

.stats-banner__title {
	color: #fff;
	font-family: 'CircularStdMedium', 'Open Sans', sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 500;
	margin: 0;
}

.stats-banner__title.stats-text-shimmer {
	color: transparent;
}

.stat-card {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 36px 24px 32px;
	height: 100%;
	border-radius: 0;
	opacity: 0;
	transform: translateY(48px) scale(0.96);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.stat-card.is-active,
.stats-banner.is-visible .stat-card {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.stat-card__glow {
	position: absolute;
	left: 50%;
	top: 72px;
	width: 120px;
	height: 120px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(120, 184, 232, 0.35) 0%, transparent 70%);
	opacity: 0;
	transition: opacity 0.8s ease 0.3s;
	pointer-events: none;
}

.stat-card.is-active .stat-card__glow,
.stats-banner.is-visible .stat-card .stat-card__glow {
	opacity: 1;
	animation: statGlowPulse 2.4s ease-in-out infinite;
}

@keyframes statGlowPulse {
	0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.6; }
	50% { transform: translateX(-50%) scale(1.15); opacity: 1; }
}

.stat-card__value {
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 4px;
	min-height: 72px;
	margin-bottom: 8px;
}

.stat-counter {
	font-family: 'CircularStdMedium', 'Open Sans', sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(180deg, #ffffff 0%, #a8d4f0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 20px rgba(120, 184, 232, 0.35));
}

.stat-counter.is-done {
	animation: statNumberPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes statNumberPop {
	0% { transform: scale(1); }
	40% { transform: scale(1.08); }
	100% { transform: scale(1); }
}

.stat-card__unit {
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	align-self: flex-end;
	padding-bottom: 8px;
}

.stat-card__title {
	font-family: 'CircularStdMedium', 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #fff;
}

.stat-card__desc {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 16px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.stat-card__tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
}

.stats-banner.is-visible .stats-banner__grid > .col:nth-child(1) .stat-card { transition-delay: 0ms; }
.stats-banner.is-visible .stats-banner__grid > .col:nth-child(2) .stat-card { transition-delay: 150ms; }
.stats-banner.is-visible .stats-banner__grid > .col:nth-child(3) .stat-card { transition-delay: 300ms; }
.stats-banner.is-visible .stats-banner__grid > .col:nth-child(4) .stat-card { transition-delay: 450ms; }

@media (min-width: 992px) {
	.stats-banner__grid > .col:not(:last-child) .stat-card::after {
		content: "";
		position: absolute;
		right: 0;
		top: 15%;
		height: 70%;
		width: 1px;
		background: linear-gradient(180deg, transparent, rgba(255,255,255,0.18), transparent);
	}
}

@media (max-width: 991px) {
	.stats-banner__intro {
		margin-bottom: 32px;
	}
	.stat-card {
		padding: 28px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.stats-banner__grid > .col:last-child .stat-card {
		border-bottom: none;
	}
}

/* shimmer gradient text */
.stats-text-shimmer {
	background: linear-gradient(105deg, #ffffff 0%, #a8d4f0 25%, #ffc902 50%, #a8d4f0 75%, #ffffff 100%);
	background-size: 250% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: statsTextShimmer 5s linear infinite;
}

@keyframes statsTextShimmer {
	0% { background-position: 0% center; }
	100% { background-position: 250% center; }
}

/* delivery & integration block */
.stats-delivery {
	position: relative;
	margin-top: 0;
	padding-top: 0;
}

.stats-delivery__subtitle {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s ease 0.2s, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.stats-banner.is-visible .stats-delivery__subtitle,
.stats-banner.is-visible [data-text-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.stats-delivery__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
	margin: 0;
	padding: 0;
}

@media (min-width: 576px) {
	.stats-delivery__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
}

@media (min-width: 992px) {
	.stats-delivery__list {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}
}

.stats-delivery__item {
	opacity: 0;
	transform: translateX(-32px) skewX(-2deg);
	filter: blur(4px);
	transition:
		opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.55s ease;
}

.stats-delivery__item.is-revealed {
	opacity: 1;
	transform: translateX(0) skewX(0);
	filter: blur(0);
}

.stats-delivery__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
	position: relative;
	overflow: hidden;
	transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.stats-delivery__link::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.12) 50%, transparent 60%);
	transform: translateX(-120%);
	transition: transform 0.6s ease;
	pointer-events: none;
}

.stats-delivery__link:hover {
	border-color: rgba(120, 184, 232, 0.55);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(8, 120, 200, 0.25), inset 0 0 20px rgba(120, 184, 232, 0.08);
	transform: translateY(-3px);
}

.stats-delivery__link:hover::before {
	transform: translateX(120%);
}

.stats-delivery__index {
	flex-shrink: 0;
	font-family: 'CircularStdMedium', monospace;
	font-size: 13px;
	font-weight: 700;
	color: #ffc902;
	letter-spacing: 0.05em;
	text-shadow: 0 0 12px rgba(255, 201, 2, 0.45);
}

.stats-delivery__text {
	flex: 1;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	background: linear-gradient(90deg, #fff 0%, #d4ecfa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: filter 0.3s ease;
}

.stats-delivery__link:hover .stats-delivery__text {
	filter: drop-shadow(0 0 8px rgba(168, 212, 240, 0.6));
}

.stats-delivery__text.is-scrambling {
	-webkit-text-fill-color: #a8d4f0;
	color: #a8d4f0;
	font-family: monospace;
	letter-spacing: 0.02em;
}

.stats-delivery__arrow {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.45);
	transform: translateX(0);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s ease;
}

.stats-delivery__link:hover .stats-delivery__arrow {
	color: #ffc902;
	transform: translateX(6px);
}

@media (max-width: 575px) {
	.stats-delivery__link {
		padding: 14px 16px;
	}
	.stats-delivery__text {
		font-size: 14px;
	}
}

.portfilo-div{
	display: inline-block;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 180px;
	position: relative;
	z-index: 2;
}
.comon-vate-1{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	width: 100%;
	border-radius: 30px 0 0 0;
	overflow: hidden;
	height: 170px;
	position: relative;
	box-shadow: #d1d0d0 1px 14px 43px;
	text-decoration: none;
	margin-bottom:45px;
}
.frmae-2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.comon-vate-1 figure{
	width: 170px;
	display: inline-block;
	height: 170px;
}

.comon-vate-1 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;

}
.comon-vate-1:hover figure img{
	transform: scale(1.1);
}

.text-details-work{
	width: 59%;
	padding:10px 20px 20px;
	display: inline-block;
	background: #fff;
}
.text-details-work h6{
	color: #0878c8;
	margin-bottom: 5px;
}
.all-support-hmoe h6,
.portfilo-div h6{
	color: #0878c8;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 26px;
}
.tesimonal-sdiv{
	display: inline-block;
	width: 100%;
	background: #3e2188 url(../images/1200px-World_map_with_points.svg.png);
	border-radius:0 30px 0 0;
	position: relative;
	overflow: hidden;
}
.tesimonal-sdiv h6,
.tesimonal-sdiv h1{
	color: #fff;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.slide-ts-div{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	padding: 30px;
	display: inline-block;
	width: 110%;
	height: 350px;
	position: relative;
	border-radius: 0 50px 0 0;
	padding: 50px;
	z-index: 1;

}
.new-bg-tesit{
	background: #fff;
	border-radius:0 0 0 0;
	overflow: visible;
}
.new-bg-tesit .slide-ts-div{
	background: #3e2188 url(../images/1200px-World_map_with_points.svg.png);
	width: 70%;
	border-radius: 0 196px 0 0;
    padding:30px 60px 80px 60px;
	height: auto;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.new-bg-tesit .container{
	position: relative;
	z-index: 2;
}
.new-bg-tesit .slide-ts-div h6{
	color: #0878c8;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 26px;
}
.new-bg-tesit .slide-ts-div::before{
	background: #3e2188;
    left: -216px;
    display: inline-block;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width:30%;
    z-index: 0;
}
.subcribe-div1{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	padding: 30px 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	top:30px;
}
.subcribe-div1 h1{
	color: #fff;
	font-size: 28px;
}
.slider-ts-items{
	color: #fff;
	position: relative;
	display: inline-block;
	padding-top: 50px;
	padding-left: 0;
	width: 80%;
}
.slider-ts-items h5 span{
	font-size: 14px;
	margin-top: 8px;
	font-weight: 400;
}
.slider-ts-items:after{
	display: none;
}
.tesg-bg{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 451px;
	margin: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.tesg-bg img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
.glass-img{
	position: absolute;
    left: 290px;
    bottom: 80px;
    width: 7%;
}
.footer-main{
	background: #000;
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
}
.footer-bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-main-row{
	--bs-gutter-x: 2rem;
}
.footer-qr-col{
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}
@media (min-width: 992px) {
	.footer-qr-col{
		justify-content: flex-end;
		margin-top: 0;
	}
}
.footer-qr{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(20px, 3vw, 40px);
	flex-wrap: wrap;
	width: auto;
	padding: 0;
}
.footer-qr__item{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer-qr__item img{
	width: 88px;
	height: 88px;
	object-fit: contain;
	display: block;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	box-sizing: border-box;
}
.footer-qr__label{
	margin: 8px 0 0;
	color: #ccc;
	font-size: 13px;
	line-height: 1.4;
}
.footer-disclaimer{
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	flex: 1 1 auto;
}
.footer-beian-text{
	margin: 0;
	margin-left: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	flex-shrink: 0;
}
.footer-beian-text a{
	color: #888;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.footer-beian-text a:hover{
	color: #aaa;
}
.footer-beian-text img{
	height: 16px;
	width: 16px;
	flex-shrink: 0;
}
.comon-footer h5{
	color: #fff;
	margin-bottom: 8px;
}
.comon-footer p{
	color: #686767;
	font-size: 15px;
}
.comon-footer ul li{
	margin-bottom: 10px;
	color: #686767;
	font-size: 15px;
}
.comon-footer ul li a{
	color: #686767;
	text-decoration: none;
	font-size: 15px;
}
.subcribe-new .form-group{
	margin: 20px 0;
}
.subcribe-new .form-control{
	border: none;
	height: 45px;
}
.subcribe-new h2{
	color: #000;
	text-transform: capitalize;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.subcribe-new .subcribe-btn{
	background: #000;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
}
.comon-cl-icon figure{
	width:150px;
}
.comon-cl-icon figure img{
	width: auto;

}
.subcribe-new{
	background: url(../images/pattern.1f34b942c4043164cd96.png);
	padding-bottom: 120px !important;
	display: inline-block;
	width: 100%;
}
.subpage-banner{
   height: 300px;
}
.aboutus-content-left h6{
	font-size: 25px;
	color: #0878c8;
}
.st-about{
	margin-top: 100px;
}
.about-secpage-2{
	background: #3e2188 url(../images/network.png) no-repeat right center;
	display: inline-block;
	width: 100%;
	margin-top: 80px;
	padding:100px 0;
	border-radius: 0 196px 0 0;
}
.about-secpage-2 h6{
	color: #0878c8;
	font-size: 25px;
	text-transform: capitalize;
}
.about-secpage-2 h1{
	 color: #fff;
	 font-family: 'CircularStdMedium';
	 font-weight: inherit;
	 letter-spacing: inherit;

}
.about-secpage-2 p{
	color: #fff;
}
.mission-part-div{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 70px 0 90px 0;
	background: #fff url(../images/pattern.1f34b942c4043164cd96.png) center center;
}
.ms-bn2{
	position: absolute;
	width: 46%;
	left: 0;
	height:600px;
	overflow: hidden;
}
.content-mission{
	display: table;
	margin-left: auto;
	width: 48%;
	margin-top:120px;
}
.content-mission h6{
	color: #0878c8;
	font-size: 25px;
	text-transform: capitalize;
}
.content-mission h2{
	color: #000;
	text-transform: capitalize;
}
.vission-part{
	margin-bottom: 150px;
}
.vission-part .content-mission{
	margin: 0;
	margin-top: 100px;


}
.vission-part .ms-bn2{
	left: inherit;
	right: 0;
}
.ms-bn2--stagger {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 30px 20px;
}
.ms-bn2--stagger .stagger-img {
	width: 32%;
	max-width: 280px;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.10);
	object-fit: cover;
}
.ms-bn2--stagger .stagger-img--1 {
	margin-top: 0;
}
.ms-bn2--stagger .stagger-img--2 {
	margin-top: 40px;
}
.ms-bn2--stagger .stagger-img--3 {
	margin-top: 80px;
}
.digital-markting-div{
	display: inline-block;
	width: 100%;
	margin: 120px 0;
}
.digital-markting-div h6{
	color: #0878c8;
	font-size: 25px;
	text-transform: capitalize;
}
.digital-markting-div h1{
	text-transform: capitalize;
}
.comon-digt-services{
	display: inline-block;
	border-radius: 0 0 105px 0;
	width: 100%;
	padding:40px 30px;
	height: 379px;
	overflow: hidden;
}
.comon-digt-services figure{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: #cfcfcf 1px 5px 8px;
	padding: 15px;
	
}
.comon-digt-services h5{
	color: #fff;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.map-part-con iframe{
	height:400px;
}
.comon-digt-services p{
	margin-top: 8px;
	font-size: 15px;
	color: #fff;
}
.next-servives > div:first-child .comon-digt-services{
	background: #3e2188;
}
.next-servives > div:nth-child(2) .comon-digt-services{
	background: #0878c8;
}
.next-servives > div:nth-child(3) .comon-digt-services{
	background: transparent;
}
.next-servives > div:nth-child(4) .comon-digt-services{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
}

.next-servives > div:first-child .comon-digt-services figure{
	box-shadow: #1b0f38 1px 5px 8px;
}
.next-servives > div:nth-child(2) .comon-digt-services figure{
	box-shadow: #054a78 1px 5px 8px;
}
.next-servives > div:nth-child(3) .comon-digt-services figure{
	box-shadow: #897310 1px 5px 8px;
}
.next-servives > div:nth-child(4) .comon-digt-services figure{
	box-shadow: #054a78 1px 5px 8px;
}
.accordion-button:not(.collapsed){
	background-color: #f5f5f5;
	color: #000;
	font-weight: 600;
}
.contact-up-page-design{
	display: inline-block;
	 width: 100%;
	 padding-top: 150px;
}
.form-sec-d1 .form-control,
.form-sec-d1  .form-select{
	background-color: #fff;
	border: none;
	height: 50px;
}
.form-sec-d1{
	background: #f5f5f5;
	display: inline-block;
	border-radius: 0 196px 0 0;
	width: 100%;
	position: relative;
	padding: 60px;
	
}
.form-sec-d1 .form-group{
	margin-bottom: 15px;
}
.form-sec-d1 textarea.form-control{
	height: 100px;
	resize: none;
}
.form-sec-d1::before{
	width: 40%;
	position: absolute;
	left: -210px;
	content: "";
	top:0;
	height: 100%;
	background: #f5f5f5;
}
.submit-con{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	border-radius: 50px;
	color: #fff;
	padding:12px 30px;
}
.form-sec-d1 h2{
	color: #000;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
	letter-spacing: inherit;
}
.right-con-div{
	display: inline-block;
	width: 100%;
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	border-radius: 0 196px 0 0;
	padding: 60px;
	color: #fff;
	height: 485px;
}
.icon-c {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    align-content: center;
    background: #fff;
    color: #0878c8;
    justify-content: center;
    font-size: 18px;
	margin-right: 10px;
}
.right-con-div ul li{
	margin-bottom: 20px;
}
.contact-up-page-design{
	display: inline-block;
	width: 100%;
	margin-bottom: 150px;
}
.contact-map-section {
	padding: 80px 0;
	background: #f7fbff;
}
.contact-map-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 34px 40px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(8, 120, 200, 0.12);
	border: 1px solid rgba(8, 120, 200, 0.12);
}
.contact-map-card__label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	color: #0878c8;
}
.contact-map-card h2 {
	margin-bottom: 10px;
	color: #101828;
}
.contact-map-card p {
	margin-bottom: 0;
	color: #475467;
	font-size: 18px;
	line-height: 1.7;
}
.contact-map-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 0 0 auto;
	padding: 14px 24px;
	border-radius: 999px;
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(8, 120, 200, 0.22);
}
.contact-map-card__link:hover {
	color: #fff;
	transform: translateY(-2px);
}
.contact-map-preview {
	display: block;
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 16px 42px rgba(8, 120, 200, 0.14);
	border: 1px solid rgba(8, 120, 200, 0.12);
}
.contact-map-preview img {
	display: block;
	width: 100%;
	height: auto;
}
.contact-info-card {
	width: 100%;
	padding: 30px 34px;
	border-radius: 24px;
	background-image: linear-gradient(135deg, #f8fcff 0%, #ffffff 58%, #eef7ff 100%);
	border-left: 5px solid #0878c8;
	box-shadow: 0 14px 42px rgba(8, 120, 200, 0.10);
}
.contact-info-card h3 {
	margin-bottom: 18px;
	font-size: 24px;
	color: #101828;
	font-family: 'CircularStdMedium';
	font-weight: inherit;
}
.contact-info-card p {
	margin-bottom: 10px;
	color: #344054;
	font-size: 17px;
	line-height: 1.85;
}
.contact-info-card p:last-child {
	margin-bottom: 0;
}
.contact-info-card a {
	color: #0878c8;
	font-weight: 700;
	text-decoration: none;
}
.contact-info-card a:hover {
	text-decoration: underline;
}
.small-faq-con{
	display: inline-block;
	width: 100%;
	background: #fff url(../images/pattern.1f34b942c4043164cd96.png) no-repeat center center;
	margin-bottom: 150px;
}
.text-c {
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
}
.our-work-page1{
	display: inline-block;
	width: 100%;
	margin-top: 120px;
}
.our-work-page1 .cm-port figure{
	position: relative;
}
.our-work-page1{
	display: inline-block;
	margin-bottom: 100px;
	width: 100%;
	position: relative;
}
.our-work-page1 .cm-port .bg-zoom{
	display: grid;
	align-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 55%);
	top:0;
	left: 0;
	right: 0;
	z-index: 2;
	position: absolute;
	transform: scale(0);
	transition: all 0.5s;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}
.our-work-page1 .cm-port:hover .bg-zoom{
	transform: scale(1.1);
}
.work-homed h6{
	color: #0878c8;
}
.our-work-page1 h6{
	color: #0878c8;
	font-size: 25px;
}
.news-layout {
	padding-bottom: 30px;
}
.news-layout__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 24px;
}
.news-layout__count {
	margin: 0;
	color: #667085;
	font-size: 14px;
	white-space: nowrap;
}
.news-layout__count strong {
	color: #0878c8;
	font-size: 18px;
	font-weight: 700;
}
.news-layout__toolbar .news-filters {
	margin: 0;
}
.news-layout__intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 42px;
}
.news-layout__eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(8, 120, 200, 0.08);
	color: #0878c8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.news-layout__intro h1 {
	margin-bottom: 14px;
	font-size: 46px;
	color: #101828;
}
.news-layout__intro p {
	max-width: 680px;
	margin: 0;
	color: #667085;
	line-height: 1.8;
}
.news-layout__summary {
	min-width: 220px;
	padding: 24px 26px;
	border: 1px solid #e9eef5;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(16, 24, 40, 0.06);
}
.news-layout__summary-label {
	display: inline-block;
	margin-bottom: 8px;
	color: #0878c8;
	font-size: 13px;
	font-weight: 700;
}
.news-layout__summary strong {
	display: block;
	margin-bottom: 8px;
	font-size: 42px;
	line-height: 1;
	color: #101828;
}
.news-layout__summary p {
	color: #667085;
	line-height: 1.7;
}
.news-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	align-items: stretch;
	margin-bottom: 40px;
	border-radius: 28px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
}
.news-featured__media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	display: block;
}
.news-featured__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px;
	background: linear-gradient(135deg, #0b1633 0%, #132a5e 65%, #0878c8 100%);
	color: #fff;
}
.news-tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.news-featured__content h2 {
	margin: 18px 0 16px;
	font-size: 34px;
	line-height: 1.25;
	color: #fff;
}
.news-featured__content p {
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.9;
}
.news-featured__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.news-featured__meta span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	font-size: 13px;
	color: #fff;
}
.news-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 30px;
}
.news-filters .filter.btn {
	padding: 10px 18px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: #fff;
	color: #344054;
	font-weight: 600;
	box-shadow: none;
}
.news-filters .filter.btn:hover,
.news-filters .mixitup-control-active {
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	border-color: transparent;
	color: #fff;
}
.news-grid .mix {
	display: flex;
}
.news-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}
.news-card__media {
	margin: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.news-card:hover .news-card__media img {
	transform: scale(1.04);
}
.news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 22px 22px 24px;
}
.news-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
	color: #667085;
	font-size: 12px;
	font-weight: 600;
}
.news-card__meta .news-tag {
	background: rgba(8, 120, 200, 0.08);
	color: #0878c8;
}
.news-card__body h5 {
	margin-bottom: 12px;
	font-size: 23px;
	line-height: 1.4;
	color: #101828;
}
.news-card__body p {
	margin: 0;
	color: #667085;
	line-height: 1.8;
}

/* News table (work.html) */
.page-news .news-layout {
	position: relative;
	padding: 48px 0 72px;
	overflow: hidden;
}
.page-news .news-layout__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 10% 0%, rgba(8, 120, 200, 0.12), transparent 55%),
		radial-gradient(ellipse 70% 50% at 95% 20%, rgba(62, 33, 136, 0.14), transparent 50%),
		linear-gradient(180deg, #f4f8fc 0%, #eef3f9 45%, #f8fafc 100%);
	pointer-events: none;
}
.page-news .news-layout__bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(8, 120, 200, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8, 120, 200, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
}
.page-news .news-layout .container {
	position: relative;
	z-index: 1;
}
.page-news .news-layout__panel {
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.72);
	box-shadow:
		0 4px 24px rgba(8, 88, 152, 0.06),
		0 24px 64px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.page-news .news-layout__toolbar {
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(8, 120, 200, 0.1);
}
.page-news .news-layout__count {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(8, 120, 200, 0.08), rgba(62, 33, 136, 0.06));
	border: 1px solid rgba(8, 120, 200, 0.15);
	font-size: 13px;
}
.page-news .news-layout__count-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #10b981;
	box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
	animation: news-pulse 2s ease-out infinite;
}
.page-news .news-layout__count strong {
	font-size: 20px;
	background: linear-gradient(135deg, #0878c8, #3e2188);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.page-news .news-filters .filter.btn {
	position: relative;
	overflow: hidden;
	padding: 11px 20px;
	border: 1px solid rgba(8, 120, 200, 0.12);
	background: rgba(255, 255, 255, 0.9);
	color: #344054;
	font-weight: 600;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.page-news .news-filters .filter.btn:hover {
	transform: translateY(-2px);
	border-color: rgba(8, 120, 200, 0.35);
	box-shadow: 0 8px 24px rgba(8, 120, 200, 0.15);
	color: #0878c8;
}
.page-news .news-filters .filter.btn.mixitup-control-active {
	border-color: transparent;
	color: #fff;
	box-shadow:
		0 8px 28px rgba(8, 120, 200, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.2) inset;
	background-image: linear-gradient(135deg, #3898d8 0%, #0878c8 45%, #3e2188 100%);
	background-size: 200% 200%;
	animation: news-gradient-shift 4s ease infinite;
}
.page-news .news-table-wrap {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(8, 120, 200, 0.12);
	border-radius: 20px;
	background: #fff;
	box-shadow:
		0 20px 50px rgba(8, 88, 152, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 1);
}
.page-news .news-table-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3898d8, #0878c8, #3e2188, #0878c8);
	background-size: 200% 100%;
	animation: news-shimmer 3s linear infinite;
	z-index: 2;
}
.news-table-wrap {
	overflow-x: auto;
	border: 1px solid #e9eef5;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}
.news-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 15px;
}
.page-news .news-table thead {
	background: linear-gradient(135deg, #0a1428 0%, #132a5e 40%, #0878c8 100%);
	background-size: 200% 200%;
	animation: news-gradient-shift 8s ease infinite;
}
.news-table thead {
	background: linear-gradient(135deg, #0b1633 0%, #132a5e 55%, #0878c8 100%);
}
.page-news .news-table thead th {
	padding: 18px 20px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.news-table thead th {
	padding: 16px 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	border: none;
}
.page-news .news-table tbody tr {
	border-bottom: 1px solid rgba(8, 120, 200, 0.08);
	box-shadow: inset 4px 0 0 transparent;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.page-news .news-table tbody tr:hover {
	background: linear-gradient(90deg, rgba(8, 120, 200, 0.06) 0%, rgba(255, 255, 255, 0) 60%);
	box-shadow:
		inset 4px 0 0 #0878c8,
		inset 0 0 0 1px rgba(8, 120, 200, 0.08);
}
.page-news .news-table tbody tr.is-enter {
	animation: news-row-in 0.45s ease both;
}
.page-news .news-table__row[data-href] {
	cursor: pointer;
}
.news-table tbody tr {
	border-bottom: 1px solid #eef2f6;
	transition: background-color 0.2s ease;
}
.news-table tbody tr:last-child {
	border-bottom: none;
}
.news-table tbody tr:hover {
	background: #f8fbff;
}
.news-table tbody tr[hidden] {
	display: none;
}
.page-news .news-table td {
	padding: 20px;
}
.news-table td {
	padding: 18px;
	color: #344054;
	vertical-align: middle;
	line-height: 1.65;
}
.page-news .news-table__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(8, 120, 200, 0.1), rgba(62, 33, 136, 0.08));
	color: #0878c8;
	font-weight: 700;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-news .news-table tbody tr:hover .news-table__index {
	transform: scale(1.08);
	box-shadow: 0 4px 12px rgba(8, 120, 200, 0.2);
}
.news-table__col-no {
	width: 72px;
	text-align: center;
	color: #98a2b3;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}
.news-table__col-cat {
	width: 112px;
	white-space: nowrap;
}
.page-news .news-table .news-tag {
	padding: 6px 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	border: 1px solid transparent;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.page-news .news-tag--company {
	background: linear-gradient(135deg, rgba(8, 120, 200, 0.15), rgba(56, 152, 216, 0.08));
	border-color: rgba(8, 120, 200, 0.2);
	color: #0878c8;
}
.page-news .news-tag--industry {
	background: linear-gradient(135deg, rgba(62, 33, 136, 0.14), rgba(98, 60, 180, 0.08));
	border-color: rgba(62, 33, 136, 0.2);
	color: #3e2188;
}
.page-news .news-tag--pcb {
	background: linear-gradient(135deg, rgba(4, 120, 87, 0.14), rgba(16, 185, 129, 0.08));
	border-color: rgba(4, 120, 87, 0.2);
	color: #047857;
}
.news-table__col-title {
	width: 18%;
	font-weight: 600;
}
.page-news .news-table__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #101828;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.25s ease, gap 0.25s ease;
}
.page-news .news-table__link::after {
	content: "→";
	font-size: 14px;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	color: #0878c8;
}
.page-news .news-table__link:hover {
	color: #0878c8;
	gap: 12px;
}
.page-news .news-table__link:hover::after {
	opacity: 1;
	transform: translateX(0);
}
.news-table__col-title a {
	color: #101828;
	text-decoration: none;
	transition: color 0.2s ease;
}
.news-table__col-title a:hover {
	color: #0878c8;
}
.news-table__col-desc {
	color: #667085;
	word-break: break-word;
}
.page-news .news-table__col-date {
	font-family: 'Inter', monospace;
	font-size: 13px;
	color: #98a2b3;
}
.news-table__col-date {
	width: 120px;
	white-space: nowrap;
	color: #667085;
	font-variant-numeric: tabular-nums;
}
.news-tag--company {
	background: rgba(8, 120, 200, 0.1);
	color: #0878c8;
}
.news-tag--industry {
	background: rgba(62, 33, 136, 0.1);
	color: #3e2188;
}
.news-tag--pcb {
	background: rgba(4, 120, 87, 0.1);
	color: #047857;
}
.news-table .news-tag {
	background: rgba(8, 120, 200, 0.08);
	color: #0878c8;
}
@keyframes news-gradient-shift {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}
@keyframes news-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}
@keyframes news-row-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes news-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45); }
	50% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}
@media (prefers-reduced-motion: reduce) {
	.page-news .news-table tbody tr.is-enter,
	.page-news .news-filters .filter.btn.mixitup-control-active,
	.page-news .news-table-wrap::before,
	.page-news .news-table thead,
	.page-news .news-layout__count-dot {
		animation: none;
	}
	.page-news .news-table tbody tr:hover,
	.page-news .news-filters .filter.btn:hover {
		transform: none;
	}
}

/* News detail page */
.page-news-detail .news-detail-hero {
	position: relative;
	padding: 140px 0 48px;
	overflow: hidden;
}
.page-news-detail .news-detail-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 80% at 0% 0%, rgba(8, 120, 200, 0.14), transparent 55%),
		radial-gradient(ellipse 60% 60% at 100% 20%, rgba(62, 33, 136, 0.12), transparent 50%),
		linear-gradient(180deg, #f4f8fc 0%, #eef3f9 100%);
}
.page-news-detail .news-detail-hero .container {
	position: relative;
	z-index: 1;
}
.news-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.news-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	color: #667085;
}
.news-breadcrumb__item:not(.is-current)::after {
	content: "›";
	margin-left: 8px;
	color: #98a2b3;
	font-size: 16px;
}
.news-breadcrumb__item a {
	color: #667085;
	text-decoration: none;
	transition: color 0.2s ease;
}
.news-breadcrumb__item a:hover {
	color: #0878c8;
}
.news-breadcrumb__item.is-current span {
	color: #101828;
	font-weight: 600;
	max-width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-detail-hero__content {
	max-width: 820px;
}
.news-detail-hero__title {
	margin: 16px 0 18px;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.2;
	color: #101828;
}
.news-detail-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: #667085;
	font-size: 14px;
}
.news-detail-hero__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #98a2b3;
}
.news-detail-layout {
	position: relative;
	padding: 40px 0 80px;
}
.news-detail-layout .container {
	position: relative;
	z-index: 1;
}
.news-detail-panel {
	padding: 32px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.82);
	box-shadow:
		0 4px 24px rgba(8, 88, 152, 0.06),
		0 24px 64px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.news-detail-cover {
	margin: 0 0 32px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(8, 88, 152, 0.12);
}
.news-detail-cover img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}
.news-detail-body {
	color: #344054;
	font-size: 16px;
	line-height: 1.9;
}
.news-detail-body h2 {
	margin: 36px 0 16px;
	font-size: 24px;
	color: #101828;
}
.news-detail-body p {
	margin-bottom: 18px;
}
.news-detail-body ul {
	margin: 0 0 20px;
	padding-left: 1.2em;
}
.news-detail-body li {
	margin-bottom: 10px;
}
.news-detail-figure {
	margin: 28px 0;
	border-radius: 12px;
	overflow: hidden;
	background: #f4f8fc;
	box-shadow: 0 8px 24px rgba(8, 120, 200, 0.08);
}
.news-detail-figure img {
	width: auto;
	height: auto;
	max-width: 50%;
	display: block;
	margin: 0 auto;
}
.news-detail-figure__caption {
	padding: 12px 16px;
	font-size: 14px;
	color: #5a6478;
	text-align: center;
	background: #f4f8fc;
	border-top: 1px solid #e3edf5;
}
.news-detail-quote {
	margin: 28px 0;
	padding: 20px 24px;
	border-left: 4px solid #0878c8;
	border-radius: 0 16px 16px 0;
	background: linear-gradient(90deg, rgba(8, 120, 200, 0.08), rgba(255, 255, 255, 0));
	color: #132a5e;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
}
.news-detail-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid rgba(8, 120, 200, 0.1);
}
.news-detail-nav__link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px 20px;
	border: 1px solid rgba(8, 120, 200, 0.12);
	border-radius: 16px;
	background: #fff;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.news-detail-nav__link span {
	color: #98a2b3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.news-detail-nav__link strong {
	color: #101828;
	font-size: 15px;
	line-height: 1.5;
}
.news-detail-nav__link:hover {
	transform: translateY(-2px);
	border-color: rgba(8, 120, 200, 0.28);
	box-shadow: 0 12px 32px rgba(8, 88, 152, 0.1);
}
.news-detail-nav__link--next {
	text-align: right;
}
.news-detail-sidebar__block {
	padding: 24px;
	border-radius: 24px;
	border: 1px solid rgba(8, 120, 200, 0.1);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 40px rgba(8, 88, 152, 0.06);
}
.news-detail-sidebar__block + .news-detail-sidebar__block {
	margin-top: 20px;
}
.news-detail-sidebar__block h3 {
	margin-bottom: 18px;
	font-size: 18px;
	color: #101828;
}
.news-detail-related {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.news-detail-related__item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #f8fbff;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}
.news-detail-related__item:hover {
	background: rgba(8, 120, 200, 0.08);
	transform: translateX(4px);
}
.news-detail-related__date {
	color: #98a2b3;
	font-size: 12px;
}
.news-detail-related__item strong {
	color: #101828;
	font-size: 15px;
	line-height: 1.5;
}
.news-detail-sidebar__cta p {
	margin-bottom: 18px;
	color: #667085;
	line-height: 1.7;
}
.news-detail-sidebar__btn {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 999px;
	padding: 11px 20px;
	font-weight: 600;
}
.news-detail-sidebar__btn:last-child {
	margin-bottom: 0;
}

.gb-1{
	position: absolute;
	right: 0;
	bottom: 0;
}
.comon-cre{
	width:64px;
}

.total-qucik .modal-content, .total-qucik .modal-header {
    background: none;
    border: none;
}
.total-qucik .modal-body {
    background: #fff;
    padding: 0;
}
.total-qucik h5 {
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
    color: #fff;
    font-family: 'CircularStdBook';
    font-weight: 600;
    padding: 15px;
    text-transform: capitalize;
    line-height: 35px;
}
.inside-fm {
    padding: 10px 30px 30px 30px;
}
.inside-fm .form-group {
    margin-bottom: 20px;
}
.submit-bn-1:hover {
    background: none;
    color: #3e2188;
}
.total-qucik .modal-title {
    opacity: 0;
}
.total-qucik .modal-header {
    padding: 0;
}
.dropdown-menu1 {
    border: none;
    display: none;
    margin-top: 0;
    padding: 12px 0;
    min-width: 280px;
	background: #fff;
	box-shadow: #bdbdbd 1px 9px 30px;
    z-index: 3333;
    border-radius: 4px;
}
@media (min-width: 992px) {
	.min-menu .nav-item.dropdown {
		position: relative;
	}
	.dropdown:hover > .dropdown-menu1,
	.dropdown-menu1.show {
		display: block;
	}
}
@media (max-width: 991px) {
	.dropdown-menu1.show {
		display: block;
		position: static;
		float: none;
		box-shadow: none;
		border-radius: 0;
		padding: 4px 0 8px 12px;
		min-width: 0;
	}
	.dropdown-menu1.show:before {
		display: none;
	}
}
.dropdown-menu1:before {
    position: absolute;
    top: -10px;
    width: 10px;
    left: 20px;
    height: 10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    content: '';
}
.min-menu .dropdown-menu1 li:last-child .dropdown-item {
    border-bottom: none;
}
.min-menu .dropdown-toggle::after {
	vertical-align: 0.2em;
	margin-left: 0.35em;
	border-top-color: currentColor;
}
.min-menu .dropdown-item {
    padding: 5px 20px 5px 15px;
    font-size: 15px;
    border-bottom: solid 1px #e9e9e9;
    white-space: nowrap;
}
.min-menu .dropdown-item:hover{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
    color: #fff;
}
.total-qucik .btn-close {
    background-image: none;
    color: #fff;
    font-size: 30px;
    opacity: 9;
}
.submit-bn-1 {
    font-family: 'CircularStdBook';
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #3e2188;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    border: solid 1px #3e2188;
    padding: 10px;
}
.comon-career-bl{
	height: 400px;
	color: #fff;
	position: relative;
}
.comon-career-bl h2{
	font-family: 'CircularStdBook';
	font-size: 22px;
	color: #fff;
	font-weight: inherit;
}

.careeer-divs > div:nth-child(odd) .comon-career-bl{
	background: #3e2188;
	padding: 30px;
	display: inline-block;
	width: 100%;
	border-radius: 0 50px 0 0;

} 
.comon-career-bl ul{
	margin-top: 10px;
}
.comon-career-bl ul li{
	font-size: 13px;
}
.comon-career-bl ul li span{
	font-size: 17px;
	margin-right: 8px;
}
.comon-career-bl .view-details{
	background: #fff;
	color: #000;
	position: absolute;
	left: 30px;
	bottom: 20px;
	padding: 8px 20px;
}
.career-bg5{
	position: absolute;
	right: 0;
	bottom: -140px;
    width: 27%;
}
.careeer-divs > div:nth-child(even) .comon-career-bl{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	padding: 30px;
	display: inline-block;
	width: 100%;
	border-radius: 0 50px 0 0;

} 
.job-ds-div{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	padding: 30px;
	display: inline-block;
	width: 100%;
	border-radius: 0 0 196px 0;
	color: #fff;
	height: 350px;
}
.career-divs2 h2,
.cr-details h5{
   color: #000;
}
.cr-details{
	margin-bottom: 35px;
}
.cr-details ul{
	margin-top: 25px;
}
.cr-details ul li{
	margin-bottom: 8px;
}
.job-ds-div h2{
   font-size: 25px;
   color: #fff;
}
.job-ds-div h6{
	color: #000;
	font-size: 16px;
}
.apy-bn{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	font-size: 18px;
    color: #fff;
}

.job-ap{
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	font-size: 18px;
    color: #fff;
	border: none;
}

.cv-upload-div .form-control, .cv-upload-div .form-select {
    border: none;
    background-color: #f1f1f1;
    height: 45px;
    margin-bottom: 15px;
}
/* banner slider */

.blog-slider {
	width: 100%;
	position: relative;
	max-width: 100%;
	margin: auto;
	padding: 0;
	border-radius: 25px;
	height: 620px !important;
	transition: all 0.3s;
	margin-top: 40px;
}
.blog-slider__wrp {
	height: 100%;
}
.blog-slider__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
  @media screen and (max-width: 992px) {
	.blog-slider {
	  max-width: 680px;
	  height: 400px;
	}
  }
  @media screen and (max-width: 768px) {
	.blog-slider {
	  min-height: 500px;
	  height: auto;
	  margin: 180px auto;
	}
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider {
	  height: 350px;
	}
  }
  @media screen and (max-width: 768px) {
	.blog-slider__item {
	  flex-direction: column;
	}
  }
  .blog-slider__item.swiper-slide-active .blog-slider__img img,
  .blog-slider__item.swiper-slide-active .blog-slider__img video,
  .blog-slider__item.swiper-slide-active .blog-slider__img .blog-slider__poster {
	opacity: 1;
	transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
	transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
	transition-delay: 0.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
	transition-delay: 0.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
	transition-delay: 0.6s;
  }
  .blog-slider__img {
	width: 45%;
	height: auto;
	flex-shrink: 0;
	transform: translateX(-80px);
	overflow: hidden;
  }
  .blog-slider__img img,
  .blog-slider__video,
  .blog-slider__poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: 20px;
	transition: opacity 0.3s;
	background: transparent;
  }
  .blog-slider__video-wrap {
	position: relative;
	width: 100%;
	line-height: 0;
  }
  .blog-slider__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #0868b8;
	font-size: 20px;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, opacity 0.2s ease;
	padding-left: 4px;
  }
  .blog-slider__play-btn:hover {
	transform: translate(-50%, -50%) scale(1.05);
  }
  .banner-video-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .banner-video-modal.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
  }
  .banner-video-modal[hidden] {
	display: none !important;
  }
  body.banner-video-open {
	overflow: hidden;
  }
  .banner-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(13, 9, 37, 0.72);
  }
  .banner-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(96vw, 960px);
	background: #000;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  }
  .banner-video-modal__media {
	position: relative;
	background: #000;
  }
  .banner-video-modal__player {
	width: 100%;
	height: auto;
	max-height: 75vh;
	min-height: 320px;
	display: block;
	background: #000;
	object-fit: contain;
  }
  #bannerVideoAudio {
	display: none;
  }
  .banner-video-modal__controls {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	background: rgba(0, 0, 0, 0.92);
  }
  .banner-video-modal__ctrl-btn {
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
  }
  .banner-video-modal__ctrl-btn:hover {
	background: rgba(255, 255, 255, 0.12);
  }
  .banner-video-modal__progress {
	flex: 1;
	min-width: 80px;
	height: 4px;
	accent-color: #0868b8;
	cursor: pointer;
  }
  .banner-video-modal__volume {
	width: 72px;
	height: 4px;
	accent-color: #0868b8;
	cursor: pointer;
	flex-shrink: 0;
  }
  .banner-video-modal__time {
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	min-width: 88px;
	text-align: center;
	flex-shrink: 0;
  }
  .banner-video-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #0d0925;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
  }
  .banner-video-modal__close:hover {
	background: #fff;
  }
  @media screen and (max-width: 768px) {
	.blog-slider__img {
	  transform: translateY(-50%);
	  width: 90%;
	}
  }
  @media screen and (max-width: 576px) {
	.blog-slider__img {
	  width: 100%;
	  transform: none;
	  margin-top: 25px;
	}
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider__img {
	  height: 270px;
	}
  }
  .blog-slider__content {
	padding-right: 25px;
	width: 50%;
  }
  @media screen and (max-width: 768px) {
	.blog-slider__content {
	  margin-top: -80px;
	  text-align: center;
	  padding: 0 30px;
	}
  }
  @media screen and (max-width: 667px) {
	.blog-slider__content {
		padding: 0;
		width: 100%;
	  }
	  .ab-bg{
		  position: relative;
		  width: 100%;
	  }
	  .aboutus-content-left{
		position: relative;
		width: 100%;
		top:0;
		padding: 0;
	}
	.aboutus-content-left ul{
		column-count: 1;
	}
	.home-pen {
		position: relative;
		bottom: -20px;
	}
	.why-bg1{
		position: relative;
		width: 100%;
		margin: 0;
	}
	.why-choose-us1{
		background: #3e2188;
	}
	.blog-slider__img {
		transform: none;
		width: 100%;
	}
	.blog-slider__pagination{
		position: relative !important;
		transform: none !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top:inherit !important;
	}
	.left-choose-us{
		width: 100%;
	}
	.counter-number{
       width: 100%;
	   border-radius: 0;
	}
	.comon-nuber1{
		margin-bottom: 30px;
	}
	.tesimonal-sdiv{
		background: #3e2188;
	}
	.new-bg-tesit .slide-ts-div{
		width: 100%;
	}
	.tesg-bg{
		position: relative;
		width: 100%;
	}
	.glass-img{
		display: none;
	}
	.cm-port{
		margin-bottom: 25px;
	}
	.controls .btn {
		font-size: 14px;
		padding: 3px 17px;
	}
	.work-homed h5{
		font-size: 18px;
	}
	.cm-port{
		height: 305px;
	}
	.comon-footer{
		margin-bottom: 20px;
	}
  }
  @media screen and (max-width: 576px) {
	.blog-slider__content {
	  padding: 0;
	  width: 100%;
	}
	.cm-port{
		height: 320px;
	}
	.ab-bg{
		position: relative;
		width: 100%;
	}
	.aboutus-content-left{
		position: relative;
		width: 100%;
		top:0;
		padding: 0;
	}
	.aboutus-content-left ul{
		column-count: 1;
	}
	.home-pen {
		position: relative;
		bottom: -20px;
	}
	.why-bg1{
		position: relative;
		width: 100%;
	}
	.why-choose-us1{
		background: #3e2188;
	}
	.tesimonal-sdiv h1{
		font-size: 36px;
	}
	.counter-number{
		border-radius: 0;
	}
	.new-bg-tesit{
		background: #3e2188;
	}
	.new-bg-tesit .slide-ts-div{
		width: 100%;
		border-radius: 0;
		padding:30px 20px;
	}
	.tesg-bg{
		position: relative;
		width: 100%;
		height: auto;
	}
	.left-choose-us p{
		width: 100%;
	}
	.left-choose-us{
		width: 100%;
		padding:10px;
		border-radius: 0;
	}
	.compare-table{
		font-size: 12px;
	}
	.compare-table thead th{
		padding: 13px 8px;
		font-size: 11px;
	}
	.compare-table tbody td{
		padding: 12px 8px;
	}
	.comon-services-2{
		margin-top: 30px;
		padding: 30px;
		text-align: center;
		border-radius: 0;
		height: auto;
	}
	.services-part{
		margin-top: 50px;
	}
	.comon-services-2 .form-group{
		width: 100%;
	}
	.glass-img{
		display: none;
	}
	h1{
		font-size: 34px;
	}
	
  }
  .blog-slider__content > * {
	opacity: 0;
	transform: translateY(25px);
	transition: all 0.4s;
  }
  .blog-slider__code {
	color: #0878c8;
	margin-bottom: 6px;
	display: block;
	font-weight: 500;
	font-size: 20px;
  }
  .blog-slider__title {
	font-size:44px;
	font-weight: 800;
	color: #0d0925;
	margin-bottom: 20px;
	font-family: 'CircularStdBook';
	line-height: 50px;
	text-transform: capitalize;

  }
  .blog-slider__text {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 1.5em;
	width: 90%;
  }
  .blog-slider__button {
	display: inline-flex;
	background-image: linear-gradient(147deg, #58c8e8 0%, #0868b8 74%);
	padding: 15px 35px;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0px 14px 80px rgba(8, 120, 200, 0.35);
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
  }
  .blog-slider__button svg{
	position: relative;
    top: 2px;
    left: 15px;
    font-weight: bold;
    width: 20px;
    height: 20px;
  }
  @media screen and (max-width: 576px) {
	.blog-slider__button {
	  width: 100%;
	}
  }
  /* 首页轮播视频：箭头导航（替代原垂直滚动条式分页） */
  .banner2 .blog-slider__nav {
	position: absolute;
	z-index: 22;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	pointer-events: none;
  }
  .banner2 .blog-slider__arrow {
	width: 38px;
	height: 38px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #0868b8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(8, 104, 184, 0.22);
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	pointer-events: auto;
	padding: 0;
	font-size: 14px;
	line-height: 1;
  }
  .banner2 .blog-slider__arrow i {
	pointer-events: none;
  }
  .banner2 .blog-slider__arrow-icon--h {
	display: none;
  }
  .banner2 .blog-slider__arrow--prev {
	animation: bannerArrowNudgeUp 1.6s ease-in-out infinite;
  }
  .banner2 .blog-slider__arrow--next {
	animation: bannerArrowNudgeDown 1.6s ease-in-out infinite;
	animation-delay: 0.25s;
  }
  .banner2 .blog-slider__arrow:hover {
	background: #0868b8;
	color: #fff;
	box-shadow: 0 6px 20px rgba(8, 104, 184, 0.38);
	animation-play-state: paused;
	transform: scale(1.08);
  }
  .banner2 .blog-slider__arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	animation: none;
	box-shadow: none;
	transform: none;
  }
  @keyframes bannerArrowNudgeDown {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(5px); }
  }
  @keyframes bannerArrowNudgeUp {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
  }
  .blog-slider__pagination {
	position: absolute;
	z-index: 21;
	right: 20px;
	width: 11px !important;
	text-align: center;
	left: auto !important;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
  }
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
  }
  .blog-slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: #0868b8;
	opacity: 0.35;
	transition: all 0.3s;
	cursor: pointer;
  }
  .blog-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0868b8;
	height: 30px;
	box-shadow: 0 0 20px rgba(8, 120, 200, 0.3);
  }
  @media screen and (max-width: 768px) {
	.blog-slider__pagination {
	  transform: translateX(-50%);
	  left: 50% !important;
	  right: auto !important;
	  top: 205px;
	  width: 100% !important;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	  margin: 0 5px;
	}
	.blog-slider__pagination .swiper-pagination-bullet-active {
	  height: 11px;
	  width: 30px;
	}
  }
  @media screen and (max-width: 1920px) {
	.ab-bg{
		top:0;
	}
	.form-sec-d1{
		padding-left: 130px;
	}
  }

  @media screen and (max-width: 1600px) {
	.form-sec-d1{
		padding-left: 130px;
	}
  }
  @media screen and (max-width: 1366px) {
	.ab-bg{
		top:-45px;
	}
	.form-sec-d1{
		padding: 60px;
	}
	
  }
  @media screen and (max-width:1180px) {
  .banner2{
	background-size: 122% auto;
	background-position: clamp(60px, 6vw, 120px) center;
  }
  .call-support{
	gap: 14px;
  }
  .call-support__address h5{
	font-size: 12px;
  }
  .call-support h5{
	font-size: 14px;
  }
  .call-support h5 span{
	font-size: inherit;
  }
   .about-secpage-2 h1{
	font-size: 34px;
   }
   .aboutus-content-left h2{
	font-size: 34px;
   }
   h2{
	font-size: 34px;
   }
   .tesimonal-sdiv h1{
	font-size: 34px;
   }
   .subpage-banner h1{
	width: 95%;
	font-size: 34px;
   }
   .aboutus-content-left{
	width: 63%;
   }
   .subpage-banner .ban-pic1{
	position: absolute;
    right: 40px;
    left: inherit !important;
    width: 50%;
   }
 

  }
  @media screen and (max-width:889px) {
	.co-lab-intro,
	.co-lab-form-card {
		border-radius: 24px;
	}
	.co-lab-intro {
		padding: 32px 22px;
		text-align: left;
	}
	.co-lab-intro .row {
		flex-direction: column;
	}
	.co-lab-intro__image {
		margin-top: 24px;
		border-radius: 14px;
	}
	.co-lab-intro p {
		font-size: 17px;
		line-height: 1.85;
	}
	.co-lab-form-card {
		margin-top: 22px;
		padding: 0;
	}
	.co-lab-form-card__image-col {
		max-height: 220px;
		overflow: hidden;
	}
	.co-lab-form-card__content-col {
		padding: 28px 20px;
	}
	.co-lab-form-card__header h2 {
		font-size: 25px;
	}
	.co-lab-form__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.co-lab-upload__drop {
		align-items: flex-start;
		padding: 20px;
	}
	.contact-map-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 22px;
	}
	.contact-map-card__link {
		width: 100%;
	}
	.subpage-banner .ban-pic1{
		position: relative;
		right: 0;
		left: 0 !important;
		width: 100%;
	}
	 
	.st-about {
		margin-top: 160px !important;
	}
	.blog-slider{
		max-width: 100%;
	}
	.content-mission{
		width: 100%;
	   }
	   .vission-part {
		margin-bottom: 0;
	   }
	.why-bg1{
		height: auto;
	  }
	.blog-slider__pagination{
		position: relative !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: inherit !important;
	}
	.blog-slider__title{
         font-size: 35px;
	}
	.blog-slider__button {
		width: 60%;
	}
	.comon-services-2{
		text-align: left;
	}
	

	.blog-slider__content {
		padding: 0;
		width: 100%;
	  }
	  .cm-port{
		  height: 320px;
	  }
	  .ab-bg{
		  position: relative;
		  width: 100%;
	  }
	  .aboutus-content-left{
		  position: relative;
		  width: 100%;
		  top:0;
		  padding: 0;
	  }
	  .aboutus-content-left ul{
		  column-count: 1;
	  }
	  .home-pen {
		  position: relative;
		  bottom: -20px;
	  }
	  .why-bg1{
		  position: relative;
		  width: 100%;
		  margin-bottom: 0;
	  }
	  .blog-slider__img{
		position: relative;
		transform: none;
	  }
	  .blog-slider__button {
		width: 30%;
	}
	.home-pen {
		position: absolute;
		bottom: 0;
	}
	.why-choose-us1{
		background: #3e2188;
		border-radius: 0;
	}
	.counter-number{
		width: 100%;
		border-radius: 0;
	}
	.comon-nuber1{
		margin-bottom: 45px;
	}
	.cm-port{
		margin-bottom: 28px;
	}
	.new-bg-tesit .slide-ts-div{
		width: 100%;
		border-radius: 0;
	}
	.tesg-bg{
		position: relative;
		width: 100%;
	}
	.tesimonal-sdiv{
		background: #3e2188;
	}
	.comon-footer{
		margin-bottom: 30px;
	}
	.glass-img{
		display: none;
	}
	.left-choose-us{
		width: 100%;
	}
	.home-about-sec{
		margin-top: 90px;
	}
	.banner2 {
		background-size: cover;
		background-position: left center;
	}
	.subpage-banner{
		margin-bottom: 70px;
		background-position: left;
	}
	.subpage-banner h1{
		font-size: 25px;
	}

	/* about  */
	.about-secpage-2{
		width: 100%;
		border-radius: 0;
	}
	.ms-bn2{
		width: 88%;
    position: relative;
    height: auto;
    margin: auto;
}
	.ms-bn2--stagger {
		gap: 8px;
		padding: 15px 10px;
	}
	.ms-bn2--stagger .stagger-img {
		max-width: none;
		border-radius: 6px;
	}
	.ms-bn2--stagger .stagger-img--2 {
		margin-top: 20px;
	}
	.ms-bn2--stagger .stagger-img--3 {
		margin-top: 40px;
	}
h2{
	font-size: 34px;
}
.banner-content1{
	position: relative;
	width: 100%;
}
.ban-pic1{
	position: relative;
	right: 0;
	left: 0;


}
.comon-divb{
	margin-bottom: 35px;
}
.form-sec-d1,
.right-con-div{
	width: 100%;
	border-radius: 0;
	padding: 30px;
}
.right-con-div{
	margin-top: 30px;
	height: auto;
}
.career-bg5{
	display: none;
}
.job-ds-div{
	border-radius: 0;
}

}

  @media screen and (max-width:820px) {
	.blog-slider__button{
		width: 60%;
	}
	.ab-bg{
		display: none;
	}
	
  }

  @media screen and (max-width:667px) {
	.blog-slider{
		max-width: 100%;
	}

	
	.blog-slider__pagination{
		position: relative !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: inherit !important;
	}
	.blog-slider__title{
         font-size: 35px;
	}
	.blog-slider__button {
		width: 60%;
	}
	.comon-services-2{
		text-align: left;
	}
	.comon-services-2 ul li a{
		font-size: 18px;
		text-align: left;
	}
	
	.subpage-banner{
		margin-bottom: 70px;
		background-position: left;
	}
	.subpage-banner h1{
		font-size: 25px;
	}

	/* about body */
	.about-secpage-2{
		width: 100%;
		border-radius: 0;
	}
	.ms-bn2{
		width: 78%;
		position: relative;
		height: auto;
	
	}
	.vission-part {
		margin-bottom: 0;
	}
	.content-mission{
		width: 100%;
		margin-top: 30px;
	}
	.vission-part .content-mission{
		margin-top: 30px;
	}

	h2{
		font-size: 34px;
	}
	.banner-content1{
		position: relative;
		width: 100%;
	}
	.ban-pic1{
		position: relative;
		right: 0;
		left: 0;

  }
   .st-about{
	margin-top: 160px;
   }
 
  }

  @media screen and (max-width:375px) {
	.ms-bn2 {
		width: 92%;
		position: relative;
		height: auto;
	}
	.mission-part-div ul{
		column-count: 1;
	}
	.home-about-sec .home-pen {
		position: relative;
		bottom: 0;
		top:20px;
		width: 280px;
		max-width: 100%;
		margin-left: auto;
	}
	.home-about-sec .pcb-3d-viewer {
		height: 280px;
		min-height: 240px;
	}
	.comon-part-d1,
	.all-sp-div-right > div:first-child .comon-part-d1{
		border-radius: 0;
	}
  }
/* site-wide layout alignment */
@media (min-width: 992px) {
	:root {
		--site-container-max: 1520px;
		--site-gutter: 36px;
		--site-panel-bleed: calc((100vw - min(100vw, var(--site-container-max))) / 2 + var(--site-gutter));
		--site-panel-image-width: 451px;
		--site-panel-image-overlap: 100px;
		--site-panel-image-space: calc(var(--site-panel-image-width) - var(--site-panel-image-overlap));
	}

	header .min-menu .navbar > .container,
	.banner-content1 .container,
	.banner2 > .container,
	.all-support-hmoe > .container,
	.total-body-div .container,
	footer .footer-main > .container {
		max-width: var(--site-container-max);
		padding-left: var(--site-gutter);
		padding-right: var(--site-gutter);
	}


	.subpage-banner .banner-content1 .container > [class*="col-"] {
		padding-left: 0;
	}

	/* 全站紫色侧栏面板：左贴边 + 与右侧配图重叠 */
	.why-choose-us1,
	.new-bg-tesit,
	.tesimonal-sdiv.new-bg-tesit {
		display: block;
		overflow: visible;
		isolation: isolate;
	}

	.grow-up-div {
		display: block;
	}

	.left-choose-us,
	.new-bg-tesit .slide-ts-div {
		--panel-inner-padding: 60px;
		margin-left: calc(-1 * var(--site-panel-bleed));
		padding-left: var(--site-panel-bleed);
		padding-right: var(--panel-inner-padding);
		width: calc(100% - var(--site-panel-image-space) + var(--site-panel-bleed));
		max-width: none;
		box-sizing: border-box;
	}

	.left-choose-us::before,
	.new-bg-tesit .slide-ts-div::before {
		display: none;
	}

	/* 右侧配图高度跟随区块内容，避免压盖下方模块 */
	.why-bg1,
	.tesg-bg {
		top: 0;
		bottom: 0;
		height: auto;
		width: var(--site-panel-image-width, 451px);
		overflow: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	:root {
		--site-panel-image-overlap: 90px;
	}
}

@media (min-width: 992px) and (max-width: 1180px) {
	:root {
		--site-panel-image-width: 380px;
		--site-panel-image-overlap: 80px;
	}
}

/* homepage section spacing */
.page-home {
	--home-section-gap: 64px;
}

.page-home .all-support-hmoe,
.page-home .home-about-sec,
.page-home .why-choose-us1,
.page-home .services-part,
.page-home .counter-number,
.page-home .portfilo-div,
.page-home .tesimonal-sdiv.new-bg-tesit {
	margin-top: var(--home-section-gap) !important;
	margin-bottom: 0 !important;
}

.page-home .portfilo-div.subcribe-new {
	margin-bottom: var(--home-section-gap) !important;
}

.page-home .all-support-hmoe {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-home .services-part {
	padding-top: 0;
	padding-bottom: 0;
}

.page-home .counter-number {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-home .stats-banner {
	padding-top: 48px !important;
	padding-bottom: 56px !important;
}

@media (min-width: 992px) {
	.page-home .stats-banner {
		padding-top: 64px !important;
	}
}

.page-home .portfilo-div {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.home-news-panel .home-news-carousel .mix {
	width: 100%;
}

.home-news-panel .home-news-carousel {
	overflow: hidden;
}

.home-news-panel .home-news-carousel:not(.owl-loaded) {
	min-height: 320px;
}

.home-news-panel .home-news-carousel:not(.owl-loaded) .mix {
	display: none;
}

.home-news-panel .owl-dots {
	margin-top: 28px;
	text-align: center;
}

.home-news-panel .owl-dots .owl-dot span {
	background: #c8c8c8;
}

.home-news-panel .owl-dots .owl-dot.active span,
.home-news-panel .owl-dots .owl-dot:hover span {
	background: #3898d8;
}

/* Homepage: Why Choose Us — grid layout for alignment */
.page-home .why-choose-us1 {
	background: #3e2188 url(../images/pattern.png) no-repeat right center;
	border-radius: 0;
	overflow: hidden;
	padding: 64px 0 72px;
}

.page-home .why-choose-us1__hero {
	display: flex;
	align-items: stretch;
	gap: 32px;
}

.page-home .why-choose-us1__main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-home .why-choose-us1__copy {
	min-width: 0;
}

.page-home .why-choose-us1__copy h2 {
	font-size: clamp(2rem, 3.2vw, 2.75rem);
	margin-bottom: 16px;
	line-height: 1.2;
	color: #fff;
}

.page-home .why-choose-us1__copy p {
	font-size: 17px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.94);
	margin-bottom: 0;
}

.page-home .why-choose-us1 .compare-table-wrap {
	margin-top: 0;
	min-width: 0;
}

.page-home .why-choose-us1 .why-bg1 {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	flex: 0 0 clamp(220px, 26%, 280px);
	width: clamp(220px, 26%, 280px) !important;
	max-width: 280px;
	align-self: stretch;
	height: auto;
	min-height: 0;
	margin: 0;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
	pointer-events: auto;
	display: flex;
}

.page-home .why-choose-us1 .why-bg1::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(62, 33, 136, 0.28) 0%, transparent 45%);
	pointer-events: none;
	z-index: 1;
}

.page-home .why-choose-us1 .why-bg1 img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex: 1 1 auto;
	object-fit: cover;
	object-position: center top;
}

.page-home .why-choose-us1 .compare-table-scroll {
	width: 100%;
	max-width: 100%;
	display: block;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.page-home .why-choose-us1 .compare-table {
	width: 100%;
	font-size: 12px;
}

.page-home .why-choose-us1 .compare-table thead th {
	padding: 13px 8px;
	font-size: 11px;
}

.page-home .why-choose-us1 .compare-table tbody td {
	padding: 12px 8px;
	font-size: 12px;
}

.page-home .why-choose-us1 .compare-table .row-label {
	padding-left: 12px;
	font-size: 12px;
}

.page-home .why-choose-us1 .compare-table .row-label small {
	font-size: 11px;
}

.page-home .compare-table thead th.col-us {
	background: linear-gradient(180deg, #059669 0%, #047857 100%);
	box-shadow: inset 0 -3px 0 #6ee7b7;
	font-size: 11px;
}

.page-home .compare-table thead th.col-us::before,
.page-home .compare-table thead th.col-us::after {
	display: none;
}

.page-home .compare-table tbody td.col-us {
	background: #f0fdf4;
	box-shadow: inset 3px 0 0 #22c55e, inset -3px 0 0 #22c55e;
}

.page-home .compare-table tbody td.col-us::before {
	display: none;
}

.page-home .compare-table .col-us strong {
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	font-size: 12px;
}

.page-home .compare-table .col-us .advantage-tag {
	background: #047857;
	color: #fff;
	font-size: 10px;
	padding: 3px 7px;
	border-radius: 4px;
	margin-top: 4px;
}

.page-home .compare-table .stars-gold .star-icon {
	font-size: 16px;
}

.page-home .compare-table .stars .star-icon {
	font-size: 13px;
}

@media (max-width: 991px) {
	.page-home .why-choose-us1 {
		padding: 40px 0 48px;
	}

	.page-home .why-choose-us1__hero {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.page-home .why-choose-us1__main {
		order: 1;
	}

	.page-home .why-choose-us1 .why-bg1 {
		order: 2;
		width: 100% !important;
		max-width: none;
		margin: 0;
		border-radius: 16px;
	}

	.page-home .why-choose-us1 .why-bg1 img {
		height: auto;
		min-height: 0;
		max-height: 320px;
		object-position: center top;
	}

	.page-home .why-choose-us1 .why-bg1::after {
		background: linear-gradient(180deg, rgba(62, 33, 136, 0.2) 0%, transparent 42%);
	}
}

@media (min-width: 992px) {
	.page-home {
		--home-container-max: var(--site-container-max);
		--home-gutter: var(--site-gutter);
		--home-section-gap: 100px;
	}
	.page-home .aboutus-content-left {
		width: 54%;
		padding: 70px;
	}
	.page-home .comon-services-2 {
		padding: 70px;
		height: 580px;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.page-home .aboutus-content-left {
		width: 52%;
		padding: 60px;
	}
}

/* mobile layout fixes */
@media screen and (max-width: 991px) {
	header .navbar-collapse {
		background: #fff;
		padding: 12px 16px 16px;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	}
	header,
	.banner,
	.banner2,
	.home-about-sec,
	.why-choose-us1,
	.grow-up-div,
	.tesimonal-sdiv,
	.new-bg-tesit,
	.total-body-div,
	.services-part,
	.all-support-hmoe {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.left-choose-us::before,
	.let-2::before,
	.let-2::after,
	.new-bg-tesit .slide-ts-div::before {
		display: none !important;
	}
	.left-choose-us,
	.slide-ts-div,
	.new-bg-tesit .slide-ts-div,
	.aboutus-content-left,
	.let-2 {
		width: 100% !important;
		max-width: 100%;
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0 !important;
	}
	.left-choose-us {
		padding: 40px 16px;
		border-radius: 0;
	}
	.new-bg-tesit .slide-ts-div {
		padding: 40px 24px;
		border-radius: 0;
	}
	.let-2 {
		padding: 30px 24px;
		margin-top: 0;
	}
	.home-about-sec .container,
	.why-choose-us1 .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.page-home .home-about-sec {
		padding-bottom: 40px;
	}
	.aboutus-content-left {
		position: relative !important;
		width: 100% !important;
		top: 0 !important;
		right: auto !important;
		padding: 24px 16px !important;
		border-radius: 0;
	}
	.ab-bg {
		position: relative !important;
		width: 100% !important;
		top: 0 !important;
		right: auto !important;
	}
	.why-bg1 {
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
	.tesg-bg {
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
	.blog-slider {
		max-width: 100% !important;
		margin-top: 80px;
		height: auto !important;
		min-height: 0 !important;
	}
	.blog-slider__item {
		flex-direction: column;
	}
	.blog-slider__content {
		width: 100% !important;
		padding: 0 16px !important;
		margin-top: 0 !important;
		text-align: center;
	}
	.blog-slider__img {
		width: 100% !important;
		transform: none !important;
		margin-top: 20px;
	}
	.banner2 .blog-slider__img {
		background: transparent;
		overflow: visible;
	}
	.banner2 .blog-slider__img::before {
		top: -16px;
		right: -22px;
		width: 56px;
		height: 56px;
		border-radius: 0 10px 0 0;
		z-index: 2;
	}
	.banner2 .blog-slider__img::after {
		bottom: -24px;
		left: -32px;
		width: 88px;
		height: 88px;
		background-size: 12px 12px;
		z-index: 0;
	}
	.banner2 .blog-slider__img img,
	.banner2 .blog-slider__video,
	.banner2 .blog-slider__poster {
		max-height: 260px;
		object-fit: cover;
	}
	.blog-slider__play-btn {
		width: 56px;
		height: 56px;
		font-size: 18px;
	}
	.banner2 .blog-slider__nav {
		position: relative !important;
		transform: none !important;
		right: auto !important;
		top: auto !important;
		flex-direction: row;
		justify-content: center;
		gap: 16px;
		margin-top: 16px;
		pointer-events: auto;
	}
	.banner2 .blog-slider__arrow-icon--v {
		display: none;
	}
	.banner2 .blog-slider__arrow-icon--h {
		display: inline-block;
	}
	.banner2 .blog-slider__arrow--prev {
		animation: bannerArrowNudgeLeft 1.6s ease-in-out infinite;
	}
	.banner2 .blog-slider__arrow--next {
		animation: bannerArrowNudgeRight 1.6s ease-in-out infinite;
		animation-delay: 0.25s;
	}
	@keyframes bannerArrowNudgeLeft {
		0%, 100% { transform: translateX(0); }
		50% { transform: translateX(-4px); }
	}
	@keyframes bannerArrowNudgeRight {
		0%, 100% { transform: translateX(0); }
		50% { transform: translateX(4px); }
	}
	.blog-slider__pagination {
		position: relative !important;
		transform: none !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		bottom: auto !important;
		width: 100% !important;
		display: flex;
		justify-content: center;
		margin-top: 16px;
	}
	.blog-slider__button {
		width: auto;
		min-width: 200px;
	}
}
  .navbar-light .navbar-toggler{
	border: none;
	background-image: linear-gradient(147deg, #58c8e8 0%, #0868b8 74%);
	border-radius: 50px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;

  }
  .navbar-toggler-icon{
	color: #fff;
	background: none !important;
	width: auto;
	height: auto;
  }

/* ---- right floating sidebar ---- */
.site-float-bar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9990;
	display: flex;
	align-items: center;
	gap: 0;
}

.site-float-bar__actions {
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #3898d8 0%, #0878c8 52%, #085898 100%);
	box-shadow: -4px 0 20px rgba(8, 88, 152, 0.28);
	border-radius: 6px 0 0 6px;
	overflow: hidden;
	flex-shrink: 0;
}

.site-float-bar__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: none;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	padding: 0;
}

.site-float-bar__btn:hover,
.site-float-bar__btn.is-active {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.site-float-bar__btn + .site-float-bar__btn {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-float-bar__icon {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2px;
}

.site-float-bar__text {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.site-float-popover {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px 22px;
	margin-right: 0;
	background: #fff;
	border-radius: 6px 0 0 6px;
	box-shadow: -4px 0 24px rgba(8, 88, 152, 0.16);
	border: 1px solid rgba(8, 120, 200, 0.14);
	border-right: none;
	min-width: 168px;
}

.site-float-popover[hidden] {
	display: none !important;
}

.site-float-popover__title {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	color: #0d0925;
	line-height: 1.3;
}

.site-float-popover__phone {
	font-size: 20px;
	font-weight: 800;
	color: #0878c8;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.site-float-popover__phone:hover {
	color: #085898;
}

.site-float-popover__hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: #888;
	line-height: 1.3;
}

.site-float-qr {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 18px 24px;
	margin-right: 0;
	background: #fff;
	border-radius: 6px 0 0 6px;
	box-shadow: -4px 0 24px rgba(8, 88, 152, 0.16);
	border: 1px solid rgba(8, 120, 200, 0.14);
	border-right: none;
}

.site-float-qr[hidden] {
	display: none !important;
}

.site-float-qr__item {
	text-align: center;
}

.site-float-qr__box {
	width: 132px;
	height: 132px;
	padding: 8px;
	background: #f7fbff;
	border: 1px solid rgba(8, 120, 200, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-float-qr__box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.site-float-qr__label {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #085898;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.site-float-bar {
		top: auto;
		bottom: 16px;
		transform: none;
	}

	.site-float-bar__btn {
		width: 44px;
		height: 44px;
		font-size: 16px;
	}

	.site-float-qr {
		gap: 16px;
		padding: 12px 14px;
	}

	.site-float-qr__box {
		width: 108px;
		height: 108px;
	}

	.site-float-qr__label {
		font-size: 12px;
	}
}

/* 404 error page */
.page-error header {
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.error-404-section {
	min-height: calc(100vh - 320px);
	display: flex;
	align-items: center;
	padding: 80px 0 100px;
	background: #fff url(../images/pattern.1f34b942c4043164cd96.png) center center;
}

.error-404__inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.error-404__code {
	margin: 0 0 12px;
	font-family: 'CircularStdMedium', 'Inter', sans-serif;
	font-size: clamp(5rem, 18vw, 9rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	background: linear-gradient(135deg, #78b8e8 0%, #0878c8 55%, #085898 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.error-404__title {
	margin: 0 0 16px;
	font-family: 'CircularStdMedium', 'Inter', sans-serif;
	font-size: clamp(1.5rem, 4vw, 2rem);
	color: #1a1a1a;
}

.error-404__desc {
	margin: 0 auto 32px;
	max-width: 520px;
	font-size: 1rem;
	line-height: 1.75;
	color: #666;
}

.error-404__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.error-404__btn {
	border-radius: 50px;
	padding: 12px 32px;
	font-size: 15px;
	font-weight: 500;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.error-404__btn:hover {
	transform: translateY(-1px);
}

.error-404__btn--primary {
	background-image: linear-gradient(to right, #78b8e8, #58a8d8, #3898d8, #0878c8, #085898);
	border: none;
	color: #fff;
}

.error-404__btn--primary:hover {
	color: #fff;
	box-shadow: 0 8px 24px rgba(8, 120, 200, 0.28);
}

.error-404__btn--outline {
	background: #fff;
	border: 1px solid #0878c8;
	color: #0878c8;
}

.error-404__btn--outline:hover {
	background: #f0f8ff;
	color: #085898;
}

@media (max-width: 767px) {
	.news-layout__intro {
		flex-direction: column;
		align-items: flex-start;
	}

	.news-layout__intro h1 {
		font-size: 34px;
	}

	.news-layout__summary {
		width: 100%;
		min-width: 0;
	}

	.news-featured {
		grid-template-columns: 1fr;
	}

	.news-featured__content {
		padding: 28px 22px;
	}

	.news-featured__content h2 {
		font-size: 28px;
	}

	.page-news .news-layout {
		padding: 32px 0 48px;
	}
	.page-news .news-layout__panel {
		padding: 18px 16px;
		border-radius: 20px;
	}

	.news-layout__toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.news-filters {
		gap: 10px;
	}

	.news-filters .filter.btn {
		padding: 9px 14px;
		font-size: 14px;
	}

	.news-card__body {
		padding: 18px;
	}

	.news-table thead {
		display: none;
	}
	.page-news .news-table {
		table-layout: auto;
	}
	.page-news .news-table tbody tr {
		display: block;
		padding: 18px 16px 18px 20px;
		margin-bottom: 12px;
		border: 1px solid rgba(8, 120, 200, 0.1);
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 8px 24px rgba(8, 88, 152, 0.06);
	}
	.page-news .news-table tbody tr:hover {
		transform: translateY(-2px);
		box-shadow:
			inset 4px 0 0 #0878c8,
			0 12px 32px rgba(8, 88, 152, 0.12);
	}
	.news-table tbody tr {
		display: block;
		padding: 16px 18px;
		border-bottom: 1px solid #eef2f6;
	}
	.news-table td {
		display: block;
		padding: 4px 0;
		border: none;
	}
	.news-table td::before {
		content: attr(data-label) "：";
		display: inline-block;
		min-width: 4.5em;
		margin-right: 6px;
		color: #98a2b3;
		font-size: 12px;
		font-weight: 600;
	}
	.news-table__col-no::before {
		display: none;
	}
	.news-table__col-no {
		width: auto;
		text-align: left;
		font-size: 12px;
		color: #0878c8;
		margin-bottom: 6px;
	}
	.news-table__col-title {
		width: auto;
		min-width: 0;
		font-size: 17px;
		margin-bottom: 4px;
	}
	.news-table__col-title::before {
		display: none;
	}
	.news-table__col-date {
		width: auto;
		font-size: 13px;
		margin-top: 8px;
	}

	.page-news-detail .news-detail-hero {
		padding: 120px 0 32px;
	}
	.page-news-detail .news-detail-panel {
		padding: 20px;
		border-radius: 20px;
	}
	.news-detail-nav {
		grid-template-columns: 1fr;
	}
	.news-detail-nav__link--next {
		text-align: left;
	}
	.news-breadcrumb__item.is-current span {
		max-width: 180px;
	}

	.error-404-section {
		min-height: auto;
		padding: 60px 0 80px;
	}

	.error-404__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.error-404__btn {
		width: 100%;
	}
}
