/*@import "settings.css";*/
@import "legacy.css";
@import "global.css";
@import "elements.css";

@import "page-main.css";
@import "policy.css";
@import "about-us.css";
@import "courses.css";
@import "course-item.css";
@import "services.css";
@import "contact.css";
@import "page-404.css";

@import "woo.css";
@import "woo-global.css";
@import "woo-archive.css";
@import "woo-single.css";
@import "woo-checkout.css";
/*@import "components.css";*/


/*

    settings.css

**************************************/
 /* :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
/*@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter/InterVariable-Italic.woff2") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("../fonts/inter/InterVariable.woff2") format("woff2");
}*/

/*:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; 
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }*/






:root {
  --font-base: sans-serif;
  --font-secondary: sans-serif;
  --font-decorative: cursive;

  /* Colors */
  --light-gray: #f6f6f6;
  --blue: #043824;
  --darkgreen: #043824;
  --lightgreen: #ddf0cf;
  --white: #fff;
  --black: #1f1f1f;
  --color-gray-100: rgba(31, 31, 31, 0.6);
  --dark-grey: #bbc2ca;
  --color-black: #000;
  --color-slategray-100: #5e7894;
  --color-slategray-200: rgba(94, 120, 148, 0.09);

  /* Border radiuses */
  --br-3xs: 10px;

  /*  */
  --a-transition-delay: 0.3s;
  --dark-grey-hover: #d2d6dc;
  /* --blue-hover: #5278A1; */
  --blue-hover: #456587;

  /*  */
  --font-size-h1: 46px;
  --font-size-h2: 46px;
  --font-size-h3: 22px;
  --font-size-h4: 18px;
  --font-size-body: 16px;
  --font-size-button: 18px;
}

@media (max-width: 1299.98px) {

  :root {

  }
}

@media (max-width: 991.98px) {

  :root {
    --font-size-h2: 60px;
    --font-size-h3: 30px;
    --font-size-h4: 20px;
    --font-size-body: 18px;
    --font-size-button: 14px;
  }
}

@media (max-width: 575.98px) {

  :root {
    --font-size-body: 16px;
    --font-size-button: 14px;
  }
}

/*  */
/*  */
/*  */

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Generic
-------------------------------------------------------------- */

/* Normalize
--------------------------------------------- */

/*! 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 {
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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-size: 1em;
  font-family: monospace, monospace;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * 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-size: 1em;
  font-family: monospace, monospace;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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
	 ========================================================================== */

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  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"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/**
 * 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 {
  font: inherit;
  -webkit-appearance: button;
}

/* 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;
}

/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */

/* Typography
--------------------------------------------- */

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  background: #eee;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
  height: 1px;
  margin-bottom: 1.5em;
  background-color: #ccc;
  border: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

