:root {
--red:#f22525;
--red2:#ff3a31;
--ink:#08131f;
--navy:#04111c;
--muted:#5c6875;
--line:#e9edf1;
--white:#fff;
--max:1200px;
--shadow:0 14px 40px rgba(6, 20, 31, .10)
}
* {
	box-sizing:border-box
}
html {
	scroll-behavior:smooth
}
body {
	margin:0;
	font-family:Inter, Arial, sans-serif;
	color:var(--ink);
	background:#fff;
	line-height:1.65
}
img {
	max-width:100%;
	display:block
}
.socials {
  display: flex;
  gap: 10px;
  margin-top:6px;
}
.socials a {
  width:24px;
  height:24px;
  border: 1px solid #52606c; text-align:center;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
a {
	text-decoration:none;
	color:inherit
}
.container { width:88%;
	margin:0px auto;
}
.section {
	padding:78px 0
}
.eyebrow {
	margin:0 0 12px;
	color:#ff2d25;
	font-size:12px;
	font-weight:800;
	letter-spacing:1.7px
}
.eyebrow.red {
	color:var(--red)
}
h1, h2, h3, h4 {
	line-height:1.15;
	margin-top:0
}
h2 {
	font-size:clamp(30px, 4vw, 47px);
	letter-spacing:-1.4px
}
p {
	color:var(--muted)
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border-radius:7px;
	padding:14px 22px;
	font-weight:700;
	font-size:14px;
transition:.2s
}
.btn:hover {
	transform:translateY(-2px)
}
.btn-primary {
	color:#fff;
	background:linear-gradient(135deg, var(--red), var(--red2));
	box-shadow:0 10px 24px rgba(242, 37, 37, .23)
}
.btn-outline {
	color:#fff;
	border:1px solid rgba(255, 255, 255, .7);
	background:rgba(255, 255, 255, .03)
}
.site-header {
	position:sticky;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #eef1f4
}
.nav-wrap { padding-top:6px; padding-bottom:6px;
	display:flex;
	align-items:center;
	gap:26px
}
.brand {
	display:flex;
	align-items:center
}
.brand img {
/*	width:205px;
	height:68px;*/
	object-fit:contain;
	object-position:center
}
.main-nav {
	margin-left:auto;
	display:flex;
	align-items:center;
	gap:30px
}
.main-nav a {
	font-size:14px;
	font-weight:600;
	position:relative
}
.main-nav a:after {
	content:"";
	height:2px;
	position:absolute;
	left:0;
	right:100%;
	bottom:-13px;
	background:var(--red);
transition:.2s
}
.main-nav a:hover:after, .main-nav a.active:after {
	right:0
}
.nav-cta {
	margin-left:18px
}
.menu-toggle {
	display:none;
	background:none;
	border:0;
	padding:8px
}
.menu-toggle span {
	display:block;
	width:26px;
	height:2px;
	background:#111;
	margin:5px
}
.hero {
	background:radial-gradient(circle at 76% 43%, rgba(194, 20, 20, .14), transparent 28%), linear-gradient(125deg, #04101a 0%, #020a11 62%, #071620 100%);
	color:#fff;
	overflow:hidden
}
.hero-grid {
	min-height:560px;
	display:grid;
grid-template-columns:1.02fr .98fr;
	gap:32px;
	align-items:center;
	padding:55px 0
}
.hero h1 {
	font-size:clamp(43px, 5.5vw, 57px);
	letter-spacing:-2.4px;
	margin-bottom:20px
}
.hero h1 span {
	color:#ff2b24
}
.hero-text {
	max-width:660px;
	font-size:16px;
	color:#c8d0d6
}
.hero-actions {
	display:flex;
	gap:16px;
	margin:28px 0 37px
}
.benefits {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:15px
}
.benefit {
	display:flex;
	gap:9px;
	align-items:flex-start
}
.benefit strong {
	display:block;
	font-size:11px
}
.benefit small {
	color:#bcc5cb;
	display:block;
	font-size:10px;
	line-height:1.5
}
.mini-icon {
	width:52px;
	height:52px;
	border-radius:9px;
	display:grid;
	place-items:center;
	font-size:20px
}
.hero-visual {
	position:relative
}
.hero-visual:before {
	content:"";
	position:absolute;
	inset:9% 0;
	border-radius:50%;
	background:radial-gradient(circle, rgba(255, 23, 23, .2), transparent 64%);
	filter:blur(20px)
}
.hero-visual img {
	position:relative;
	width:100%;
	border-radius:24px;
	mix-blend-mode:screen
}
.two-col {
	display:grid;
grid-template-columns:.88fr 1.12fr;
	gap:70px;
	align-items:center
}
.about p {
	font-size:15px
}
.stats {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:0;
	margin:29px 0
}
.stats div {
	padding:0 18px;
	border-right:1px solid #d5dce2
}
.stats div:first-child {
	padding-left:0
}
.stats div:last-child {
	border-right:0
}
.stats strong {
	display:block;
	color:var(--red);
	font-size:25px
}
.stats span {
	font-size:10px;
	color:#586775
}
.about-media {
	position:relative
}
.about-media>img {
	width:100%;
	height:530px;
	object-fit:cover;
	border-radius:8px;
	box-shadow:var(--shadow)
}
.quote-card {
	position:absolute;
	right:24px;
	bottom:-35px;
	background:#fff;
	border-radius:8px;
	box-shadow:var(--shadow);
	padding:26px 30px;
	min-width:285px
}
.quote-card .quote-mark {
	display:block;
	color:var(--red);
	font-size:35px;
	font-weight:800;
	line-height:.7;
	margin-bottom:12px
}
.quote-card strong {
	font-size:16px;
	line-height:1.55
}
.trusted {
	border-top:1px solid #f1f3f5;
	border-bottom:1px solid #f1f3f5;
	padding:36px 0
}
.trusted-title {
	text-align:center;
	font-size:11px;
	font-weight:800;
	letter-spacing:2px;
	color:#425065
}
.logo-row {
	display:grid;
	grid-template-columns:repeat(5, 1fr); clear:both; margin:0px auto; width:66%;
}
.logo-row img { float:left;
	padding:15px 10% 15px 10%;

}
.logo-row span:last-child {
	border-right:0
}
.section-heading {
	text-align:center;
	max-width:880px;
	margin:0 auto 36px
}
.section-heading h2 {
	margin-bottom:10px
}
.section-heading p:last-child {
	margin:0
}
.service-grid {
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	gap:14px
}
.service-card {
	border:1px solid #e0e5e9;
	border-radius:9px;
	padding:23px 18px;
	min-height:270px;
	box-shadow:0 8px 24px rgba(7, 22, 34, .05);
	display:flex;
	flex-direction:column
}
.service-icon {
	width:45px;
	height:45px;
	display:grid;
	place-items:center;
	border-radius:8px;
	background:linear-gradient(135deg, var(--red), #ff4b41);
	color:#fff;
	font-weight:800;
	margin-bottom:17px
}
.a1 img{ margin-top:-2px;}
.service-card h3 {
	font-size:15px
}
.service-card p {
	font-size:12px;
	line-height:1.8;
	margin:0 0 18px
}
.service-card a {
	margin-top:auto;
	color:var(--red);
	font-size:12px;
	font-weight:800
}
.tech-strip {
	background:linear-gradient(130deg, #061522, #03101a);
	color:#fff
}
.section-heading.light p {
	color:#b9c4cb
}
.tech-grid {
	display:grid;
	grid-template-columns:repeat(8, 1fr);
	gap:12px
}
.tech-grid span {
	padding:20px 12px;
	text-align:center;
	border:1px solid rgba(255, 255, 255, .11);
	border-radius:9px;
	background:rgba(255, 255, 255, .035);
	font-size:13px;
	font-weight:700
}
.cta {
	background:#f6f8fa
}
.cta-box {
	background:#fff;
	border:1px solid #e6ebef;
	border-radius:12px;
	padding:38px 42px;
	display:flex;
	justify-content:space-between;
	gap:30px;
	align-items:center;
	box-shadow:0 10px 35px rgba(7, 23, 35, .06)
}
.cta h2 {
	font-size:35px;
	margin-bottom:8px
}
.cta p {
	margin-bottom:0
}
.site-footer {
	background:linear-gradient(125deg, #071522, #020b12);
	color:#d7e0e6;
	padding-top:52px
}
.footer-grid {
	display:grid;
	grid-template-columns:1.45fr repeat(4, 1fr);
	gap:48px
}
.footer-brand img {
	object-fit:contain;
	object-position:left center;
	filter:brightness(1.15)
}
.footer-brand p {
	color:#a9b5bd;
	font-size:12px;
	max-width:250px
}
.site-footer h4 {
	font-size:13px;
	color:#fff;
	margin-bottom:17px
}
.site-footer a {
	display:block;
	color:#b9c3ca;
	font-size:12px;
	margin:9px 0
}
.site-footer a:hover {
	color:#fff;
}

.footer-bottom {
	margin-top:42px;
	border-top:1px solid rgba(255, 255, 255, .1);
	padding:18px 0;
	display:flex;
	justify-content:space-between;
	color:#9eabb4;
	font-size:11px
}
.footer-bottom a {
	display:inline;
	margin:0
}
.contact-hero {
  color: #fff;
  overflow: hidden;
  background: radial-gradient(circle at 75% 40%,rgba(0,115,255,.22),transparent 30%), linear-gradient(135deg,#06131f,#06121e 54%,#0b2237);
}
.breadcrumbs{display:flex;gap:10px;font-size:12px;color:#c5d1dc;margin-bottom:16px}
.breadcrumbs span:last-child{color:var(--red)}
.hero-copy h1{font-size:45px;line-height:1.14;letter-spacing:-1.5px;margin:0}
.hero-copy h1 span{color:var(--red)}
.red-line,.heading-line{width:52px;height:3px;background:var(--red);margin:18px 0}
.hero-copy p{max-width:520px;color:#d6e1ea;margin:0;font-size:15px}
.hero-graphic{height:330px;position:relative}
.network{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(35,137,255,.16) 1px,transparent 1px),
    linear-gradient(90deg,rgba(35,137,255,.16) 1px,transparent 1px);
  background-size:36px 36px;
  transform:perspective(600px) rotateX(62deg) scale(1.45);
  transform-origin:center bottom;
  opacity:.65;
}
.globe-ring{position:absolute;border:1px solid rgba(61,162,255,.48);border-radius:50%;box-shadow:0 0 35px rgba(0,119,255,.13)}
.ring-one{width:360px;height:230px;right:85px;top:50px;transform:rotate(-12deg)}
.ring-two{width:290px;height:290px;right:160px;top:22px;transform:rotate(32deg)}
.contact-symbol{
  position:absolute;
  z-index:3;
  display:grid;
  place-items:center;
  color:#28a6ff;
  text-shadow:0 0 20px #0b78c7;
}
.phone-symbol{font-size:128px;left:31%;top:61px;transform:rotate(-10deg)}
.mail-symbol{font-size:140px;right:3%;top:68px}
.floating-icon{
  position:absolute;z-index:4;
  width:60px;height:60px;border:1px solid #2d7fbd;border-radius:50%;
  display:grid;place-items:center;background:rgba(5,26,44,.83);color:#56b8ff;
  font-size:22px;box-shadow:0 0 22px rgba(20,134,223,.18)
}
.icon-user{top:40px;left:9%}.icon-pin{top:150px;left:4%}.icon-chat{bottom:14px;left:15%;font-weight:900}

/* Contact body */
.contact-section{padding:62px 0 62px}
.contact-grid{display:grid;grid-template-columns:34% 66%;gap:42px;align-items:start}
.contact-info h2,.form-panel h2{font-size:29px;line-height:1.2;margin:0}
.contact-info .intro{color:var(--muted);font-size:14px;margin-bottom:18px}
.info-card{
  display:flex;align-items:center;gap:18px;
  min-height:94px;margin:11px 0;padding:16px 18px;
  border:1px solid var(--line);border-radius:9px;background:#fff;
  box-shadow:0 7px 20px rgba(15,23,42,.05)
}
.info-icon{
  width:52px;height:52px;flex:0 0 52px;border-radius:50%;
  display:grid;place-items:center;background:#fff0f0;color:var(--red);font-size:24px
}
.info-card h3{font-size:14px;margin:0 0 3px}
.info-card p,.info-card a{font-size:13px;margin:0}
.info-card small{display:block;margin-top:2px;color:var(--muted);font-size:11px}
.form-panel{
  border:1px solid var(--line);border-radius:10px;background:#fff;
  padding:25px 30px 28px;box-shadow:0 8px 28px rgba(15,23,42,.07)
}
.form-panel>p{margin:0 0 16px;color:var(--muted);font-size:13px}
.contact-form{display:grid;gap:12px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{position:relative}
.field label{
  position:absolute;left:13px;top:8px;z-index:2;
  color:#6b7280;font-size:10px;background:#fff;padding:0 3px
}
.field label span{color:var(--red)}
.field input,.field textarea{
  width:100%;border:1px solid #dce2e8;border-radius:5px;
  padding:20px 14px 9px;outline:none;background:#fff; color:#666; font-size:12px;
  transition:.2s ease
}
.field textarea{resize:vertical;min-height:132px}
.field input:focus,.field textarea:focus{border-color:#98b8d2;box-shadow:0 0 0 3px rgba(70,135,185,.08); color:#666;}
.submit-btn{justify-self:start;margin-top:2px; cursor:pointer;}
.form-note{margin:2px 0 0!important;font-size:10px!important}
.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}

/* Map */
.map-section{padding:0 0 20px}
.map-wrap{height:225px;position:relative;border-radius:9px;overflow:hidden;border:1px solid #dfe5ea}
.map-wrap iframe{width:100%;height:100%;border:0;filter:saturate(.75)}
.map-card{
  position:absolute;left:28px;top:32px;width:225px;padding:18px;
  background:#fff;border-radius:8px;box-shadow:0 8px 25px rgba(15,23,42,.15)
}
.map-card strong{display:block;font-size:14px}
.map-card p{margin:4px 0;font-size:12px}
.map-card span{font-size:11px;color:var(--red);font-weight:700}

/* Why choose */
.why-section{padding:15px 0 28px}
.section-heading{text-align:center;margin-bottom:20px}
.section-heading h2{font-size:30px;line-height:1.2;margin:3px 0}
.why-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid #edf0f3;border-radius:10px;background:#fff;
  box-shadow:0 7px 25px rgba(15,23,42,.04)
}
.why-grid article{text-align:center;padding:24px 18px;position:relative}
.why-grid article:not(:last-child):after{
  content:"";position:absolute;right:0;top:30px;bottom:30px;width:1px;background:#e5e9ee
}
.why-icon{
  width:52px;height:52px;margin:0 auto 12px;border-radius:50%;
  display:grid;place-items:center;background:#fff0f0;color:var(--red);font-size:23px
}
.why-grid h3{font-size:13px;margin:0 0 6px}
.why-grid p{font-size:11px;color:var(--muted);margin:0}

/* CTA */
.project-cta{padding:0 0 45px}
.cta-panel{
  min-height:145px;padding:20px 30px;border-radius:10px;color:#fff;
  display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;
  background:radial-gradient(circle at 15% 45%,rgba(11,111,215,.20),transparent 26%),linear-gradient(135deg,#071522,#081b2a);
}
.cta-code{
  height:105px;border:1px solid #29475d;border-radius:8px;display:flex;
  flex-direction:column;align-items:center;justify-content:center;background:#081725
}
.cta-code span{font-size:34px;font-weight:800;color:var(--red)}
.cta-code small{font-size:9px;letter-spacing:1.4px;color:#9fb6c8}
.cta-copy h2{font-size:24px;margin:0 0 5px}
.cta-copy p{font-size:13px;color:#c2ced8;margin:0}
.color2{ font-size:13px !important; color:#6C0 !important;}

@media(max-width:1400px) {
.hero h1 {
  font-size: clamp(43px, 5.5vw, 43px);}	
  h2 {
	font-size:clamp(30px, 4vw, 43px);}
	.logo-row {
  margin: 0px auto;
  width:86%;
}
.section-heading {
  text-align: center;
  max-width:770px;}
}
@media(max-width:1200px) {
.main-nav {
gap:18px
}
.nav-cta {
display:none
}
.hero-grid {
grid-template-columns:1fr
}
.hero-copy {
padding-top:10px
}
.hero-visual {
max-width:760px;
margin:auto
}
.benefits {
grid-template-columns:repeat(2, 1fr)
}
.two-col {
grid-template-columns:1fr;
gap:45px
}
.about-media {
max-width:780px
}
.service-grid {
grid-template-columns:repeat(2, 1fr)
}
.service-card:last-child {
grid-column:1/-1
}
.tech-grid {
grid-template-columns:repeat(4, 1fr)
}
.footer-grid {
grid-template-columns:1.5fr repeat(2, 1fr)
}
}
@media(max-width:992px) {
.footer-brand img{ width:240px;}	
.service-card { min-height:auto;}
.service-card p{ min-height:auto;}
.section{ padding:40px;}
.nav-wrap {
height:76px
}
.brand {
width:220px
}
.cta h2 {
  font-size:30px !important;}
.menu-toggle {
display:block; cursor:pointer;
margin-left:auto
}
.main-nav {
display:none;
position:absolute;
top:76px;
left:0;
right:0;
background:#fff;
border-top:1px solid #eee;
box-shadow:0 10px 30px rgba(0, 0, 0, .08);
padding:18px 20px;
flex-direction:column;
align-items:flex-start
}
.main-nav.open {
display:flex
}
.main-nav a {
width:100%;
padding:8px 0
}
.main-nav a:after {
}
.hero-grid {
padding:45px 0
}
.hero h1 {
font-size:44px
}
.logo-row {
grid-template-columns:1fr 1fr
}
.logo-row span {
border:0;
border-bottom:1px solid #e6eaed
}
.logo-row span:last-child {
grid-column:1/-1
}
.cta-box {
flex-direction:column;
align-items:flex-start
}
.footer-grid {
grid-template-columns:1fr 1fr
}
.footer-brand {
grid-column:1/-1
}
 h2 {
    font-size: clamp(30px, 4vw, 35px);
  }
  	.contact-section {
  padding:52px 0 52px;
}
  .hero-copy h1{font-size:32px}
  .contact-grid{grid-template-columns:38% 62%;gap:24px}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid article:nth-child(3):after{display:none}
  .cta-panel{grid-template-columns:220px 1fr}.cta-panel>.btn{grid-column:1/-1;justify-self:center}
  .contact-info h2, .form-panel h2 {
  font-size:27px;}
}
@media(max-width:768px) {
.trusted{ padding:0px;}
.container {
width:min(100% - 28px, var(--max))
}
.section {
padding:30px 0
}
.hero h1 {
font-size:36px;
letter-spacing:-1.4px
}
 h2 {
    font-size: clamp(30px, 4vw, 30px);
  }
.benefits {
grid-template-columns:1fr
}
.hero-visual img {
border-radius:13px
}
.stats {
grid-template-columns:1fr 1fr;
gap:18px
}
.stats div {
border:0;
padding:0
}
.about-media>img {
height:260px
}
.quote-card {
position:relative;
right:auto;
bottom:auto;
margin:-35px 15px 0;
min-width:0
}
.section-heading h2 {
    font-size:clamp(30px, 4vw, 30px) !important;}
	.cta h2 {
    font-size:27px !important;
  }
  .site-footer{padding-top:40px;}
  .footer-grid{ gap:20px;}
  .contact-section {
  padding:42px 0 42px;
}
  .hero-grid{grid-template-columns:1fr;}.hero-graphic{height:280px}
  .contact-grid{grid-template-columns:1fr}
  .contact-info{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-info>.eyebrow,.contact-info>h2,.contact-info>.heading-line,.contact-info>.intro{grid-column:1/-1}
  .info-card{margin:0}
  .why-grid{grid-template-columns:repeat(2,1fr)}.why-grid article:nth-child(3):after{display:block}.why-grid article:nth-child(even):after{display:none}
  .cta-panel{grid-template-columns:1fr;text-align:center}.cta-code{max-width:280px;width:100%;margin:auto}
    .contact-info h2, .form-panel h2 {
  font-size:25px;}
}
@media(max-width:580px) {
	.site-footer{padding-top:30px;}
		.cta h2 {
    font-size:25px !important;
  }
	 h2 {
    font-size: clamp(25px, 4vw, 25px);line-height:32px;
  }
  .section-heading h2 {
    font-size:clamp(23px, 4vw, 23px) !important; line-height:32px;}
.container {
width:min(100% - 28px, var(--max))
}
.section {
padding:30px 0
}
.hero h1 {
font-size:25px;
letter-spacing:1.4px; line-height:30px;
}

.benefits {
grid-template-columns:1fr
}
.hero-visual img {
border-radius:13px
}
.stats {
grid-template-columns:1fr 1fr;
gap:18px
}
.stats div {
border:0;
padding:0
}
.about-media>img {
height:260px
}
.quote-card {
position:relative;
right:auto;
bottom:auto;
margin:-35px 15px 0;
min-width:0
}
.logo-row {
grid-template-columns:1fr
}
.logo-row span:last-child {
grid-column:auto
}
.service-grid {
grid-template-columns:1fr
}
.service-card:last-child {
grid-column:auto
}
.tech-grid {
grid-template-columns:1fr 1fr
}
.cta-box {
padding:28px 24px
}
.footer-grid {
grid-template-columns:1fr
}
.footer-brand {
grid-column:auto
}
.footer-bottom {
flex-direction:column;
gap:9px
}
 .brand {
    width: 240px;
  }
    .hero-grid {
    padding:20px 0;
  }
  .section-heading p{ font-size:14px;}
  .contact-section {
  padding:32px 0 32px;
}
  .hero-copy h1{font-size:27px}.hero-copy p{font-size:14px}
  .hero-graphic{height:235px}.phone-symbol{font-size:90px;left:27%}.mail-symbol{font-size:100px}.floating-icon{width:48px;height:48px}
  .contact-info{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}.form-panel{padding:22px 18px}
  .map-card{left:14px;top:14px;width:100%;}
  .why-grid{grid-template-columns:1fr}.why-grid article:after{display:none!important}
    .contact-info h2, .form-panel h2 {
  font-size:23px;}
}
@media(max-width:380px) {
	  .footer-brand img {
    width:220px;
  }
	.nav-wrap {
    height:auto;
  }
  .main-nav.open{top:96px;}

		.cta h2 {
    font-size:20px !important;
  }
	 h2 {
    font-size: clamp(21px, 4vw, 21px);line-height:32px;
  }
  
  .section-heading h2 {
    font-size:clamp(20px, 4vw, 20px) !important; line-height:32px;}
.hero-actions {
flex-direction:column;
align-items:stretch
}
.container {
width:min(100% - 28px, var(--max))
}
.section {
padding:30px 0
}
.hero h1 {
font-size:21px;
letter-spacing:1.4px
}
.hero-actions {
flex-direction:column;
align-items:stretch
}
.hero-actions .btn {
width:100%
}
.benefits {
grid-template-columns:1fr
}
.hero-visual img {
border-radius:13px
}
.stats {
grid-template-columns:1fr 1fr;
gap:18px
}
.stats div {
border:0;
padding:0
}
.about-media>img {
height:260px
}
.quote-card {
position:relative;
right:auto;
bottom:auto;
margin:-35px 15px 0;
min-width:0
}
.logo-row {
grid-template-columns:1fr
}
.logo-row span:last-child {
grid-column:auto
}
.service-grid {
grid-template-columns:1fr
}
.service-card:last-child {
grid-column:auto
}
.tech-grid {
grid-template-columns:1fr 1fr
}
.cta-box {
padding:28px 24px
}
.footer-grid {
grid-template-columns:1fr
}
.footer-brand {
grid-column:auto
}
.footer-bottom {
flex-direction:column;
gap:9px
}
 .hero-copy h1{font-size:23px}.hero-copy p{font-size:14px}
  .hero-graphic{height:235px}.phone-symbol{font-size:90px;left:27%}.mail-symbol{font-size:100px}.floating-icon{width:48px;height:48px}
  .contact-info{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}.form-panel{padding:22px 18px}
  .map-card{left:14px;top:14px;width:100%}
  .why-grid{grid-template-columns:1fr}.why-grid article:after{display:none!important}
    .contact-info h2, .form-panel h2 {
  font-size:20px;}
}
@media(max-width:350px) {
  .main-nav.open{top:78px;}	
  .brand {
    width:220px;
  }
}
@media(max-width:319px) {
  .main-nav.open{top:65px;}
  
}


.hero-values{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:30px;
}
.hero-values>div{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
}
.round-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border:1px solid var(--red);
  border-radius:50%;
  font-size:18px;
}
.hero-art{
  position:relative;
  height:430px;
}
.hero-art:before{
  content:"";
  position:absolute;
  width:460px;
  height:280px;
  border:1px solid rgba(33,132,255,.34);
  border-radius:50%;
  right:30px;
  top:70px;
  transform:rotate(-9deg);
  box-shadow:0 0 80px rgba(0,95,255,.14);
}
.hero-art img{
  position:absolute;
  width:520px;
  max-height:390px;
  object-fit:contain;
  right:0;
  top:22px;
  filter:drop-shadow(0 25px 35px rgba(0,0,0,.35));
}
.floating-tag{
  position:absolute;
  z-index:3;
  width:65px;
  height:65px;
  display:grid;
  place-items:center;
  border:1px solid #52616e;
  border-radius:13px;
  background:rgba(8,19,31,.94);
  box-shadow:0 12px 25px rgba(0,0,0,.25);
  font-weight:800;
}
.floating-tag small{font-size:9px}
.tag-one{top:40px;left:22%}
.tag-two{top:87px;left:5%;font-size:30px;color:#2fc9f2}
.tag-three{top:190px;left:2%;color:#80bd4a}
.tag-four{bottom:65px;left:20%;background:#2365a8}
.tag-five{right:15px;bottom:90px;color:#f6a51a}

/* Who we are */
.who-grid{
  display:grid;
  grid-template-columns:42% 58%;
  gap:55px;
  align-items:center;
}
.who h2{
  margin:0 0 18px;
  font-size:36px;
  line-height:1.18;
  letter-spacing:-1px;
}
.who-copy p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
}
.who-copy .btn{margin-top:8px}
.who-image-wrap{
  position:relative;
  min-height:400px;
}
.who-image-wrap img{
  width:100%;
  height:355px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.who-image-wrap blockquote{
  position:absolute;
  right:18px;
  bottom:-5px;
  width:min(390px,78%);
  margin:0;
  padding:26px 28px 26px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.15);
  font-size:15px;
  font-weight:700;
  line-height:1.6;
}
.quote-mark{
  display:block;
  height:20px;
  color:var(--red);
  font-size:33px;
  line-height:1;
}

/* Stats */
.stats-section{padding:5px 0 25px}
.stats{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border:1px solid #edf0f3;
  border-radius:12px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  box-shadow:0 9px 30px rgba(15,23,42,.04);
}
.stat{
  min-height:145px;
  padding:23px 15px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
}
.stat:not(:last-child):after{
  content:"";
  position:absolute;
  right:0;
  top:28px;
  bottom:28px;
  width:1px;
  background:#e7ebef;
}
.stat-icon{font-size:27px;color:var(--red)}
.stat strong{
  margin:6px 0 2px;
  color:#191919;
  font-size:28px;
  line-height:1.15;
}
.stat .countries{font-size:15px}
.stat small{font-size:11px;color:#4b5563}

/* Values */
.values{padding-top:40px}
.section-heading{
  margin-bottom:26px;
  text-align:center;
}
.section-heading h2{
  margin:3px 0 0;
  font-size:31px;
  letter-spacing:-.7px;
}
.values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.value-card{
  min-height:210px;
  padding:26px 24px;
  border:1px solid #e7eaef;
  border-radius:9px;
  background:#fff;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.value-icon{
  width:58px;
  height:58px;
  margin:0 auto 13px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0f0;
  color:var(--red);
  font-size:25px;
}
.value-card h3{margin:0 0 8px;font-size:16px}
.value-card p{margin:0;color:var(--muted);font-size:12px}


/* Responsive */
@media (max-width:1050px){
  .hero-values{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(3,1fr)}
  .stat:nth-child(3):after{display:none}
}
@media (max-width:780px){
  .hero-art{height:330px}
  .hero-art img{width:440px;max-width:100%;right:50%;transform:translateX(50%)}
  .who-grid{grid-template-columns:1fr;gap:34px}
  .who-image-wrap{min-height:390px}
  .values-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:540px){
  .hero-values{grid-template-columns:1fr 1fr}
  .hero-art{height:285px}
  .floating-tag{width:52px;height:52px;font-size:11px}
  .tag-two{font-size:23px}
  .who h2{font-size:30px}
  .who-image-wrap{min-height:330px}
  .who-image-wrap img{height:285px}
  .who-image-wrap blockquote{
    right:10px;
    bottom:-5px;
    width:88%;
    padding:20px;
    font-size:13px;
  }
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(3):after{display:block}
  .stat:nth-child(even):after{display:none}
  .values-grid{grid-template-columns:1fr}
 
}

