/* Fonts */
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
		url('../fonts/Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
		url('../fonts/Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
		url('../fonts/Poppins-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
		url('../fonts/Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
		url('../fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
		url('../fonts/Poppins-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
		url('../fonts/Poppins-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.woff2') format('woff2'),
		url('../fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

:root {
	scroll-behavior: smooth;
	font-family: 'Poppins';
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body,
html {
	overflow-x: hidden;
	font-family: 'Poppins';
}

::-webkit-scrollbar {
    width: 10px;
	height: 4px;
}

::-webkit-scrollbar-track {
    background: #081B2F;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #1F79BD, #49B0D9);
    border-radius: 0;
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

a {
	transition: 0.3s ease-in-out;
	font-family: 'Poppins';
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins';
}

p {
	font-weight: 400;
}


section {
	overflow: hidden;
	position: relative;
}

/* ================= COMMON BASE ================= */
.btndesign1,
.btndesign2,
.btndesign3,
.btndesign4 {
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;

	transition: all 0.3s ease;
}

/* ================= BUTTON 1 ================= */
.btndesign1 {
	background: #ffffff;
	color: #0B3251;
}

.btndesign1:hover {
	background: #0B3251;
	color: #ffffff;
	transform: translateY(-2px);
}

/* ================= BUTTON 2 ================= */
.btndesign2 {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(6px);
}

.btndesign2:hover {
	background: #ffffff;
	color: #0B3251;
	transform: translateY(-2px);
}

/* ================= BUTTON 3 (GRADIENT) ================= */
.btndesign3 {
	color: #ffffff;
	background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
}

.btndesign3:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(31, 121, 189, 0.4);
	color: #fff;
}

/* ================= BUTTON 4 (GRADIENT OUTLINE) ================= */
.btndesign4 {
	color: #ffffff;
	background: linear-gradient(#0B3251, #0B3251) padding-box,
		linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%) border-box;
}

.btndesign4:hover {
	background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
	color: #ffffff;
	transform: translateY(-2px);
}

/* ================= SHINE EFFECT (ALL BUTTONS) ================= */
.btndesign1::before,
.btndesign2::before,
.btndesign3::before,
.btndesign4::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;

	background: linear-gradient(120deg,
			transparent,
			rgba(255, 255, 255, 0.6),
			transparent);

	transform: skewX(-25deg);
	transition: left 0.6s ease;
}

.btndesign1:hover::before,
.btndesign2:hover::before,
.btndesign3:hover::before,
.btndesign4:hover::before {
	left: 130%;
}

/* ================= ACTIVE CLICK ================= */
.btndesign1:active,
.btndesign2:active,
.btndesign3:active,
.btndesign4:active {
	transform: scale(0.96);
}

.homebgcontent h1 {
	color: #fff;
	font-size: 54px;
	line-height: 76px;
	margin: 15px auto 15px;
	font-weight: 900;
	max-width: 1200px;
}

.homebgvideo {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.homebgfold {
	background: url('../images/home-main/home-bg-poster.png') no-repeat center/cover;
}

section {
	padding: 50px 0;
	overflow: hidden;
}

.homebgfold {
    position: relative;
    padding: 170px 0 110px;
}

.homebgfold .container {
	position: relative;
	z-index: 1;
}

.homebgfold::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgb(21 27 58 / 77%) 0%, rgba(21, 27, 58, 0.9) 94.1%);
}

.partnrefold {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	z-index: 1;
	backdrop-filter: blur(9.152671813964844px);
	/* background: #121836B2; */
	padding: 20px 30px;
}

.partnerhead h2 {
	font-size: 24px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	line-height: 31px;
}

.partnerhead {
	width: 20%;
	padding-right: 15px;
	position: relative;
}

.partnerhead::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	width: 1.68px;
	/* sirf right border */
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.6) 50%,
			rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}


.partnrelogosmain {
	overflow: hidden;
	width: 80%;
	padding: 0px 0 0 10px;
	position: relative;
}

.partnrelogos-track {
	display: flex;
	gap: 40px;
	width: max-content;
	animation: logo-scroll 18s linear infinite;
}

.partnrelogos-track:hover {
	animation-play-state: paused;
}

.partnrelogos {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 0 5px;
	flex-shrink: 0;
	transition: filter 0.3s, opacity 0.3s;
}

.partnrelogos img {
    height: 40px;
}

@keyframes logo-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.homebgcontent h1 span {
	display: inline;
	background: linear-gradient(90deg, #fff, #7ab8ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.homebgcontent h1 {
	color: #fff;
	font-size: 52px;
	line-height: 70px;
	margin: 0 auto 20px;
	font-weight: 700;
}

.homebgcontent p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 32px;
}

.homebgbtns {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.homebgbtns a {
	margin-right: 20px;
}

.container {
	max-width: 1240px;
}


.commanheading {
	position: relative;
	max-width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.commanheading::before {
	content: "";
	width: 70px;
	height: 4px;
	background: linear-gradient(90deg, #0080ff, #6cc4ff);
	border-radius: 50px;
	display: block;
	margin: 0 auto 18px;
}

.commanheading h2 {
	margin: 0 0 12px;
	font-size: 38px;
	line-height: 52px;
	font-weight: 700;
	color: #0F172A;
	letter-spacing: -.5px;
	position: relative;
}

.commanheading h2 span {
	color: #0080ff;
}

.commanheading p {
	margin: 0;
	font-size: 17px;
	line-height: 29px;
	color: #5F6C7B;
	max-width: 90%;
	margin-inline: auto;
}

.commanheading.headingleft {
	text-align: left;
	margin-left: 0;
}

.commanheading.headingleft::before {
	margin-left: 0;
}

.commanheading.headingleft p {
	margin-left: 0;
}

.commanheading.headingwhite h2 {
	color: #fff;
}

.commanheading.headingwhite p {
	color: rgba(255, 255, 255, .85);
}

.commanheading.headingwhite::before {
	background: linear-gradient(90deg, #fff, #8fd2ff);
}


.service-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.service-card {
	background: #fff;
	border: 1px solid #e8edf4;
	border-radius: 18px;
	padding: 28px 22px;
	transition: .35s;
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 260px;
	display: flex;
	flex-direction: column;
}

.service-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: #0080ff;
	transform: scaleX(0);
	transition: .35s;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 45px rgba(0, 128, 255, .12);
}

.service-card:hover:before {
	transform: scaleX(1);
}

.service-card .icon {
	width: 65px;
	height: 65px;
	border-radius: 16px;
	background: linear-gradient(135deg, #0080ff, #3ba3ff);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: .35s;
}

.service-card:hover .icon {
	transform: rotate(8deg) scale(1.08);
}

.service-card .icon img {
	width: 40px;
}

.service-card h3 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #111827;
	font-weight: 700;
}

.service-card p {
	font-size: 15px;
	line-height: 26px;
	color: #5b6472;
	margin: 0;
}


.ukServiceSlider {
	position: relative;
	padding: 10px 5px 0;
}

.ukServiceSlider .swiper-slide {
	height: auto;
}


.service-slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-top: 25px;
}

.service-slider-nav .swiper-button-prev,
.service-slider-nav .swiper-button-next {
	position: static;
	width: 58px;
	height: 58px;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dbe4ef;
	color: #0080ff;
	transition: .35s ease;
}

.service-slider-nav .swiper-button-prev::after,
.service-slider-nav .swiper-button-next::after {
	font-size: 20px;
	font-weight: 700;
}

.service-slider-nav .swiper-button-prev:hover,
.service-slider-nav .swiper-button-next:hover {
	background: #0080ff;
	border-color: #0080ff;
	color: #fff;
	transform: translateY(-3px);
}


.aboutuk {
    width: 100%;
    max-width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
    background-color: #e2eeef;
}

.aboutuk_text {
	padding-left: 30px;
}

.aboutuk_text h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 16px;
	color: #111827;
}

.aboutuk_text p {
	font-size: 17px;
	line-height: 30px;
	color: #5f6c7b;
	text-align: justify;
	margin-bottom: 15px;
}

.aboutuk_text p:last-child {
	margin-bottom: 0;
}

/*============================
        Stats
=============================*/

.uk-about-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 30px;
	max-width: 100%;
}

.uk-stat-card {
	background: #fff;
	border: 1px solid #e8eef5;
	border-radius: 18px;
	padding: 22px 18px;
	text-align: center;
	transition: .35s;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
}

.uk-stat-card:hover {
	transform: translateY(-8px);
	border-color: #0080ff;
	box-shadow: 0 18px 45px rgba(0, 128, 255, .15);
}

.uk-stat-card h3 {
	margin: 0 0 8px;
	font-size: 38px;
	font-weight: 700;
	color: #0080ff;
	line-height: 1;
}

.uk-stat-card p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #4b5563;
	text-align: center;
	font-weight: 500;
}


.faq-item {
	background: #fff;
	border: 1px solid #e8edf5;
	border-radius: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	transition: .35s;
}

.faq-item:hover {
	border-color: #0080ff;
	box-shadow: 0 15px 35px rgba(0, 128, 255, .08);
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 22px 25px;
}

.faq-question h3 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	font-weight: 600;
	width: calc(100% - 40px);
}

.faq-question span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0080ff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: .3s;
}

.faq-answer {
	display: none;
	padding: 0 25px 22px;
}

.faq-answer p {
	margin: 0;
	line-height: 28px;
	color: #667085;
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-item.active .faq-question span {
	transform: rotate(45deg);
}


.process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	position: relative;
    margin-bottom: 50px;
}

.process-card {
	position: relative;
	background: #fff;
	border-radius: 24px;
	padding: 35px 30px;
	border: 1px solid #e6edf6;
	transition: .4s;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}

.process-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #0080ff, #4db5ff);
	transform: scaleX(0);
	transform-origin: left;
	transition: .4s;
}

