/*

Strip

http://www.templatemo.com/tm-482-strip

*/

a { transition: all 0.3s ease; }

button:focus { outline: none; }

a:hover,
a:focus {
	color: #0275d8;
	text-decoration: none;
	outline: none;
}

ul, h1 { 
	padding: 0;
	margin: 0; 
}

html {	font-size: 18px; }

body {
	background: #f4f8fb;
	color: #222;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding-left: 60px;
	padding-right: 60px;
	/*overflow-x: hidden;*/
}

p { line-height: 2; }

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

.tm-img { padding: 15px; }

.tm-footer-text {
	font-size: 0.9em;
	margin-bottom: 0;
	padding: 30px 15px;
}

.tm-footer a {
	color: #fff;
}
.tm-container { 
	background-color: #fff; 
	padding: 30px 45px;
	max-width: 1600px;
	box-shadow: 0 4px 24px rgba(23,78,166,0.07);
}
.fact_row{
	display: flex;
	justify-content: space-between;
}
.navbar-row { position: relative; }
.navbar-container {
	background-color: #174ea6;
	font-size: 1em;
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	z-index: 1000;
}

.navbar {
	color: white;
	font-size: 1em;
	padding: 0;	
}

.navbar-container.sticky {
	background-color: rgba(23, 78, 166, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	font-size: 0.6em;
	padding: 1em 2em;
}

.navbar-container.sticky .navbar-brand {
	padding: 0.285em 1em;
}
.mission_row{
	display: flex;
	justify-content: space-between;
}
.contact_row{
	display: flex;
	justify-content: space-between;
}
.navbar-brand {
	color: #174ea6;
	font-size: 2em;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	border: none;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: #1abc9c;
}

.nav-item {
	float: left;
	list-style: none;
	font-size: 1.8em;	
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 0.625em 1.43em;
	transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	background-color: #1abc9c;
	color: #fff;
	text-decoration: none;
}

.tm-page-content { margin-top: 255px; }

.tm-home-right {
	padding: 100px 70px 100px 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.tm-section {
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 600px;	
}


#tm-section-1 {	background-image: url(../img/strip-bg-01.jpg); }
#tm-section-2 {	background-image: url(../img/strip-bg-02.jpg); }
#tm-section-3 {	background-image: url(../img/strip-bg-03.jpg); }
#tm-section-4 {	background-image: url(../img/strip-bg-04.jpg); }
.tm-footer { 
	background: #174ea6;
	color: #fff;
	font-weight: 400;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;	
}

.tm-section-header {
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.tm-white-curve-left,
.tm-white-curve-right {
	color: #174ea6;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Fix for Safari 9.0.3 on Mac */
.tm-white-curve-right {	margin-right: -1px; }

.tm-white-curve-left,
.tm-white-curve-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
}

.tm-white-curve-left-rec,
.tm-white-curve-left-circle,
.tm-white-curve-right-rec,
.tm-white-curve-right-circle {
	position: absolute;
	background-color: white;	
	height: 100%;
}

.tm-white-curve-left-rec,
.tm-white-curve-right-rec {
	width: 300px;
}

.tm-white-curve-left-circle {
	width: 520px;
	right: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.tm-white-curve-right-rec {
	padding-right: 0;
	right: 0;
}

.tm-white-curve-right-circle {
	width: 520px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.tm-white-curve-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 50px;
	width: 85%;
	position: relative;
	z-index: 100;
}

.tm-white-curve-right > .tm-white-curve-text {
	margin-right: 0;
	margin-left: auto;
}

.tm-flex-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.thin-font { font-weight: 300; }

.tm-contact-left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 60px;
}

.tm-contact-form-left {	padding-right: 0; }

.tm-contact-form-right { padding-right: 0; }

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}

.form-control,
.submit-btn {
	border-radius: 0;
	color: rgba(255,255,255,0.75);
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(204, 204, 204, 0.43);
}

.form-control:focus,
.submit-btn:focus { border-color: #2C9798; }

.btn,
.submit-btn {
	background: #174ea6;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 12px 32px;
	font-size: 1.1em;
	font-weight: 600;
	transition: background 0.2s, color 0.2s;
}

.submit-btn:hover,
.btn:hover {
	background: #f4b400;
	color: #174ea6;
}

.tm-section-subheader {
	color: #1abc9c;
	font-weight: 600;
}

.blue-text { color: #174ea6; }
.red-text { color: #f44336; }
.gray-text { color: #888; }
.green-text { color: #1abc9c; }

.contact-info-link { color: #174ea6; }

.contact-info { margin-right: 20px; }
.contact-info:last-child { margin-right: 0; }

.contact-info-link:focus,
.contact-info-link:hover {
	color: #1abc9c;
	text-decoration: none;
}

@media screen and (max-width: 1400px) {
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:focus { padding: 0.4em 0.8em; }
	.navbar-brand {	padding: 0.4em 1em;	}
	.navbar-container { 
		font-size: 0.82em;
		padding: 1.4em 1.8em; 
	}
	.tm-page-content { margin-top: 174px; }
}

@media screen and (max-width: 1300px) {
	.tm-white-curve-left-circle,
	.tm-white-curve-right-circle {
		width: 445px;
	}
	.tm-contact-left { padding: 25px; }
}

@media screen and (max-width: 1199px) {
	.navbar-container { font-size: 0.6em; }
	.tm-page-content { margin-top: 135px; }
	.tm-home-right { padding: 80px 50px 50px 60px; }
	.contact-info { margin-right: 10px; }
}

@media screen and (max-width: 1060px) {
	.tm-section {
		display: block;
		height: auto;
	}

	.tm-section .col-lg-7,
	.tm-section .col-lg-5 {
		width: 100%;
	}

	.tm-white-curve-left-rec, 
	.tm-white-curve-right-rec {
		width: 60%;
	}

	.tm-white-curve-text {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.tm-white-curve-left-circle, 
	.tm-white-curve-right-circle {
		width: 50%;
	}

	.tm-white-curve-left-circle { right: 1em; }
	.tm-white-curve-right-circle { left: 1em; }

	#tm-section-2,
	#tm-section-3 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}

	.tm-img { padding: 30px; }
}

@media screen and (max-width: 991px) {
	.header-flex {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	.header-logo, .header-menu, .header-cta {
		justify-content: center;
		text-align: center;
		min-width: 0;
	}
	.header-cta {
		margin-top: 10px;
	}

	.navbar {
		position: absolute;
		right: 0;
		top: 77px;
		background: #fff;
		color: #174ea6;
		text-align: left;
		width: 20em;
		border-radius: 12px;
		box-shadow: 0 8px 32px rgba(23,78,166,0.13);
		padding: 18px 0 18px 0;
		z-index: 2000;
		transition: box-shadow 0.2s, background 0.2s;
	}
	.navbar-nav .nav-link {
		color: #174ea6 !important;
		background: none;
		font-size: 1.2em;
		padding: 0.7em 1.5em;
		border-radius: 6px;
		transition: background 0.2s, color 0.2s;
	}
	.navbar-nav .nav-link:hover,
	.navbar-nav .nav-link.active {
		background: #f4f8fb;
		color: #1abc9c !important;
	}
	.enhanced-nav .nav-item:not(:last-child)::after {
		display: none;
	}
}

@media screen and (max-width: 800px) {	
	body { 
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 550px) {	
	.tm-container {
		padding-left: 30px;
		padding-right: 30px;
	}	
}

@media screen and (max-width: 480px) {
	.tm-white-curve-text { padding: 1.5em 1em; }
	.tm-white-curve-right > .tm-white-curve-text {
	    padding-right: 0;
	    padding-left: 2em;
	}

	.tm-section-header {
		font-size: 1.8em;
		margin-bottom: 0.5em;
	}

	.tm-home-right { padding: 2em; }
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-links li a {
    color: #b87333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.footer-links li a:hover {
    color: #333;
    text-decoration: underline;
}
.navbar-brand img {
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.enhanced-navbar {
    background: rgba(255,255,255,0.97) !important;
    box-shadow: 0 4px 24px rgba(23,78,166,0.10);
    border-radius: 18px;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 18px 40px !important;
    position: relative;
    transition: box-shadow 0.2s, background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}
.logo-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #174ea6 60%, #1abc9c 100%);
    color: #fff;
    font-size: 1.7em;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(23,78,166,0.10);
    letter-spacing: 1px;
}
.brand-text {
    font-weight: 700;
    font-size: 2em;
    color: #174ea6;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.enhanced-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
}
.enhanced-nav .nav-item {
    position: relative;
}
.enhanced-nav .nav-item:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #e0e7ef;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.enhanced-nav .nav-link {
    color: #174ea6 !important;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0.5em 1.3em;
    background: transparent;
    transition: color 0.2s, background 0.2s;
}
.enhanced-nav .nav-link:hover,
.enhanced-nav .nav-link.active {
    color: #1abc9c !important;
    background: #f4f8fb;
    border-radius: 6px;
}
.cta-header-btn {
    background: linear-gradient(90deg, #1abc9c 60%, #174ea6 100%);
    color: #fff !important;
    font-weight: 600;
    border-radius: 24px;
    padding: 10px 32px;
    margin-left: 0;
    box-shadow: 0 2px 8px rgba(23,78,166,0.10);
    font-size: 1.1em;
    border: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.cta-header-btn:hover {
    background: #f4b400;
    color: #174ea6 !important;
    box-shadow: 0 4px 16px rgba(244,180,0,0.10);
}
@media (max-width: 991px) {
    .enhanced-navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 16px !important;
    }
    .cta-header-btn {
        display: none !important;
    }
    .enhanced-nav {
        width: 100%;
        justify-content: flex-start;
    }
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}
.header-col {
    display: flex;
    align-items: center;
}
.header-logo {
    min-width: 180px;
    justify-content: flex-start;
}
.header-menu {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
}
.header-cta {
    min-width: 160px;
    justify-content: flex-end;
    text-align: right;
}
.logo-circle {
    width: 36px;
    height: 36px;
    font-size: 1.2em;
}
.brand-text {
    font-size: 1.5em;
}
.enhanced-nav {
    gap: 0;
}
.enhanced-nav .nav-link {
    font-size: 1em;
    padding: 0.5em 1.1em;
}
@media (max-width: 991px) {
    .header-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .header-logo, .header-menu, .header-cta {
        justify-content: center;
        text-align: center;
        min-width: 0;
    }
    .header-cta {
        margin-top: 10px;
    }
}

.hero-section {
    background: linear-gradient(120deg, #174ea6 80%, #1abc9c 100%);
    color: #fff;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 60px 0;
    border-radius: 0.5em;
}
.hero-content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-title {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.1;
}
.hero-subtitle {
    font-size: 1.35em;
    font-weight: 400;
    margin-bottom: 36px;
    line-height: 1.5;
    max-width: 600px;
}
.cta-hero-btn {
    background: linear-gradient(90deg, #1abc9c 60%, #174ea6 100%);
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 16px 48px;
    font-size: 1.2em;
    border: none;
    box-shadow: 0 2px 8px rgba(23,78,166,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin-top: 0;
    margin-bottom: 0;
}
.cta-hero-btn:hover {
    background: #f4b400;
    color: #174ea6 !important;
    box-shadow: 0 4px 16px rgba(244,180,0,0.10);
}
@media (max-width: 600px) {
    .hero-title { font-size: 2em; }
    .hero-section { padding: 30px 0; }
    .cta-hero-btn { padding: 12px 24px; font-size: 1em; }
}
@media (max-width: 900px) {
	.fact_row{
		flex-direction: column;
	}
	.mission_row{
		flex-direction: column;
	}
	.contact_row{
		flex-direction: column;
	}
	.navbar-full{
		width: 100%;
	}
	.enhanced-nav{
		width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
	}
}
.testimonials-section {
    background: #f8fafc;
    padding: 60px 0 40px 0;
    border-radius: 0.5em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.testimonials-cards {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
    align-items: stretch;
}
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(23,78,166,0.08);
    padding: 32px 28px 24px 28px;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s;
}
.testimonial-card:hover {
    box-shadow: 0 6px 32px rgba(23,78,166,0.13);
}
.testimonial-avatar {
    font-size: 3em;
    color: #1abc9c;
    margin-bottom: 16px;
}
.testimonial-text {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 18px;
    color: #174ea6;
}
.testimonial-author {
    font-size: 1em;
    color: #888;
    font-weight: 500;
}
.faq-section {
    background: #fff;
    padding: 60px 0 40px 0;
    border-radius: 0.5em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 320px;
}
.faq-list {
    max-width: 800px;
    margin: 32px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq-item {
    background: #f4f8fb;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(23,78,166,0.06);
    padding: 24px 28px;
    transition: box-shadow 0.2s;
}
.faq-item:hover {
    box-shadow: 0 4px 16px rgba(23,78,166,0.10);
}
.faq-question {
    font-weight: 600;
    color: #174ea6;
    font-size: 1.15em;
    margin-bottom: 10px;
}
.faq-answer {
    color: #222;
    font-size: 1em;
    line-height: 1.6;
}
@media (max-width: 1050px) {
    .testimonials-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .testimonial-card {
        width: 90%;
        max-width: 400px;
    }
}

.services-cards-section {
    background: #f8fafc;
    padding: 60px 0 40px 0;
    border-radius: 0.5em;
    max-width: 1200px;
    margin: 40px auto;
    margin-bottom: 310px;
}
.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
}
.service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(23,78,166,0.08);
    padding: 36px 28px 28px 28px;
    width: 260px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(23,78,166,0.13);
    transform: translateY(-6px) scale(1.03);
}
.service-icon {
    font-size: 2.5em;
    color: #1abc9c;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #1abc9c 60%, #174ea6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service-title {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #174ea6;
}
.service-desc {
    font-size: 1em;
    color: #444;
    margin-bottom: 0;
}
.how-we-work-section {
    background: #fff;
    padding: 60px 0 40px 0;
    border-radius: 0.5em;
    max-width: 1000px;
    margin: 40px auto;
    margin-top: 60px;
    margin-bottom: 350px;
}
.how-we-work-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 36px;
    flex-wrap: wrap;
}
.work-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f4f8fb;
    border-radius: 12px;
    padding: 28px 24px 18px 24px;
    min-width: 160px;
    box-shadow: 0 1px 8px rgba(23,78,166,0.06);
    transition: box-shadow 0.2s, transform 0.2s;
}
.work-step:hover {
    box-shadow: 0 4px 16px rgba(23,78,166,0.10);
    transform: translateY(-4px) scale(1.04);
}
.work-step-icon {
    font-size: 2em;
    color: #f4b400;
    margin-bottom: 12px;
}
.work-step-title {
    font-weight: 600;
    color: #174ea6;
    font-size: 1.1em;
}
.work-step-desc {
    margin-top: 12px;
    font-size: 0.98em;
    color: #555;
    text-align: center;
    line-height: 1.5;
}
.why-choose-section {
    background: #f8fafc;
    padding: 60px 0 40px 0;
    border-radius: 0.5em;
    max-width: 1100px;
    margin: 40px auto;
    margin-top: 60px;
}
.why-choose-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-top: 36px;
}
.why-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(23,78,166,0.08);
    padding: 32px 24px 24px 24px;
    width: 220px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
}
.why-card:hover {
    box-shadow: 0 8px 32px rgba(23,78,166,0.13);
    transform: translateY(-6px) scale(1.03);
}
.why-icon {
    font-size: 2.2em;
    color: #1abc9c;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #1abc9c 60%, #174ea6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.why-title {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 8px;
    color: #174ea6;
}
.why-desc {
    font-size: 0.98em;
    color: #444;
    margin-bottom: 0;
}
.cta-section {
    background: linear-gradient(120deg, #174ea6 80%, #1abc9c 100%);
    color: #fff;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 40px 0;
    border-radius: 0.5em;
    max-width: 900px;
    margin: 40px auto 0 auto;
}
.cta-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cta-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.1;
}
@media (max-width: 1100px) {
    .services-cards, .why-choose-cards {
        flex-wrap: wrap;
        gap: 24px;
    }
    .service-card, .why-card {
        width: 90%;
        max-width: 340px;
    }
}
@media (max-width: 900px) {
    .how-we-work-steps {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

.facts-row, .mission-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin: 40px 0;
    width: 100%;
    overflow-x: auto;
}
.fact-card, .mission-card {
    min-width: 220px;
    max-width: 260px;
}
@media (min-width: 1100px) {
    .facts-row, .mission-row {
        flex-wrap: nowrap;
        justify-content: center;
        overflow-x: visible;
    }
}

.contact-blocks-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin: 40px 0;
}
.contact-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(23,78,166,0.09);
    padding: 36px 28px;
    min-width: 220px;
    max-width: 340px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.contact-card:hover {
    box-shadow: 0 8px 32px rgba(23,78,166,0.13);
    transform: translateY(-6px) scale(1.03);
}
.contact-card .contact-icon {
    font-size: 2.5em;
    color: #1abc9c;
    margin-bottom: 16px;
}
.contact-card .contact-title {
    font-weight: bold;
    color: #174ea6;
    margin-bottom: 8px;
    font-size: 1.1em;
}
.contact-card .contact-info {
    color: #333;
    font-size: 1em;
    margin-bottom: 10px;
}
.contact-card .contact-btn {
    margin-top: 10px;
    background: linear-gradient(90deg, #1abc9c 60%, #174ea6 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 1em;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.contact-card .contact-btn:hover {
    background: #f4b400;
    color: #174ea6;
}
.contact-card .contact-map {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}
@media (max-width: 900px) {
    .contact-blocks-row { gap: 16px; }
    .contact-card { padding: 18px 4px; }
}

.contact-form-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(23,78,166,0.08);
    padding: 48px 32px;
    margin: 40px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form-section h2 {
    color: #1abc9c;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form label {
    color: #174ea6;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1.5px solid #e0e7ef;
    padding: 12px;
    font-size: 1em;
    margin-top: 6px;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: 1.5px solid #1abc9c;
    outline: none;
    box-shadow: 0 2px 8px rgba(23,78,166,0.07);
}
.contact-form textarea {
    min-height: 100px;
    resize: vertical;
}
.contact-form button {
    background: linear-gradient(90deg, #1abc9c 60%, #174ea6 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 40px;
    font-size: 1.1em;
    font-weight: 700;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(23,78,166,0.10);
    width: 100%;
}
.contact-form button:hover {
    background: #f4b400;
    color: #174ea6;
    box-shadow: 0 4px 16px rgba(244,180,0,0.10);
}
@media (max-width: 600px) {
    .contact-form-section { padding: 18px 2vw; }
    .contact-form button { padding: 12px 10px; font-size: 1em; }
}

.legal-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(23,78,166,0.08);
    padding: 48px 36px;
    margin: 60px auto 60px auto;
    max-width: 700px;
    font-size: 1.08em;
    color: #222;
    line-height: 1.7;
}
.legal-section h1, .legal-section h2, .legal-section h3 {
    color: #174ea6;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 18px;
}
.legal-section h1 {
    color: #1abc9c;
    font-size: 2.1em;
    margin-bottom: 28px;
    text-align: center;
}
.legal-section ul, .legal-section ol {
    margin-left: 1.5em;
    margin-bottom: 18px;
}
.legal-section strong {
    color: #174ea6;
}
@media (max-width: 600px) {
    .legal-section { padding: 18px 2vw; font-size: 1em; }
}
