@charset "UTF-8";

/*
Template Name: WebIdea
Author: Alex
Author URI: https://webidea.info/
Version: 1.0.0
*/

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f2efee;
	font-family: 'Inconsolata', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

.color-alt {
    color: #ff931e;
}

p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}

blockquote {
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr {
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td {
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link, a:visited { color: #fc812f; text-decoration: none; }
a:hover, a:active { color: #5e5650; text-decoration: none; }


.text-muted { color: #4b5563; }
.text-center { text-align: center; }

/**********************************************************/
/* CONTAINER */
/**********************************************************/    
.container {
    /*
    min-width: 990px;
    max-width: 1004px;
    max-width: 719px;
    margin: 0 auto;
    */
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    /*background: #333;*/
    padding-left: 15px;
	padding-right: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    justify-content: flex-start;
}

.row [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.col-1,.col-10, .col-11, .col-12, .col-2, .col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    float: left;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    width: 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    width: 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    width: 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    width: 100%;
}

@media (max-width: 900px) {
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

/**********************************************************/
/* HEADER */
/**********************************************************/
.header {
	--brand-navy: #0e2035;
	--brand-teal: #2cbe9a;
	--brand-ice: #f1f6f6;
	color: var(--brand-navy);
	background: linear-gradient(180deg, #ffffff 0%, var(--brand-ice) 100%);
	padding: 16px 1.25em;
	margin: 0;
	border-bottom: 1px solid rgba(14, 32, 53, 0.12);
	box-shadow: 0 12px 30px rgba(14, 32, 53, 0.08);
}

.logo a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.logo {
	display: flex;
	align-items: center;
	gap: 16px;
}

.logo-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.logo-text span:first-child {
	color: #0e2035;
}

.logo-text span:last-child {
	color: #2cbe9a;
}

.logo-tagline {
	font-size: 0.85em;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #48607a;
	padding-left: 16px;
	border-left: 1px solid rgba(14, 32, 53, 0.2);
}

.header-heading { margin: 0; }

/**********************************************************/
/* NAVBAR */
/**********************************************************/    
.nav-bar {
	background: #0f2438;
	padding: 0;
	border-bottom: 3px solid var(--brand-teal);
}

.nav ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4em 0.8em;
}

.nav ul li {
	margin: 0;
	padding: 0;
}

.nav ul li a, .nav ul li a:visited {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.5em 1.25em;
	color: #f5f8fb;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 4px;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav ul li a:hover {
	color: #ffffff;
	background: rgba(44, 190, 154, 0.2);
	box-shadow: inset 0 0 0 1px rgba(44, 190, 154, 0.6);
}

.nav ul li a:focus {
	outline: 2px solid rgba(44, 190, 154, 0.6);
	outline-offset: 2px;
}

@media (max-width: 768px) {
	.logo {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.logo-tagline {
		padding-left: 0;
		border-left: 0;
	}

	.nav ul {
		padding: 8px 0 10px;
		gap: 0.3em 0.6em;
	}

	.nav ul li a, .nav ul li a:visited {
		font-size: 13px;
		padding: 0.45em 0.9em;
	}
}

/**********************************************************/
/* CONTENT */
/**********************************************************/    
.content {
	background: #f2efee;
}

/**********************************************************/
/* FOOTER */
/**********************************************************/    
.footer {
	--footer-bg: #0e2035;
	--footer-bg-2: #10273f;
	--footer-accent: #2cbe9a;
	--footer-text: #e6f2f1;
	color: var(--footer-text);
	background: linear-gradient(135deg, var(--footer-bg), #0f2a3a 55%, var(--footer-bg-2));
	padding: 2.5em 1.25em 2.75em;
	margin: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(520px circle at 12% 20%, rgba(44, 190, 154, 0.2), transparent 55%),
		radial-gradient(420px circle at 85% 0%, rgba(44, 190, 154, 0.12), transparent 52%);
	opacity: 1;
	pointer-events: none;
}

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

.footer .row {
	align-items: center;
}

.footer-main {
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 18px;
}

.footer-title {
	font-size: 1.05em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #ffffff;
}

.footer-text {
	color: rgba(230, 242, 241, 0.85);
	line-height: 1.6;
	margin-bottom: 16px;
}

.footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-badges span {
	background: rgba(255, 255, 255, 0.12);
	color: #e6f2f1;
	font-size: 0.78em;
	padding: 6px 10px;
	border-radius: 999px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.footer-links {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: rgba(230, 242, 241, 0.9);
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-links a:hover {
	color: var(--footer-accent);
}

.footer .copyright {
	display: inline-block;
	font-size: 0.92em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e7f5f2;
}

.footer .social-buttons {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.footer .list-inline-item {
	margin: 0 0.35em;
}

.footer .social-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #f8f3ea;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.footer .social-buttons a:hover {
	background: var(--footer-accent);
	color: #062219;
	box-shadow: 0 10px 24px rgba(44, 190, 154, 0.28);
	transform: translateY(-2px);
}

.footer .quicklinks {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.footer .quicklinks a {
	color: #dfeeed;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: color 0.2s ease;
}

.footer .quicklinks a:hover {
	color: var(--footer-accent);
}

@media (max-width: 768px) {
	.footer {
		text-align: center;
	}

	.footer-main {
		text-align: center;
	}

	.footer-badges {
		justify-content: center;
	}

	.footer-links {
		margin-bottom: 20px;
	}

	.footer .social-buttons {
		text-align: center;
	}

	.footer .copyright {
		margin-bottom: 1em;
	}

	.footer .quicklinks {
		text-align: center;
		margin-top: 1em;
	}
}

/**********************************************************/
/* INDEX */
/**********************************************************/
.index {
	padding: 0;
	background: #f5f8fb;
}

.about-page {
	background: #f5f8fb;
}

.about-hero {
	padding: 70px 0 60px;
	background: linear-gradient(135deg, rgba(44, 190, 154, 0.12), rgba(14, 32, 53, 0.04));
}

.about-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.4em;
	line-height: 1.2;
	color: #0e2035;
	margin-bottom: 16px;
}

.about-lede {
	font-size: 1.05em;
	line-height: 1.7;
	color: #3b4a59;
	margin-bottom: 0;
}

.about-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 26px;
	box-shadow: 0 24px 40px rgba(14, 32, 53, 0.12);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.about-card h3 {
	margin-bottom: 10px;
	color: #0e2035;
}

.about-stats {
	display: flex;
	gap: 16px;
	margin-top: 18px;
}

.about-stats div {
	background: #f5f8fb;
	border-radius: 6px;
	padding: 12px;
	flex: 1;
}

.about-stats strong {
	display: block;
	font-size: 1.2em;
	color: #0e2035;
}

.about-stats span {
	font-size: 0.85em;
	color: #516173;
}

.about-values {
	padding: 60px 0;
	background: #ffffff;
}

.values-grid .value-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
	height: 100%;
	text-align: center;
}

.values-grid .value-card i {
	font-size: 1.6em;
	color: #2cbe9a;
	margin-bottom: 12px;
	display: inline-block;
}

.values-grid h4 {
	color: #0e2035;
	margin-bottom: 10px;
}

.about-team {
	padding: 60px 0 70px;
	background: #f5f8fb;
}

.team-grid .team-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.team-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(44, 190, 154, 0.18);
	color: #0e2035;
	font-weight: 700;
	font-size: 1.1em;
	letter-spacing: 0.08em;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 900px) {
	.about-hero {
		padding: 60px 0 50px;
	}

	.about-card {
		margin-top: 24px;
	}
}

/**********************************************************/
/* PORTFOLIO */
/**********************************************************/    
.portfolio-page {
	background: #f5f8fb;
}

.portfolio-hero {
	padding: 70px 0 60px;
	background: linear-gradient(135deg, rgba(44, 190, 154, 0.12), rgba(14, 32, 53, 0.04));
}

.portfolio-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.4em;
	line-height: 1.2;
	color: #0e2035;
	margin-bottom: 16px;
}

.portfolio-lede {
	font-size: 1.05em;
	line-height: 1.7;
	color: #3b4a59;
	margin-bottom: 0;
}

.portfolio-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 26px;
	box-shadow: 0 24px 40px rgba(14, 32, 53, 0.12);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.portfolio-card h3 {
	margin-bottom: 12px;
	color: #0e2035;
}

.portfolio-tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.portfolio-tags li {
	background: rgba(44, 190, 154, 0.16);
	color: #0e2035;
	font-size: 0.85em;
	padding: 6px 10px;
	border-radius: 999px;
	letter-spacing: 0.04em;
}

.portfolio-grid {
	padding: 60px 0 70px;
	background: #ffffff;
}

.portfolio-grid .row {
	gap: 24px;
}

.portfolio-grid .project-card.col-4 {
	flex: 0 0 calc(33.333333% - 16px);
	max-width: calc(33.333333% - 16px);
	width: auto;
}

.project-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 22px;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
	height: 100%;
	margin-bottom: 20px;
}

.project-thumb {
	width: 100%;
	border-radius: 8px;
	display: block;
	margin-bottom: 16px;
}

.tech-list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tech-list li {
	background: rgba(44, 190, 154, 0.14);
	color: #0e2035;
	font-size: 0.8em;
	padding: 4px 8px;
	border-radius: 999px;
	letter-spacing: 0.04em;
}

.project-link {
	color: #2cbe9a;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.85em;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.project-link:hover {
	color: #0e2035;
}

.portfolio-cta {
	background: #f5f8fb;
	padding: 50px 0 70px;
}

.cta-panel {
	background: #ffffff;
	border-radius: 10px;
	padding: 28px;
	border: 1px solid rgba(14, 32, 53, 0.1);
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0;
}

.cta-panel h3 {
	margin-bottom: 6px;
	color: #0e2035;
}

.cta-panel p {
	margin-bottom: 0;
	color: #516173;
}

/**********************************************************/
/* CONTACT */
/**********************************************************/    
.contact-page {
	background: #f5f8fb;
}

.contact-hero {
	padding: 70px 0 60px;
	background: linear-gradient(135deg, rgba(44, 190, 154, 0.12), rgba(14, 32, 53, 0.04));
}

.contact-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.4em;
	line-height: 1.2;
	color: #0e2035;
	margin-bottom: 16px;
}

.contact-lede {
	font-size: 1.05em;
	line-height: 1.7;
	color: #3b4a59;
	margin-bottom: 0;
}

.contact-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 26px;
	box-shadow: 0 24px 40px rgba(14, 32, 53, 0.12);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.contact-highlights {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.contact-highlights li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	color: #3b4a59;
}

.contact-highlights i {
	color: #2cbe9a;
}

.contact-content {
	padding: 60px 0 70px;
	background: #ffffff;
}

.contact-content .row {
	align-items: stretch;
}

.map-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 0;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
	height: 100%;
}

.map-card iframe {
	border-radius: 8px;
	height: 100%;
}

.contact-form {
	background: #ffffff;
	border-radius: 10px;
	padding: 22px;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
	height: 100%;
}

.contact-form .btn {
	background: #2cbe9a;
	color: #0e2035;
	border: 0;
	padding: 10px 16px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.contact-info {
	margin-top: 28px;
}

.info-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.info-card i {
	font-size: 1.4em;
	color: #2cbe9a;
	margin-bottom: 10px;
	display: inline-block;
}

.info-card a {
	color: #0e2035;
	text-decoration: none;
}

@media (max-width: 900px) {
	.contact-hero {
		padding: 60px 0 50px;
	}

	.contact-card {
		margin-top: 24px;
	}

	.map-card {
		margin-bottom: 20px;
	}

	.contact-form {
		margin-bottom: 20px;
	}
}

/**********************************************************/
/* LEGAL */
/**********************************************************/    
.legal-page {
	background: #f5f8fb;
}

.legal-hero {
	padding: 60px 0 40px;
	background: linear-gradient(135deg, rgba(44, 190, 154, 0.12), rgba(14, 32, 53, 0.04));
}

.legal-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.2em;
	line-height: 1.2;
	color: #0e2035;
	margin-bottom: 12px;
}

.legal-lede {
	font-size: 1.05em;
	line-height: 1.7;
	color: #3b4a59;
	margin-bottom: 0;
}

.legal-content {
	padding: 50px 0 70px;
	background: #ffffff;
}

.legal-block {
	background: #ffffff;
	border-radius: 10px;
	padding: 26px;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.legal-block h2 {
	color: #0e2035;
	margin-top: 20px;
}

@media (max-width: 900px) {
	.portfolio-hero {
		padding: 60px 0 50px;
	}

	.portfolio-card {
		margin-top: 24px;
	}

	.project-card {
		margin-bottom: 20px;
	}

	.portfolio-grid .project-card.col-4 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

/**********************************************************/
/* HERO */
/**********************************************************/    
.hero {
	position: relative;
	background: linear-gradient(135deg, rgba(44, 190, 154, 0.12), rgba(14, 32, 53, 0.04));
	padding: 70px 0 60px;
	overflow: hidden;
}

.hero::after {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(44, 190, 154, 0.18), transparent 65%);
	right: -220px;
	top: -200px;
}

.hero-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.6em;
	line-height: 1.2;
	margin-bottom: 16px;
	color: #0e2035;
}

.hero-lede {
	font-size: 1.05em;
	line-height: 1.7;
	color: #3b4a59;
	margin-bottom: 26px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.eyebrow {
	font-size: 0.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #1f7f68;
	font-weight: 700;
	margin-bottom: 12px;
}

.btn-main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 26px;
	border-radius: 4px;
	background: #2cbe9a;
	color: #0e2035!important;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(44, 190, 154, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-main:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(44, 190, 154, 0.3);
}

.btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 26px;
	border-radius: 4px;
	border: 1px solid rgba(14, 32, 53, 0.2);
	color: #0e2035!important;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: #fff;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-ghost:hover {
	border-color: #2cbe9a;
	color: #2cbe9a;
}

.hero-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 26px;
	box-shadow: 0 24px 40px rgba(14, 32, 53, 0.12);
	border: 1px solid rgba(14, 32, 53, 0.08);
}

.hero-card h3 {
	margin-bottom: 16px;
	color: #0e2035;
}

.hero-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: #3b4a59;
}

.hero-list i {
	color: #2cbe9a;
}

.section-title {
	margin-bottom: 28px;
}

.section-title h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 2em;
	color: #0e2035;
}

.section-lede {
	color: #516173;
}

.services {
	background: #ffffff;
	padding: 60px 0;
}

.services-grid .service-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 26px 20px;
	box-shadow: 0 18px 30px rgba(14, 32, 53, 0.08);
	border: 1px solid rgba(14, 32, 53, 0.08);
	height: 100%;
}