.process-card:hover {
	transform: translateY(-10px);
	border-color: #0080ff;
	box-shadow: 0 25px 60px rgba(0, 128, 255, .15);
}

.process-card:hover:before {
	transform: scaleX(1);
}

/* Number */

.process-number {
	position: absolute;
	right: 22px;
	top: 20px;
	font-size: 42px;
	font-weight: 800;
	color: #eef4fb;
	line-height: 1;
}

/* Icon */

.process-icon {
	width: 74px;
	height: 74px;
	border-radius: 20px;
	background: linear-gradient(135deg, #0080ff, #53b6ff);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	transition: .35s;
}

.process-card:hover .process-icon {
	transform: rotate(8deg) scale(1.08);
}

.process-icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

/* Heading */

.process-card h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #111827;
	margin-bottom: 12px;
}

/* Paragraph */

.process-card p {
	margin: 0;
	color: #667085;
	font-size: 16px;
	line-height: 28px;
}

/*=========================================
                CTA
=========================================*/


.tg_techstacktabs .nav-tabs li button {
	border: 1.5px solid #DDDDDD;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 15px;
	color: #000000;
	padding: 0 20px;
	display: flex;
	align-items: center;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-align: left;
	min-height: 100px;
}

.tg_techstacktabs .nav-tabs li.active button {
	background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
	color: #fff;
}

.tg_techstacktabs .nav-tabs {
	border: 0;
	margin: 0 0 30px;
	flex-wrap: nowrap;
}

.tg_techstacktabs .nav-tabs li {
	margin-right: 10px;
}

.tg_techinner {
	background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
	border-radius: 16px;
	padding: 2px;
}

.tech-grid {
	background-color: #FAFAFA;
	border-radius: 16px;
	padding: 40px 30px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
}

.tech-box {
	border: 0.56px solid #8F929266;
	min-height: 120px;
	width: auto;
	border-radius: 16px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 10px;
	transition: 0.3s ease-in-out;
}

.tech-box:hover {
	transform: translateY(-5px);
}

.tech-box img {
	transition: 0.3s ease-in-out;
	max-width: 90px;
}

.tech-box:hover img {
	transform: rotateY(-360deg);
}

.tech-box h4 {
	letter-spacing: 0;
	font-size: 16px;
	margin: 12px 0 0;
}

.tg_techstacktabs .tab-content>.active {
	display: block;
	opacity: 1;
}

.checkoutmore {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 32px 14px;
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
}

.casestudyuk {
	background: linear-gradient(135deg, #081d3d, #0080ff);
	position: relative;
}

.casestudyuk:before {
	content: "";
	position: absolute;
	left: -220px;
	top: -220px;
	width: 550px;
	height: 550px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .04);
}

.casestudyuk:after {
	content: "";
	position: absolute;
	right: -180px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .05);
}

.casestudyuk .container {
	position: relative;
	z-index: 2;
}


/*==============================
            TABS
===============================*/

.case-tabs {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin: 0 0 35px;
	flex-wrap: wrap;
}

.case-tab {
	min-width: 220px;
	padding: 18px 24px;
	border-radius: 18px;
	cursor: pointer;
	text-align: center;
	transition: .35s;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
}

.case-tab:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, .15);
}

.case-tab.active {
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

.case-tab h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 5px;
}

.case-tab span {
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
}

.case-tab.active h3 {
	color: #081d3d;
}

.case-tab.active span {
	color: #6b7280;
}


/*==============================
        CONTENT WRAPPER
===============================*/

.case-content {
	display: none;
}

.case-content.active {
	display: block;
}

.case-left {}

.case-left h2 {
	font-size: 26px;
	font-weight: 700;
	color: #081d3d;
	margin-bottom: 14px;
	line-height: 30px;
}

.case-left h2 span {
	display: block;
	color: #0080ff;
	font-size: 16px;
	margin-top: 6px;
	font-weight: 500;
}

.case-left>p {
	font-size: 16px;
	color: #555;
	line-height: 27px;
	margin-bottom: 20px;
}


/*==============================
      CHALLENGE BOX
===============================*/

.case-challenge {
	background: #f5f9ff;
	border-left: 5px solid #0080ff;
	padding: 18px;
	border-radius: 8px;
	margin-bottom: 25px;
}

.case-challenge h4 {
	color: #081d3d;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.case-challenge ul {
	padding-left: 20px;
	margin: 0;
}

.case-challenge li {
	font-size: 16px;
	color: #555;
	line-height: normal;
	margin-bottom: 6px;
	list-style: unset;
	font-size: 16px;
}

.case-challenge li:last-child {
	margin-bottom: 0;
}


