@charset "UTF-8";
/*!
Theme Name: New Axiom
Theme URI: 
Author: 
Author URI: 
Description: A custom WordPress theme
Version: 1.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-axiom
*/
/* Reset margins and paddings */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Reset button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

/* Reset form elements */
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Remove text decoration from links */
a {
  text-decoration: none;
  color: inherit;
}

/* Set base font size */
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(47, 45, 57);
}

/* Base text styles */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(47, 45, 57);
}

/* All text elements */
p,
span,
div,
li,
a,
input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgb(47, 45, 57);
}

/* Links */
a {
  color: rgb(47, 45, 57);
  text-decoration: underline;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: rgba(47, 45, 57, 0.8);
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(47, 45, 57);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Text utilities */
.text-light {
  color: rgba(47, 45, 57, 0.7);
}

.text-white {
  color: rgba(255, 255, 255, 0.8);
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* Font weights */
.font-light {
  font-weight: 200;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

/* Line height utilities */
.line-tight {
  line-height: 1.2;
}

.line-normal {
  line-height: 1.6;
}

.line-loose {
  line-height: 2;
}

/* Letter spacing utilities */
.tracking-tight {
  letter-spacing: -0.5px;
}

.tracking-normal {
  letter-spacing: normal;
}

.tracking-wide {
  letter-spacing: 1px;
}

/* Text size utilities */
.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

/* Responsive text adjustments */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/* Base styles */
body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 0;
  padding-top: 100px;
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

/* All text elements */
p,
span,
div,
li,
a,
input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
p.nav-arrow,
span.nav-arrow,
div.nav-arrow,
li.nav-arrow,
a.nav-arrow,
input.nav-arrow,
button.nav-arrow,
textarea.nav-arrow {
  color: rgb(47, 45, 57);
}

/* Links */
a {
  color: rgb(47, 45, 57);
  text-decoration: underline;
}
a:hover, a:focus {
  color: rgba(47, 45, 57, 0.8);
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(47, 45, 57);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* Entry content */
.entry-content {
  color: rgba(255, 255, 255, 0.8);
}

/* Site title and description */
.site-title a,
.site-description {
  color: rgba(255, 255, 255, 0.8);
}

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

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Sections */
.section {
  padding: 4rem 0;
}
.section--light {
  background-color: #ffffff;
}
.section--dark {
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.8);
}

/* Utility classes */
.desc-txt {
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0 auto 4rem;
  max-width: 900px;
  font-weight: 500;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.invisible {
  visibility: hidden;
}

/* Spacing utilities */
.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

/* Responsive container */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}
/* Display utilities */
.hidden {
  display: none;
}

.visible {
  display: block;
}

.invisible {
  visibility: hidden;
}

/* Spacing utilities */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

/* Text alignment */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify !important;
}

/* Text transforms */
.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* Font weights */
.font-light {
  font-weight: 200;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

/* Colors */
.text-primary {
  color: rgb(47, 45, 57);
}

.text-secondary {
  color: #6c757d;
}

.text-white {
  color: rgba(255, 255, 255, 0.8);
}

.text-black {
  color: #000000;
}

/* Background colors */
.bg-primary {
  background-color: rgb(47, 45, 57);
}

.bg-secondary {
  background-color: #6c757d;
}

.bg-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-black {
  background-color: #000000;
}

/* Flexbox utilities */
.d-flex {
  display: flex;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

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

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

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

/* Position utilities */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Responsive utilities */
@media (max-width: 768px) {
  .d-none-mobile {
    display: none;
  }
  .d-block-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .show-mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .button {
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
  }
  .button--primary {
    background-color: rgb(47, 45, 57);
    color: rgba(255, 255, 255, 0.8);
  }
  .button--primary:hover {
    background-color: rgba(47, 45, 57, 0.9);
  }
  .button--secondary {
    background-color: #6c757d;
    color: rgba(255, 255, 255, 0.8);
  }
  .button--secondary:hover {
    background-color: rgba(108, 117, 125, 0.9);
  }
  .button--outline {
    background-color: transparent;
    border-color: currentColor;
  }
  .button--outline:hover {
    background-color: rgba(47, 45, 57, 0.1);
  }
  .button--white {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(47, 45, 57);
  }
  .button--white:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .button--large {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
  }
  .button--small {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
  .button--full {
    width: 100%;
  }
  .button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
}
@media screen and (min-width: 769px) {
  .form-group {
    margin-bottom: 1.5rem;
  }
  .form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: rgb(47, 45, 57);
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(47, 45, 57);
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: border-color 0.3s ease;
  }
  .form-control:focus {
    outline: none;
    border-color: rgba(47, 45, 57, 0.5);
    box-shadow: 0 0 0 2px rgba(47, 45, 57, 0.1);
  }
  .form-control::placeholder {
    color: rgba(47, 45, 57, 0.5);
  }
  .form-control--error {
    border-color: #dc3545;
  }
  .form-control--error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1);
  }
  .form-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: rgba(47, 45, 57, 0.7);
  }
  .form-error {
    color: #dc3545;
  }
  .form-success {
    color: #28a745;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: rgb(47, 45, 57);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(47, 45, 57);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dee2e6;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: rgba(47, 45, 57, 0.5);
  box-shadow: 0 0 0 2px rgba(47, 45, 57, 0.1);
}
.form-control::placeholder {
  color: rgba(47, 45, 57, 0.5);
}
.form-control--error {
  border-color: #dc3545;
}
.form-control--error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1);
}
.form-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(47, 45, 57, 0.7);
}
.form-text--error {
  color: #dc3545;
}
.form textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
.form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23343a40' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 12px;
  padding-right: 2.5rem;
}
.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  margin-right: 0.5rem;
}
.form-check-label {
  font-size: 0.9rem;
  color: rgb(47, 45, 57);
}
.form-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .main-navigation,
  .footer-navigation {
    color: rgba(255, 255, 255, 0.8);
  }
  .main-navigation a,
  .footer-navigation a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
  }
  .main-navigation {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .main-navigation {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation #primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }
  .main-navigation #primary-menu > li {
    position: relative;
  }
  .main-navigation #primary-menu > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    display: block;
  }
  .main-navigation #primary-menu > li.menu-item-has-children > a:after {
    content: "▼";
    font-size: 0.7em;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .main-navigation #primary-menu > li.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1c1c1c;
    min-width: 250px;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .main-navigation #primary-menu > li.menu-item-has-children > .sub-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-navigation #primary-menu > li.menu-item-has-children > .sub-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 1rem;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s;
  }
  .main-navigation #primary-menu > li.menu-item-has-children > .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .main-navigation #primary-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .hero {
    position: relative;
    background-color: rgb(47, 45, 57);
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
  }
  .hero__content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    padding: 8rem 0;
    text-align: center;
  }
  .hero__title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.1;
  }
  .hero__subtitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }
  .hero__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }
  .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(47, 45, 57, 0.8), rgba(47, 45, 57, 0.6));
    z-index: 1;
  }
}
.hero {
  position: relative;
  background-color: rgb(47, 45, 57);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.hero__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
  padding: 8rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__content {
    padding: 4rem 0;
  }
}
.hero__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__subtitle {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 1.2rem;
  }
}
.hero__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .hero__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__background img,
.hero__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(47, 45, 57, 0.7), rgba(47, 45, 57, 0.4));
}
.hero__scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.hero__scroll-down:hover {
  opacity: 1;
}
.hero__scroll-down span {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero__scroll-down i {
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.site-header {
  background-color: rgba(47, 45, 57, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 0 2rem 0;
  transition: all 0.3s ease;
  font-weight: 500;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.site-header.scrolled {
  background-color: rgba(47, 45, 57, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
.site-header.scrolled::before {
  opacity: 0;
}
.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 0 2rem;
}

.site-branding {
  display: flex;
  align-items: center;
  margin-left: -2rem;
}

.custom-logo {
  height: 100px;
  width: auto;
  max-width: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}
.scrolled .custom-logo {
  filter: none;
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.5rem 0;
    height: 60px;
  }
  .site-header.scrolled {
    background-color: rgba(47, 45, 57, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  }
  .site-header-inner {
    padding: 0 1rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .site-branding {
    margin-left: 0;
  }
  .custom-logo {
    height: 35px;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgb(47, 45, 57);
  transition: background-color 0.3s ease;
}
.site-header .site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.site-header .site-header-inner .site-branding {
  flex-shrink: 0;
}
.site-header .site-header-inner .site-branding .custom-logo-link {
  display: block;
}
.site-header .site-header-inner .site-branding .custom-logo-link img {
  height: 120px;
  width: auto;
  display: block;
}
.site-header .site-header-inner .main-navigation {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.site-header .site-header-inner .main-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.site-header .site-header-inner .mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .site-header .site-header-inner .mobile-nav {
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .site-header .site-header-inner {
    padding: 1rem;
    width: 100%;
  }
  .site-header .site-header-inner .main-navigation {
    display: none;
  }
}
.site-footer {
  background-color: rgb(47, 45, 55);
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 2rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 8rem;
}

.footer-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer-center .custom-logo-link {
  display: block;
  margin-bottom: 1rem;
}
.footer-center .custom-logo {
  height: 120px;
  width: auto;
  max-width: none;
}

.footer-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  padding-top: 0.5rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.social-icons a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.social-icons a i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}
.footer-menu li {
  margin: 0;
  position: relative;
}
.footer-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: 220px;
  text-align: center;
  font-weight: 500;
  box-sizing: content-box;
}
.footer-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-menu .menu-item-has-children {
  position: relative;
}
.footer-menu .menu-item-has-children > a::after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
  font-size: 0.7em;
  transition: transform 0.2s;
}
.footer-menu .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: transparent;
}
.footer-menu .menu-item-has-children .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 0;
  right: 101%;
  transform: none;
  min-width: 280px;
  background-color: rgb(47, 45, 57);
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  box-sizing: content-box;
  gap: 0.25rem;
}
.footer-menu .menu-item-has-children .sub-menu a {
  background-color: transparent;
  white-space: nowrap;
  text-align: center;
  min-width: 280px;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-menu .menu-item-has-children .sub-menu a:hover {
  border: 1px solid white;
}
.footer-menu .menu-item-has-children:hover > .sub-menu,
.footer-menu .menu-item-has-children .sub-menu:hover {
  display: flex;
  background-color: rgb(47, 45, 57);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding-top: 0.5rem;
}
.contact-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 1.25rem 0;
  position: relative;
}
.contact-info p:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.contact-info p:first-child {
  padding-top: 0;
}
.contact-info p:last-child {
  padding-bottom: 0;
}
.contact-info a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.contact-info a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .footer-left,
  .footer-right {
    align-items: center;
  }
  .footer-menu {
    align-items: center;
  }
  .footer-menu .menu-item-has-children .sub-menu {
    position: static;
    transform: none;
    margin-top: 0.5rem;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    min-width: auto;
  }
  .contact-info {
    align-items: flex-start;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.grid--no-gap {
  gap: 0;
}
.grid--small-gap {
  gap: 0.5rem;
}
.grid--large-gap {
  gap: 2rem;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media (max-width: 768px) {
  .col-mobile-1 {
    grid-column: span 1;
  }
  .col-mobile-2 {
    grid-column: span 2;
  }
  .col-mobile-3 {
    grid-column: span 3;
  }
  .col-mobile-4 {
    grid-column: span 4;
  }
  .col-mobile-5 {
    grid-column: span 5;
  }
  .col-mobile-6 {
    grid-column: span 6;
  }
  .col-mobile-7 {
    grid-column: span 7;
  }
  .col-mobile-8 {
    grid-column: span 8;
  }
  .col-mobile-9 {
    grid-column: span 9;
  }
  .col-mobile-10 {
    grid-column: span 10;
  }
  .col-mobile-11 {
    grid-column: span 11;
  }
  .col-mobile-12 {
    grid-column: span 12;
  }
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--center {
  align-items: center;
}
.grid--start {
  align-items: start;
}
.grid--end {
  align-items: end;
}
.grid--stretch {
  align-items: stretch;
}

.grid-item--center {
  justify-self: center;
}
.grid-item--start {
  justify-self: start;
}
.grid-item--end {
  justify-self: end;
}
.grid-item--stretch {
  justify-self: stretch;
}

.flex {
  display: flex;
  gap: 1rem;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--space-between {
  justify-content: space-between;
}

/* Services Archive Styles */
.services-archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.service-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.service-item:hover {
  transform: translateY(-5px);
}

.service-thumbnail {
  margin-bottom: 1rem;
}
.service-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Single Service Styles */
.service-single {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.service-single .service-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.service-single .service-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.service-content-wrapper {
  margin: 0 auto;
  padding: 4rem 2rem;
  position: relative;
  background-color: rgb(47, 45, 57);
}
.service-content-wrapper .service-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.service-content-wrapper .service-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0 auto 4rem;
  max-width: 900px;
  font-weight: 500;
}
.service-content-wrapper.dark {
  background-color: rgb(47, 45, 57);
}
.service-content-wrapper.dark .service-header {
  color: rgba(255, 255, 255, 0.8);
}
.service-content-wrapper.dark .service-title {
  color: rgba(255, 255, 255, 0.8);
}
.service-content-wrapper.dark .service-description {
  color: rgba(255, 255, 255, 0.8);
}
.service-content-wrapper.dark .feature-description {
  color: rgba(255, 255, 255, 0.8);
}
.service-content-wrapper.light {
  background-color: rgba(255, 255, 255, 0.8);
}
.service-content-wrapper.light .service-header {
  color: rgb(47, 45, 57);
}
.service-content-wrapper.light .service-title {
  color: rgb(47, 45, 57);
}
.service-content-wrapper.light .service-description {
  color: rgb(47, 45, 57);
}

.service-header {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-image {
  margin: 4rem auto;
  text-align: center;
}
.feature-image img {
  max-width: 100%;
  height: auto;
}

.feature-description {
  max-width: 900px;
  margin: 4rem auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}

.service-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5px;
}

.gallery-item {
  width: 100%;
}
.gallery-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.other-services-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background-color: rgb(226, 225, 226);
}
.other-services-section .other-services-row {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-bottom: 3rem;
}
.other-services-section .other-services-title {
  color: rgb(47, 45, 57);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.other-services-section .other-service {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(47, 45, 57);
  font-size: 2.5rem;
  font-weight: 500;
  color: #2f2d39;
  font-size: 1rem;
  font-weight: 500;
  min-width: 153px;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.other-services-section .service-link {
  margin-top: 5px;
}
.other-services-section .service-link a {
  text-decoration: none;
}

.other-service.hidden {
  display: none;
}

@media (max-width: 768px) {
  .service-title {
    font-size: 2.5rem;
  }
  .gallery-item img {
    height: 300px;
  }
}
.partners-page .partners-hero {
  margin-top: -100px;
}
.partners-page .partners-container {
  color: rgb(47, 45, 57);
  margin: 0 auto;
  padding: 4rem 2rem;
}
.partners-page .partners-title {
  text-align: center;
  font-size: 2.5rem;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.partners-page .partners-logos {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 989px;
  height: auto;
  margin: auto;
}
.partners-page .drop-us-line {
  background-color: rgb(126, 125, 126);
  color: rgb(47, 45, 57);
  padding: 3rem;
  text-align: center;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.8);
}
.partners-page .drop-us-line .drop-us-line-title {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.partners-page .drop-us-line .drop-us-line-description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.partners-page .drop-us-line .work-with-us-button {
  display: inline-block;
  background-color: #666;
  color: white;
  padding: 1rem 3rem;
  text-decoration: none;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.partners-page .drop-us-line .work-with-us-button:hover {
  background-color: rgb(47, 45, 57);
}

.work-with-us__section {
  padding: 4rem 0;
}
.work-with-us__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.work-with-us__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .work-with-us__content {
    grid-template-columns: 1fr;
  }
}
.work-with-us__text-title {
  margin-bottom: 2rem;
  color: rgb(47, 45, 57);
}
.work-with-us__text-description {
  color: rgba(47, 45, 57, 0.7);
  margin-bottom: 2rem;
}
.work-with-us__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.work-with-us__benefits-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: rgb(47, 45, 57);
}
.work-with-us__benefits-item:before {
  content: "✓";
  color: rgb(47, 45, 57);
  margin-right: 1rem;
  font-weight: 500;
}
.work-with-us__form {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.work-with-us-page .work-with-us-container {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .work-with-us-page .work-with-us-container {
    grid-template-columns: 1fr;
  }
}
.work-with-us-page .map-section {
  position: relative;
  max-height: 30rem;
  background-color: rgb(47, 45, 57);
}
@media (max-width: 768px) {
  .work-with-us-page .map-section {
    max-height: 250px;
    min-height: 250px;
    padding-top: 110px;
  }
}
.work-with-us-page .map-section .map-container {
  padding-top: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .work-with-us-page .map-section .map-container {
    padding-top: 110px;
  }
}
.work-with-us-page .map-section .map-container iframe {
  width: 100%;
  height: 100%;
  filter: contrast(1.2) grayscale(1);
}
.work-with-us-page .contact-section {
  padding-top: 200px;
  background-color: rgb(47, 45, 57);
  color: white;
  max-height: 30rem;
}
.work-with-us-page .contact-section .form-title {
  font-size: 2.5rem;
  color: white;
}
.work-with-us-page .contact-section .contact-form {
  max-width: 600px;
  margin: 0 3rem;
}
.work-with-us-page .contact-section .contact-form .form-field {
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.work-with-us-page .contact-section .contact-form .form-field label {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: 1px;
}
.work-with-us-page .contact-section .contact-form .form-field input, .work-with-us-page .contact-section .contact-form .form-field textarea {
  width: 100%;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.work-with-us-page .contact-section .contact-form .form-field input:focus, .work-with-us-page .contact-section .contact-form .form-field textarea:focus {
  outline: none;
  border-bottom-color: white;
}
.work-with-us-page .contact-section .contact-form .form-field input::placeholder, .work-with-us-page .contact-section .contact-form .form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.work-with-us-page .contact-section .contact-form .form-field textarea {
  min-height: 30px;
  resize: vertical;
}
.work-with-us-page .contact-section .contact-form .form-note {
  font-size: 0.8rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6);
}
.work-with-us-page .contact-section .contact-form .form-submit {
  text-align: right;
  margin-bottom: 30px;
}
.work-with-us-page .contact-section .contact-form .form-submit button {
  background: white;
  color: #1a1a1a;
  border: none;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
}
.work-with-us-page .contact-section .contact-form .form-submit button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.work-with-us-page .contact-section #form-message {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(47, 45, 57);
}
.work-with-us-page .contact-section #form-message.success {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4CAF50;
  border: 1px solid #4CAF50;
}
.work-with-us-page .contact-section #form-message.error {
  background-color: rgba(255, 255, 255, 0.9);
  color: #F44336;
  border: 1px solid #F44336;
}
.work-with-us-page .testimonials-section {
  padding: 4rem 0;
  background-color: #f5f5f5;
}
.work-with-us-page .testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.work-with-us-page .testimonials-section .testimonials-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: rgb(47, 45, 57);
}
.work-with-us-page .testimonials-section .testimonials-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3rem;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-nav:hover {
  opacity: 0.7;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-nav .nav-arrow {
  font-size: 2rem;
  color: rgb(47, 45, 57);
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-nav.testimonial-prev {
  left: 0;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-nav.testimonial-next {
  right: 0;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-content {
  text-align: center;
  display: none;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-content:first-child {
  display: block;
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-content blockquote {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: rgb(47, 45, 57);
}
.work-with-us-page .testimonials-section .testimonials-slider .testimonial-content blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  color: rgba(47, 45, 57, 0.7);
  font-style: normal;
}

.front-page .front-page-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
}
.front-page .front-page-hero img {
  width: 100%;
  object-fit: cover;
}
.front-page .front-page-container {
  max-width: 900px;
  margin: 0 auto;
}
.front-page .front-page-container .front-page-title {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: rgb(47, 45, 57);
  letter-spacing: 2px;
  margin: 4rem 0;
  font-weight: 500;
  text-transform: capitalize;
}
.front-page .front-page-container .front-page-content {
  max-width: 800px;
  margin: 0 auto 6rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgb(47, 45, 57);
  font-weight: 500;
}
.front-page .front-page-services-container {
  width: 100vw;
  padding-top: 1rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  background-image: url("../images/home/services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .front-page .front-page-services-container {
    background-image: none;
    padding-top: 0;
  }
}
.front-page .front-page-services-container img {
  display: none;
}
.front-page .front-page-services-container .services-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-page .front-page-services-container .services-row {
    flex-direction: column !important;
    margin: auto 0 0 0 !important;
  }
  .front-page .front-page-services-container .services-row .front-page-service.service-bottom {
    margin: 0 !important;
    width: 100% !important;
  }
  .front-page .front-page-services-container .services-row .front-page-service {
    margin-top: 0 !important;
  }
  .front-page .front-page-services-container .services-row .front-page-service.service-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.front-page .front-page-services-container .front-page-service {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  width: 35rem;
  height: 13rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .front-page .front-page-services-container .front-page-service {
    width: 21rem;
  }
}
.front-page .front-page-services-container .front-page-service.service-left {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #b8b8b8;
  align-self: flex-start;
  align-items: flex-end;
  justify-content: center;
  margin-top: 0rem;
}
.front-page .front-page-services-container .front-page-service.service-left .service-content {
  color: rgb(47, 45, 57);
}
.front-page .front-page-services-container .front-page-service.service-right {
  background-color: rgb(47, 45, 57);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.front-page .front-page-services-container .front-page-service.service-right .service-content {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .front-page .front-page-services-container .front-page-service.service-right {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.front-page .front-page-services-container .front-page-service.service-bottom {
  background-color: rgb(47, 45, 57);
  width: 50%;
}
.front-page .front-page-services-container .front-page-service.service-bottom .service-content {
  color: rgba(255, 255, 255, 0.8);
  height: 3rem;
  margin: 0 0 2rem;
}
.front-page .front-page-services-container .front-page-service .service-content {
  font-size: 1rem;
  line-height: 1rem;
  font-size: 12px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .front-page .front-page-services-container .front-page-service .service-content {
    margin: 0 auto 1rem;
  }
}
.front-page .front-page-services-container .front-page-service .service-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.front-page .front-page-services-container .front-page-service .service-link {
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.front-page .front-page-services-container .front-page-service .service-link a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .front-page-services-container .services-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .front-page-services-container .services-row .front-page-service {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 2rem !important;
  }
  .front-page-services-container .services-row .front-page-service.service-left, .front-page-services-container .services-row .front-page-service.service-right, .front-page-services-container .services-row .front-page-service.service-bottom {
    width: 100% !important;
    margin: 2rem 0 !important;
    align-self: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
