/* Connect Fittings — premium industrial redesign overrides */

:root {
	--main-color: #0b6fa4;
	--main-color-rgb: 11, 111, 164;
	--color-two: #0e2942;
	--color-two-rgb: 14, 41, 66;
	--cf-navy: #0b2238;
	--cf-navy-soft: #143a59;
	--cf-blue: #0b6fa4;
	--cf-blue-bright: #1689c4;
	--cf-sky: #e9f3f8;
	--cf-ice: #f4f8fa;
	--cf-line: #dce6eb;
	--cf-text: #122333;
	--cf-muted: #617383;
	--cf-white: #ffffff;
	--cf-shadow: 0 22px 60px rgba(13, 45, 68, 0.10);
}

html {
	max-width: 100%;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body.cf-site {
	max-width: 100%;
	overflow-x: clip;
	color: var(--cf-text);
	font-family: "Manrope", Arial, sans-serif;
	background: var(--cf-white);
}

.cf-site *,
.cf-site *::before,
.cf-site *::after {
	box-sizing: border-box;
}

.cf-site img,
.cf-site svg,
.cf-site video {
	max-width: 100%;
}

.cf-site h1,
.cf-site h2,
.cf-site h3,
.cf-site h4,
.cf-site h5,
.cf-site h6,
.cf-site p,
.cf-site a,
.cf-site input,
.cf-site textarea,
.cf-site button {
	font-family: "Manrope", Arial, sans-serif;
}

.cf-site h2 {
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: var(--cf-navy);
}

.cf-site h3 {
	color: var(--cf-navy);
}

.cf-site .auto-container {
	width: min(100% - 48px, 1280px);
	max-width: 1280px;
	padding: 0;
}

.cf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cf-blue);
}

.cf-eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--cf-blue);
}

.cf-section-head {
	margin-bottom: 46px;
}

.cf-section-head h2 {
	margin: 0;
}

.cf-section-head--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
}

.cf-section-head--center {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.cf-section-head--center .cf-eyebrow::before {
	display: none;
}

.cf-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--cf-navy);
	border-bottom: 1px solid rgba(11, 34, 56, 0.32);
}

.cf-text-link:hover {
	color: var(--cf-blue);
	border-color: var(--cf-blue);
}

.cf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid var(--cf-blue);
	border-radius: 4px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--cf-white);
	background: var(--cf-blue);
	box-shadow: 0 12px 24px rgba(11, 111, 164, 0.20);
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.cf-button:hover {
	color: var(--cf-white);
	background: var(--cf-navy);
	border-color: var(--cf-navy);
	box-shadow: 0 14px 30px rgba(11, 34, 56, 0.20);
	transform: translateY(-2px);
}

/* Header */

.cf-site .cf-header {
	position: relative;
	top: 0;
	min-height: 0;
	width: 100%;
	z-index: 1001;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 1px 0 rgba(11, 34, 56, 0.09);
}

.cf-header__utility {
	color: rgba(255, 255, 255, 0.82);
	background: var(--cf-navy);
}

.cf-header__utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	gap: 24px;
}

.cf-header__utility p {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: inherit;
}

.cf-header__contact {
	display: flex;
	align-items: center;
	gap: 24px;
}

.cf-header__contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
}

.cf-header__contact a:hover,
.cf-header__contact i {
	color: #74c7ec;
}

.cf-site .cf-header .header-lower {
	background: var(--cf-white);
}

.cf-header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 96px;
	gap: 28px;
}

.cf-site .cf-header .header-lower .logo-box .logo {
	padding: 7px 0;
	border: 0;
}

.cf-site .cf-header .logo img {
	display: block;
	width: 132px;
	height: 82px;
	object-fit: contain;
}

.cf-site .cf-header .nav-outer {
	position: static;
	min-width: 0;
	margin: 0;
}

.cf-site .cf-header .outer-box {
	gap: 10px;
	margin-left: 22px;
}

.cf-site .cf-header .main-menu .navigation {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
}

.cf-site .cf-header .main-menu .navigation > li {
	margin: 0 6px;
}

.cf-site .cf-header .main-menu .navigation > li > a {
	position: relative;
	display: block;
	padding: 36px 0 34px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.015em;
	white-space: nowrap;
	text-transform: none;
	color: #273847;
}

.cf-site .cf-header .main-menu .navigation > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 22px;
	height: 2px;
	background: var(--cf-blue);
	transition: right 180ms ease;
}

.cf-site .cf-header .main-menu .navigation > li:hover > a,
.cf-site .cf-header .main-menu .navigation > li.current > a {
	color: var(--cf-blue);
}

.cf-site .cf-header .main-menu .navigation > li:hover > a::after,
.cf-site .cf-header .main-menu .navigation > li.current > a::after {
	right: 0;
}

.cf-site .cf-header .main-menu .navigation > li.dropdown > a {
	padding-right: 13px;
}

.cf-site .cf-header .main-menu .navigation > li.dropdown > a::before {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 37px;
	font-family: "Font Awesome 6 Free";
	font-size: 9px;
	font-weight: 900;
}

.cf-site .cf-header .main-menu .navigation > li > ul {
	left: -18px;
	top: 100%;
	width: 282px;
	max-height: min(62vh, 520px);
	padding: 10px;
	overflow-y: auto;
	border: 1px solid rgba(11, 34, 56, 0.08);
	border-radius: 0 0 8px 8px;
	background: var(--cf-white);
	box-shadow: 0 20px 42px rgba(11, 34, 56, 0.16);
}

.cf-site .cf-header .main-menu .navigation > li:nth-last-child(-n + 3) > ul {
	left: auto;
	right: -18px;
}

.cf-site .cf-header .main-menu .navigation > li > ul > li {
	padding: 0;
	border-bottom: 1px solid #edf2f5;
}

.cf-site .cf-header .main-menu .navigation > li > ul > li:last-child {
	border-bottom: 0;
}

.cf-site .cf-header .main-menu .navigation > li > ul > li > a {
	padding: 11px 13px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.03em;
	color: #314656;
}

.cf-site .cf-header .main-menu .navigation > li > ul > li > a:hover {
	padding-left: 17px;
	color: var(--cf-blue);
	background: var(--cf-ice);
}

.cf-site .cf-header .main-menu > .navbar-collapse > .navigation > li > .dropdown-btn {
	display: none;
}

.cf-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 11px 17px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--cf-white);
	background: var(--cf-blue);
}

.cf-header__cta:hover {
	color: var(--cf-white);
	background: var(--cf-navy);
}