figure {
  margin: 1em 0;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
  outline: 0;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  overflow-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
  display: grid;
  gap: 1.5em;
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* --------------------------------------------------------------
# Plugins
-------------------------------------------------------------- */

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/* --------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  overflow-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #21759b;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: normal;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*  */
/*  */


html {
  overflow: auto;
}

body {
  max-width: 100vw;
  margin: 0 !important;
  font-weight: 400;
  font-size: var(--font-size-body);
  font-family: var(--font-base);
  line-height: 1.2;
  animation-fill-mode: both;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* a {
  text-decoration: none;
  transition: all 0.3s ease;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a:hover,
a:focus {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
  color: #1f1f1f;
  font-weight: 400;
  font-size: var(--font-size-body);
  line-height: 1.2;
}

.entry-footer {
  display: none;
}

h1 {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: var(--font-size-h1);
  line-height: 1;
  //letter-spacing: -3px;
  text-align: left;
}

h2 {
  margin: 0;
  margin-bottom: 40px;
  color: var(--black);
      font-weight: 500;
  font-size: var(--font-size-h2);
  line-height: 0.9;
 // letter-spacing: -3px;
  overflow-wrap: break-word;
}

h3 {
  //color: #38526e;
  font-weight: 400;
  font-size: var(--font-size-h3);
  line-height: 54px;
}

h4 {
  margin-bottom: 20px;
  //color: #38526e;
  font-weight: 400;
  font-weight: 700;
  font-size: var(--font-size-h4);
  line-height: 36px;
}

h5 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
}

ul {
  padding-left: 15px;
  list-style: "- ";
  /* color: #fff; */
}

/*  */
/*  */
/*  */

@media (max-width: 1299.98px) {

  h1 {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  h2 {
    margin-bottom: 50px;
    line-height: 1;
    //letter-spacing: -0.03em;
  }
}

/*  */
/*  */
/*  */

input {
  width: 100%;
  height: 70px;
  margin-bottom: 0px;
  padding: 20px 30px;
  color: #000;
  font-weight: 400;
  font-size: var(--font-size-body);
  font-family: var(--font-base);
  line-height: 1.2;
  background: transparent;
  border: 2px solid #38526e;
  border-radius: 10px;
  outline: none;
  transition: all var(--a-transition-delay);
}

input:focus {
  border-color: var(--blue-hover);
  transition: all var(--a-transition-delay);
}

input::placeholder {
  color: #000;
  font-weight: 400;
  font-family: "Helvetica Now Display" !important;
}

textarea {
  width: 100%;
  max-width: 1246px;
  height: 70px;
  padding: 20px 30px;
  color: #000;
  font-weight: 400;
  font-size: var(--font-size-body);
  font-family: var(--font-base);
  background: transparent;
  border: 2px solid #38526e;
  border-radius: 10px;
  outline: none;
  transition: all var(--a-transition-delay);
}

textarea:focus {
  border-color: var(--blue-hover);
  transition: all var(--a-transition-delay);
}

textarea::placeholder {
  color: #000;
}

@media only screen and (max-width: 768px) {

  .section-form h2 {
    font-size: 50px;
  }

  input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px 10px;
    font-weight: 400;
    /* color: #fff; */
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }

  input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    outline: none;
  }

  textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}



/*

    global.css

**************************************/
/* page-main */


.page-main {
  padding-top: 50px;
}

@media (max-width: 991.98px) {

  .page-main {
    padding-top: 20px;
  }
}

/**/

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex-grow: 1;
  width: 100%;
}



/*  */

.container {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {

  .container {
    width: unset;
    max-width: unset;
    margin: 0 50px;
  }
}

@media only screen and (max-width: 768px) {

  .container {
    max-width: unset;
    margin: 0 15px;
  }
}


/*

    header.css

**************************************/

header {
  top: 0;
  left: 0;
  z-index: 999;
  margin: 25px 0;
  /* width: 100vw; */
}
.header-logo_container {
	display: flex;
    align-items: center;
}
.header-logo {

}

.header-logo img {
  height: 65px;
  width: 75px;
}

.hamburger {
  display: none;
}

#myLinks {
  display: flex;
  align-items: center;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.4s all ease-in-out;
}

.header-row {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #f6f6f6;
  border-radius: 20px;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding: 0;
  list-style: none;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  padding: 0px 20px;
  color: black;
  color: #040000;
    font-size: 18px;
    //font-family: 'Inter', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    //letter-spacing: -0.3px;
}


.header-buttons {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1750px) {

  .header-nav ul {
    gap: 15px;
  }
}

@media only screen and (max-width: 1600px) {

  .header-nav ul li a {
    padding: 5px 8px 5px 8px;
    border-radius: 20px;
  }
}

@media (max-width: 1299.98px) {

  .header-nav ul {
    display: block;
    text-align: center;
    text-wrap: balance;
  }

  .header-nav ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
  }
}

@media (max-width: 767.98px) {

  .header-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  #myLinks {
    background: #38526e;
  }

  #myLinks ul li {
    margin-bottom: 12px;
    margin-left: 10px;
    list-style: none;
  }

  #myLinks ul li a {
    color: white;
  }
}

@media (max-width: 767.98px) {

  .header-logo {
    display: none;
  }
}

.sticky {
  opacity: 1;
  transition: opacity 1.5s ease;
}

.sticky.transparent {
  opacity: 0.4;
}

/* .a-header-minicart { */

.a-header-minicart {
  color: black !important;
}