/*==============================
        RESULT BOXES
===============================*/

.case-results {
	display: flex;
	gap: 18px;
	margin-bottom: 35px;
}

.result-box {
	flex: 1;
	padding: 28px 20px;
	border-radius: 18px;
	text-align: left;
	background: linear-gradient(135deg, #081d3d, #0080ff);
	background: #0080ff;
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, .12);
}

.result-box h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 12px;
}

.result-box p {
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}


/*==============================
        IMAGE
===============================*/

.case-image {
	position: relative;
}

.case-image img {
	width: 100%;
	display: block;
}

.case-left .commanbtn {
	margin-top: 10px;
}

.case-left .commanbtn:hover {
	transform: translateY(-4px);
}


/*======================================
        IMAGE EFFECT
======================================*/

.case-image {
	position: sticky;
	top: 120px;
}

.case-image:before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	top: -40px;
	left: -40px;
	z-index: -1;
}

.case-image:after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(0, 128, 255, .25);
	right: -70px;
	bottom: -60px;
	filter: blur(40px);
	z-index: -1;
}

.case-image img {
	transition: .45s;
	animation: floatImage 5s ease-in-out infinite;
	position: relative;
	right: -41px;
}

.case-image:hover img {
	transform: scale(1.03);
}


/*======================================
        TAB ANIMATION
======================================*/

.case-tab {
	position: relative;
	overflow: hidden;
}

.case-tab:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #0080ff;
	transition: .35s;
}

.case-tab.active:before {
	width: 100%;
}

.case-tab.active {
	transform: translateY(-8px);
}

.case-content {
	animation: fadeCase .45s ease;
}


/*======================================
        CTA
======================================*/

.case-bottom-cta {
	margin-top: 70px;
	padding: 45px;
	border-radius: 28px;
	text-align: center;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, .12);
}

.case-bottom-cta h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 28px;
}

.case-bottom-cta .commanbtn {
	background: #fff;
	color: #081d3d;
}

.case-bottom-cta .commanbtn:hover {
	background: #0080ff;
	color: #fff;
}


/*======================================
        KEYFRAMES
======================================*/

@keyframes fadeCase {

	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}

}

@keyframes floatImage {

	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0);
	}

}

.case-content .row {
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	height: 100%;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
	margin: 0;
}

.businees_chooseuk {
	overflow: unset;
}

.businees_chooseuk .row {
	align-items: flex-start;
}

/*==============================
        LEFT STICKY
==============================*/

.choose_sticky {
	position: sticky;
	top: 100px;
	padding-right: 0;
}

.choose_sticky .smalltitle {
	display: inline-block;
	padding: 8px 18px;
	background: #0080ff15;
	color: #0080ff;
	font-size: 13px;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.choose_sticky p {
	margin-left: 0;
}

/*==============================
        RIGHT SIDE
==============================*/

.choose_cards {
	position: relative;
	padding-left: 20px;
}

/*==============================
        CARD
==============================*/

.choose_card {
	position: sticky;
	top: 110px;
	display: flex;
	gap: 30px;
	align-items: flex-start;
	background: #fff;
	border-radius: 26px;
	padding: 35px;
	margin-bottom: 25px;
	border: 1px solid #edf1f8;
	box-shadow: 0 20px 60px rgba(18, 38, 63, .08);
	transition: .35s;
}

.choose_card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 70px rgba(0, 128, 255, .15);
}

/*==============================
        NUMBER
==============================*/

.choose_number {
	width: 74px;
	height: 74px;
	border-radius: 20px;
	background: linear-gradient(135deg, #0080ff, #53b6ff);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	transition: .35s;
}

.choose_number img {
	max-width: 50px;
}

.choose_sticky .commanheading {
	background: linear-gradient(135deg, #0080ff, #53b6ff);
	padding: 50px 35px;
	border-radius: 30px;
	margin: 0;
}

/*==============================
        CONTENT
==============================*/

.choose_content {
	flex: 1;
}

.choose_content h3 {
	font-size: 22px;
	font-weight: 700;
	color: #081d3d;
	margin-bottom: 10px;
	line-height: 30px;
}

.choose_content p {
	margin: 0;
	font-size: 17px;
	line-height: 29px;
	color: #666;
}

/*==============================
        STACK EFFECT
==============================*/

.choose_card:nth-child(1) {
	top: 100px;
	z-index: 1;
}

.choose_card:nth-child(2) {
	top: 130px;
	z-index: 2;
}

.choose_card:nth-child(3) {
	top: 160px;
	z-index: 3;
}

.choose_card:nth-child(4) {
	top: 190px;
	z-index: 4;
}

.choose_card:nth-child(5) {
	top: 220px;
	z-index: 5;
}

.choose_card:nth-child(6) {
	top: 250px;
	z-index: 6;
}

.commanheading.text-start::before {
	margin-left: 0;
	background: linear-gradient(90deg, #ffffff, #6cc4ff);
}


.ukcostfold {
	background: linear-gradient(135deg, #081d3d, #0080ff);
}

.ukcostfold:before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .05);
	top: -180px;
	left: -180px;
}

.ukcostfold:after {
	content: "";
	position: absolute;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .04);
	right: -150px;
	bottom: -150px;
}


.costcard {
	position: relative;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 26px;
	padding: 40px 30px;
	text-align: center;
	transition: .35s;
	overflow: hidden;
	height: 100%;
}

.costcard:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.costcard.active {
	background: #fff;
	transform: scale(1.05);
}

.costtag {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 40px;
	background: #ffffff20;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
}

.costcard.active .costtag {
	background: #0080ff;
}

.costcard h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 25px;
}

.costcard.active h3 {
	color: #081d3d;
}

.price {
	font-size: 34px;
	font-weight: 700;
	color: #FCBA02;
	line-height: 44px;
	margin-bottom: 30px;
}

.costcard.active .price {
	color: #0080ff;
}