.cf-site .cf-header .mobile-nav-toggler {
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--cf-line);
	border-radius: 4px;
	line-height: 44px;
	text-align: center;
	color: var(--cf-navy);
	background: var(--cf-white);
}

.cf-site .cf-header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 12px 32px rgba(11, 34, 56, 0.12);
}

.cf-site .cf-header.fixed-header .cf-header__utility {
	display: none;
}

.cf-site .cf-header.fixed-header .cf-header__main {
	min-height: 82px;
}

.cf-site .cf-header.fixed-header .logo img {
	width: 116px;
	height: 68px;
}

.cf-site .mobile-menu {
	width: min(360px, 92vw);
	padding-right: 0;
}

.cf-site .mobile-menu .menu-box {
	background: var(--cf-white);
}

.cf-site .mobile-menu .nav-logo {
	padding: 18px 56px 16px 18px;
	border-bottom: 1px solid var(--cf-line);
}

.cf-site .mobile-menu .nav-logo img {
	width: 102px;
	height: 68px;
	object-fit: contain;
}

.cf-site .mobile-menu .close-btn {
	right: 18px;
	top: 26px;
	color: var(--cf-navy);
}

.cf-site .main-header .mobile-menu .navigation li > a {
	padding: 13px 54px 13px 20px;
	font-size: 14px;
	font-weight: 700;
	color: var(--cf-navy);
}

.cf-site .main-header .mobile-menu .navigation li.current > a,
.cf-site .main-header .mobile-menu .navigation li:hover > a {
	color: var(--cf-blue);
	background: var(--cf-ice);
}

.cf-site .main-header .mobile-menu .navigation li.dropdown .dropdown-btn {
	width: 48px;
	height: 50px;
	line-height: 50px;
	color: var(--cf-blue);
}

/* Responsive, uncropped hero */

.cf-site .cf-hero {
	position: relative;
	background: #edf5f9;
}

.cf-site .cf-hero .swiper-slide {
	padding: 0;
	height: auto;
	background: #edf5f9;
}

.cf-hero__media {
	position: relative;
	width: 100%;
	background: #edf5f9;
}

.cf-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1896 / 830;
	object-fit: contain;
	object-position: center top;
}

.cf-site .cf-hero .slider-one_pagination {
	top: auto;
	left: 50% !important;
	right: auto !important;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	transform: translateX(-50%);
}

.cf-site .cf-hero .slider-one_pagination .swiper-pagination-bullet {
	width: 28px;
	height: 4px;
	margin: 0 4px !important;
	padding: 0;
	border-radius: 10px;
	font-size: 0;
	line-height: 0;
	background: rgba(11, 34, 56, 0.26);
}

.cf-site .cf-hero .slider-one_pagination .swiper-pagination-bullet::before,
.cf-site .cf-hero .slider-one_pagination .swiper-pagination-bullet::after {
	display: none;
}

.cf-site .cf-hero .slider-one_pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--cf-blue);
}

/* Capabilities */

.cf-capabilities {
	position: relative;
	padding: 104px 0 112px;
	background: var(--cf-white);
}

.cf-capabilities::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 27%;
	height: 2px;
	background: var(--cf-blue);
}

.cf-capabilities__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.cf-capability {
	position: relative;
	display: block;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--cf-line);
	border-radius: 6px;
	background: var(--cf-white);
	box-shadow: 0 18px 44px rgba(9, 34, 55, 0.07);
	transition: transform 240ms ease, box-shadow 240ms ease;
}

.cf-capability__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 0.82;
	background: #dce7ec;
}

.cf-capability__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 25, 43, 0.02) 42%, rgba(4, 25, 43, 0.34));
}

.cf-capability__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.cf-capability__index {
	position: absolute;
	z-index: 2;
	left: 16px;
	top: 16px;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--cf-white);
	background: rgba(5, 30, 50, 0.64);
	backdrop-filter: blur(8px);
}

.cf-capability__content {
	position: relative;
	display: block;
	min-height: 126px;
	padding: 23px 64px 24px 22px;
}

.cf-capability__type {
	display: block;
	margin-bottom: 9px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--cf-blue);
}

.cf-capability__content strong {
	display: block;
	font-size: 21px;
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--cf-navy);
}

.cf-capability__arrow {
	position: absolute;
	right: 20px;
	bottom: 24px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--cf-line);
	border-radius: 50%;
	font-size: 12px;
	color: var(--cf-navy);
	transition: color 180ms ease, background 180ms ease, border 180ms ease;
}

.cf-capability:hover {
	box-shadow: 0 28px 66px rgba(9, 34, 55, 0.16);
	transform: translateY(-7px);
}

.cf-capability:hover .cf-capability__media img {
	transform: scale(1.055);
}

.cf-capability:hover .cf-capability__arrow {
	color: var(--cf-white);
	border-color: var(--cf-blue);
	background: var(--cf-blue);
}

/* About */

.cf-site .cf-about {
	position: relative;
	padding: 96px 0 102px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(11, 111, 164, 0.05), transparent 42%),
		var(--cf-ice);
}

.cf-site .cf-about::after {
	content: "";
	position: absolute;
	right: -210px;
	top: -230px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(11, 111, 164, 0.09);
	border-radius: 50%;
	box-shadow: 0 0 0 64px rgba(11, 111, 164, 0.025), 0 0 0 128px rgba(11, 111, 164, 0.018);
}

.cf-about__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(48px, 6vw, 84px);
}

.cf-about__media {
	position: relative;
	min-width: 0;
	min-height: 440px;
}

.cf-about__media::before {
	content: "";
	position: absolute;
	left: -18px;
	top: -18px;
	width: 43%;
	height: 43%;
	border-top: 2px solid var(--cf-blue);
	border-left: 2px solid var(--cf-blue);
}

.cf-about__media img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	box-shadow: var(--cf-shadow);
}

.cf-about__media-label {
	position: absolute;
	right: -22px;
	bottom: 30px;
	padding: 15px 19px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cf-white);
	background: var(--cf-navy);
}

.cf-about__media-label span {
	color: #74c7ec;
}

.cf-about__content h2 {
	margin: 0 0 18px;
	font-size: clamp(38px, 3.7vw, 54px);
}

.cf-about__lead {
	max-width: 720px;
	margin-bottom: 23px;
	font-size: 15px;
	line-height: 1.68;
	color: #526675;
}