@media (max-width: 1299.98px) {

  .a-header-minicart {
    margin-left: auto;
  }
}

.a-header-minicart svg {
  color: black;
}

.a-header-minicart-box {
  position: relative;
  width: 28px;
  color: black;
}

.a-header-minicart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 3px;
  color: black;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  border-radius: 999px;
}

/*

    elements.css

**************************************/


.a-global-title {
  margin: 0 0 0 0;
  color: var(--black);
  font-size: var(--font-size-h2);
  line-height: 0.9;
  //letter-spacing: -0.03em;
}

.a-global-title-2 {
  margin: 0;
  color: var(--blue);
  font-weight: 700;
  font-size: var(--font-size-h3);
  line-height: 100%;
}

.a-global-title + .a-global-title-2 {
  margin-top: 20px;
}

.a-global-title-3 {
  margin: 0;
  color: var(--blue);
  font-weight: 700;
  font-size: var(--font-size-h4);
  line-height: 100%;
}

.a-global-title + .a-global-title-3 {
  margin-top: 20px;
}

@media (max-width: 1299.98px) {

  .a-global-title {
    font-weight: 400;
    line-height: 1;
    //letter-spacing: -0.03em;
  }

  .a-global-title-2 {
    font-weight: 400;
    line-height: 1.2;
  }

  .a-global-title-3 {

    line-height: 1.2;
  }
}

@media (max-width: 991.98px) {

  .a-global-title + .a-global-title-2,
  .a-global-title + .a-global-title-3 {
    margin-top: 10px;
  }
}

/* .a-global-section */

.a-global-section {
  //margin-bottom: 300px;
}

@media (max-width: 1299.98px) {

  .a-global-section {
    margin-bottom: 200px;
  }
}

@media (max-width: 767.98px) {

  .a-global-section {
    margin-bottom: 150px;
  }
}

/* a-button */

.a-button-primary {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  color: var(--white);
  font-size: var(--font-size-button);
  background: var(--blue);
  border-radius: 15px 15px 15px 15px;
  transition: all var(--a-transition-delay);
    font-weight: 600;
    //letter-spacing: -0.3px;
}

@media (max-width: 991.98px) {

  .a-button-primary {
    padding: 15px 15px;
  }
}

.a-button-primary:hover {
  /* background-color: transparent; */
  /* color: var(--black); */
  filter: brightness(130%) saturate(130%);
  transition: all var(--a-transition-delay);
}

.a-button-primary:active {
  filter: brightness(80%) saturate(130%);
}

.a-button-secondary {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  overflow: hidden;
  color: var(--black);

  /* background: transparent; */
  font-weight: 700;
  font-size: var(--font-size-button);
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.001);
  border: 2px solid var(--blue);
  border-radius: 10px;
  transition: all var(--a-transition-delay);
}

.a-button-secondary:hover {
  background: rgba(256, 256, 256, 0.3);
  backdrop-filter: brightness(108%);
  transition: all var(--a-transition-delay);
}

.a-button-secondary:active {
  backdrop-filter: brightness(90%);
}

@media (max-width: 991.98px) {

  .a-button-secondary {
    padding: 15px 15px;
  }
}




@import "fonts.css";


@import "head.css";

/*

    page-main.css

**************************************/

/* service_header */

.service_header {
  margin-bottom: 5px;
}

.service_header h2 {
  margin-bottom: 0px;
}
.service_header h3 {
  margin: 10px 0 60px 0;
  color: #38526e;
  font-weight: 400;
  font-size: var(--font-size-h3);
  line-height: 100%;
}

.service_header p {
  margin: 0;
  color: #1f1f1f;
  font-weight: 700;
}

/* education */