.timeline {
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.costcard.active .timeline {
	border-color: #e7edf7;
}

.timeline span {
	display: block;
	color: #ddd;
	font-size: 14px;
	margin-bottom: 8px;
}

.costcard.active .timeline span {
	color: #666;
}

.timeline strong {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.costcard.active .timeline strong {
	color: #081d3d;
}

.awards_row {
	display: flex;
	flex-wrap: wrap;
}

.col-md-20 {
	width: 20%;
	float: left;
	padding: 0 10px;
}

.award_box {

	position: relative;

	background: #fff;

	border-radius: 24px;

	overflow: hidden;

	text-align: center;

	padding: 35px 20px 30px;

	border: 1px solid #edf2f7;

	box-shadow: 0 15px 40px rgba(17, 24, 39, .06);

	transition: .35s;

	height: 100%;

}

.award_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 108px;
	background: linear-gradient(90deg, #081d3d, #0080ff);
}

.award_box:hover {

	transform: translateY(-12px);

	box-shadow: 0 30px 70px rgba(0, 128, 255, .15);

}

.award_img img {
	max-width: 200px;
	max-height: 160px;
	width: 100%;
	object-fit: contain;
	transition: .4s;
	position: relative;
	text-align: center;
}

.award_box:hover .award_img img {

	transform: scale(1.08);

}

.award_box h3 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #081d3d;
}

.award_img {
	margin-bottom: 30px;
}

.industry-slider-wrapper {
	display: flex;
	gap: 40px;
	align-items: stretch;
	padding: 20px;
	max-width: 1400px;
	margin: 0 auto;
}

/* ==============================
           LEFT NAVIGATION
        ============================== */
.industry-nav {
	width: 340px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}

/* Premium Scrollbar */
.industry-nav::-webkit-scrollbar {
	width: 6px;
}

.industry-nav::-webkit-scrollbar-track {
	background: #edf2f7;
	border-radius: 20px;
}

.industry-nav::-webkit-scrollbar-thumb {
	background: #0080ff;
	border-radius: 20px;
}

.industry-nav::-webkit-scrollbar-thumb:hover {
	background: #081d3d;
}

/* ==============================
           NAV ITEMS
        ============================== */
.industry-nav-item {
	display: flex;
	align-items: center;
	gap: 18px;
	background: #fff;
	border-radius: 18px;
	padding: 16px 20px;
	min-height: 92px;
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.35s ease;
	border: 1px solid #edf2f7;
	position: relative;
	overflow: hidden;

	/* Performance Optimization */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* Left Border Line */
.industry-nav-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #0080ff;
	transform: scaleY(0);
	transition: all 0.35s ease;
}

/* Active State - No hover */
.industry-nav-item.active {
	background: #081d3d;
	border-color: transparent;
}

.industry-nav-item.active::before {
	transform: scaleY(1);
}

.industry-nav-item.active span {
	color: #fff;
}

.industry-nav-item.active .industry-icon {
	background: #0080ff;
}

/* Text Style */
.industry-nav-item span {
	font-size: 17px;
	font-weight: 600;
	color: #081d3d;
	transition: all 0.35s ease;
}

/* ==============================
           ICON
        ============================== */
.industry-icon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 16px;
	background: #0080ff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.35s ease;
}

.industry-icon img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

/* ==============================
           RIGHT CONTENT SLIDER
        ============================== */
.industry-content-slider {
	flex: 1;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	min-height: 400px;
	overflow: hidden;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

/* Decorative Circles */
.industry-content-slider::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	right: -100px;
	top: -100px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0080ff, #081d3d);
	opacity: 0.08;
}

.industry-content-slider::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	left: -80px;
	bottom: -80px;
	border-radius: 50%;
	background: #0080ff;
	opacity: 0.05;
}

/* ==============================
           SLIDES
        ============================== */
.industry-slide {
	position: absolute;
	inset: 70px;
	opacity: 0;
	visibility: hidden;
	display: none;
	flex-direction: column;
	justify-content: center;

	/* Performance Optimization */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.industry-slide.active {
	opacity: 1;
	visibility: visible;
	display: flex;
}

.industry-count {
	font-size: 90px;
	font-weight: 800;
	line-height: 1;
	color: rgba(0, 128, 255, 0.08);
	margin-bottom: 10px;
	user-select: none;
}

.industry-slide h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #081d3d;
	margin-bottom: 12px;
}

.industry-slide p {
	max-width: 700px;
	font-size: 17px;
	line-height: 32px;
	color: #555;
	margin: 0;
}

/* ==============================
           CONTROL BUTTONS
        ============================== */
.industry-controls {
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 16px;
	right: 16px;
	gap: 10px;
	z-index: 10;
}

.industry-controls button {
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	background: #081d3d;
	position: relative;
	cursor: pointer;
	transition: all 0.35s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.industry-controls button:hover {
	background: #0080ff;
	transform: translateY(-4px);
}

.industry-controls button:active {
	transform: scale(0.95);
}

/* Arrow Icons */
.industry-controls button span {
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
}

/* Next Arrow */
.industry-next span {
	transform: rotate(45deg);
	margin-left: -6px;
}

/* Previous Arrow */
.industry-prev span {
	transform: rotate(-135deg);
	margin-left: 6px;
}

.homebgimg {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	inset: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}


.bannerformdesign {
	display: flex;
	justify-content: flex-end;
}

.bannerformdesign * {
	box-sizing: border-box;
}

.bf-card {
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: 34px 30px 30px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.045) 100%);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 30px 70px -30px rgba(0, 10, 30, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.bf-card::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 14%;
	width: 72%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #3DA1FF, transparent);
	opacity: .9;
}

.bf-card::after {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(0, 128, 255, 0.35) 0%, rgba(0, 128, 255, 0) 70%);
	z-index: -1;
	pointer-events: none;
}

.bf-head {
	margin-bottom: 24px;
}

.bf-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #BFE0FF;
	background: rgba(0, 128, 255, 0.22);
	border: 1px solid rgba(61, 161, 255, 0.45);
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.bf-head h3 {
	font-weight: 800;
	font-size: 23px;
	color: #FFFFFF;
	margin: 0 0 8px;
	letter-spacing: -0.01em;
}

.bf-head p {
	font-size: 13.5px;
	line-height: 1.55;
	color: rgba(230, 236, 244, 0.72);
	margin: 0;
}

.bf-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bf-group {
	position: relative;
}

.bf-group input,
.bf-group textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 12px;
	padding: 18px 16px 8px;
	font-family: inherit;
	font-size: 14.5px;
	font-weight: 500;
	color: #FFFFFF;
	outline: none;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
	resize: none;
}

.bf-group textarea {
	padding-top: 20px;
	min-height: 96px;
}

.bf-group input::placeholder,
.bf-group textarea::placeholder {
	color: transparent;
}

.bf-group label {
	position: absolute;
	left: 16px;
	top: 16px;
	font-size: 14.5px;
	font-weight: 500;
	color: rgba(230, 236, 244, 0.55);
	pointer-events: none;
	transition: all .18s ease;
}

.bf-group input:focus,
.bf-group textarea:focus {
	border-color: #3DA1FF;
	background: rgba(0, 128, 255, 0.09);
	box-shadow: 0 0 0 4px rgba(0, 128, 255, 0.16);
}

.bf-group input:focus+label,
.bf-group input:not(:placeholder-shown)+label,
.bf-group textarea:focus+label,
.bf-group textarea:not(:placeholder-shown)+label {
	top: 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .03em;
	color: #3DA1FF;
}

.bannerformdesign .btndesign1 {
	border-radius: 10px;
}

.bf-note {
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	margin: 14px 0 0;
	font-size: 12px;
	color: rgba(230, 236, 244, 0.55);
}

.bf-note svg {
	flex: 0 0 auto;
	color: #3DA1FF;
}


.homebgperks {
    align-items: center;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.hbp-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 16px 9px 10px;
}

.hbp-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: linear-gradient(180deg, #2E9BFF 0%, #0080FF 100%);
	color: #FFFFFF;
	box-shadow: 0 0 0 3px rgba(0, 128, 255, 0.18);
}

.hbp-text {
	font-size: 14px;
	font-weight: 600;
	color: #F2F6FA;
	letter-spacing: .01em;
	white-space: nowrap;
}