.cf-about__lead p,
.cf-about__highlight p,
.cf-about__who p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.cf-about__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.cf-about__highlight {
	position: relative;
	min-width: 0;
	padding: 18px 18px 19px;
	border: 1px solid rgba(11, 111, 164, 0.15);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 14px 36px rgba(13, 45, 68, 0.055);
}

.cf-about__highlight > span {
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: var(--cf-blue);
}

.cf-about__highlight div {
	font-size: 12px;
	line-height: 1.58;
	color: #5f7281;
}

.cf-about__who {
	margin: 0 0 30px;
	padding: 21px 0 21px 25px;
	border-left: 3px solid var(--cf-blue);
	font-size: 14px;
	line-height: 1.7;
	color: #526675;
}

/* Project */

.cf-site .cf-projects {
	padding: 116px 0 124px;
	background: var(--cf-white);
}

.cf-projects__list {
	display: grid;
	gap: 34px;
}

.cf-project-card {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--cf-line);
	border-radius: 5px;
	background: var(--cf-white);
	box-shadow: var(--cf-shadow);
}

.cf-project-card__media {
	min-width: 0;
	overflow: hidden;
	background: #dbe8ee;
}

.cf-project-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
	transition: transform 700ms ease;
}

.cf-project-card:hover .cf-project-card__media img {
	transform: scale(1.025);
}

.cf-project-card__content {
	display: flex;
	padding: clamp(38px, 5vw, 66px);
	flex-direction: column;
	justify-content: center;
	background: var(--cf-navy);
}

.cf-project-card__content .cf-eyebrow {
	color: #77c9ed;
}

.cf-project-card__content .cf-eyebrow::before {
	background: #77c9ed;
}

.cf-project-card__content h3 {
	margin: 0 0 22px;
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.14;
	letter-spacing: -0.035em;
}

.cf-project-card__content h3 a,
.cf-project-card__content .cf-text-link {
	color: var(--cf-white);
}

.cf-project-card__content > div {
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.68);
}

.cf-project-card__content > div p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.cf-project-card__content .cf-text-link {
	align-self: flex-start;
	border-color: rgba(255, 255, 255, 0.26);
}

.cf-project-card__content .cf-text-link:hover {
	color: #77c9ed;
	border-color: #77c9ed;
}

/* Products */

.cf-site .cf-products {
	padding: 112px 0 124px;
	background: var(--cf-ice);
}

.cf-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.cf-product-card {
	min-width: 0;
	border: 1px solid var(--cf-line);
	border-radius: 4px;
	background: var(--cf-white);
	transition: transform 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

.cf-product-card:hover {
	border-color: rgba(11, 111, 164, 0.35);
	box-shadow: var(--cf-shadow);
	transform: translateY(-6px);
}

.cf-product-card__media {
	display: grid;
	height: 290px;
	padding: 30px;
	place-items: center;
	overflow: hidden;
	border-bottom: 1px solid var(--cf-line);
	background: linear-gradient(145deg, #ffffff 0%, #edf3f6 100%);
}

.cf-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform 350ms ease;
}

.cf-product-card:hover .cf-product-card__media img {
	transform: scale(1.045);
}

.cf-product-card__content {
	padding: 24px 24px 26px;
}

.cf-product-card__content > span {
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--cf-blue);
}

.cf-product-card__content h3 {
	margin: 0 0 22px;
	font-size: 22px;
	line-height: 1.2;
}

.cf-product-card__content h3 a {
	color: var(--cf-navy);
}

.cf-product-card__content > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #405666;
}

.cf-product-card__content > a:hover {
	color: var(--cf-blue);
}

/* Video reels */

.cf-site .cf-video-reels {
	position: relative;
	padding: 108px 0 118px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(11, 111, 164, 0.045), transparent 38%),
		var(--cf-white);
}

.cf-site .cf-video-reels::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 28%;
	height: 2px;
	background: var(--cf-blue);
}

.cf-video-reels__head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 44px;
}

.cf-video-reels__head h2 {
	margin: 0;
	font-size: clamp(46px, 5.7vw, 82px);
	letter-spacing: -0.055em;
	color: var(--cf-navy);
}

.cf-video-reels__aside {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 15px;
	padding-bottom: 8px;
}

.cf-video-reels__aside > span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #768995;
}

.cf-video-reels__rail {
	position: relative;
	z-index: 1;
	display: flex;
	gap: clamp(16px, 1.6vw, 24px);
	min-width: 0;
	margin-right: calc((100vw - min(100% - 48px, 1280px)) / -2);
	padding: 0 max(24px, calc((100vw - min(100% - 48px, 1280px)) / 2)) 24px 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: rgba(11, 111, 164, 0.42) rgba(11, 111, 164, 0.08);
}

.cf-video-reels__rail--short {
	margin-right: 0;
	padding-right: 0;
	justify-content: center;
}

.cf-video-reel {
	flex: 0 0 clamp(225px, 20.8vw, 292px);
	min-width: 0;
	scroll-snap-align: start;
}

.cf-video-reel__screen {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 9 / 16;
	border: 0;
	border-radius: 22px;
	background: #071728;
	box-shadow: 0 28px 64px rgba(7, 31, 51, 0.17);
	cursor: pointer;
}

.cf-video-reel__screen > img,
.cf-video-reel__screen iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.36);
	border: 0;
}

.cf-video-reel__screen iframe {
	transform: none;
}

.cf-video-reel__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 22, 38, 0.04) 30%, rgba(4, 19, 33, 0.82) 100%);
}

.cf-video-reel__index {
	position: absolute;
	left: 16px;
	top: 16px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--cf-white);
	background: rgba(5, 29, 48, 0.5);
	backdrop-filter: blur(8px);
}

.cf-video-reel__play {
	position: absolute;
	left: 50%;
	top: 48%;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 6px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	font-size: 16px;
	color: var(--cf-blue);
	background: var(--cf-white);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.cf-video-reel__caption {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: block;
	text-align: left;
}

.cf-video-reel__caption small,
.cf-video-reel__caption strong {
	display: block;
	color: var(--cf-white);
}

.cf-video-reel__caption small {
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #8cd3f1;
}

.cf-video-reel__caption strong {
	font-family: var(--cf-display);
	font-size: 25px;
	line-height: 1.08;
}

.cf-video-reel__screen:hover .cf-video-reel__play {
	transform: translate(-50%, -50%) scale(1.08);
}

/* Testimonials */

.cf-site .cf-testimonials {
	position: relative;
	padding: 110px 0 114px;
	overflow: hidden;
	background: var(--cf-navy);
}

.cf-site .cf-testimonials::after {
	content: "";
	position: absolute;
	right: -140px;
	top: -180px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.025), 0 0 0 108px rgba(255, 255, 255, 0.018);
}