.education {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.education_item {
  display: flex;
  flex: 0 1 calc(33.333% - 30px);
  flex-direction: column;
  padding: 30px;
  color: white;
  background: white;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: default;
}

.a-education-btn {
  opacity: 0;
  transition: 0.3s all;
}

.a-education-btn:hover {
  color: var(--white);
  background: var(--blue);
  filter: brightness(130%) saturate(130%);
  transition: all var(--a-transition-delay);
}

.a-education-btn:active {
  background: color-mix(in srgb, var(--dark-grey) 90%, black);
}

.education_item:hover {
  border: 2px solid #1f1f1f;
}

.education_item:hover .a-button-secondary {
  opacity: 1;
}

.education_item-box {
  margin-top: 70px;
  margin-bottom: 30px;
}

.education_item span {
  width: fit-content;
  height: 36px;
  padding: 5px 20px;
  color: #1f1f1f;
  font-weight: 400;
  background: #dfdfdf;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
}

.education_item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-weight: 700;
  font-size: var(--font-size-h4);
  line-height: 1.2;
}

.education_item p {
  margin: 0;
  color: #1f1f1f;
  font-weight: 400;
}

.a-education-btn {
  align-self: flex-start;
  width: auto;
  margin-top: auto;
}

@media (max-width: 1299.98px) {

  .a-education-btn {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {

  .education_item {
    padding: 20px;
  }

  .a-education-btn {
    width: 100%;
  }

  .education_item-box {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {

  .education_item-box {
    margin-bottom: 20px;
  }

  .education_item span {
    height: 30px;
    padding: 5px 20px;
  }
}

/*  */
/*  */
/*  */

/* a-hero */

.a-hero {
  user-select: none;
    margin-bottom: 0px;
}

.a-hero-swiper-pagination {
  justify-content: center;
  margin-bottom: 7px;
}
.swiper-wrapper {
  height: unset !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 50px;
    border-radius: 15px;
    background: var(--darkgreen) !important;
}
.swiper-pagination-bullet:after {
width: 25px;
height: 16px;
    border-radius: 15px;
        border: 2px solid var(--darkgreen);
    }
.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 15px;
    position: static;
}

.a-hero-row {
  display: flex;
  flex-grow: 1;
  gap: 25px;
  max-height: calc(100vh - 200px - 100px);
}

.a-hero-col-1 {
	border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50vw - 12px);
  background: var(--blue);
  padding: 40px 45px;
}

.hero-tags {
  display: flex;
  gap: 10px;
  align-items: center;

}

.hero-tags span {
    border-radius: 40px 40px 40px 40px;
    background-color: #184936;
    color: white;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;

}

.hero_span_title {
  color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1px;
    display: inline-block;
  margin: 30px 0;
}

.hsub1 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.a-hero-col-2 {
  width: calc(50vw - 13px);
  border-radius: 20px;
  padding-top: 35px 40px;
  overflow: hidden;
}

.a-hero-mobile-img img {
  width: 100%;
  object-fit: cover;
}

.a-hero-buttons {
  display: flex;
  gap:20px 30px;
  margin-top: 40px;
}

.a-hero-button {
  font-size: 22px;
  padding-right: 10px;
  max-height: 60px;
  padding-left: 20px;
  background: white;
  color: var(--darkgreen);
  border-radius: 50px;
}

.a-hero-button span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--darkgreen);
  padding: 12px;
}

@media (max-width: 1299.98px) {


  .a-hero-row {
    gap: 30px;

  }

  .a-hero-col-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 60%;
    overflow: hidden;
  }

  .a-hero-col-2 {
    width: 40%;
  }

 
}

@media (max-width: 1200px) {
 .a-hero-row {
    gap: 20px;
    flex-direction: column;
    max-height: unset;
    
  }

  .a-hero-col-1 {
    width: 100%;
    padding: 20px 15px;
  }

  .a-hero-col-2 {
    width: 100%;
    
  }
  .a-hero-mobile-img img {
    max-height: 500px;
  }
}


@media (max-width: 767px) {

   .a-hero-row {
    gap: 20px;
    flex-direction: column;
    max-height: unset;
    
  }

  .a-hero-col-1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .a-hero-col-2 {
    width: 100%;
  }
  .a-hero-mobile-img img {
    max-height: 400px;
  }
  .a-hero-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
}

@media (max-width: 780px) {

   .a-hero-row {
    gap: 20px;
 
    
  }

  .a-hero-col-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .a-hero-col-2 {
    max-height: 400px;
  }


}

/* hero slide 1 */



/*.a-hero .hero_slide1 {
  display: unset;
}*/

