/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twentysixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       BMS
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteen-child
*/

#page-wrapper {
  min-height: 100%;
  min-width: 975px;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-size: 10px; 
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-family: var(--font-family);
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

p{
	font-size: .95rem;
	margin: 0 0 1.5rem;
}

p a, footer .copyright a{
	text-decoration: underline !important;
}

ul li, ol li{
	font-size: .95rem;
}

h2{
	font-size: 1.85rem;
}

h3{
	font-size: 1.55rem;
}

h4{
	font-size: 1.15rem;
}

h2, h3, h4{
	margin: 0 0 .5rem;
}

:last-child{
	margin-bottom: 0;
}

.wpcf7-form{
	max-width: 100%;
	width: 760px;
	margin: 0 auto;
}

.wpcf7-form .form-item{
	margin: 0 0 15px;
}

.wpcf7-form label{
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 16px;
}

.wpcf7-form .wpcf7-text, .wpcf7-form textarea, .wpcf7-form select{
	border: 1px solid #ccc;	
	font-family: var(--font-family) !important;
	font-size: 16px !important;
	background-color: #fff;
}

.wpcf7-form .wpcf7-text{
	height: 40px;
	width: 99%;
	padding: 0 2% 0 3%;
}

.wpcf7-form select{
	height: 40px;
	width: 100%;
}

.wpcf7-form textarea{
	height: 125px;
	max-height: 125px;
	min-height: 70px;
	width: 98%;
	min-width: 98%;
	max-width: 98%;
	padding: 10px 1%;
}

.wpcf7-form .wpcf7-submit{
	background: none;
	border: none;
	font-size: 16px;
	font-family: var(--font-family) !important;
	cursor: pointer;
}

.navbar-toggle {
    background: none;
    height: 30px;
    width: 30px;
    float: right;
    margin-right: 30px;
    border: 1px solid #000;
    padding: 7px 10px 10px;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	margin-top: 15px;
}

body.scrolled .navbar-toggle{
	border-color: #000;
}

.navbar-toggle .icon-bar{
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
	margin: 5px 0;
	background: #000;
}

body.scrolled .navbar-toggle .icon-bar{
	background: #000;
}

[data-cky-tag] {
    visibility: inherit !important;
}

.wp-block-button .wp-block-button__link {
 	all: unset;
 	cursor: pointer;
 	font-family: var(--font-family) !important;
	padding: 0 !important;
	/* Explicit resets */
 	text-transform: none;
	letter-spacing: normal;
 	font-weight: inherit;
 	line-height: inherit;
	font-size: 1.65em;
    font-weight: 600;
}

.wp-block-buttons > .wp-block-button {
 	display: inline-flex;
}

:root {
	--bg-dark: #262a34;
	--bg-dark-2: #2c3140;
	--bg-dark-3: #20242d;
	--blue: #2f63c9;
	--blue-2: #3d73de;
	--blue-soft: #cdd9f6;
	--line: rgba(255,255,255,0.12);
	--text: #f6f8fc;
	--text-soft: #c9d1e3;
	--card-text: #232838;
	--white: #ffffff;
	--shadow: 0 18px 45px rgba(0,0,0,0.28);
	--radius: 18px;
	--max: 1180px;
	--medium: 970px;
	--font-family: 'Poppins', sans-serif !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-family);
	color: var(--text);
	background:
		radial-gradient(circle at top left, rgba(61,115,222,0.10), transparent 28%),
		radial-gradient(circle at 85% 25%, rgba(61,115,222,0.08), transparent 20%),
		linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-dark-2) 45%, var(--bg-dark-3) 100%);
	line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
	height: 10px;
	background: linear-gradient(90deg, var(--blue), #21489c);
}

.container, .content-wrapper {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
}

.content-wrapper{
	padding-top: 40px;
}

.section {
	padding: 78px 0;
	position: relative;
}

.section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(calc(100% - 40px), var(--max));
	height: 1px;
	background: var(--line);
}

