@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;

400;500;600;700;800&display=swap);



html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.sidebar {
  float: left;
}

[dir=rtl] .sidebar {
  float: right;
}

body {
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  padding: 0 20px;
  width: 100%;
}

.flex-box {
  display: flex;
  flex-direction: column;
}

.between {
  display: flex;
  justify-content: space-between;
}

.center {
  text-align: center;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}

h2 span {
  color: #3683dd;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 16px 0;
}

.full-width {
  width: 100%;
}

.hide-mobile {
  display: none;
}

header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 0;
}

header .flex-box {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

header .flex-box nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
}

header .flex-box nav ul li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
  display: block;
  transition: color 0.2s ease;
  position: relative;
}

header .flex-box nav ul li a:hover {
  color: #3683dd;
}

header .flex-box nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3683dd;
  transition: width 0.3s ease;
}

header .flex-box nav ul li a:hover::after {
  width: 100%;
}

header .flex-box .header__logo a {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
}

header .flex-box .header__logo a:hover {
  color: #3683dd;
}

header .flex-box .header__logo a:hover img {
  transform: scale(1.05);
}

header .flex-box .header__logo a span {
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #1a1a1a 0%, #3683dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

header .flex-box .header__logo a:hover span {
  background: linear-gradient(135deg, #3683dd 0%, #206ac0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header .flex-box .header__logo img {
  height: 42px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.hero {
  margin-bottom: 80px;
  padding-top: 60px;
  position: relative;
  background-image: url("../img/standard-quality-control-collage-concept-1-1199x800.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.hero .container .hero__content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
}

.hero .container .hero__content .hero__text {
  position: relative;
  padding: 0;
}

.hero .container .hero__content .hero__text h1 {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1.2;
}

.hero .container .hero__content .hero__text h1 span {
  color: #3683dd;
  display: block;
}

.hero .container .hero__content .hero__text p.lead {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 0;
}

.hero .container .hero__content .hero__image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.hero .container .hero__content .hero__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about {
  margin-bottom: 80px;
}

.about .container .about__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.about .container .about__content .about__text h2 {
  text-align: left;
  margin-bottom: 24px;
}

.about .container .about__content .about__text p:last-child {
  margin-bottom: 0;
}

.about .container .about__content .about__image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.about .container .about__content .about__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.values {
  margin-bottom: 80px;
}

.values .container .values__content {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 48px 32px;
  border-radius: 20px;
  text-align: center;
}

.values .container .values__content h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
}

.services-cta {
  margin-bottom: 80px;
}

.services-cta .container .services-cta__content {
  background: linear-gradient(135deg, #1a1a1a 0%, #3683dd 100%);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(54, 131, 221, 0.3);
}

.services-cta .container .services-cta__content .services-cta__text {
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-cta .container .services-cta__content .services-cta__text h2 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}

.services-cta .container .services-cta__content .services-cta__text h2 span {
  color: #ffffff;
}

.services-cta .container .services-cta__content .services-cta__text p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.services-cta .container .services-cta__content .services-cta__text .btn {
  background-color: #ffffff;
  color: #3683dd;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.services-cta .container .services-cta__content .services-cta__text .btn:hover {
  background-color: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.services-cta .container .services-cta__content .services-cta__text .btn .arrow-right {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.services-cta .container .services-cta__content .services-cta__text .btn:hover .arrow-right {
  transform: translateX(4px);
}

.services-cta .container .services-cta__content .services-cta__image {
  display: none;
}

.services-cta .container .services-cta__content .services-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section {
  margin-bottom: 80px;
}

.contact-section .container .contact-section__content h2 {
  text-align: center;
  margin-bottom: 48px;
}

.contact-section .container .contact-section__content .contact-section__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item:hover {
  border-color: #3683dd;
  box-shadow: 0 8px 24px rgba(54, 131, 221, 0.1);
  transform: translateY(-4px);
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 131, 221, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__icon svg {
  width: 20px;
  height: 20px;
  color: #3683dd;
  stroke: #3683dd;
  stroke-width: 2;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__details strong {
  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__details a {
  color: #3683dd;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__details a:hover {
  color: #206ac0;
  text-decoration: underline;
}

.contact-section .container .contact-section__content .contact-section__info .contact-section__item .contact-section__details span {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 30px;
  margin-top: 80px;
}

footer .container .footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

footer .container .footer__content .footer__company h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

footer .container .footer__content .footer__company p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

footer .container .footer__content .footer__company .footer__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

footer .container .footer__content .footer__company .footer__details p {
  font-size: 14px;
  margin-bottom: 0;
}

footer .container .footer__content .footer__company .footer__details p strong {
  font-weight: 600;
  color: #ffffff;
}

footer .container .footer__content .footer__contact h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

footer .container .footer__content .footer__contact p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

footer .container .footer__content .footer__contact p a {
  color: #3683dd;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

footer .container .footer__content .footer__contact p a:hover {
  color: #629ee4;
  text-decoration: underline;
}

footer .container .footer__copyright {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-hero {
  margin-bottom: 80px;
  padding-top: 60px;
}

.services-hero .container .services-hero__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.services-hero .container .services-hero__content h1 {
  font-size: 36px;
  margin-bottom: 24px;
}

.services-hero .container .services-hero__content h1 span {
  color: #3683dd;
}

.services-hero .container .services-hero__content p.lead {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 32px;
}

.services-hero .container .services-hero__content .services-hero__competencies {
  text-align: left;
  background-color: #f8fafc;
  padding: 32px;
  border-radius: 16px;
  margin-top: 32px;
}

.services-hero .container .services-hero__content .services-hero__competencies p {
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.services-hero .container .services-hero__content .services-hero__competencies p strong {
  font-weight: 600;
  color: #1a1a1a;
}

.services-hero .container .services-hero__content .services-hero__competencies p:last-child {
  margin-bottom: 0;
}

.services-hero .container .services-hero__content .services-hero__competencies ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.services-hero .container .services-hero__content .services-hero__competencies ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #1a1a1a;
  padding: 16px 20px 16px 48px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  font-weight: 500;
}

.services-hero .container .services-hero__content .services-hero__competencies ul li:before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #3683dd;
  font-weight: 700;
  font-size: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 131, 221, 0.1);
  border-radius: 6px;
}

.services-hero .container .services-hero__content .services-hero__competencies ul li:hover {
  border-color: #3683dd;
  box-shadow: 0 4px 12px rgba(54, 131, 221, 0.1);
  transform: translateX(4px);
}

.services-hero .container .services-hero__content .services-hero__competencies ul li:last-child {
  margin-bottom: 0;
}

.services-list {
  margin-bottom: 80px;
}

.services-list .container h2 {
  text-align: center;
  margin-bottom: 48px;
}

.services-list .container .services-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.services-list .container .services-list__grid .services-list__item {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.services-list .container .services-list__grid .services-list__item:hover {
  border-color: #3683dd;
  box-shadow: 0 8px 24px rgba(54, 131, 221, 0.1);
  transform: translateY(-4px);
}

.services-list .container .services-list__grid .services-list__item .services-list__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 131, 221, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
}

.services-list .container .services-list__grid .services-list__item .services-list__icon svg {
  width: 28px;
  height: 28px;
  color: #3683dd;
  stroke: #3683dd;
  stroke-width: 2;
}

.services-list .container .services-list__grid .services-list__item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.services-list .container .services-list__grid .services-list__item p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.services-list .container .services-list__grid .services-list__item p:last-child {
  margin-bottom: 0;
}

.services-list .container .services-list__grid .services-list__item ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.services-list .container .services-list__grid .services-list__item ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.services-list .container .services-list__grid .services-list__item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3683dd;
  font-weight: 600;
  font-size: 18px;
}

.services-list .container .services-list__grid .services-list__item ul li:last-child {
  margin-bottom: 0;
}

.services-why {
  margin-bottom: 80px;
}

.services-why .container .services-why__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 48px 32px;
  border-radius: 20px;
}

.services-why .container .services-why__content h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.services-why .container .services-why__content h2 span {
  color: #3683dd;
}

.services-why .container .services-why__content p {
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0;
}

.services-contact {
  margin-bottom: 80px;
}

.services-contact .container .services-contact__content h2 {
  text-align: center;
  margin-bottom: 48px;
}

.services-contact .container .services-contact__content .services-contact__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item:hover {
  border-color: #3683dd;
  box-shadow: 0 8px 24px rgba(54, 131, 221, 0.1);
  transform: translateY(-4px);
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 131, 221, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__icon svg {
  width: 20px;
  height: 20px;
  color: #3683dd;
  stroke: #3683dd;
  stroke-width: 2;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__details strong {
  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__details a {
  color: #3683dd;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__details a:hover {
  color: #206ac0;
  text-decoration: underline;
}

.services-contact .container .services-contact__content .services-contact__info .services-contact__item .services-contact__details span {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-hero {
  margin-bottom: 80px;
  padding-top: 60px;
}

.contact-hero .container .contact-hero__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-hero .container .contact-hero__content h1 {
  font-size: 36px;
  margin-bottom: 24px;
}

.contact-hero .container .contact-hero__content h1 span {
  color: #3683dd;
}

.contact-hero .container .contact-hero__content p.lead {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 0;
}

.contact-info {
  margin-bottom: 80px;
}

.contact-info .container .contact-info__content h2 {
  text-align: center;
  margin-bottom: 48px;
}

.contact-info .container .contact-info__content h2 span {
  color: #3683dd;
}

.contact-info .container .contact-info__content .contact-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item:hover {
  border-color: #3683dd;
  box-shadow: 0 8px 24px rgba(54, 131, 221, 0.1);
  transform: translateY(-4px);
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(54, 131, 221, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__icon svg {
  width: 28px;
  height: 28px;
  color: #3683dd;
  stroke: #3683dd;
  stroke-width: 2;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details strong {
  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details a {
  color: #3683dd;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details a:hover {
  color: #206ac0;
  text-decoration: underline;
}

.contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details span {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.contact-map {
  margin-bottom: 80px;
}

.contact-map .container .contact-map__content h2 {
  text-align: center;
  margin-bottom: 40px;
}

.contact-map .container .contact-map__content h2 span {
  color: #3683dd;
}

.contact-map .container .contact-map__content .contact-map__wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
}

.contact-map .container .contact-map__content .contact-map__wrapper iframe {
  display: block;
  width: 100%;
  border: none;
  min-height: 450px;
}

/* Normalize
--------------------------------------------- */

/* Box sizing
--------------------------------------------- */

/* Variables
--------------------------------------------- */

/* Mixins
--------------------------------------------- */

/* General
--------------------------------------------- */

@media screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .flex-box {
    flex-direction: row;
  }

  h1 {
    font-size: 56px;
    line-height: 1.1;
  }

  h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .mobile-break {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  .hide-desctop {
    display: none;
  }

  header .flex-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  header .flex-box .header__logo img {
    height: 48px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 120px;
  }

  .hero .container .hero__content {
    align-items: center;
    padding: 80px;
  }

  .hero .container .hero__content .hero__text h1 {
    font-size: 53px;
    margin-bottom: 32px;
  }

  .hero .container .hero__content .hero__text p.lead {
    font-size: 30px;
    line-height: 1.8;
  }

  .about {
    margin-bottom: 120px;
  }

  .about .container .about__content {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .about .container .about__content .about__text h2 {
    margin-bottom: 32px;
  }

  .about .container .about__content .about__image {
    height: 100%;
  }

  .about .container .about__content .about__image img {
    height: 100%;
  }

  .values {
    margin-bottom: 120px;
  }

  .values .container .values__content {
    padding: 80px 60px;
  }

  .values .container .values__content h2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .services-cta {
    margin-bottom: 120px;
  }

  .services-cta .container .services-cta__content {
    grid-template-columns: 1fr 1fr;
  }

  .services-cta .container .services-cta__content .services-cta__text {
    padding: 80px 60px;
  }

  .services-cta .container .services-cta__content .services-cta__text h2 {
    margin-bottom: 24px;
  }

  .services-cta .container .services-cta__content .services-cta__text p {
    margin-bottom: 40px;
  }

  .services-cta .container .services-cta__content .services-cta__text .btn {
    width: auto;
  }

  .services-cta .container .services-cta__content .services-cta__image {
    display: block;
  }

  .contact-section {
    margin-bottom: 120px;
  }

  .contact-section .container .contact-section__content h2 {
    margin-bottom: 64px;
  }

  .contact-section .container .contact-section__content .contact-section__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  footer {
    padding: 80px 0 40px;
    margin-top: 120px;
  }

  footer .container .footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  footer .container .footer__content .footer__company h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  footer .container .footer__content .footer__company p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  footer .container .footer__content .footer__company .footer__details p {
    font-size: 15px;
  }

  footer .container .footer__content .footer__contact h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  footer .container .footer__content .footer__contact p {
    font-size: 16px;
  }

  footer .container .footer__copyright {
    font-size: 15px;
    padding-top: 40px;
  }

  .services-hero {
    padding-top: 100px;
    margin-bottom: 120px;
  }

  .services-hero .container .services-hero__content h1 {
    font-size: 56px;
    margin-bottom: 32px;
  }

  .services-hero .container .services-hero__content p.lead {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .services-hero .container .services-hero__content .services-hero__competencies {
    padding: 48px;
    margin-top: 40px;
  }

  .services-hero .container .services-hero__content .services-hero__competencies p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .services-hero .container .services-hero__content .services-hero__competencies ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }

  .services-hero .container .services-hero__content .services-hero__competencies ul li {
    font-size: 20px;
    line-height: 1.9;
    padding: 20px 24px 20px 56px;
  }

  .services-hero .container .services-hero__content .services-hero__competencies ul li:before {
    font-size: 22px;
    width: 28px;
    height: 28px;
    left: 20px;
  }

  .services-list {
    margin-bottom: 120px;
  }

  .services-list .container h2 {
    margin-bottom: 64px;
  }

  .services-list .container .services-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .services-list .container .services-list__grid .services-list__item h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .services-list .container .services-list__grid .services-list__item p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .services-list .container .services-list__grid .services-list__item ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .services-why {
    margin-bottom: 120px;
  }

  .services-why .container .services-why__content {
    padding: 80px 60px;
  }

  .services-why .container .services-why__content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 32px;
  }

  .services-why .container .services-why__content p {
    font-size: 18px;
    line-height: 1.8;
  }

  .services-contact {
    margin-bottom: 120px;
  }

  .services-contact .container .services-contact__content h2 {
    margin-bottom: 64px;
  }

  .services-contact .container .services-contact__content .services-contact__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .contact-hero {
    padding-top: 100px;
    margin-bottom: 120px;
  }

  .contact-hero .container .contact-hero__content h1 {
    font-size: 56px;
    margin-bottom: 32px;
  }

  .contact-hero .container .contact-hero__content p.lead {
    font-size: 20px;
    line-height: 1.8;
  }

  .contact-info {
    margin-bottom: 120px;
  }

  .contact-info .container .contact-info__content h2 {
    margin-bottom: 64px;
  }

  .contact-info .container .contact-info__content .contact-info__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .contact-info .container .contact-info__content .contact-info__grid .contact-info__item {
    padding: 40px;
  }

  .contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details a {
    font-size: 20px;
  }

  .contact-info .container .contact-info__content .contact-info__grid .contact-info__item .contact-info__details span {
    font-size: 20px;
    line-height: 1.7;
  }

  .contact-map {
    margin-bottom: 120px;
  }

  .contact-map .container .contact-map__content h2 {
    margin-bottom: 48px;
  }
}