:root {
  --white: #fff;
  --light_blue: #6493ff;
  --navy_blue: #020d53;
  --black: #000000;
  --gray: #666666;
  --light-gray: #f5f5f5;
  --overlay-white: rgba(255, 255, 255, 0.9);
  --overlay-dark: rgba(0, 0, 0, 0.5);
  --overlay-parallax: rgba(255, 255, 255, 0.65);
  --light-blue-bg: #f5f6fe;
}
.color-white {
  color: var(--white);
}
.color-light_blue {
  color: var(--light_blue);
}
.color-navy_blue {
  color: var(--navy_blue);
}
.color-black {
  color: var(--black);
}
.color-gray {
  color: var(--gray);
}
.color-light-gray {
  color: var(--light-gray);
}

.background-light_blue {
  background-color: var(--light_blue);
}
.background-none {
  background-color: transparent;
}
.background-white {
  background-color: var(--white);
}
.background-soft_white {
  background-color: #ffffff30;
}
.background-black {
  background-color: var(--black);
}
.background-gray {
  background-color: var(--gray);
}
.background-light-gray {
  background-color: var(--light-gray);
}
.background-overlay-white {
  background-color: var(--overlay-white);
}
.background-overlay-dark {
  background-color: var(--overlay-dark);
}

/* Modern Parallax Styles */
.parallax-background {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 120%;
  height: 140%;
  z-index: 1;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
  background-size: cover !important;
  background-position: center !important;
}

/* Parallax Background Overlay */
.parallax-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-parallax);
  z-index: 2;
  pointer-events: none;
}

.two-columns {
  position: relative;
  overflow: hidden;
}

.two-columns .container {
  position: relative;
  z-index: 2;
}
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway/Raleway-Medium.woff2") format("woff2"),
    url("../fonts/raleway/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway/Raleway-MediumItalic.woff2") format("woff2"),
    url("../fonts/raleway/Raleway-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/raleway/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("../fonts/raleway/Raleway-BoldItalic.woff2") format("woff2"),
    url("../fonts/raleway/Raleway-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

html {
  width: 100%;
  overflow-x: hidden !important;
}
body {
  font-family: "raleway", sans-serif;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  background: linear-gradient(90deg, #fff4de 0%, #C7E4FE 100%);
  width: 100%;
}

@media (max-width: 768px) {
  body {
    overflow: hidden;
  }
}

body.admin-bar #wpadminbar {
  display: none;
}
strong {
  font-weight: 600;
}
ul li {
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
ul li.menu-item {
  line-height: 1em;
  display: flex;
  position: relative;
}
ul,
ol {
  padding-left: 1rem;
}
a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  transition: color 0.4s;
}
.capitalize {
  text-transform: capitalize !important;
}
@media (min-width: 1401px) {
  .container-xxl {
    max-width: 1580px;
  }
}

@media (max-width: 768px) {
  .container-xxl {
    padding: 0 2rem;
  }
  .mp0 {
    padding: 0 !important;
  }
}
/* CSS for [hide_on_mobile] shortcode */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
header#main-header {
  position: relative;
  z-index: 10;
  padding: 1.6rem 2rem;
  height: 100px;
  display: flex;
  align-items: center;
  background: transparent;
}
#top-menu.nav {
  gap: 3rem;
}
#top-menu.nav li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: var(--white);
}
#top-menu.nav li a:after {
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--light_blue);
  content: " ";
  margin-top: 5px;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}
#top-menu.nav li a:hover:after,
#top-menu.nav li a:active:after {
  width: 100%;
}
#top-menu.nav li a:hover,
#top-menu.nav li a:focus,
#top-menu.nav li a:active {
  color: var(--light_blue);
}
#top-menu .current_page_item a {
  color: var(--light_blue) !important;
}
#top-menu .current_page_item a:after {
  width: 100% !important;
}
@media (min-width: 992px) {
  #mobile-menu,
  header#main-header a#mobileMenuClose {
    display: none;
  }
  #top-menu.nav {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  /* Hide desktop menu on mobile */
  .menu-column {
    display: none;
  }

  /* Show mobile menu toggle */
  .mobile-menu-toggle {
    display: flex !important;
  }
}
/* Hide old mobile menu close button */
#mobileMenuClose {
  display: none !important;
}
/* Hide old mobile menu toggle */
#mobileMenuToggle {
  display: none !important;
}