.section:first-of-type::before { display: none; }

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.custom-logo-link {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.nav-links ul{
	display: flex;
	gap: 26px;
	color: var(--text-soft);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hero {
	padding: 36px 0 82px;
	text-align: center;
}

.hero.container {
	width: min(calc(100% - 40px), var(--medium));
}

body .hero-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 44px;
	align-items: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 999px;
	background: rgba(255,255,255,0.04);
	color: var(--blue-soft);
	font-size: 0.92rem;
	font-weight: 600;
	margin-bottom: 22px;
}

.hero .eyebrow{
	margin-bottom: 22px;
}

h1 {
	margin: 0 0 18px;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.15;
	letter-spacing: -0.04em;
}

.content-wrapper h1{
	margin: 0 0 30px;
}

.hero p {
	margin: 0;
	color: var(--text-soft);
	font-size: 1.08rem;
}

.hero-actions.wp-block-buttons {
	/* display: flex; */
	display: block;
	flex-wrap: wrap;
	gap: 16px;
	margin: 30px 0 0;
	font-weight: normal;
	letter-spacing: inherit;
	line-height: 1.5;
	text-transform: none;
}

.wp-block-button.btn a.wp-block-button__link, .cta-btn, .wpcf7-form .wpcf7-submit{
	/* display: inline-flex !important; */
	display: inline;
	margin: 0 0 10px;
	align-items: center !important;
	justify-content: center !important;
	min-width: 170px !important;
	padding: 14px 22px !important;
	border-radius: 12px !important;
	font-weight: 500 !important;
	transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease !important;
	box-shadow: 0 10px 24px rgba(0,0,0,0.18) !important;
	text-decoration: none !important;
}

.hero .wp-block-button.btn-primary a.wp-block-button__link{
	margin: 0 10px 10px;
}

.wp-block-button.btn-primary a.wp-block-button__link, .cta-btn, .wpcf7-form .wpcf7-submit{
	background: linear-gradient(180deg, var(--blue-2), var(--blue)) !important;
	color: var(--white) !important;
}
.wp-block-button.btn-secondary a.wp-block-button__link{
	border: 1px solid rgba(255,255,255,0.18) !important;
	background: rgba(255,255,255,0.05) !important;
	color: var(--white) !important;
}

.tech-row {
	margin-top: 14px;
}

.tech-pill {
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.05);
	color: var(--text-soft);
	font-weight: 500;
	font-size: 0.92rem;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.mock-window {
	position: relative;
	min-height: 500px;
}

.screen {
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
	background: #eef3ff;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255,255,255,0.14);
}

.screen-main {
	width: 76%;
	right: 0;
	top: 14px;
	transform: rotate(-1.6deg);
}

.screen-secondary {
	width: 58%;
	left: 2%;
	top: 130px;
	z-index: 2;
	transform: rotate(1.9deg);
}

.screen-tertiary {
	width: 50%;
	right: 12%;
	bottom: 16px;
	z-index: 3;
	transform: rotate(-0.8deg);
}

.browser-bar {
	background: #d7e2fb;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(38,42,52,0.25);
}

.mock-page {
	padding: 22px;
	color: #1e2943;
	min-height: 250px;
	background:
		radial-gradient(circle at top right, rgba(47,99,201,0.12), transparent 25%),
		linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
}

.mini-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.mini-logo {
	width: 80px;
	height: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, #284f9f, #5c86e6);
}

.mini-links {
	display: flex;
	gap: 8px;
}

.mini-links span {
	width: 38px;
	height: 8px;
	border-radius: 999px;
	background: rgba(38,42,52,0.13);
}

.mock-hero {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 14px;
	align-items: center;
}

.mock-lines { display: grid; gap: 10px; }
.mock-lines span {
	display: block;
	height: 11px;
	border-radius: 999px;
	background: rgba(38,42,52,0.13);
}
.mock-lines span:nth-child(1) { width: 92%; height: 15px; background: rgba(40,79,159,0.85); }
.mock-lines span:nth-child(2) { width: 88%; }
.mock-lines span:nth-child(3) { width: 70%; }
.mock-lines span:nth-child(4) { width: 54%; }

.mock-image {
	height: 120px;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(38,42,52,0.14), rgba(47,99,201,0.25)),
		linear-gradient(180deg, #dfe9ff, #b9cbf4);
}

.mock-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.mock-cards div {
	height: 64px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(31,44,75,0.08);
	border: 1px solid rgba(38,42,52,0.06);
}

.stats-grid,
.services-grid,
.work-grid {
	display: grid;
	gap: 24px;
}

.stats-grid { grid-template-columns: repeat(3, 1fr); }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.work-grid { grid-template-columns: repeat(3, 1fr); }

.section-title {
	text-align: center;
	margin: 0 0 16px !important;
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.section-copy {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 40px !important;
	color: var(--text-soft);
}

.card-light {
	background: linear-gradient(180deg, #fbfcff, #eef3ff);
	color: var(--card-text);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	border: 1px solid rgba(255,255,255,0.7);
}

.stat-card {
	padding: 28px;
	text-align: center;
}

.stat-number {
	display: block;
	font-size: 2.2rem;
	font-weight: 900;
	color: var(--blue);
	line-height: 1;
	margin-bottom: 8px;
}

.bio-card {
	margin-top: 26px;
	padding: 30px;
	display: grid !important;
	grid-template-columns: 174px 1fr;
	gap: 24px;
	align-items: center;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 22px;
	backdrop-filter: blur(8px);
}

.avatar {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
}

.bio-card p { margin: 8px 0 0; color: var(--text-soft); }

.link-inline a{
	margin-top: 14px !important;
	display: inline-flex !important;
	gap: 8px !important;
	align-items: center !important;
	color: #dce6ff !important;
	font-weight: 700 !important;
	background: none !important;
}

.service-card {
	overflow: hidden;
}

.service-top {
	padding: 24px 24px 18px;
	background: linear-gradient(180deg, #355fb3, #284e9a);
	color: var(--white);
}

.service-top h3{
	font-size: 1.15rem;
	line-height: 1.2;
}

.service-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: rgba(255,255,255,0.16);
	margin-bottom: 14px;
	font-weight: 900;
	font-size: 1.5rem;
}

.service-body {
	padding: 22px 24px 24px;
}

.service-body p { margin: 0 0 20px; color: #49516a; }

.wp-block-button.small-btn a.wp-block-button__link {
	display: inline-flex !important;
	padding: 11px 16px !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, var(--blue-2), var(--blue)) !important;
	color: var(--white) !important;
	font-weight: 500 !important;
	font-size: 0.93rem !important;
}

.work-card { overflow: hidden; }

.work-thumb {
	aspect-ratio: 16 / 10;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(34,72,158,0.98), rgba(20,27,41,0.92)),
		linear-gradient(180deg, #3958a0, #273146);
	color: rgba(255,255,255,0.88);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.work-thumb .bar,
.work-thumb .line {
	display: block;
	border-radius: 999px;
	background: rgba(255,255,255,0.22);
}

.work-thumb .bar { width: 120px; height: 10px; }
.work-thumb .line { height: 10px; }
.work-thumb .line.w1 { width: 86%; }
.work-thumb .line.w2 { width: 58%; }
.work-thumb .cta-mock {
	width: 90px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255,255,255,0.16);
}

.work-body { padding: 22px 24px 24px; }
.work-body p { margin: 8px 0 18px; color: #49516a; }

.process-shell {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.09);
	box-shadow: var(--shadow);
}

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

.process-step {
	padding: 22px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
	border: 1px solid rgba(255,255,255,0.08);
}

.step-num {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 900;
	margin-bottom: 14px;
	background: linear-gradient(180deg, #edf3ff, #dbe7ff);
	color: #23468e;
}

.process-step p {
	margin: 8px 0 0;
	color: var(--text-soft);
	font-size: 0.96rem;
}

.logo-row {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.logo-chip {
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	font-weight: 800;
	color: #dfe7fa;
}

.cta-panel {
	text-align: center;
	padding: 44px 28px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top, rgba(61,115,222,0.18), transparent 35%),
		rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: var(--shadow);
}

.cta-panel p {
	max-width: 700px;
	margin: 14px auto 26px;
	color: var(--text-soft);
}

footer {
	padding: 26px 0 40px;
	color: var(--text-soft);
	font-size: 0.95rem;
}

.footer-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	border-top: 1px solid var(--line);
	padding-top: 22px;
}

.footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.stretch-wide{
	width: 100%;
}

.wp-block-accordion .wp-block-accordion-item{
	border: 1px solid #777;
	margin-bottom: 10px;
	padding: 1rem;
	background: linear-gradient(180deg, #355fb3, #284e9a);
}

.wp-block-accordion h3.wp-block-accordion-heading{
	font-size: 1.2rem;
	margin: 0;
	font-weight: 500;
}

.wp-block-accordion .wp-block-accordion-heading__toggle{
	padding: 0;
	margin: 0;
}

.wp-block-accordion .wp-block-accordion-heading__toggle-title{
	text-decoration: none !important;
}

.wp-block-accordion .wp-block-accordion-panel{
	padding-top: 15px;
	border-top: 1px solid #fff;
	margin-top: 15px;
}

@media screen and (max-width: 1023px) {
  /*--- All mobile devices ---*/
  
	body{
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
		overflow-x: hidden !important;
	}
	
	#page-wrapper{
		min-width: 0;
	}
	
	.field-name-body img{
		max-width: 100%;
		height: auto !important;
	}
	
	#content .wpcf7-form input.form-text{
		padding: 0px 2% 0px 3%;
		width: 94%;
	}
	
	#content .wpcf7-form textarea{
		width: 99%;
		min-width: 99%;
		max-width: 99%;
	}
	
	#header .section{
		width: 100%;
		max-width: 100%;
	}
	
	#header #top-menu{
		float: none;
		position: absolute;
		top: 100px;
		border-top: 1px solid #ccc;
		width: 100%;
		margin: 0;
		z-index: 500;
		padding: 20px 0;
		display: none;
		background-color: #000;
	}
	
	.navbar-toggle{
		display: block;
	}
	
	#logo{
		margin-left: 20px;
	}
	
	#top-menu .menu-item{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 5px 0;
		color: #fff;
		text-align: center;
	}
	
	#top-menu .menu-item a {
		color: #fff;
	}
	
	.hero-grid,
	.stats-grid,
	.services-grid,
	.work-grid,
	.process-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hero-grid { align-items: start; }
	.mock-window { min-height: 420px; }
	
	.wp-block-accordion h3.wp-block-accordion-heading {
		font-size: 1rem;
		line-height: 1.3;
	}
	
	#highlight-carousel-content .content-box p{
		font-size: .8rem;
	}
	
	#highlight-carousel-content h3 {
        font-size: 1.4rem;
        line-height: 1.3;
    }
	
}

