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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,600,700);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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;
}

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

/* 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;
}

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

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

.sidebar {
  float: left;
}

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #141232;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  padding: 0;
  width: 100%;
  max-width: 100vw;
}

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

.container {
  padding: 0 16px;
}

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

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

.center {
  text-align: center;
}

h1 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 110%;
}

h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 32px;
  text-align: center;
  color: #141232;
}

h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 26px;
  color: #222222;
}

strong {
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.hide-mobile {
  display: none;
}

.blog-main {
  padding: 30px 0;
  min-height: 60vh;
  padding-top: 0;
}

.blog-main .page-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  padding-top: 40px;
  line-height: 1.3;
  color: #1c3a5e;
}

.blog-main .blog-posts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-main .blog-post-item {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(28, 58, 94, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-main .blog-post-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(28, 58, 94, 0.12);
}

.blog-main .blog-post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-main .blog-post-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.blog-main .blog-post-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.blog-main .blog-post-image a:hover img {
  transform: scale(1.05);
}

.blog-main .blog-post-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-main .blog-post-date {
  font-size: 1.4rem;
  color: #6b7a8c;
  font-weight: 500;
}

.blog-main .blog-post-excerpt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1f2a3a;
}

.blog-main .blog-post-excerpt p {
  margin: 0;
}

.blog-main .blog-post-readmore {
  margin-top: 10px;
}

.blog-main .btn-readmore {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff5858;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
}

.blog-main .btn-readmore:hover {
  background-color: #e04848;
}

.page-header.banner {
  background-color: #084675;
  background-image: url("../img/white-shape-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0 6px;
  margin-bottom: 40px;
  color: #fff;
  width: 100%;
}

.page-header.banner .entry-header {
  text-align: center;
}

.page-header.banner .entry-header .entry-meta {
  margin-bottom: 20px;
}

.page-header.banner .entry-header .entry-meta .post-date {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.single-post-main,
.page-main {
  padding: 0;
}

.single-post-main .single-post-content,
.single-post-main .entry-content,
.page-main .single-post-content,
.page-main .entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1f2a3a;
}

.single-post-main .single-post-content p,
.single-post-main .entry-content p,
.page-main .single-post-content p,
.page-main .entry-content p {
  margin-bottom: 20px;
}

.single-post-main .single-post-content h2,
.single-post-main .single-post-content h3,
.single-post-main .single-post-content h4,
.single-post-main .entry-content h2,
.single-post-main .entry-content h3,
.single-post-main .entry-content h4,
.page-main .single-post-content h2,
.page-main .single-post-content h3,
.page-main .single-post-content h4,
.page-main .entry-content h2,
.page-main .entry-content h3,
.page-main .entry-content h4 {
  color: #1c3a5e;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.single-post-main .single-post-content h2,
.single-post-main .entry-content h2,
.page-main .single-post-content h2,
.page-main .entry-content h2 {
  font-size: 2.4rem;
}

.single-post-main .single-post-content h3,
.single-post-main .entry-content h3,
.page-main .single-post-content h3,
.page-main .entry-content h3 {
  font-size: 2rem;
}

.single-post-main .single-post-content h4,
.single-post-main .entry-content h4,
.page-main .single-post-content h4,
.page-main .entry-content h4 {
  font-size: 1.8rem;
}

.single-post-main .single-post-content ul,
.single-post-main .single-post-content ol,
.single-post-main .entry-content ul,
.single-post-main .entry-content ol,
.page-main .single-post-content ul,
.page-main .single-post-content ol,
.page-main .entry-content ul,
.page-main .entry-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.single-post-main .single-post-content li,
.single-post-main .entry-content li,
.page-main .single-post-content li,
.page-main .entry-content li {
  margin-bottom: 10px;
}

.single-post-main .single-post-content a,
.single-post-main .entry-content a,
.page-main .single-post-content a,
.page-main .entry-content a {
  color: #1732a4;
  text-decoration: underline;
}

.single-post-main .single-post-content a:hover,
.single-post-main .entry-content a:hover,
.page-main .single-post-content a:hover,
.page-main .entry-content a:hover {
  color: #ff5858;
}

.single-post-main .single-post-content img,
.single-post-main .entry-content img,
.page-main .single-post-content img,
.page-main .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
}

.single-post-main .single-post-content blockquote,
.single-post-main .entry-content blockquote,
.page-main .single-post-content blockquote,
.page-main .entry-content blockquote {
  border-left: 4px solid #1732a4;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #6b7a8c;
}

.single-post-main .single-post-featured-image,
.page-main .single-post-featured-image {
  margin-bottom: 40px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(28, 58, 94, 0.12);
}

.single-post-main .single-post-featured-image img,
.page-main .single-post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-main .post-navigation,
.page-main .post-navigation {
  margin-top: 60px;
  padding-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.single-post-main .post-navigation .nav-links,
.page-main .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.single-post-main .post-navigation .nav-previous,
.single-post-main .post-navigation .nav-next,
.page-main .post-navigation .nav-previous,
.page-main .post-navigation .nav-next {
  flex: 1;
  min-width: 200px;
}

.single-post-main .post-navigation .nav-previous a,
.single-post-main .post-navigation .nav-next a,
.page-main .post-navigation .nav-previous a,
.page-main .post-navigation .nav-next a {
  display: block;
  padding: 15px 20px;
  background: #f3f5f8;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.single-post-main .post-navigation .nav-previous a:hover,
.single-post-main .post-navigation .nav-next a:hover,
.page-main .post-navigation .nav-previous a:hover,
.page-main .post-navigation .nav-next a:hover {
  background: #e5e5e5;
}

.single-post-main .post-navigation .nav-previous a .nav-subtitle,
.single-post-main .post-navigation .nav-next a .nav-subtitle,
.page-main .post-navigation .nav-previous a .nav-subtitle,
.page-main .post-navigation .nav-next a .nav-subtitle {
  display: block;
  font-size: 1.4rem;
  color: #6b7a8c;
  margin-bottom: 5px;
}

.single-post-main .post-navigation .nav-previous a .nav-title,
.single-post-main .post-navigation .nav-next a .nav-title,
.page-main .post-navigation .nav-previous a .nav-title,
.page-main .post-navigation .nav-next a .nav-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c3a5e;
}

.single-post-main .post-navigation .nav-next,
.page-main .post-navigation .nav-next {
  text-align: right;
}

.single-post-main .post-navigation .nav-next a,
.page-main .post-navigation .nav-next a {
  text-align: right;
}

.page-main {
  padding: 0;
}

.page-main .page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-main .page-featured-image {
  margin-bottom: 40px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(28, 58, 94, 0.12);
}

.page-main .page-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-main .entry-content {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1f2a3a;
}

.page-main .entry-content p {
  margin-bottom: 20px;
}

.page-main .entry-content h2,
.page-main .entry-content h3,
.page-main .entry-content h4 {
  color: #1c3a5e;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-main .entry-content h2 {
  font-size: 2.4rem;
}

.page-main .entry-content h3 {
  font-size: 2rem;
}

.page-main .entry-content h4 {
  font-size: 1.8rem;
}

.page-main .entry-content ul,
.page-main .entry-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.page-main .entry-content li {
  margin-bottom: 10px;
}

.page-main .entry-content a {
  color: #1732a4;
  text-decoration: underline;
}

.page-main .entry-content a:hover {
  color: #ff5858;
}

.page-main .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
}

.page-main .entry-content blockquote {
  border-left: 4px solid #1732a4;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #6b7a8c;
}

.error-404-main {
  padding: 0;
}

.error-404-main .error-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
}

.error-404-main .error-subtitle {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  font-weight: 400;
}

.error-404-main .error-message {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #1f2a3a;
  margin-bottom: 40px;
}

.error-404-main .error-actions {
  margin-bottom: 40px;
}

.error-404-main .btn-home {
  display: inline-block;
  padding: 14px 32px;
  background-color: #ff5858;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
}

.error-404-main .btn-home:hover {
  background-color: #e04848;
}

.error-404-main .error-search {
  margin-top: 40px;
}

.error-404-main .error-search .search-form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.error-404-main .error-search .search-form label {
  flex: 1;
}

.error-404-main .error-search .search-form input[type=search] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: inherit;
}

.error-404-main .error-search .search-form input[type=search]:focus {
  outline: none;
  border-color: #084675;
}

.error-404-main .error-search .search-form button,
.error-404-main .error-search .search-form input[type=submit] {
  padding: 12px 24px;
  background-color: #084675;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.error-404-main .error-search .search-form button:hover,
.error-404-main .error-search .search-form input[type=submit]:hover {
  background-color: rgb(4.736, 41.44, 69.264);
}

/* Header
--------------------------------------------- */

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