/*.a-hero .hero_up1 .hero_h1 {
  font-size: 190px;
}
*/
/*.a-hero .hero_up .a-hero-header-subtitle {
  display: flex;
  flex-wrap: wrap;
 // margin-top: -276px;
}*/



@media (max-width: 1699.98px) {


  
}



@media (max-width: 767.98px) {


}

@media (max-width: 575.98px) {
}

/* hero slide 2 */

/* hero slide3 */




/*

    footer.css

**************************************/

.a-footer-icons a {
  transition: all var(--a-transition-delay);
}

.a-footer-icons a:hover {
  transform: scale(1.03);
  transition: all var(--a-transition-delay);
}

.a-footer-icons img {
  max-width: 50px;
  max-height: 50px;
}

.a-footer-menu {
  width: auto;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 30px;
  column-width: 270px;
  list-style: none;
}

.a-footer-menu a {
  display: flex;
  white-space: nowrap;
  font-size: 20px;
  transition: all var(--a-transition-delay);
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}

.a-footer-menu a:hover {
  color: var(--dark-grey);
  transition: all var(--a-transition-delay);
}

footer {
  padding: 50px 0 0;
      background: var(--darkgreen);
}

footer h2 {
  margin: 0;
  margin-bottom: 50px;
  color: white;
}

footer a {
  display: block;
  margin-bottom: 15px;
  color: white;
}

.footer-container {
  display: flex;
  margin-bottom: 40px;
  gap: 150px;
  //justify-content: space-between;
}

.link-underline {
  //text-decoration: underline;
}

.footer-cont {
  display: flex;
  flex-direction: column;
}

.fcol1 {
  /* width: 80px; */
}

.fcol2 {
  width: 76px;
}

.fcol3 {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-left: 100px;
}

.fcol3 a {
  color: white;
  font-size: 20px;
}

.fcol3 h3 {
  margin: 0;
  margin-bottom: 45px;
  color: white;
  display: none;
}

.fcol3 div {
  display: flex;
  gap: 10px;
  //flex-direction: column;
  //justify-content: space-between;
}

.fcol4 {
  width: 422px;
  margin-left: 30px;
}

.fcol4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 422px;
  height: 70px;
  color: black;
  font-weight: 700;
  background: #bbc2ca;
  border-radius: 10px;
  transition: all var(--a-transition-delay);
}

.fcol4 a:hover {
  background: #fff;
}

.fcol1 svg {
  width: 221px;
  height: 60px;
}