.services-grid .service-card img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 16px;
}

.service-heading {
	font-weight: bold;
}

/**********************************************************/
/* SKILLS */
/**********************************************************/    
.skills {
	padding: 60px 0;
	background: #f5f8fb;
}


/**********************************************************/
/* CTA */
/**********************************************************/    
.cta-band {
	background: #0f2438;
	padding: 40px 0 50px;
	color: #f5f8fb;
}

.cta-band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.cta-band h3 {
	color: #ffffff;
	margin-bottom: 6px;
}

.cta-band p {
	color: rgba(245, 248, 251, 0.85);
	margin-bottom: 0;
}

.cta-band .btn-main {
	color: #0e2035;
}

@media (max-width: 992px) {
	.hero {
		padding: 60px 0 50px;
	}

	.hero-title {
		font-size: 2.2em;
	}
}

@media (max-width: 768px) {
	.hero {
		padding: 50px 0 40px;
	}

	.hero-card {
		margin-top: 24px;
	}

	.services-grid .service-card {
		margin-bottom: 20px;
	}
}

/* -----------------------
Single styles
------------------------*/
/*skill*/

.single-skill h3 {
    text-transform: uppercase;
    color: #2f3a45;
    font-weight: 300;
    font-size: 20px;
    font-family: "Inconsolata";
    letter-spacing: 1px;
}