.site-header {
  padding: 20px 0;
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
}

.site-header .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.site-header .brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .brand a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
}

.site-header .brand a img {
  height: 90px;
  width: auto;
  vertical-align: middle;
}

.site-header .brand a span {
  margin-left: 10px;
}

.site-header .brand .custom-logo-link {
  display: flex;
  align-items: center;
}

.site-header .brand .custom-logo-link img {
  height: 40px;
  width: auto;
}

.site-header .menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.site-header .menu-toggle .menu-toggle-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  height: 18px;
}

.site-header .menu-toggle .menu-toggle-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.site-header .menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 3px);
}

.site-header .menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.site-header .menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.site-header .menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header .menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 18px;
  flex-wrap: wrap;
}

.site-header .menu ul#primary-menu {
  position: initial;
  background: none;
  box-shadow: none;
}

.site-header .menu li {
  margin: 0;
}

.site-header .menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
}

.site-header .menu a:hover {
  opacity: 0.8;
}

/* Header
--------------------------------------------- */

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

.site-footer.foot {
  background: #191c2f;
  color: #C9D5E6;
  padding: 40px 0;
}

.site-footer.foot .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer.foot .footer-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer.foot .footer-info {
  flex: 1;
  min-width: 300px;
}

.site-footer.foot .footer-info strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.site-footer.foot .footer-info p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #C9D5E6;
}