@media only screen and (max-width: 1300px) {

  footer {
    padding: 40px 0 0;
  }

  footer h2 {
    margin-bottom: 20px;
    line-height: 1;
  }

  .footer-container {
    flex-direction: column;
  }

  .fcol3 {
    margin-bottom: 55px;
    margin-left: 0;
  }

  .fcol3 h3 {
    margin-top: 55px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {

  .a-footer-icons img {
    max-width: 70px;
    max-height: 70px;
  }
}

@media only screen and (max-width: 768px) {

  .fcol3,
  .fcol4 a,
  .fcol4 {
    width: 100%;
  }

  .fcol4 a {
    height: 50px;
    line-height: 1;
  }

  .fcol1 {
    width: 40%;
  }

  .fcol4 {
    margin-left: unset;
  }
}






.a-price-hero {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.a-price-hero-button {
  min-width: 300px;
  max-width: 100%;
  margin-top: 20px;
}

.a-price-hero span,
.a-price-hero div {
  font-size: 45px;
  line-height: 1;
}

.a-price-hero-prev {
  text-decoration-line: line-through;
}

@media only screen and (max-width: 991.98px) {

  .a-price-hero-button {
    min-width: 200px;
  }

  .a-price-hero span,
  .a-price-hero div {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {

  .a-price-hero {
    display: flex;
    gap: 40px;
  }

  .a-price-hero-prev {
    text-decoration-line: line-through;
  }
}

@media (max-width: 575.98px) {

  .a-price-hero span,
  .a-price-hero div {
    font-size: 20px;
  }


  .a-price-hero-button {
    width: 100%;
    margin-top: 10px;
  }
}

/* tabs */

.a-tabs-content {
  display: block;
}

.a-tabs-content.a-tabs-hidden {
  display: none;
}

.a-tabs-btn {
  cursor: pointer;


  display: inline-flex;
    align-self: flex-end;
    margin: 12px 0 0px;
    padding: 10px 20px;
    border-radius: 999px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;

}

.a-tabs-btn.a-tabs-selected {
  color: white;
  background: var(--darkgreen);
  transition: all 0.3s;
}

.a-tabs-btn:hover {
  background: #bbc2ca;
  transition: all 0.3s;
  color: black;
  background: var(--lightgreen);
}

.a-tabs-head {
  background: #f6f6f6;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-radius: 20px;
}

.a-tabs-body {
  margin-top: 30px;
}

@media (max-width: 1299.98px) {

  .a-tabs .a-tabs-head {
    gap: 10px;
  }


  .a-tabs-btn {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .a-tabs .a-tabs-head {
    grid-template-columns: 1fr 1fr;
  }

  .a-tabs .a-tabs-head {
    gap: 5px;
    display: flex;

  }
  .a-tabs-btn {
    flex-grow: 1;
  }

}

@media (max-width: 767.98px) {
  .a-tabs .a-tabs-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .a-tabs-btn {
    min-height: 50px;
  }
}

@media (max-width: 575.98px) {

  .a-tabs .a-tabs-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }


}
.woocommerce-shop {
  background-color: #f7f7f7;
}

.woocommerce-info {
  border-top-color: var(--darkgreen);
}

.woocommerce-info::before {
    color: #043825;
}

.woocommerce-message {
    border-top-color: var(--darkgreen);
}

.woocommerce-message::before {
    color: var(--darkgreen);
}

.woocommerce-cart *:focus {
    outline: 1px solid rgba(0,0,0,.15);
    box-shadow: none;
}

.post-type-archive-product .header-row {
  background-color: #fff;
}


.section-season {
    padding: 100px 0 ;
 background-color: #f7f7f7;
}

.section-season .section-title {
  margin-bottom: 50px;
}

/* 4 cards in a row on desktop */
.season-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.season-card {
  flex: 1 1 calc(25% - 15px);
  min-width: 240px;
  max-width: 335px;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
 // box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
}

/* top gray area with tags + image */
.season-card-top {
    position: relative;
}

.season-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 11px;
  margin-left: 16px;
  position: absolute;
  z-index: 999;
}

.season-tags span {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 40px;
  background-color: #ddf0cf;
   background-color: #f1f1f1;
    color: black;
    font-weight: 300;
}

/* image centered on light gray */
.season-image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.season-image-wrap img {
  max-height: 400px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}

.fade-in-img {
    opacity: 0.3;
    transform: scale(0.8);
    transition: opacity 1.5s ease, transform 0.5s ease;
}

.fade-in-img.loaded {
    opacity: 1;
    transform: scale(1);
}

/* text / price / button */
.season-card-body {
  padding: 16px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.season-product-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  color: black;
  min-height: 40px;
}

.season-price {
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  //color: black;
}

/* "Подробнее" button – white with black border like on screenshot */
.season-more-btn {
  margin-top: 8px;
  padding: 10px 0;
  width: 100%;
  border-radius: 999px;
  border: 1px solid #e4e3e3;
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.35s ease, color 0.25s ease;
}

.season-more-btn:hover {
  background-color: #111827;
  color: #ffffff;
}

/* bottom CTA button under cards */
.season-cta-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.season-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  background-color: #065f46;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(6, 95, 70, 0.4);
}

.season-cta-btn:hover {
  background-color: #047857;
}

/* responsive: stack cards on small screens */
@media (max-width: 900px) {
  .season-card {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 640px) {
  .season-card {
    flex: 1 1 100%;
  }

  .section-season .section-title {
    font-size: 24px;
  }
}



/* faq */

.faq {
  user-select: none;
}

.faq-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-h {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 18px 15px 18px 20px;
  background: white;
  border-radius: 10px;
}

.faq-heading {
  display: flex;
  align-items: center;
  color: #1f1f1f;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  user-select: none;
}

.faq-arrow svg {
  transition: transform 0.5s ease;
}

.faq-arrow svg.rotate {
  transform: rotate(45deg);
  /* Поворот на 180 градусов */
}

.faq-text {
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  opacity: 0;
  transition: all 0.4s ease;
  user-select: none;
}

.faq-text.active {
  height: unset;
  padding: 10px 20px 10px 20px;
  opacity: 1;
}

.faq {
  position: relative;
  width: 100%;
}

.faq label {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 44px;
  height: 44px;
}

@media (max-width: 991.98px) {

  .faq-row {
    gap: 10px;
  }

  .faq .faq-arrow {
    width: 33px;
    height: 33px;
  }

  .faq-arrow svg {
    width: 20px !important;
  }

  .faq-h {
    padding: 6px 7px 6px 10px;
  }
}

/* a-service-faq */

.a-service-faq {
  margin-top: 200px;
}

.a-service-faq-title {
  max-width: 900px;
  color: #1f1f1f;
  font-size: var(--font-size-h3);
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}

.a-service-faq-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.a-service-faq-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.a-service-faq-i label {
  margin-bottom: 0;
}

.a-service-faq-i .faq-h {
  margin-bottom: 0;
}

.a-service-faq-text-below {
  display: flex;
  gap: 60px;
  align-items:center;
  margin-top: 70px;
}

.a-service-faq-text-below p {
  align-items: center;
  max-width: 700px;
  color: #38526e;
  font-weight: 700;
  font-size: var(--font-size-h4);
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1299.98px) {

  .a-service-faq {
    margin-top: 150px;
  }

  .a-service-faq-title {
    margin-bottom: 30px;
    line-height: 1;
  }

  .a-service-faq-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .a-service-faq-text-below {
    gap: 20px;

    margin-top: 20px;
  }

  .a-service-faq-text-below svg {
    width: 38px;
    height: 38px;
  }

  .a-service-faq-col {
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .a-service-faq-text-below {
    align-items: center;
  }
  }
/* a-showcase-cards */

.a-showcase-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.a-showcase-cards-i {
  display: flex;
  flex: 1;
  align-items: end;
  min-height: 430px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
}

.a-showcase-cards-text {
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-h4);
  font-family: var(--font-secondary);
  text-transform: uppercase;
}

@media (max-width: 1299.98px) {
  .a-showcase-cards {
    gap: 10px;
  }
  .a-showcase-cards-text {
    font-size: 25px;
  }
}

@media (max-width: 991.98px) {

  .a-showcase-cards {
    gap: 10px;
  }

  .a-showcase-cards-i {
    min-width: 300px;
    min-height: 258px;
    padding: 20px;
  }

  .a-showcase-cards-text {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {

  .a-showcase-cards {
    flex-direction: column;
  }
}

/* swiper */

.swiper-pagination {
  display: flex;
  gap: 10px 0px;
  justify-content: center;
}

.arrow-pane {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  user-select: none;
}

.arrow-pane div {
  padding: 10px 0;
}

.swiper-pagination-bullet {
  display: flex;
  width: auto;
  height: auto;
  margin: 0 !important;
  padding: 10px 6px !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  opacity: 1;
  transition: all var(--a-transition-delay);
}

.swiper-pagination-bullet:hover {
  opacity: 0.7;
  transition: all var(--a-transition-delay);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #000;
}

.swiper-pagination-bullet:after {
  display: flex;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 100%;
  content: "";
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.portfolio-swiper-next,
.portfolio-swiper-prev {
  cursor: pointer;
  opacity: 1;
  transition: all var(--a-transition-delay);
}

.portfolio-swiper-next:hover,
.portfolio-swiper-prev:hover {
  opacity: 0.7;
  transition: all var(--a-transition-delay);
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767.98px) {

  .swiper-pagination-bullet:after {
    width: 10px;
    height: 10px;
  }
}

/* .a-contact-form { */

.a-contact-form {
}

.a-contact-form textarea {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}

.a-contact-form-inputs textarea::placeholder,
.a-contact-form-inputs input[type="text"]::placeholder,
.a-contact-form-inputs input[type="email"]::placeholder,
.a-contact-form-inputs input[type="tel"]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.a-contact-form span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.a-contact-form input {
  margin: 0;
}

.a-contact-form-inner {
  padding: 60px 50px 100px 50px;
  background: var(--dark-grey);
  border-radius: 10px;
}

.a-contact-form-header {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}

.a-contact-form-title {
  margin: 0;
  color: var(--blue);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.a-contact-form-subtitle {
  color: var(--white);
  font-weight: 400;
  font-size: var(--font-size-h3);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.a-contact-form-box {
  margin-top: 120px;
}

.a-contact-form-box form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.a-contact-form-inputs {
  display: flex;
  flex-direction: column;
  flex-grow: 1256;
  gap: 10px;
  width: 0;
}

.a-contact-form-inputs-row-2 {
  display: flex;
  gap: 10px 20px;
}

.a-contact-form-col {
  flex-grow: 1;
}

.a-contact-form-submit {
  display: flex;
  flex-grow: 412;
  width: 0;
  min-width: min-content;
  max-width: 100%;
}

.a-contact-form-submit p {
  flex-grow: 1;
}

.a-contact-form-submit input {
  min-width: min-content;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.a-contact-form .wpcf7-response-output {
  width: 100%;
  margin: 30px 0 0 0 !important;
  padding: 60px 30px !important;
  font-size: var(--font-size-body);
  line-height: 1.4;
  text-align: center;
  background: #dfdfdf;
  border-radius: 10px;
}

@media (min-width: 1300px) {

  .a-contact-form-submit input {
    height: 100%;
    max-height: 150px;
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media (max-width: 1299.98px) {

  .a-contact-form-inner {
    padding: 60px 50px 60px 50px;
  }

  .a-contact-form-box form {
    flex-direction: column;
    gap: 20px;
  }

  .a-contact-form-inputs-row-2 {
    gap: 10px;
  }

  .a-contact-form-inputs {
    width: 100%;
  }

  .a-contact-form-submit {
    align-self: flex-end;
    width: 50%;
  }
}

@media (max-width: 991.98px) {

  .a-contact-form {
    margin-top: 150px;
  }

  .a-contact-form-inner {
    padding: 60px 20px 40px 20px;
  }

  .a-contact-form-header {
    flex-direction: column;
    justify-content: flex-start;
  }

  .a-contact-form-title {
    line-height: 1;
    font-size: 50px;
  }

  .a-contact-form-subtitle {
    margin-top: 10px;
    text-align: left;
  }

  .a-contact-form-box {
    margin-top: 60px;
  }

  .a-contact-form-inputs-row-2 {
    flex-direction: column;
  }

  .a-contact-form-submit input {
    font-size: 22px;
  }

  .a-contact-form .wpcf7-response-output {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .a-contact-form-submit input {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .a-contact-form-submit input {
    font-size: 16px;
  }
  .a-contact-form-submit {
    width: 100%;
  }
}

/* content */

.content-section {
  margin-bottom: 0px;
  padding: 120px 0 40px;
}

.content-row {
}

.content-row-item {
  display: flex;
  gap: 35px;
  margin-bottom: 60px;
}

.content-row-item div {
}

.content-left {
  width: 50%;
}

.content-content {
}

.content-right {
  width: 50%;
}

.content-item-image {
  width: 100%;
  max-height: 370px;
  object-fit: cover;
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 800px) {

  .content-row-item {
    flex-direction: column !important;
  }

  .content-left {
    width: 100%;
  }

  .content-right {
    width: 100%;
  }

  .content-section {
    padding: 80px 0 40px;
  }

  .content-row-item {
    gap: 20px;
  }
}

/* The Modal */

.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content2 {
  width: 90%;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 20px;
  background-color: transparent;
}

.close2 {
  float: right;
  color: white !important;
  font-weight: bold;
  font-size: 28px;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {

  .modal-content2 {
    width: unset;
    margin: 40px auto;
    padding: 8px;
  }

  .myModal .a-contact-form-box {
    margin-top: 20px;
  }

  .myModal .a-contact-form-title {
    margin-bottom: 20px;
  }

  .myModal .a-contact-form-inner {
    padding: 30px 15px 10px 15px;
  }
}