.hbp-divider {
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, 0.22);
}


  .regulatory_uk {
    background: linear-gradient(135deg,#081d3d,#0080ff);
    position: relative;
    overflow: hidden;
  }
  .regulatory_uk:before {
    content: "";
    position: absolute;
    width: 650px; height: 650px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    left: -250px; top: -250px;
  }
  .regulatory_uk:after {
    content: "";
    position: absolute;
    width: 450px; height: 450px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    right: -180px; bottom: -180px;
  }
 
 
  .regulatory-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
  }
 
  .reg-shield-col { flex: none; width: 230px; display: flex; justify-content: center; }
 
  .shield-circle {
    width: 210px; height: 210px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.15);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: shieldFloat 5s ease-in-out infinite;
  }
  .shield-circle:before {
    content: "";
    position: absolute;
    width: 250px; height: 250px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,.18);
  }
  .shield-circle:after {
    content: "";
    position: absolute;
    width: 288px; height: 288px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.05);
  }
  .shield-inner { text-align: center; padding: 0 20px; }
  .shield-icon {
    width: 58px; height: 58px;
    border-radius: 50px;
    display: flex; justify-content: center; align-items: center;
    margin: auto auto 14px;
    border: 2px solid #fff;
    background: rgba(255,255,255,.08);
  }
  .shield-icon svg { width: 26px; height: 26px; }
  .shield-inner h4 { color: #fff; font-size: 17px; font-weight: 700; margin: 0 0 6px; }
  .shield-inner p { color: rgba(255,255,255,.75); margin: 0; font-size: 13px; line-height: 20px; }
 
  @keyframes shieldFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }
 
  .reg-slider-col { flex: 1; min-width: 0; position: relative; }
 
  .regSwiper { overflow: hidden; padding: 10px 4px 8px; }
 
  .reg-card {
    position: relative;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 18px 16px;
    display: block;
    transition: .35s;
    overflow: hidden; 
    min-height: 280px;
    text-align: center; 
  }
  .reg-card:before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 4px; height: 100%;
    background: #fff;
    transform: scaleY(0);
    transition: .35s;
  }
  .reg-card:hover {
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
  }
  .reg-card:hover:before { transform: scaleY(1); }
 
.reg-icon {
    width: 144px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgb(255 255 255 / 90%);
    padding: 8px;
    overflow: hidden;
    margin: 0 auto 20px;
}
  .reg-icon img { width: 100%; height: 100%; object-fit: contain; }
 
  .reg-card h3 { color: #fff; margin: 0; font-size: 20px; margin-bottom: 0; line-height: 21px; font-weight: 600; }
  .reg-card h3 span { display: block; color: rgba(255,255,255,.7); font-size: 16px; font-weight: 400; margin-top: 6px; }
  .reg-card:hover h3 { color: #111827; }
  .reg-card:hover h3 span { color: #667085; }
 
  .reg-swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
  }
  .reg-arrow {
    width: 50px; height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.08);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: .25s;
    font-size: 16px;
    user-select: none;
  }
  .reg-arrow:hover { background: #fff; color: #081d3d; }
  .reg-pagination {
    display: flex !important;
    align-items: center;
    gap: 6px;
    position: static !important;
    width: auto !important;
  }
  .reg-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,.4);
    opacity: 1;
    width: 7px; height: 7px;
  }
  .reg-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 20px;
    border-radius: 4px;
  }