.single-skill .progress {
    height: 18px;
    background: #eeeeee;
    border-radius: 4px;
    overflow: visible;
}

.single-skill .progress .progress-bar {
    background: #8BC34A;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.single-skill .progress .progress-bar span {
    position: absolute;
    left: 97%;
    display: block;
    padding: 3px;
    color: #ffffff;
    background: #1f2933;
    font-size: 12px;
    font-weight: 100;
    top: -40px;
}

.single-skill .progress .progress-bar span:before {
    display: table;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1f2933;
    bottom: -8px;
    left: 23%;
}

.img-responsive { max-width: 100%; }

.btn-orange { color: #fff; background: #fc812f; padding: 5px 10px; margin: 0; }
a.btn-orange { color: #fff; }

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
CONTACT PAGE
------------------------*/

.form-group {
	margin-bottom: 14px;
}

.contact-form label {
	display: block;
	font-size: 0.9em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #48607a;
	margin-bottom: 6px;
}

.contact-form .form-control,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	padding: 12px;
	border: 1px solid rgba(14, 32, 53, 0.18);
	border-radius: 6px;
	box-sizing: border-box;
	background: #ffffff;
	color: #0e2035;
	font-family: inherit;
}

.contact-form .form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
	outline: none;
	border-color: #2cbe9a;
	box-shadow: 0 0 0 3px rgba(44, 190, 154, 0.18);
}

textarea {
	resize: vertical;
}