@media screen and (min-width: 1024px){
    #header #top-menu{
        display: block !important;
    }
}

@media (max-width: 760px) {
	.nav { flex-direction: column; gap: 16px; align-items: flex-start; }
	.nav-links { gap: 14px; flex-wrap: wrap; }
	.hero-grid,
	.stats-grid,
	.services-grid,
	.work-grid,
	.process-grid,
	.bio-card,
	.mock-hero,
	.mock-cards {
		grid-template-columns: 1fr !important;
	}

	.hero { padding-top: 20px; }
	.section { padding: 58px 0; }
	.mock-window { min-height: 360px; margin-top: 10px; }
	.screen{ position: relative; }
	.screen-main { width: 90%; }
	.screen-secondary { width: 68%; left: 0; top: 110px; }
	.screen-tertiary { width: 62%; right: 2%; }
	.bio-card { padding: 24px; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.btn { width: 100%; }
	.footer-row { flex-direction: column; }
	
	.hero p.eyebrow { font-size: .8rem; }
	
	.wp-block-button.btn a.wp-block-button__link { min-width: 120px !important; padding: 14px 20px !important; font-size: 1.5em; }
	
	.hero-actions.wp-block-buttons { display: block; }

	.hero-actions.wp-block-buttons > .wp-block-button { display: inline; margin-right: 10px; }	
	
	.hero.section { padding-top: 10px; }
	
	.hero p { font-size: .98rem; }
	
}