.cf-testimonials__top {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 54px;
}

.cf-testimonials__top h2 {
	margin: 0;
	max-width: 650px;
	color: var(--cf-white);
}

.cf-testimonials__top .cf-eyebrow {
	color: #77c9ed;
}

.cf-testimonials__top .cf-eyebrow::before {
	background: #77c9ed;
}

.cf-testimonials__proof {
	display: flex;
	max-width: 390px;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px 14px;
	text-align: right;
	color: rgba(255, 255, 255, 0.70);
}

.cf-testimonials__proof strong {
	font-size: 13px;
	color: var(--cf-white);
}

.cf-testimonials__proof .rating {
	color: #75c9ed;
}

.cf-testimonials__proof > span {
	width: 100%;
	font-size: 11px;
	letter-spacing: 0.03em;
}

.cf-testimonials__proof .testimonial-one__authors {
	display: flex;
	margin: 0;
	padding: 0;
}

.cf-testimonials__proof .testimonial-one__authors li {
	width: 38px;
	height: 38px;
	margin-left: -9px;
	border: 2px solid var(--cf-navy);
	border-radius: 50%;
	overflow: hidden;
}

.cf-testimonials__proof .testimonial-one__authors li:nth-child(n+6) {
	display: none;
}

.cf-testimonials__proof .testimonial-one__authors img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cf-testimonials__slider {
	position: relative;
	z-index: 2;
	padding-bottom: 44px;
}

.cf-quote {
	position: relative;
	min-height: 280px;
	margin: 0;
	padding: clamp(34px, 5vw, 62px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.055);
}

.cf-quote__mark {
	position: absolute;
	right: 42px;
	top: 16px;
	font-family: Georgia, serif;
	font-size: 96px;
	line-height: 1;
	color: rgba(117, 201, 237, 0.22);
}

.cf-quote__text {
	position: relative;
	max-width: 980px;
	font-size: clamp(17px, 2vw, 24px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.cf-quote__text p {
	margin: 0 0 12px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.cf-quote footer {
	margin-top: 30px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #77c9ed;
}

.cf-quote footer span {
	display: block;
	margin-top: 4px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
}

.cf-site .cf-testimonials .single-item_carousel-pagination {
	bottom: 0;
}

.cf-site .cf-testimonials .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.45);
}

.cf-site .cf-testimonials .swiper-pagination-bullet-active {
	background: #77c9ed;
}

/* Contact */

.cf-site .cf-contact {
	padding: 116px 0;
	background: var(--cf-white);
}

.cf-contact__shell {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 8vw, 100px);
	align-items: start;
}

.cf-contact__info h2 {
	margin: 0 0 22px;
}

.cf-contact__info > p {
	max-width: 520px;
	margin: 0 0 38px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--cf-muted);
}

.cf-contact__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cf-contact__details > a,
.cf-contact__details > div {
	display: flex;
	min-width: 0;
	min-height: 100px;
	padding: 18px;
	align-items: flex-start;
	gap: 14px;
	border: 1px solid var(--cf-line);
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.55;
	color: var(--cf-text);
	background: var(--cf-ice);
}

.cf-contact__details i {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border-radius: 50%;
	font-size: 12px;
	color: var(--cf-white);
	background: var(--cf-blue);
}

.cf-contact__details span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.cf-contact__details small {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--cf-blue);
}

.cf-contact__form-wrap {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid var(--cf-line);
	border-radius: 5px;
	background: var(--cf-ice);
	box-shadow: var(--cf-shadow);
}

.cf-contact-form .form-group {
	margin-bottom: 18px;
}

.cf-contact-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #476071;
}

.cf-contact-form input,
.cf-contact-form textarea {
	width: 100%;
	border: 1px solid var(--cf-line);
	border-radius: 3px;
	font-size: 13px;
	color: var(--cf-text);
	background: var(--cf-white);
	outline: none;
	transition: border 180ms ease, box-shadow 180ms ease;
}

.cf-contact-form input {
	height: 52px;
	padding: 0 15px;
}

.cf-contact-form textarea {
	height: 126px;
	padding: 14px 15px;
	resize: vertical;
}

.cf-contact-form input:focus,
.cf-contact-form textarea:focus {
	border-color: var(--cf-blue);
	box-shadow: 0 0 0 3px rgba(11, 111, 164, 0.10);
}

.cf-contact-form__submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 0 !important;
}

.cf-contact-form__submit p {
	max-width: 280px;
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
	color: var(--cf-muted);
}

.cf-contact-form__status {
	display: none;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 700;
	color: var(--cf-blue);
}

.cf-contact-form__status.is-visible {
	display: block;
}

.cf-contact-form__status.is-success {
	color: #1d7b4b;
}

.cf-contact-form__status.is-error {
	color: #b72e2e;
}

/* Existing marketing copy, visually simplified */

.cf-site .cf-marketing {
	padding: 28px 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	background: var(--cf-blue);
}

.cf-site .cf-marketing .animation_mode,
.cf-site .cf-marketing .animation_mode-two {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.cf-site .cf-marketing .animation_mode-two {
	margin-top: 12px;
	opacity: 0.72;
}

.cf-site .cf-marketing h1 {
	font-size: clamp(18px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--cf-white);
}

.cf-site .cf-marketing h1.light {
	color: var(--cf-white);
	-webkit-text-stroke: 0;
}

.cf-site .cf-marketing .marketing-one_icon img {
	width: 12px;
	filter: brightness(0) invert(1);
}

/* Footer */

.cf-site .cf-footer {
	position: relative;
	margin: 0;
	padding: 88px 0 0;
	color: rgba(255, 255, 255, 0.68);
	background: #071b2d;
}

.cf-footer__top {
	display: grid;
	grid-template-columns: 1.3fr 0.72fr 0.9fr 0.72fr 1.25fr;
	gap: 48px;
	padding-bottom: 64px;
}

.cf-footer__logo {
	display: inline-block;
	padding: 8px;
	border-radius: 4px;
	background: var(--cf-white);
}

.cf-footer__logo img {
	display: block;
	width: 108px;
	height: 70px;
	object-fit: contain;
}

.cf-footer__brand p {
	max-width: 250px;
	margin: 24px 0;
	font-size: 13px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
}

.cf-footer__socials {
	display: flex;
	gap: 9px;
}

.cf-footer__socials a {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.78);
}