.formimg {
    position: absolute;
    top: -45px;
    right: 10px;
    max-width: 130px;
}


 .ukCtaWrap .uk-process-cta {
    position: relative;
    border-radius: 24px;
    padding: 60px;
    background: linear-gradient(160deg, #0d1424 0%, #060a14 100%);
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255,255,255,.06);
  }
  .ukCtaWrap .uk-process-cta::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 16px;
    border: 1px solid transparent;
    background:
      linear-gradient(#0a0f1c,#0a0f1c) padding-box,
      linear-gradient(135deg, rgba(0,128,255,.5) 0%, rgba(0,128,255,0) 25%, rgba(0,128,255,0) 75%, rgba(0,128,255,.5) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
    opacity: .7;
  }
  .ukCtaWrap .uk-process-cta::after {
    content: '';
    position: absolute;
    width: 380px; height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,128,255,.16), transparent 70%);
    top: -140px; right: -80px;
    z-index: 0;
  }
  .ukCtaWrap .process-cta-content { position: relative; z-index: 1; max-width: 640px; }
  .ukCtaWrap .cta-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600; letter-spacing: .18em;
    text-transform: uppercase; color: #33a1ff; margin-bottom: 18px;
  }
  .ukCtaWrap .cta-eyebrow::before { content:''; width:26px; height:1px; background:#33a1ff; display:inline-block; }
  .ukCtaWrap .process-cta-content h2 {
    
    color: #fff; font-size: 34px; line-height: 1.28;
    margin: 0 0 26px; font-weight: 700; letter-spacing: -.01em;
  }
  .ukCtaWrap .process-cta-content h2 .accent {
    background: linear-gradient(90deg, #6cc0ff, #0080ff 60%, #0060c0);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .ukCtaWrap .process-cta-list { list-style: none; margin: 0 0 32px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; }
  .ukCtaWrap .process-cta-list li { position: relative; padding-left: 34px; color: rgba(255,255,255,.85); font-size: 15px; }
  .ukCtaWrap .process-cta-list li::after {
    content:''; position:absolute; top:0; left:0; width:20px; height:20px;
    border-radius:50%; border:1.5px solid #0080ff;
  }
  .ukCtaWrap .process-cta-list li::before {
    content:''; position:absolute; width:5px; height:9px;
    border-right:1.5px solid #33a1ff; border-bottom:1.5px solid #33a1ff;
    transform:rotate(45deg); left:7px; top:4px; z-index:1;
  }
  .ukCtaWrap .btndesign1 {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 15px 30px; border-radius: 8px;
    border: 1.5px solid #0080ff; background: transparent;
    color: #fff; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: all .28s ease; position: relative; z-index: 1;
  }
  .ukCtaWrap .btndesign1 .arr { transition: transform .28s ease; }
  .ukCtaWrap .btndesign1:hover { background: linear-gradient(90deg,#0080ff,#005fc4); border-color: transparent; box-shadow: 0 12px 30px -8px rgba(0,128,255,.6); }
  .ukCtaWrap .btndesign1:hover .arr { transform: translateX(4px); }
 

 
  /* ============================================================
     CTA 2 — FAQ / "DIDN'T FIND THE ANSWER" SPOTLIGHT CTA
  ============================================================ */
  .faqCtaWrap .faq-cta {
    position: relative;
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
    background: linear-gradient(160deg, #0d1424 0%, #060a14 100%);
    border: 1px solid rgba(255,255,255,.06);
    overflow: hidden;
    isolation: isolate;
  }
  .faqCtaWrap .faq-cta::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    left: 50%; top: -60px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(0,128,255,.18), transparent 65%);
    z-index: 0;
  }
  .faqCtaWrap .faq-cta-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }
 
  .faqCtaWrap .faq-icon {
    width: 68px; height: 68px; margin: 0 auto 24px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: rgba(0,128,255,.08); border: 1.5px solid rgba(0,128,255,.5);
    position: relative;
  }
  .faqCtaWrap .faq-icon::before {
    content: ''; position: absolute; inset: -10px; border-radius: 50%;
    border: 1px dashed rgba(0,128,255,.3);
    animation: pulseRing 3s ease-in-out infinite;
  }
  @keyframes pulseRing {
    0%, 100% { transform: scale(1); opacity: .6; }
    50% { transform: scale(1.08); opacity: .2; }
  }
  .faqCtaWrap .faq-icon svg { width: 26px; height: 26px; }
 
  .faqCtaWrap .faq-cta h3 {
    
    color: #fff; font-size: 26px; font-weight: 700;
    margin: 0 0 14px;
  }
  .faqCtaWrap .faq-cta p {
    color: rgba(255,255,255,.68); font-size: 15.5px; line-height: 1.7;
    margin: 0 0 28px; font-weight: 300;
  }
  .faqCtaWrap .btnFaq {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 30px; border-radius: 8px;
    background: linear-gradient(90deg,#0080ff,#005fc4);
    color: #fff; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: all .28s ease;
    box-shadow: 0 10px 26px -8px rgba(0,128,255,.55);
  }
  .faqCtaWrap .btnFaq:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -6px rgba(0,128,255,.7); }
 
  /* ============================================================
     CTA 3 — SALES REP / EXPERT CONSULTATION CTA
  ============================================================ */
  .salesCtaWrap .sales-cta {
    position: relative;
    border-radius: 24px;
    padding: 56px 60px;
    background: linear-gradient(160deg, #0d1424 0%, #060a14 100%);
    border: 1px solid rgba(255,255,255,.06);
    overflow: hidden;
    isolation: isolate;
  }
  .salesCtaWrap .sales-cta::after {
    content: '';
    position: absolute;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,128,255,.14), transparent 70%);
    right: -140px; bottom: -160px;
    z-index: 0;
  }
  .salesCtaWrap .sales-cta::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 16px;
    border: 1px solid transparent;
    background:
      linear-gradient(#0a0f1c,#0a0f1c) padding-box,
      linear-gradient(135deg, rgba(0,128,255,.5) 0%, rgba(0,128,255,0) 25%, rgba(0,128,255,0) 75%, rgba(0,128,255,.5) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
    opacity: .7;
  }
 
  .salesCtaWrap .sales-cta-right { position: relative; z-index: 1; max-width: 620px; }
  .salesCtaWrap .offer-tag {
    display: block;
    color: #33a1ff; font-size: 14px; font-weight: 600;
    letter-spacing: .02em; margin-bottom: 14px;
  }
  .salesCtaWrap .sales-cta-right h3 {
    
    color: #fff; font-size: 28px; font-weight: 700;
    line-height: 1.3; margin: 0 0 28px;
  }
  .salesCtaWrap .perk-list { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .salesCtaWrap .perk-list li { display: flex; align-items: flex-start; gap: 14px; color: rgba(255,255,255,.85); font-size: 15px; }
  .salesCtaWrap .perk-icon {
    flex: none; width: 26px; height: 26px; border-radius: 8px;
    background: rgba(0,128,255,.12); border: 1px solid rgba(0,128,255,.4);
    display: flex; align-items: center; justify-content: center; margin-top: 1px;
  }
  .salesCtaWrap .perk-icon svg { width: 13px; height: 13px; }
 
.salesCtaWrap .sales-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 32px;
}
  .salesCtaWrap .sales-contact-chip {
    display: flex; align-items: center; gap: 10px;
    color: rgba(255,255,255,.75); font-size: 14px;
  }
  .salesCtaWrap .sales-contact-chip svg { flex: none; width: 17px; height: 17px; opacity: .85; }
 
  .salesCtaWrap .btnSales {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 15px 30px; border-radius: 8px;
    border: 1.5px solid #0080ff; background: transparent;
    color: #fff; font-size: 15px; font-weight: 600;
    text-decoration: none; transition: all .28s ease;
    position: relative; z-index: 1;
  }
  .salesCtaWrap .btnSales:hover { background: linear-gradient(90deg,#0080ff,#005fc4); border-color: transparent; box-shadow: 0 12px 30px -8px rgba(0,128,255,.6); }
.sales-cta-fold {
    background: linear-gradient(180deg, #081d3d, #0080ff);
}
.testimonialsfold {
    background: linear-gradient(0deg, #081d3d, #0080ff);
}
.contactperson img {
    height: 80px;
    width: 80px;
    background-color: #fff;
    border-radius: 50px;
    margin-right: 20px;
    object-fit: cover;
}
.contactpersonmain {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contactpersondetails h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}
.contactpersondetails h5 {
    color: #0080ff;
    font-size: 14px;
}
.ussmap {
    height: 675px;
    overflow: hidden;
    border-radius: 20px;
}
.ussmap iframe{
    height: 100%;
    width: 100%;
}
.contactfold{
    background: linear-gradient(135deg, #081d3d, #0080ff);
}
.contactfold_left{
    color:#fff;
    padding-right:50px;
}

.contact-label {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 16px;
}

.contactfold_left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.contactfold_left h2 span {
    display: inline;
    color: #cceaff;
}

.contactfold_left>p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, .82);
    margin-bottom: 25px;
}

/*==========================
OFFERS
===========================*/

.contact-offers{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}
.offer-box {
    padding: 15px;
    text-align: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(12px);
    transition: .35s;
}

.offer-box:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,.15);
}

.offer-box strong{
    color:#fff;
    font-size:15px;
    font-weight:600;
}

/*==========================
CONTACT INFO
===========================*/

.contact-info{
    display:flex; 
    gap:15px;
    flex-direction: column-reverse;
}

.info-card{
   border-left: 3px solid #fff;
   padding-left: 20px;
   margin-bottom: 15px;
}



.info-card span{
    display:block;
    color:#b9e5ff;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:8px;
}

.info-card a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.info-card a:hover{
    color:#fff;
}

.info-card p{
    margin:0;
    color:#fff;
    line-height:1.7;
    font-size:16px;
}








.testimonialsbox {
    border: 4px solid #f2f2f2;
    padding: 40px 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    border-radius: 30px;
}

.testimonialslogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    border: 3px solid #f2f2f2;
    background-color: #fff;
    margin-right: 20px;
}

.testimonials_top {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.testimonials_name h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px;
    color: #08223a;
}

.testimonials_name span {
    font-size: 15px;
    display: block;
    color: #08223a;
}

.testimonialsbox p {
    font-size: 18px;
    font-weight: 400;
    color: #08223a;
    margin: 0;
    line-height: 28px;
}
.verifiedby{
    margin-top: 50px;
}
.verifiedby h4 {
    font-size: 16px;
    margin-bottom: 14px;
}

.testimonialSwiper .swiper-button-prev {
    left: auto;
    right: 60px;
    top: auto;
    bottom: 10px;
}

.testimonialSwiper .swiper-button-next {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 10px;
}

.testimonialSwiper .swiper-button-prev:after {
    transform: scale(-1);
}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after {
    background-image: url(../img/homepage/arrow-right-box-fill.webp);
    background-size: 36px;
    height: 36px;
    width: 36px;
    background-position: center;
    font-size: 0;
}
.procesctaimg {
    position: absolute;
    right: 90px;
    bottom: 15px;
    max-width: 100%;
}
.bannericons img {
    height: 90px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
}
.bannericons {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 530px;
}

@media(max-width:1023px) {
	.homebgcontent h1 {
		font-size: 38px;
		line-height: 56px;
		margin: 0 auto 9px;
		max-width: 100%;
	}

	.homebgcontent p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
		max-width: 100%;
		margin: 0 auto;
	}

	.partnerhead h2 {
		font-size: 20px;
		margin: 0;
		line-height: 26px;
	}

	.aboutuk_text {
		padding-left: 0;
	}

	.container {
		max-width: 99%;
	}

	.aboutuk_text h2 {
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 12px;
	}

	.aboutuk_text p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	section {
		padding: 40px 0;
	}

	.commanheading h2 {
		margin: 0 0 12px;
		font-size: 30px;
		line-height: 44px;
		letter-spacing: -.5px;
		position: relative;
	}

	.commanheading p {
		margin: 0;
		font-size: 16px;
		line-height: 27px;
		max-width: 100%;
		margin-inline: auto;
	}

	.process-card {
		border-radius: 10px;
		padding: 25px 20px;
	}

	.process-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.reg-left,
	.reg-right {
		width: 100%;
	}

	.regulatory-wrapper {
		gap: 35px;
		z-index: 2;
		flex-wrap: wrap;
	}

	.reg-card {
		display: block;
		text-align: center;
	}

	.reg-icon {
		margin: 0 auto 15px;
	}

	.reg-left,
	.reg-right {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.shield-circle {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 20px 20px;
	}

	.shield-circle:before,
	.shield-circle:after {
		display: none;
	}

	.reg-center {
		width: 100%;
	}

	.tg_techstacktabs .nav-tabs {
		border: 0;
		margin: 0 0 30px;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.tg_techstacktabs .nav-tabs li button {
		min-height: 130px;
	}

	.tech-grid {
		border-radius: 12px;
		padding: 30px 20px;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.case-tabs {
		gap: 18px;
		margin: 0 0 25px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.case-tab h3 {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 3px;
	}

	.case-tab span {
		font-size: 12px;
	}

    .case-tab {
        min-width: 200px;
        padding: 16px 14px;
        border-radius: 10px;
        transform: unset !important;
    }
	.case-image {
		display: none;
	}

	.case-content .row {
		border-radius: 10px;
		padding: 20px;
	}

	.case-bottom-cta {
		margin-top: 30px;
		padding: 25px 20px 30px;
		border-radius: 10px;
	}

	.case-bottom-cta h3 {
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.col-md-20 {
		width: 50%;
		float: left;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.costcard.active {
		transform: scale(1);
	}

	.industry-nav {
		width: 260px;
	}

	.industry-slider-wrapper {
		gap: 20px;
		padding: 20px;
		max-width: 100%;
		margin: 0 auto;
	}

	.industry-slide h3 {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 12px;
	}

	.industry-slide p {
		max-width: 100%;
		font-size: 16px;
		line-height: 27px;
	}

	.industry-count {
		font-size: 60px;
	}
}

@media(max-width:767px) {
	.homebgcontent {
		text-align: center;
	}
    .homebgfold {
        padding: 130px 0 140px;
    }
	.partnrelogosmain {
		overflow: hidden;
		width: 100%;
		padding: 0;
		position: relative;
	}
	.partnerhead {
		width: 100%;
		padding-right: 0;
		position: relative;
		margin-bottom: 10px;
		text-align: center;
	}
	.partnerhead h2 {
        font-size: 17px;
        margin: 0;
        line-height: 26px;
    }
	.partnrefold {
		flex-wrap: wrap;
		padding: 10px 0px;
	}
	.homebgcontent h1 {
        font-size: 30px;
        line-height: 42px;
        margin: 0 auto 10px;
        max-width: 100%;
    }
	.homebgcontent p {
        font-size: 16px;
        margin: 0;
        line-height: 28px;
        max-width: 100%;
        margin: 0 auto;
    }
	.homebgbtns {
		margin-top: 20px;
		display: block;
	}
	.homebgbtns a {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.btndesign1, .btndesign2, .btndesign3, .btndesign4{
		width: 100%;
		height: 44px;
		padding: 0 10px;
		font-size: 15px;
	}
	.bf-card {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding: 34px 20px 20px;
		border-radius: 12px;
	}
	.formimg {
		position: absolute;
		top: -33px;
		right: 15px;
		max-width: 100px;
	}
	.bf-head h3 {
		font-size: 20px;
		margin: 0 0 5px;
	}
	.bf-group input, .bf-group textarea {
		width: 100%;
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.20);
		border-radius: 8px;
		padding: 16px 14px 7px;
		font-size: 14.5px;
	}
	.bf-group label {
		position: absolute;
		left: 16px;
		top: 14px;
		font-size: 12.5px;
	}
	.bf-form {
		gap: 12px;
	}
	.bf-group textarea {
		padding-top: 20px;
		min-height: 60px;
	}
	.homebgperks {
		margin-top: 16px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}
	.hbp-item {
		gap: 9px;
		padding: 5px 10px 5px;
		width: 100%;
	}
	.uk-stat-card {
    	border-radius: 10px;
	}
	.uk-stat-card h3 {
    	font-size: 30px;
	}
	.uk-stat-card p {
		font-size: 14px;
		line-height: 20px;
	}
	.aboutuk_text h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 10px;
    }
	.aboutuk_text p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
	.commanheading h2 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.5px;
        position: relative;
    }
	.commanheading p {
        margin: 0;
        font-size: 15px;
        line-height: 25px;
	}
	.commanheading::before {
		width: 60px;
		height: 4px;
		margin: 0 auto 10px;
	}
	.commanheading {
		margin: 0 auto 20px;
	}
	.service-card{
		border-radius: 10px;
	}
	.service-slider-nav .swiper-button-prev, .service-slider-nav .swiper-button-next {
		position: static;
		width: 40px;
		height: 40px;
	}
	.service-slider-nav .swiper-button-prev::after, .service-slider-nav .swiper-button-next::after {
		font-size: 14px;
		font-weight: 700;
	}
	.service-slider-nav {
		gap: 18px;
		margin-top: 15px;
	}

	.mobilesliderr {
        position: relative;
        padding-bottom: 68px;
    }

    .mobilesliderr .swiper-button-next, .mobilesliderr .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(to bottom, #1f79bd, #49b0d9);
        color: #fff;
        top: auto;
        bottom: 10px;
        margin-top: 0;
    }

    .mobilesliderr .swiper-button-next::after, .mobilesliderr .swiper-button-prev::after {
        font-size: 14px;
        font-weight: 700;
    }

    .mobilesliderr .swiper-button-disabled {
        opacity: 0.5;
    }
    .mobilesliderr .swiper-button-prev {
        left: calc(50% - 50px);
    }

   .mobilesliderr .swiper-button-next {
        right: calc(50% - 50px);
    }
	.process-grid {
        margin-bottom: 20px;
    }
	.process-card{
		box-shadow: unset;
	}
	.process-icon {
    width: 64px;
    height: 64px;
    border-radius: 10px;
	    margin-bottom: 15px;
	}
	.process-icon img {
		width: 38px;
		height: 38px;
		object-fit: contain;
	}
	.process-card h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 9px;
	}
	.service-card .icon {
		width: 65px;
		height: 65px;
		border-radius: 10px;
		 margin-bottom: 15px;
	}
	.process-card p {
		font-size: 15px;
		line-height: 25px;
	}
	.aboutuk {
    height: 260px;
    border-radius: 10px;
	}
	.ukCtaWrap .uk-process-cta {
	    border-radius: 12px;
    	padding: 30px;
	}
	.ukCtaWrap .cta-eyebrow {
		font-size: 11px;
		letter-spacing: 0;
	}
	.ukCtaWrap .process-cta-content h2 {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 16px;
	}
	.ukCtaWrap .process-cta-list{
		display: block;
	}
	.ukCtaWrap .process-cta-list li {
		padding-left: 31px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.reg-pagination{
		display: none !important;
	}
	.reg-arrow {
		width: 40px;
		height: 40px;
		font-size: 36px;
	}
	.reg-swiper-nav {
		gap: 14px;
		margin-top: 12px;
	}
	.checkoutmore{
		padding: 16px 21px 14px;
		font-size: 15px;
	}
	.tg_techstacktabs .nav-tabs li button {
        white-space: nowrap;
        min-height: 60px;
        padding: 0 20px;
        border-radius: 10px;
        max-width: 100%;
    }
	.tg_techstacktabs .nav-tabs {
        margin: 0 0 20px;
    }
	.tg_techinner {
		border-radius: 10px;
		padding: 2px;
	}
	.tech-grid {
        border-radius: 12px;
        padding: 20px 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
	.tech-box img {
		max-width: 60px;
	}
	.tech-box {
		min-height: 120px;
		width: auto;
		border-radius: 10px;
		padding: 20px 10px;
	}
	.tech-box h4 {
		letter-spacing: 0;
		font-size: 13px;
		margin: 8px 0 0;
	}
	.case-tab h3 {
        font-size: 16px;
        margin: 0 0 2px;
    }
	.case-tab {
        min-width: 180px;
        padding: 16px 14px;
        border-radius: 10px;
        transform: unset !important;
    }
	.case-content .row {
        border-radius: 10px;
        padding: 20px 8px;
    }
	.case-left h2 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 23px;
	}
	.case-left h2 span {
		font-size: 14px;
		margin-top: 4px;
		font-weight: 500;
	}
	.case-left>p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.case-challenge li {
		font-size: 14px;
	}
	.case-results {
		display: flex;
		gap: 18px;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.case-challenge h4 {
   	 	font-size: 16px;
	}
	.result-box h3 {
		font-size: 21px;
		font-weight: 700;
		margin-bottom: 8px;
	}
	.result-box p {
		font-size: 14px;
		line-height: 21px;
		margin: 0;
	}
	.result-box {
    	padding: 18px 20px;
    border-radius: 10px;
	}
	.case-bottom-cta h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
	.choose_sticky .commanheading {
    padding: 30px 25px;
    border-radius: 10px;
    margin: 0;
}
.choose_sticky {
    position: relative;
    top: 0;
    padding-right: 12px;
	margin-bottom: 20px;
}
.choose_cards {
    position: relative;
    padding-left: 0;
}
.choose_card {
    position: relative !important;
    top: 0 !important;
    display: block;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    padding: 21px;
    margin-bottom: 0;
	box-shadow: unset;
}
.choose_content p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #666;
}
.choose_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
}
.choose_number {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.choose_number img {
    max-width: 42px;
}
.salesCtaWrap .sales-cta{
    position: relative;
    border-radius: 10px;
    padding: 26px 30px;
 }

 .salesCtaWrap .sales-cta-right h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px;
}
.contactperson img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-right: 14px;
}
.contactpersonmain {
    margin-bottom: 20px;
}
.contactpersondetails h5 {
    font-size: 14px;
    margin: 0;
}
.contactpersondetails h4 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}
.salesCtaWrap .perk-list li {
    font-size: 14px;
}
.salesCtaWrap .sales-meta {
    gap: 16px;
    margin-bottom: 22px;
}
.salesCtaWrap .perk-list {
    margin: 0 0 20px;
}
.salesCtaWrap .btnSales {
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
}
.ussmap {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
.testimonialsbox {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    min-height: unset;
    border-radius: 10px;
}
.testimonialslogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    margin-right: 10px;
    overflow: hidden;
}
.testimonialslogo img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonials_name {
    width: 60%;
}
.testimonials_name h3 {
    font-size: 16px;
    margin: 0 0 3px;
}
.testimonials_name span {
    font-size: 12px;
}
.testimonials_top {
    margin-bottom: 15px;
}
.testimonialsbox p {
    font-size: 15px;
    margin: 0;
    line-height: 25px;
}
.verifiedby {
    margin-top: 20px;
}
.faqCtaWrap .faq-cta {
    border-radius: 14px;
    padding: 36px 20px;
}
.faqCtaWrap .faq-cta h3 {
    font-size: 20px;
    margin: 0 0 12px;
    line-height: 30px;
}
.faqCtaWrap .faq-cta p {
    font-size: 14.5px;
    line-height: 24px;
    margin: 0 0 18px;
    font-weight: 300;
}
.faq-question h3 {
    font-size: 15px;
    line-height: 22px;
}
.faq-answer p {
    margin: 0;
    line-height: 25px;
    font-size: 15px;
}
.faq-item {
    border-radius: 10px;
    margin-bottom: 12px;
}
.faq-question span {
    width: 26px;
    height: 26px;
}

.contactfold_left {
    color: #fff;
    padding-right: 0;
    text-align: center;
}
.contact-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.contactfold_left h2 {
    font-size: 24px;
    line-height: 32px;
}
.contactfold_left>p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}
.offer-box strong {
    font-size: 14px;
}
.info-card {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 5px;
    border: 1px solid rgb(255 255 255 / 26%);
    padding: 20px 20px;
    border-radius: 10px;
}
.info-card a {
    font-size: 16px;
}
 .award_box {
    border-radius: 10px;
    padding: 15px 0px 20px;
 }
 .award_img {
    margin-bottom: 15px;
}
.award_top {
    height: 72px;
}
.awards_row .col-md-20:last-child {
    width: 100%;
}
.industry-nav {
        width: 100%;
        flex-direction: unset;
        overflow-x: auto;
        overflow-y: hidden;
		        height: auto;
    }
	    .industry-slider-wrapper {
        gap: 20px;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
	.industry-nav-item {
    border-radius: 8px;
	}
    .industry-slide p {
        max-width: 100%;
        font-size: 15px;
        line-height: 24px;
    }
	    .industry-slide h3 {
        font-size: 17px;
        line-height: normal;
        margin-bottom: 8px;
    }
	.industry-controls button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20%;
	}
.industry-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 6px;
}

.industry-controls button span {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.industry-slide{
	    width: 80%;
    margin-left: -40px;
}
.industry-content-slider {
    border-radius: 10px;
    padding: 10px;
    min-height: 380px;
    width: 100%;
}
.price {
    font-size: 24px;
    font-weight: 700;
    color: #FCBA02;
    line-height: 24px;
    margin-bottom: 20px;
}
.costcard h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.timeline strong {
    font-size: 18px;
}
.costcard {
    position: relative;
    border-radius: 10px;
    padding: 20px 20px;
}
.procesctaimg{
	display: none;
}

}