.site-footer.foot .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 18px;
  padding-top: 18px;
  font-size: 1.4rem;
  color: #C9D5E6;
  text-align: center;
}

/* Home
--------------------------------------------- */

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

.sec {
  padding: 56px 0;
}

.banner {
  background-color: #084675;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/white-shape-bg.png");
  padding-top: 90px;
  color: #fff;
}

.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .banner-content .buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.banner .banner-content .btn {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #1c3a5e;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid transparent;
}

.banner .banner-content .btn:first-child {
  background-color: #ff5858;
  border-color: #ff5858;
  color: #fff;
}

.banner .banner-content .btn:hover {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.banner .banner-text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 30px;
  color: #fff;
}

.banner .banner-text h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

.banner .banner-image {
  margin-top: 30px;
}

.banner .banner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  padding-top: 40px;
  line-height: 1.3;
  color: #1c3a5e;
}

.banner .section-title,
.page-header.banner .section-title {
  color: #fff;
  padding-top: 0;
}

.cols3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
}

.cols2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 12px 34px rgba(28, 58, 94, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(28, 58, 94, 0.18);
}

.card .card-icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.card .card-icon img {
  width: 100px;
  height: 130px;
  object-fit: cover;
}

.card .card-content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1f2a3a;
}

.card .card-title {
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: 600;
  color: #1c3a5e;
}

.card .card-title a {
  color: #1c3a5e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.card .card-title a:hover {
  color: #1732a4;
}

.card .card-image {
  margin: -22px -22px 20px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.card .card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card .card-image a {
  display: block;
}

.about {
  background: #f3f5f8;
}

.advantages {
  background: #fff;
}

.advantages .advantages-segment {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.advantages .advantages-segment:last-child {
  margin-bottom: 0;
}

.advantages .advantages-segment.advantages-segment-reverse {
  flex-direction: row-reverse;
}

.advantages .advantages-list {
  flex: 1;
}

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

.advantages .advantages-list .advantages-items li {
  padding: 15px 0;
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1f2a3a;
  border-bottom: 1px solid #e5e5e5;
}

.advantages .advantages-list .advantages-items li:last-child {
  border-bottom: none;
}

.advantages .advantages-list .advantages-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff5858;
}

.advantages .advantages-image {
  flex: 1;
  max-width: 500px;
}

.advantages .advantages-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(28, 58, 94, 0.12);
}

.services {
  background: #f3f5f8;
}

.blog {
  background: #fff;
}

.blog .sub-title {
  font-size: 1.6rem;
  color: #6b7a8c;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.blog .post-card {
  display: flex;
  flex-direction: column;
}