.cf-footer__socials a:hover {
	color: var(--cf-white);
	border-color: var(--cf-blue-bright);
	background: var(--cf-blue);
}

.cf-footer h4 {
	margin: 0 0 25px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--cf-white);
}

.cf-footer__column ul {
	margin: 0;
	padding: 0;
}

.cf-footer__column li {
	margin-bottom: 11px;
}

.cf-footer__column a {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
}

.cf-footer__column a:hover {
	color: #77c9ed;
}

.cf-footer__contact > a,
.cf-footer__address {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.cf-footer__contact i {
	margin-top: 4px;
	flex: 0 0 14px;
	color: #77c9ed;
}

.cf-footer__contact span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.cf-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.cf-footer__bottom p {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.70);
}

/* Premium inner-page system */

.cf-site .page-title,
.cf-site .sidebar-page-container,
.cf-site .service-detail,
.cf-site .project-detail {
	max-width: 100%;
	overflow-x: clip;
}

.cf-site .marketing-one,
.cf-site .rating-widget {
	display: none !important;
}

.cf-site .page-title {
	position: relative;
	display: flex;
	min-height: 330px;
	padding: 92px 0 78px;
	align-items: flex-end;
	background:
		linear-gradient(90deg, rgba(4, 25, 43, 0.94) 0%, rgba(4, 25, 43, 0.76) 50%, rgba(4, 25, 43, 0.42) 100%),
		url("../images/background/3.jpg") center 48% / cover no-repeat !important;
}

.cf-site .page-title::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.cf-site .page-title .auto-container {
	position: relative;
	z-index: 1;
	width: min(100% - 48px, 1280px);
}

.cf-site .page-title h1,
.cf-site .page-title h2,
.cf-site .page-title h3 {
	max-width: 920px;
	margin: 0 0 22px;
	font-family: var(--cf-display);
	font-size: clamp(46px, 6vw, 76px);
	font-weight: 750;
	line-height: 0.98;
	letter-spacing: -0.05em;
	color: var(--cf-white);
	overflow-wrap: anywhere;
}

.cf-site .page-title .d-flex {
	justify-content: flex-start !important;
}

.cf-site .page-title .bread-crumb {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
}

.cf-site .page-title .bread-crumb li,
.cf-site .page-title .bread-crumb li a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.cf-site .page-title .bread-crumb li:last-child {
	color: #8ed6f3;
}

.cf-site .page-title .bread-crumb li::before {
	color: rgba(255, 255, 255, 0.4);
}

.cf-site .news-one.style-two,
.cf-site .portfolio-one,
.cf-site .sidebar-page-container,
.cf-site .contact-three,
.cf-site .about-one:not(.cf-about) {
	padding-top: 96px;
	padding-bottom: 104px;
	background: #f7fafc;
}

.cf-site .news-one.style-two .row,
.cf-site .portfolio-one .row {
	row-gap: 28px;
}

.cf-site .news-one.style-two .news-block_one,
.cf-site .portfolio-one .portfolio-item {
	margin-bottom: 0 !important;
}