/* Show new mobile menu toggle */
.mobile-menu-toggle {
  display: none;
  font-size: 30px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--light_blue);
  transition: all 0.2s ease;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.mobile-menu-toggle:hover {
  background: var(--light-gray);
  color: var(--navy_blue);
  transform: scale(1.1);
}

.mobile-menu-toggle:active {
  transform: scale(0.95);
}
.logo-col {
  padding-right: 0;
  padding-left: 0;
}
/* Remove old mobile menu icon styles */
#mobileMenuToggle .fa-bars:before,
#mobileMenuToggle .fa-navicon:before {
  display: none;
}

a#mobileMenuClose:hover,
a#mobileMenuClose:active {
  display: none;
}
.mobile-and-search-menu {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

/* ===================================
   FOOTER STYLES
   =================================== */

/* Footer Logos Section */
.footer-logos-section {
  padding: 40px 0;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-logo-item {
  flex: 0 0 auto;
}

.footer-logo {
  max-height: 80px;
  width: auto;
}

/* Main Footer */
.site-footer {
  background-color: var(--navy_blue);
  color: var(--white);
  padding: 60px 0 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* Footer Left Column */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo .brand-logo {
  height: 50px;
  width: auto;
}

.footer-name h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.footer-name p {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  opacity: 0.8;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--white);
  font-size: 16px;
}

.contact-item i {
  color: var(--xanthous);
  width: 16px;
  text-align: center;
  position: relative;
  top: 4px;
}

.contact-item a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--xanthous);
}

/* Footer Right Column */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  color: var(--white);
  text-decoration: none;
  background-image: linear-gradient(to left, #6493ff, #4e77d4);
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.social-link:hover {
  transition: all 0.3s ease-in-out;
  color: inherit;
  transform: translateY(-1px);
}

.social-link i {
  font-size: 18px;
}

.psychology-link {
  background-color: var(--prussian_blue);
}

.psychology-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

/* Footer Navigation */
.footer-navigation {
  text-align: right;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-menu a:hover {
  color: var(--xanthous);
}

.footer-menu a:after {
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--light_blue);
  content: " ";
  margin-top: 5px;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}

.footer-menu a:hover:after {
  width: 100%;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.footer-bottom-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  color: var(--white);
  opacity: 0.8;
}

.copyright {
  text-align: left;
}
.license {
  text-align: center;
}
.web-design {
  text-align: right;
}

.web-design a {
  color: var(--white);
}

/* Responsive Design */
@media (max-width: 768px) {
  .copyright,
  .license,
  .web-design {
    text-align: center;
  }

  .footer-logos {
    gap: 30px;
  }

  .footer-logo {
    max-height: 60px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-right {
    align-items: flex-start;
  }

  .footer-menu {
    justify-content: flex-start;
    gap: 20px;
  }

  .footer-bottom-content {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  .social-links {
    justify-content: flex-start;
  }
  .footer-container {
    padding: 0 2rem;
  }

  .footer-navigation {
    text-align: right;
    width: 100%;
    column-count: 1;
  }
}

@media (max-width: 480px) {
  .footer-logos {
    gap: 20px;
  }

  .footer-logo {
    max-height: 50px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 15px;
  }

  .footer-name h3 {
    font-size: 20px;
  }

  .contact-item {
    font-size: 14px;
  }
}

.mbm-logo {
  height: 18px;
  position: relative;
  top: -4px;
  margin-left: 1px;
  filter: grayscale(100%) brightness(100);
}

.footer-address-lines {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}