.blog .post-card img {
  position: relative;
  border-width: 5px;
  border-style: solid;
  border-radius: 8px;
  margin-bottom: 30px;
  border-color: rgba(23, 50, 164, 0.1);
  width: 100%;
}

.blog .post-card .card-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog .post-card .card-title a {
  text-decoration: none;
  color: #191c2f;
}

.blog .post-card p {
  color: rgba(25, 28, 47, 0.65);
  font-size: 17px;
  line-height: 27px;
}

.contact {
  background-color: #084675;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/white-shape-bg.png");
  color: #fff;
}

.contact .contact-flex {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.contact h2,
.contact h3 {
  color: #fff;
}

.contact .contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact .contact-info p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.contact .contact-info a {
  color: #fff;
}

.contact .contact-form-wrapper {
  flex: 1;
}

.contact .contact-form h3 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: 600;
}

.contact .contact-form .form-description {
  margin: 0 0 25px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.contact .contact-form label {
  display: block;
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 500;
}

.contact .contact-form input[type=text],
.contact .contact-form input[type=email],
.contact .contact-form input[type=tel],
.contact .contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: inherit;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.contact .contact-form input[type=text]:focus,
.contact .contact-form input[type=email]:focus,
.contact .contact-form input[type=tel]:focus,
.contact .contact-form textarea:focus {
  outline: none;
  border-color: #1732a4;
}

.contact .contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact .contact-form .form-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 20px 0;
  font-size: 1.4rem;
  color: #6b7a8c;
}

.contact .contact-form .form-checkbox input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
}

.contact .contact-form .form-checkbox label {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}

.contact .contact-form .btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact .contact-form .btn.btn1 {
  background: #e3c27d;
  color: #1c3a5e;
}

.contact .contact-form .btn.btn1:hover {
  background: #d4b366;
}