.cf-site .news-one.style-two .news-block_one-inner,
.cf-site .portfolio-one .portfolio-block {
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(13, 48, 73, 0.09);
	border-radius: 6px;
	background: var(--cf-white);
	box-shadow: 0 18px 46px rgba(7, 38, 61, 0.075);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.cf-site .news-one.style-two .news-block_one-inner:hover,
.cf-site .portfolio-one .portfolio-block:hover {
	box-shadow: 0 28px 64px rgba(7, 38, 61, 0.14);
	transform: translateY(-6px);
}

.cf-site .news-one.style-two .news-block_one-image {
	height: 290px;
	overflow: hidden;
	background: #edf3f6;
}

.cf-site .news-one.style-two .news-block_one-image a,
.cf-site .news-one.style-two .news-block_one-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.cf-site .cf-inner-cards--services .news-block_one-image > a,
.cf-site .cf-inner-cards--products .news-block_one-image > a {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.cf-site .cf-inner-cards--services .news-block_one-image > a img,
.cf-site .cf-inner-cards--products .news-block_one-image > a img {
	position: absolute !important;
	inset: 0;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	-webkit-filter: none !important;
	filter: none !important;
}

.cf-site .cf-inner-cards--services .news-block_one-image > img,
.cf-site .cf-inner-cards--products .news-block_one-image > img {
	display: none !important;
}

.cf-site .cf-inner-cards--projects .news-block_one-image > a {
	display: none !important;
}

.cf-site .cf-inner-cards--projects .news-block_one-image > img {
	position: absolute !important;
	inset: 0;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	-webkit-filter: none !important;
	filter: none !important;
}

.cf-site .news-one.style-two .news-block_one-image img {
	object-fit: cover;
}

.cf-site .cf-inner-cards--products .news-block_one-image img {
	padding: 18px;
	object-fit: contain;
	background: #f1f4f5;
}

.cf-site .news-one.style-two .news-block_one-content {
	padding: 24px 24px 28px;
}

.cf-site .news-one.style-two .news-block_one-title,
.cf-site .news-one.style-two .news-block_one-title a {
	font-size: 18px;
	line-height: 1.35;
	text-align: left !important;
	color: var(--cf-navy);
}

.cf-site .news-one.style-two .news-block_one-more {
	font-size: 10px;
	letter-spacing: 0.1em;
	color: var(--cf-blue);
}

.cf-site .cf-about-page .about-one_pattern-layer,
.cf-site .cf-about-page .about-one_cap,
.cf-site .cf-gallery-page .portfolio-one_pattern-layer,
.cf-site .cf-gallery-page .portfolio-one_cap {
	display: none;
}

.cf-site .cf-about-page .sec-title {
	margin-bottom: 40px;
}

.cf-site .cf-about-page .sec-title,
.cf-site .cf-about-page .image,
.cf-site .cf-gallery-page .image,
.cf-site .cf-gallery-page .portfolio-block,
.cf-site .cf-detail-page .service-detail_inner {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.cf-site .cf-about-page .about-one_image-outer,
.cf-site .cf-about-page .about-one_content-outer,
.cf-site .cf-detail-page .service-detail_inner,
.cf-site .cf-detail-page .sidebar-widget,
.cf-site .cf-contact-page .contact-three_form-outer,
.cf-site .cf-contact-page .contact-three_info-outer {
	border: 1px solid rgba(13, 48, 73, 0.1);
	border-radius: 6px;
	background: var(--cf-white);
	box-shadow: 0 22px 58px rgba(7, 38, 61, 0.08);
}

.cf-site .cf-about-page .about-one_image-outer {
	overflow: hidden;
}

.cf-site .cf-about-page .about-one_image-outer img {
	width: 100%;
	height: min(610px, 68vw) !important;
	object-fit: cover;
}

.cf-site .cf-about-page .about-one_content-outer {
	padding: clamp(28px, 4vw, 52px);
}

.cf-site .cf-about-page .feature-block_one-text {
	font-size: 15px;
	line-height: 1.75;
	color: #536977;
}

.cf-site .cf-about-page .feature-block_one-text h3 {
	margin-top: 24px;
	margin-bottom: 7px;
	font-size: 20px;
	color: var(--cf-navy);
}

.cf-site .cf-gallery-page .image,
.cf-site .cf-gallery-page .image img {
	width: 100%;
	height: 360px !important;
}

.cf-site .cf-gallery-page .image img {
	object-fit: cover;
}

.cf-site .cf-detail-page {
	padding-top: 92px;
}

.cf-site .cf-detail-page > .auto-container {
	margin-top: 0 !important;
}

.cf-site .cf-detail-page .service-detail_inner {
	padding: clamp(28px, 4vw, 48px);
}

.cf-site .cf-detail-page .service-detail_inner img {
	width: 100%;
	max-height: 520px;
	height: auto !important;
	object-fit: contain;
	border-radius: 4px;
	background: #f0f4f6;
}

.cf-site .cf-detail-page .service-detail_title {
	margin-top: 34px;
	font-size: clamp(30px, 4vw, 46px);
	color: var(--cf-navy);
}

.cf-site .cf-detail-page .category-widget {
	padding: 28px;
}

.cf-site .cf-detail-page .category-list li a {
	border-color: rgba(13, 48, 73, 0.1);
}

.cf-site .cf-contact-page .contact-three_form-outer,
.cf-site .cf-contact-page .contact-three_info-outer {
	padding: clamp(28px, 4vw, 48px);
}

.cf-site .cf-contact-page .form-group input,
.cf-site .cf-contact-page .form-group textarea {
	border: 1px solid rgba(13, 48, 73, 0.12);
	border-radius: 3px;
	background: #f5f8fa;
}

/* Responsive */

@media (max-width: 1280px) {
	.cf-site .cf-header .main-menu {
		display: none;
	}

	.cf-site .cf-header .mobile-nav-toggler {
		display: inline-block;
	}

	.cf-header__main {
		min-height: 82px;
	}

	.cf-site .cf-header .logo img {
		height: 66px;
	}

	.cf-footer__top {
		grid-template-columns: 1.2fr repeat(3, 0.85fr);
	}

	.cf-footer__contact {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 30px;
		padding-top: 28px;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}

	.cf-footer__contact h4 {
		grid-column: 1 / -1;
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.cf-capabilities,
	.cf-site .cf-about,
	.cf-site .cf-projects,
	.cf-site .cf-products,
	.cf-site .cf-video-reels,
	.cf-site .cf-testimonials,
	.cf-site .cf-contact {
		padding-top: 88px;
		padding-bottom: 92px;
	}

	.cf-capabilities__grid,
	.cf-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cf-about__grid {
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		gap: 54px;
	}

	.cf-about__media,
	.cf-about__media img {
		min-height: 410px;
	}

	.cf-project-card {
		grid-template-columns: 1fr;
	}

	.cf-project-card__media img {
		min-height: 0;
		aspect-ratio: 1280 / 561;
	}

	.cf-contact__shell {
		grid-template-columns: 1fr;
	}

	.cf-contact__info > p {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	.cf-site .auto-container,
	.cf-site .page-title .auto-container {
		width: min(100% - 32px, 1280px);
	}

	.cf-site h2 {
		font-size: clamp(32px, 9vw, 44px);
	}

	.cf-header__utility {
		display: none;
	}

	.cf-header__main,
	.cf-site .cf-header.fixed-header .cf-header__main {
		min-height: 74px;
	}

	.cf-site .cf-header .logo img,
	.cf-site .cf-header.fixed-header .logo img {
		width: 92px;
		height: 58px;
	}

	.cf-header__cta {
		display: none;
	}

	.cf-site .cf-header .outer-box {
		margin-left: 0;
	}

	.cf-site .cf-hero .slider-one_pagination {
		bottom: 8px;
	}

	.cf-site .cf-hero .slider-one_pagination .swiper-pagination-bullet {
		width: 20px;
		height: 3px;
	}

	.cf-capabilities,
	.cf-site .cf-about,
	.cf-site .cf-projects,
	.cf-site .cf-products,
	.cf-site .cf-video-reels,
	.cf-site .cf-testimonials,
	.cf-site .cf-contact {
		padding-top: 70px;
		padding-bottom: 72px;
	}

	.cf-section-head {
		margin-bottom: 34px;
	}

	.cf-section-head--split,
	.cf-testimonials__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.cf-capabilities__grid,
	.cf-products__grid,
	.cf-about__grid,
	.cf-contact__details {
		grid-template-columns: 1fr;
	}

	.cf-capability {
		min-height: 0;
	}

	.cf-about__grid {
		gap: 48px;
	}

	.cf-about__media {
		max-width: 520px;
		min-height: 0;
	}

	.cf-about__media img {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.cf-about__media::before {
		left: -10px;
		top: -10px;
	}

	.cf-about__media-label {
		right: -8px;
		bottom: 20px;
	}

	.cf-about__highlights {
		grid-template-columns: 1fr;
	}

	.cf-video-reels__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.cf-video-reels__head h2 {
		font-size: clamp(43px, 12vw, 62px);
	}

	.cf-video-reels__aside {
		align-items: flex-start;
	}

	.cf-video-reels__rail {
		display: flex;
		justify-content: flex-start;
		margin-right: -16px;
		padding: 0 16px 34px 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.cf-video-reel {
		flex-basis: min(76vw, 272px);
		scroll-snap-align: start;
	}

	.cf-project-card__content {
		padding: 34px 28px 38px;
	}

	.cf-product-card__media {
		height: 300px;
	}

	.cf-testimonials__proof {
		justify-content: flex-start;
		text-align: left;
	}

	.cf-quote {
		min-height: 0;
		padding: 32px 24px;
	}

	.cf-quote__mark {
		right: 20px;
		top: 10px;
		font-size: 70px;
	}

	.cf-contact-form__submit,
	.cf-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.cf-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 28px;
	}

	.cf-footer__brand,
	.cf-footer__contact {
		grid-column: 1 / -1;
	}

	.cf-footer__contact {
		display: block;
	}

	.cf-footer__contact h4 {
		margin-bottom: 25px;
	}

	.cf-site .page-title {
		min-height: 270px;
		padding: 70px 0 54px;
	}

	.cf-site .page-title h1,
	.cf-site .page-title h2,
	.cf-site .page-title h3 {
		font-size: clamp(38px, 11vw, 56px);
	}

	.cf-site .news-one.style-two,
	.cf-site .portfolio-one,
	.cf-site .sidebar-page-container,
	.cf-site .contact-three,
	.cf-site .about-one:not(.cf-about) {
		padding-top: 70px;
		padding-bottom: 76px;
	}

	.cf-site .cf-about-page .about-one_image-outer img {
		height: min(570px, 120vw) !important;
	}

	.cf-site .cf-detail-page .sidebar-side {
		margin-bottom: 34px;
	}
}

@media (max-width: 480px) {
	.cf-site .auto-container,
	.cf-site .page-title .auto-container {
		width: min(100% - 24px, 1280px);
	}

	.cf-capability,
	.cf-product-card__content,
	.cf-contact__form-wrap {
		padding-right: 20px;
		padding-left: 20px;
	}

	.cf-product-card__media {
		height: 250px;
	}

	.cf-footer__top {
		grid-template-columns: 1fr;
	}

	.cf-footer__brand,
	.cf-footer__contact {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cf-site *,
	.cf-site *::before,
	.cf-site *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Refinement pass — compact controls, calmer proportions and clearer content */

.cf-site .news-one.style-two .news-block_one-inner {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0 16px 42px rgba(7, 38, 61, 0.07);
}

.cf-site .news-one.style-two .news-block_one-image {
	height: 260px;
	border-radius: 0;
}

.cf-site .news-one.style-two .news-block_one-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.cf-site .news-one.style-two .news-block_one-title {
	min-height: 48px;
	margin-bottom: 16px;
}

.cf-site .news-one.style-two .news-block_one-button {
	position: relative;
	margin-top: auto;
	padding: 14px 0 0;
	border-top: 1px solid rgba(13, 48, 73, 0.09);
}

.cf-site .news-one.style-two .news-block_one-button::before,
.cf-site .news-one.style-two .news-block_one-button::after {
	display: none !important;
}

.cf-site .news-one.style-two .news-block_one-more,
.cf-site .news-one.style-two .news-block_one-inner:hover .news-block_one-more {
	display: inline-flex;
	width: auto;
	min-width: 0;
	padding: 3px 0;
	align-items: center;
	gap: 9px;
	border-radius: 0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--cf-blue);
	background: transparent;
}

.cf-site .news-one.style-two .news-block_one-more::after {
	content: "\2192";
	font-size: 15px;
	line-height: 1;
	transition: transform 180ms ease;
}

.cf-site .news-one.style-two .news-block_one-more:hover::after {
	transform: translateX(4px);
}

.cf-site .cf-video-reels {
	padding: 82px 0 88px;
}

.cf-video-reels__head {
	margin-bottom: 32px;
}

.cf-video-reels__head h2 {
	font-size: clamp(38px, 4.2vw, 60px);
	letter-spacing: -0.045em;
}

.cf-video-reel {
	flex-basis: clamp(190px, 17.2vw, 238px);
}

.cf-video-reel__screen {
	border-radius: 18px;
	box-shadow: 0 22px 52px rgba(7, 31, 51, 0.14);
}

.cf-video-reel__index {
	left: 13px;
	top: 13px;
	width: 34px;
	height: 34px;
	font-size: 9px;
}

.cf-video-reel__play {
	width: 54px;
	height: 54px;
	border-width: 5px;
	font-size: 13px;
}

.cf-video-reel__caption {
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.cf-video-reel__caption small {
	font-size: 8px;
}

.cf-video-reel__caption strong {
	font-size: 19px;
}

.cf-contact__shell {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(48px, 6vw, 82px);
	align-items: center;
}

.cf-contact__details {
	grid-auto-rows: 122px;
}

.cf-contact__details > a,
.cf-contact__details > div {
	height: 100%;
	min-height: 0;
	padding: 18px;
	align-items: center;
	border-radius: 7px;
	background: linear-gradient(145deg, #f5f9fb, #edf4f7);
}

.cf-contact__details span {
	font-size: 11px;
	line-height: 1.5;
}

.cf-site .cf-footer,
.cf-footer__brand p,
.cf-footer__column a,
.cf-footer__contact > a,
.cf-footer__address {
	color: rgba(255, 255, 255, 0.80);
}

.cf-footer__column a,
.cf-footer__contact > a,
.cf-footer__address {
	font-size: 12.5px;
}

.cf-footer__bottom p {
	color: rgba(255, 255, 255, 0.66);
}

.cf-site .page-title {
	min-height: 250px;
	padding: 68px 0 54px;
}

.cf-site .page-title h1,
.cf-site .page-title h2,
.cf-site .page-title h3 {
	max-width: 800px;
	margin-bottom: 17px;
	font-size: clamp(38px, 4.25vw, 54px);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.cf-site .cf-about-page {
	padding: 86px 0 96px;
	background: linear-gradient(135deg, rgba(11, 111, 164, 0.045), transparent 38%), #f6f9fb;
}

.cf-about-page__heading {
	display: flex;
	max-width: 860px;
	margin-bottom: 38px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.cf-about-page__heading h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.06;
	letter-spacing: -0.04em;
	color: var(--cf-navy);
}

.cf-about-page__layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(38px, 6vw, 76px);
	align-items: start;
}

.cf-about-page__media {
	position: sticky;
	top: 110px;
	min-height: 500px;
	overflow: hidden;
	border-radius: 12px;
	background: #dfe8ed;
	box-shadow: 0 28px 70px rgba(7, 38, 61, 0.14);
}

.cf-about-page__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 62%, rgba(4, 27, 46, 0.24));
}

.cf-about-page__media img {
	display: block;
	width: 100%;
	height: 500px !important;
	object-fit: cover;
}

.cf-about-page__content {
	min-width: 0;
}

.cf-about-page__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 16px;
}

.cf-about-page__card,
.cf-about-page__story,
.cf-about-page__extra {
	border: 1px solid rgba(13, 48, 73, 0.10);
	border-radius: 9px;
	background: var(--cf-white);
	box-shadow: 0 18px 48px rgba(7, 38, 61, 0.065);
}

.cf-about-page__card {
	position: relative;
	padding: 26px 24px 24px;
	overflow: hidden;
}

.cf-about-page__card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 3px;
	background: var(--cf-blue);
}

.cf-about-page__story,
.cf-about-page__extra {
	padding: 30px;
}

.cf-about-page__extra {
	margin-top: 16px;
}

.cf-about-page__card h3,
.cf-about-page__story h3,
.cf-about-page__extra h3 {
	margin: 0 0 8px;
	font-size: 19px;
	line-height: 1.25;
	color: var(--cf-navy);
}

.cf-about-page__card p,
.cf-about-page__story p,
.cf-about-page__extra p,
.cf-about-page__extra li {
	font-size: 14px;
	line-height: 1.72;
	color: #536977;
}

.cf-about-page__card p:last-child,
.cf-about-page__story p:last-child,
.cf-about-page__extra p:last-child {
	margin-bottom: 0;
}

.cf-about-page__extra ul {
	margin: 8px 0 22px;
	padding-left: 20px;
}

.cf-about-page__toggle {
	display: inline-flex;
	margin-top: 20px;
	padding: 0 0 8px;
	align-items: center;
	gap: 10px;
	border: 0;
	border-bottom: 1px solid rgba(11, 111, 164, 0.38);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cf-blue);
	background: transparent;
	cursor: pointer;
}

.cf-about-page__toggle i {
	font-size: 12px;
	transition: transform 180ms ease;
}

.cf-about-page__toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

@media (max-width: 991px) {
	.cf-site .cf-video-reels { padding: 72px 0 76px; }
	.cf-contact__shell,
	.cf-about-page__layout { grid-template-columns: 1fr; }
	.cf-about-page__media { position: relative; top: auto; min-height: 390px; }
	.cf-about-page__media img { height: 390px !important; }
	.cf-site .page-title { min-height: 220px; padding: 58px 0 44px; }
	.cf-site .page-title h1,
	.cf-site .page-title h2,
	.cf-site .page-title h3 { font-size: clamp(34px, 8vw, 46px); }
}

@media (max-width: 767px) {
	.cf-site .news-one.style-two .news-block_one-image { height: 235px; }
	.cf-video-reels__head h2 { font-size: clamp(34px, 10vw, 44px); }
	.cf-video-reel { flex-basis: min(61vw, 220px); }
	.cf-contact__details { grid-auto-rows: auto; }
	.cf-contact__details > a,
	.cf-contact__details > div { min-height: 104px; height: auto; }
	.cf-site .cf-about-page { padding: 66px 0 74px; }
	.cf-about-page__heading { margin-bottom: 28px; }
	.cf-about-page__media,
	.cf-about-page__media img { min-height: 0; height: 320px !important; }
	.cf-about-page__summary { grid-template-columns: 1fr; }
	.cf-about-page__card,
	.cf-about-page__story,
	.cf-about-page__extra { padding: 24px 22px; }
}

@media (max-width: 480px) {
	.cf-site .page-title { min-height: 192px; padding: 48px 0 36px; }
	.cf-site .page-title h1,
	.cf-site .page-title h2,
	.cf-site .page-title h3 { font-size: 32px; }
	.cf-video-reel { flex-basis: min(66vw, 205px); }
}

/* Final responsive and polish pass */

.cf-hp-field {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.cf-site .cf-header .logo img {
	width: 146px;
	height: 88px;
}

.cf-site .cf-header .main-menu .navigation > li > a {
	font-size: 13.5px;
}

.cf-capabilities,
.cf-site .cf-about,
.cf-site .cf-projects,
.cf-site .cf-products,
.cf-site .cf-contact {
	content-visibility: auto;
	contain-intrinsic-size: 900px;
}

.cf-capability__media img,
.cf-project-card__media img,
.cf-about__media img,
.cf-about-page__media img {
	background: #e8f0f4;
}

.cf-about__lead,
.cf-about__lead p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.cf-about__highlight div,
.cf-about__highlight p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.cf-site .cf-inner-cards .news-block_one-more {
	line-height: 1.2;
}

.cf-site .map-one iframe {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
}

.cf-site .portfolio-one .portfolio-item .image iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
}

@media (min-width: 768px) {
	.cf-hero__media img {
		max-height: calc(100vh - 120px);
	}
}

@media (max-width: 1280px) {
	.cf-site .cf-header .logo img {
		width: 132px;
		height: 74px;
	}
}

@media (max-width: 767px) {
	.cf-site .cf-hero {
		overflow: hidden;
	}

	.cf-hero__media {
		aspect-ratio: 1896 / 830;
		overflow: hidden;
	}

	.cf-hero__media img {
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 1896 / 830;
		object-fit: contain;
		object-position: center top;
		transform: none;
	}

	.cf-site .cf-hero .swiper-slide:nth-child(2) .cf-hero__media img {
		transform: none;
	}

	.cf-site .cf-hero .slider-one_pagination {
		bottom: 11px;
	}

	.cf-site .cf-header .logo img,
	.cf-site .cf-header.fixed-header .logo img {
		width: 104px;
		height: 64px;
	}

	.cf-about__media img {
		aspect-ratio: 4 / 3;
		object-position: center;
	}

	.cf-footer__top {
		padding-bottom: 46px;
	}
}

@media (max-width: 480px) {
	.cf-hero__media,
	.cf-hero__media img { aspect-ratio: 1896 / 830; }
}

/* Hosting-safe hero reset: keep the complete admin banner visible at every width. */
.cf-site .cf-hero,
.cf-site .cf-hero .main-slider,
.cf-site .cf-hero .swiper-wrapper,
.cf-site .cf-hero .swiper-slide,
.cf-site .cf-hero .cf-hero__media {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cf-site .cf-hero,
.cf-site .cf-hero .main-slider,
.cf-site .cf-hero .swiper-slide,
.cf-site .cf-hero .cf-hero__media {
	overflow: hidden;
}

.cf-site .cf-hero .cf-hero__media {
	aspect-ratio: auto !important;
	background: #edf5f9;
}

.cf-site .cf-hero .cf-hero__media img,
.cf-site .cf-hero .swiper-slide:nth-child(2) .cf-hero__media img {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center top !important;
	transform: none !important;
}

.cf-site .cf-footer__bottom a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.cf-site .cf-footer__bottom a:hover {
	color: #ffffff;
}