@media screen and (min-width: 375px) {
  h1 {
    font-size: 2.9rem;
  }
}

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

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

  h1 {
    font-weight: 500;
    font-size: 9rem;
    line-height: 90%;
    letter-spacing: -0.04em;
  }

  h3 {
    font-size: 2.4rem;
    line-height: 32px;
  }

  h2 {
    font-size: 4.6rem;
    line-height: 56px;
  }

  p {
    font-size: 1.8rem;
    line-height: 26px;
  }

  .mobile-break {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  .hide-desctop {
    display: none;
  }

  .blog-main .page-title {
    font-size: 4.6rem;
    margin: 0 0 60px;
    padding-top: 60px;
  }

  .blog-main {
    padding: 60px 0;
    padding-top: 0;
  }

  .blog-main .blog-header {
    margin-bottom: 60px;
  }

  .blog-main .blog-header .page-title {
    font-size: 4.6rem;
  }

  .blog-main .blog-posts {
    gap: 40px;
  }

  .blog-main .blog-post-item {
    padding: 30px;
  }

  .blog-main .blog-post-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .blog-main .blog-post-image {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }

  .blog-main .blog-post-content {
    flex: 1;
    gap: 20px;
  }

  .blog-main .blog-post-date {
    font-size: 1.6rem;
  }

  .blog-main .blog-post-excerpt {
    font-size: 1.8rem;
  }

  .blog-main .btn-readmore {
    font-size: 1.8rem;
    padding: 14px 28px;
  }

  .page-header.banner {
    padding: 160px 0 40px;
    margin-bottom: 60px;
  }

  .page-header.banner .entry-header .entry-meta .post-date {
    font-size: 1.8rem;
  }

  .single-post-main .single-post-content,
  .single-post-main .entry-content,
  .page-main .single-post-content,
  .page-main .entry-content {
    padding: 0;
    font-size: 1.8rem;
  }

  .single-post-main .single-post-content h2,
  .single-post-main .entry-content h2,
  .page-main .single-post-content h2,
  .page-main .entry-content h2 {
    font-size: 3.6rem;
  }

  .single-post-main .single-post-content h3,
  .single-post-main .entry-content h3,
  .page-main .single-post-content h3,
  .page-main .entry-content h3 {
    font-size: 2.8rem;
  }

  .single-post-main .single-post-content h4,
  .single-post-main .entry-content h4,
  .page-main .single-post-content h4,
  .page-main .entry-content h4 {
    font-size: 2.4rem;
  }

  .single-post-main .single-post-featured-image,
  .page-main .single-post-featured-image {
    margin-bottom: 60px;
  }

  .single-post-main .post-navigation,
  .page-main .post-navigation {
    margin-top: 80px;
    padding-top: 60px;
    margin-bottom: 80px;
  }

  .single-post-main .post-navigation .nav-previous a,
  .single-post-main .post-navigation .nav-next a,
  .page-main .post-navigation .nav-previous a,
  .page-main .post-navigation .nav-next a {
    padding: 20px 30px;
  }

  .single-post-main .post-navigation .nav-previous a .nav-subtitle,
  .single-post-main .post-navigation .nav-next a .nav-subtitle,
  .page-main .post-navigation .nav-previous a .nav-subtitle,
  .page-main .post-navigation .nav-next a .nav-subtitle {
    font-size: 1.6rem;
  }

  .single-post-main .post-navigation .nav-previous a .nav-title,
  .single-post-main .post-navigation .nav-next a .nav-title,
  .page-main .post-navigation .nav-previous a .nav-title,
  .page-main .post-navigation .nav-next a .nav-title {
    font-size: 1.8rem;
  }

  .page-header {
    padding: 100px 0;
  }

  .page-header .entry-header .entry-meta .post-date {
    font-size: 1.8rem;
  }

  .page-main .page-content {
    padding: 0;
  }

  .page-main .page-featured-image {
    margin-bottom: 60px;
  }

  .page-main .entry-content {
    font-size: 1.8rem;
  }

  .page-main .entry-content h2 {
    font-size: 3.6rem;
  }

  .page-main .entry-content h3 {
    font-size: 2.8rem;
  }

  .page-main .entry-content h4 {
    font-size: 2.4rem;
  }

  .error-404-main .error-subtitle {
    font-size: 2.4rem;
  }

  .error-404-main .error-message {
    font-size: 2rem;
  }

  .error-404-main .btn-home {
    font-size: 1.8rem;
    padding: 16px 40px;
  }

  .site-header .brand a img {
    height: 120px;
  }

  .site-footer.foot {
    padding: 50px 0;
  }

  .site-footer.foot .footer-info strong {
    font-size: 2rem;
  }

  .site-footer.foot .footer-info p {
    font-size: 1.8rem;
  }

  .site-footer.foot .copy {
    font-size: 1.6rem;
  }

  .banner {
    padding: 40px 0 60px;
    padding-top: 60px;
  }

  .banner .banner-content {
    flex-direction: row;
    padding-top: 40px;
  }

  .banner .banner-content .buttons {
    flex-direction: row;
  }

  .banner .banner-text h1 {
    font-size: 3.6rem;
  }

  .banner .banner-text {
    flex: 1;
  }

  .banner .banner-image {
    flex: 1;
  }

  .section-title {
    font-size: 4.6rem;
    margin: 0 0 60px;
    padding-top: 60px;
  }

  .banner .section-title,
  .page-header.banner .section-title {
    padding-top: 0;
  }

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

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

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

@media screen and (max-width: 425px) {
  .site-header {
    padding: 12px 0;
  }

  .site-header .header-flex {
    position: relative;
  }

  .site-header .menu-toggle {
    display: block;
  }

  .site-header .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #191c2f;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 30px;
    transition: right 0.3s ease;
    z-index: 1000;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
  }

  .site-header .menu.menu-open {
    right: 0;
  }

  .site-header .menu ul {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: flex-start;
  }

  .site-header .menu li {
    width: 100%;
  }

  .site-header .menu a {
    display: block;
    padding: 10px 0;
    font-size: 1.8rem;
    width: 100%;
  }

  .site-header::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
    pointer-events: none;
  }

  .site-header.menu-active::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .site-footer.foot {
    padding: 30px 0;
  }

  .site-footer.foot .footer-content {
    flex-direction: column;
  }

  .site-footer.foot .footer-info {
    min-width: auto;
  }

  .site-footer.foot .footer-info strong {
    font-size: 1.6rem;
  }

  .site-footer.foot .footer-info p {
    font-size: 1.4rem;
  }

  .site-footer.foot .copy {
    font-size: 1.2rem;
  }

  .advantages .advantages-segment {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .advantages .advantages-segment.advantages-segment-reverse {
    flex-direction: column;
  }

  .advantages .advantages-image {
    max-width: 100%;
  }
}