@charset "UTF-8";
body {
  background-color: #FFF5EE;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

section {
  padding-top: 80px;
  padding-bottom: 40px;
}

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

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

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

.hidden {
  display: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

p, .content, ul, ol {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
  font-size: 16px;
  color: #172129;
}

ul {
  padding-left: 1rem;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
ul li::before {
  content: "•";
  color: #04284A;
  position: absolute;
  left: 0;
  font-size: 1.6em;
  top: -1px;
}

ol li::marker {
  color: #04284A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  color: #111;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 0.5em;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #FAFAFA;
}

.dark p, .dark .content {
  color: #FAFAFA;
}

h2, .heading-md {
  font-size: 48px;
}

h3, .heading-sm {
  font-size: 24px;
}

.btn {
  font-family: "Inter", sans-serif;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.54px;
  font-family: "Inter", sans-serif;
  padding: 5px 15px;
  color: white;
  position: relative;
  margin-top: 20px;
}

.btn-secondary {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.54px;
  font-family: "Maven Pro", sans-serif;
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #111;
  position: relative;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 3px;
  background-color: #04284A;
  transition: width 0.25s;
}

.btn-secondary:hover {
  color: #111;
}
.btn-secondary:hover:before {
  width: 51px;
}

/* Override Bootstrap btn-primary */
.btn-primary {
  letter-spacing: 2px;
  background-color: #000101;
  border: 2px solid black;
  color: #fff;
  position: relative; /* Needed for the pseudo-element positioning */
  overflow: hidden; /* Hide the pseudo-element when it moves outside */
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  border-radius: 0px;
}

/* Create the flash effect using a pseudo-element */
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%; /* Start well off to the left */
  width: 50%; /* Adjust width for the desired flash size */
  height: 100%;
  background: rgba(255, 255, 255, 0.3); /* White flash for dark button */
  transform: skewX(-25deg); /* Gives it a diagonal look */
  transition: left 0.5s ease; /* Animates the horizontal movement */
  z-index: 0; /* Place it behind the button text */
}

/* Ensure that the button's text and content remain on top */
.btn-primary > * {
  position: relative;
  z-index: 1;
}

/* Hover state: animate the flash across the button */
.btn-primary:hover {
  color: #fff;
  background-color: #010e1a;
  border-color: #010e1a;
}

.btn-primary:hover::before {
  left: 125%; /* Move the pseudo-element off the right side */
}

.btn-sm {
  font-size: 14px;
  padding: 5px 15px !important;
}

.supertitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 2px;
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
  color: #04284A;
  margin-bottom: -0.1em;
}

hr.short {
  width: 50%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
  border: none;
  height: 1px;
  margin: 5px 0px !important;
}

h2.accent-line {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
h2.accent-line::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #000101;
}

.about-image {
  border-radius: 12px;
  position: relative;
}
.about-image:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90%;
  height: 50%;
  background-color: #000101;
  z-index: -1;
  border-radius: 12px;
}

.seperator {
  position: relative;
}

.seperator::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 400px;
  background-color: #04284A;
  -webkit-clip-path: shape(from 0% 0%, curve to 47.5856% 30.4257% with 12.3326% 1.5521%/40.8007% 30.4257%, curve to 71.8826% 10.9903% with 54.3704% 30.4257%/64.6394% 16.5433%, curve to 100% 22.3276% with 79.1259% 5.4373%/100% 22.3276%, vline to 89.5419%, curve to 74.8472% 81.4438% with 100% 89.5419%/84.077% 94.7478%, curve to 47.5856% 69.4123% with 65.6174% 68.1398%/54.9205% 64.0907%, curve to 0% 69.4123% with 40.2506% 74.7339%/12.7031% 100%, vline to 0%, close);
          clip-path: shape(from 0% 0%, curve to 47.5856% 30.4257% with 12.3326% 1.5521%/40.8007% 30.4257%, curve to 71.8826% 10.9903% with 54.3704% 30.4257%/64.6394% 16.5433%, curve to 100% 22.3276% with 79.1259% 5.4373%/100% 22.3276%, vline to 89.5419%, curve to 74.8472% 81.4438% with 100% 89.5419%/84.077% 94.7478%, curve to 47.5856% 69.4123% with 65.6174% 68.1398%/54.9205% 64.0907%, curve to 0% 69.4123% with 40.2506% 74.7339%/12.7031% 100%, vline to 0%, close);
  /*background-image: url('/images/heroBackground.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;*/
}

.hero {
  background-color: #FFF5EE;
  background-repeat: repeat;
  height: 100vh;
  height: calc(100vh - 70px);
  padding: 0px;
  padding-top: 70px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  top: -30%;
  right: 0%;
  width: 40%;
  height: 60%;
  background-color: #04284A;
  background: linear-gradient(to bottom, #04284A, #07427a);
  transform: rotate(20deg);
  border-radius: 24px;
}
@media (max-width: 1550px) {
  .hero {
    height: auto;
    min-height: auto;
    padding: 60px 0;
    padding-top: 150px;
    padding-bottom: -100px;
  }
  .hero .hero-image-wrapper {
    display: none !important;
  }
  .hero .hero-image-text {
    display: none !important;
  }
  .hero::before {
    display: none;
  }
  .hero::after {
    display: none !important;
  }
  .hero .super-text {
    color: #04284A;
    font-size: 20px;
    opacity: 0.8 !important;
  }
}
.hero * {
  z-index: 1;
}
.hero h1 {
  text-align: left;
}
.hero p {
  width: 75%;
}
.hero .btn-primary {
  padding: 10px 20px;
}
.hero .col-in {
  margin-top: 170px;
}
@media (max-width: 991px) {
  .hero .col-in {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.hero .hero-image-wrapper {
  display: flex;
  gap: 10px;
  transform: rotate(20deg);
}
.hero .hero-image-wrapper .side-left, .hero .hero-image-wrapper .side-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  position: relative;
}
.hero .hero-image-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.hero .text-wrapper {
  position: absolute;
  top: 7px;
  left: 362px;
  width: 95px;
  height: 34px;
  overflow: hidden;
}
.hero .anotha-class {
  position: relative;
}
.hero .hero-image-text {
  animation: text-scroll 60s linear infinite;
}

.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

@keyframes text-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.super-text {
  color: #04284A;
  font-size: 20px;
}
.super-text::before {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #04284A;
  display: inline-block;
  margin-right: 10px;
}

.hero {
  position: relative;
  min-height: 60vh;
}

nav, .nav {
  transition: all 0.5s ease;
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 0px;
  min-height: 60px;
}
nav .nav-logo, .nav .nav-logo {
  position: absolute;
  left: 30px;
  top: 15px;
}
nav .nav-logo img, .nav .nav-logo img {
  width: 54px;
  height: 54px;
}
@media (max-width: 1000px) {
  nav .nav-logo img, .nav .nav-logo img {
    width: 35px;
    height: 35px;
  }
}
nav.sticky, .nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
nav.sticky .nav-item-wrapper .nav-item, .nav.sticky .nav-item-wrapper .nav-item {
  color: #FAFAFA;
}
nav.secondary .nav-item-wrapper .nav-item, .nav.secondary .nav-item-wrapper .nav-item {
  color: #FAFAFA;
}
@media (max-width: 1000px) {
  nav, .nav {
    background-color: #333;
  }
}
@media (min-width: 1001px) {
  nav .nav-item-wrapper, .nav .nav-item-wrapper {
    max-width: 1320px;
    margin: 0 auto;
  }
}
nav .nav-item-wrapper, .nav .nav-item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
nav .nav-item-wrapper .button-wrapper, .nav .nav-item-wrapper .button-wrapper {
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  nav .nav-item-wrapper .button-wrapper, .nav .nav-item-wrapper .button-wrapper {
    margin-left: 0px;
    margin-right: auto;
  }
}
nav .nav-item-wrapper .button-wrapper .btn, .nav .nav-item-wrapper .button-wrapper .btn {
  position: relative;
  margin-top: 6px;
  padding: 0px 10px;
  top: -3px;
}
nav .nav-link, nav .nav-item, .nav .nav-link, .nav .nav-item {
  color: #333;
  text-align: center;
  padding: 0px 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  font-family: Arimo;
  margin: 0px 10px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  nav .nav-link, nav .nav-item, .nav .nav-link, .nav .nav-item {
    color: white;
  }
}
nav .nav-link:before, nav .nav-item:before, .nav .nav-link:before, .nav .nav-item:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 14px;
  width: 0px;
  height: 3px;
  border-radius: 2px;
  background-color: #04284A;
  transition: width 0.25s;
}
nav .nav-link.active:before, nav .nav-item.active:before, .nav .nav-link.active:before, .nav .nav-item.active:before {
  width: 0px;
  display: none;
}
nav .nav-link:hover:before, nav .nav-item:hover:before, .nav .nav-link:hover:before, .nav .nav-item:hover:before {
  width: 40px;
}
nav .nav-link.dropdown-toggle::after, nav .nav-item.dropdown-toggle::after, .nav .nav-link.dropdown-toggle::after, .nav .nav-item.dropdown-toggle::after {
  margin-left: 8px;
}
nav .nav-link.dropdown, nav .nav-item.dropdown, .nav .nav-link.dropdown, .nav .nav-item.dropdown {
  padding: 0px !important;
  margin: 0px !important;
}
@media (min-width: 1001px) {
  nav .dropdown, .nav .dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  nav .dropdown .nav-item.dropdown-toggle, .nav .dropdown .nav-item.dropdown-toggle {
    height: 100%;
    display: flex;
    align-items: center;
  }
  nav .dropdown .dropdown-menu, .nav .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 9999;
    border-radius: 0;
  }
}
nav .dropdown-menu, .nav .dropdown-menu {
  background-color: #222;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  display: none;
}
nav .dropdown-menu .dropdown-item, .nav .dropdown-menu .dropdown-item {
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
nav .dropdown-menu .dropdown-item:hover, .nav .dropdown-menu .dropdown-item:hover {
  background-color: #333;
}
nav .far-right, .nav .far-right {
  position: absolute;
  right: 20px;
}
nav .hamburger, .nav .hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 21px;
  flex-direction: column;
  justify-content: space-between;
  z-index: 11000;
}
nav .hamburger span, .nav .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  transition: all 0.3s ease;
}
nav .hamburger.active span:nth-child(1), .nav .hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
nav .hamburger.active span:nth-child(2), .nav .hamburger.active span:nth-child(2) {
  opacity: 0;
}
nav .hamburger.active span:nth-child(3), .nav .hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 1000px) {
  nav, .nav {
    justify-content: flex-start;
    padding: 20px;
  }
  nav .hamburger, .nav .hamburger {
    display: flex;
  }
  nav .nav-item-wrapper, .nav .nav-item-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #111;
    display: flex;
    flex-direction: column;
    padding: 80px 20px 20px;
    transition: right 0.3s ease;
    z-index: 10000;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  nav .nav-item-wrapper.active, .nav .nav-item-wrapper.active {
    right: 0;
  }
  nav .nav-item-wrapper .nav-item, .nav .nav-item-wrapper .nav-item {
    margin: 5px 0;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  nav .nav-item-wrapper .nav-item:before, .nav .nav-item-wrapper .nav-item:before {
    bottom: auto;
    left: 0;
    height: 2px;
    width: 0;
  }
  nav .nav-item-wrapper .nav-item:hover:before, .nav .nav-item-wrapper .nav-item:hover:before {
    width: 40px;
  }
  nav .nav-item-wrapper .dropdown, .nav .nav-item-wrapper .dropdown {
    width: 100%;
  }
  nav .nav-item-wrapper .dropdown .dropdown-toggle, .nav .nav-item-wrapper .dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
  nav .nav-item-wrapper .dropdown .dropdown-menu, .nav .nav-item-wrapper .dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    display: none;
  }
  nav .nav-item-wrapper .dropdown .dropdown-menu.show, .nav .nav-item-wrapper .dropdown .dropdown-menu.show {
    display: block;
  }
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}
.nav-overlay.active {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.flash-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  top: 0.215em;
}

.flash-text-original {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.flash-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 3;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}
.flash-text-overlay .flash-text-white {
  color: white;
  position: relative;
}

.flash-text-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #04284A;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.6s ease-out;
}

/* Animation states */
.flash-text.animating .flash-text-bar {
  transform: translateX(0%);
  transition: transform 0.3s ease-out;
}

.flash-text.animating .flash-text-overlay {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
  transition: -webkit-clip-path 0.3s ease-out 0.1s;
  transition: clip-path 0.3s ease-out 0.1s;
  transition: clip-path 0.3s ease-out 0.1s, -webkit-clip-path 0.3s ease-out 0.1s;
}

.flash-text.shrinking .flash-text-bar {
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.flash-text.shrinking .flash-text-overlay {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}

.fadeInUpShort {
  animation-name: fadeInUpShort;
}

.fadeInDownShort {
  animation-name: fadeInDownShort;
}

.fadeInRightShort {
  animation-name: fadeInRightShort;
}

.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}

.fadeInDownShort, .fadeInUpShort, .fadeInRightShort, .fadeInLeftShort {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.footer {
  background-color: black;
  color: white;
  padding-top: 65px;
  padding-bottom: 50px;
}
.footer .icon-wrapper img {
  width: 18px;
}
.footer .icon-wrapper a {
  display: inline-block;
}
.footer a {
  color: white;
  font-size: 12px;
  display: block;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  color: white;
  font-size: 12px;
  margin-top: 14px;
  line-height: 145%;
  letter-spacing: 2px;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
  color: white;
}

.location.section .location-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.location.section .location-image-wrapper .wrapper:nth-child(n+5) {
  display: none;
}
.location.section .location-image-wrapper .wrapper {
  position: relative;
  border-radius: 6px;
  background-color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-bottom: 100%;
}
.location.section .location-image-wrapper .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.location.section .location-image-wrapper .wrapper img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .location.section {
    min-height: 1000px;
  }
  .location.section .container {
    position: relative;
    top: -120px;
  }
  .location.section .location-title {
    position: relative;
    top: 209px;
    left: -220px;
  }
  .location.section .button-wrapper {
    position: relative;
    top: 173px;
    left: -80px;
  }
  .location.section .location .col-in {
    position: relative;
    top: -203px;
    left: -30px;
    pointer-events: none;
  }
  .location.section .location .col-in > * {
    pointer-events: auto;
  }
  .location.section .location-image-wrapper {
    display: block;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(n+5) {
    display: block;
  }
  .location.section .location-image-wrapper .wrapper {
    position: absolute;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(1) {
    width: 300px;
    height: 130px;
    top: 25px;
    right: 20px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(2) {
    width: 210px;
    height: 324px;
    top: 145px;
    left: -40px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(3) {
    width: 200px;
    height: 200px;
    top: 174px;
    left: 184px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(4) {
    width: 260px;
    height: 170px;
    top: 175px;
    left: 398px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(5) {
    width: 280px;
    height: 160px;
    top: 626px;
    left: 320px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(6) {
    width: 240px;
    height: 140px;
    top: 479px;
    left: -70px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(7) {
    width: 290px;
    height: 220px;
    top: 387px;
    left: 182px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(8) {
    width: 177px;
    height: 246px;
    top: 360px;
    left: 482px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(9) {
    width: 153px;
    height: 150px;
    top: 306px;
    left: 676px;
  }
  .location.section .location-image-wrapper .wrapper:nth-child(10) {
    width: 180px;
    height: 110px;
    top: 629px;
    left: 63px;
  }
}
@media screen and (max-width: 1420px) {
  .location-image-wrapper .wrapper:nth-child(9) {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .churches-wrapper {
    padding-top: 200px;
    padding-left: 80px;
  }
}

#map {
  height: 500px;
  border-radius: 20px;
  border: 1px solid #04284A;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-sidebar {
  position: absolute;
  display: none;
  top: 1px;
  right: 1px;
  width: 350px;
  height: 100%;
  height: calc(100% - 2px);
  background-color: #fff;
  z-index: 1000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  padding: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.map-sidebar .location-in {
  padding: 20px;
}
.map-sidebar .location-extra {
  margin-bottom: 3px;
}
.map-sidebar .location-extra strong {
  color: #04284A;
}
.map-sidebar h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.map-sidebar p {
  font-size: 14px;
  line-height: 1.25;
}
.map-sidebar .bg-image {
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#calendar {
  cursor: pointer;
}
#calendar a {
  color: #010e1a;
}
#calendar .fc-event-start {
  background-color: #056f01;
  border-color: #056f01;
  color: #FAFAFA;
}
#calendar .masstimes-event {
  background-color: #005851;
  border-color: #005851;
  color: #FAFAFA;
}
#calendar .confession-event {
  background-color: #2b2f33;
  border-color: #2b2f33;
  color: #FAFAFA;
}
#calendar .mass-sj {
  font-weight: 800;
  color: #08ff00;
  margin-right: 5px;
}
#calendar .mass-sa {
  font-weight: 800;
  color: #ff0505;
  margin-right: 5px;
}
#calendar .mass-sm {
  font-weight: 800;
  color: #62d2ff;
  margin-right: 5px;
}
#calendar .mass-sl {
  font-weight: 800;
  color: #ffff4c;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .fc-today-button {
    display: none !important;
  }
}
.calendar-category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}
.calendar-category-buttons .radio-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  padding-left: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.calendar-category-buttons .radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.calendar-category-buttons .radio-button input:checked ~ .toggle {
  background-color: #000101;
}
.calendar-category-buttons .radio-button input:checked ~ .toggle:before {
  transform: translateX(20px);
}
.calendar-category-buttons .radio-button .toggle {
  position: absolute;
  left: 0;
  height: 24px;
  width: 44px;
  background-color: #777777;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.calendar-category-buttons .radio-button .toggle:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.calendar-category-buttons .radio-button:hover .toggle {
  background-color: #5e5e5e;
}
.calendar-category-buttons .radio-button:hover input:checked ~ .toggle {
  background-color: #010e1a;
}

.calendar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  cursor: pointer;
}
.calendar-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 20px;
  padding-top: 30px;
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  text-align: center;
  cursor: default;
}
.calendar-popup .popup-content h3 {
  font-size: 20px;
}
.calendar-popup .popup-content .close {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
  color: #111139;
}

.fc-dayGridMonth-view .scrollable-day-cell .fc-daygrid-day-events {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
}
.fc-dayGridMonth-view .scrollable-day-cell .fc-daygrid-day-events::-webkit-scrollbar {
  width: 4px;
}
.fc-dayGridMonth-view .scrollable-day-cell .fc-daygrid-day-events::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.fc-dayGridMonth-view .scrollable-day-cell .fc-daygrid-day-events::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.fc-dayGridMonth-view .scrollable-day-cell .fc-daygrid-day-events::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.fc-daygrid-more-link {
  font-weight: bold;
  margin: 3px 0;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 2px;
}
.fc-daygrid-more-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.section-head {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.section-head .section-in {
  position: relative;
  z-index: 1;
}
.section-head h1 {
  color: #04284A;
}
.section-head h1 .banner-text {
  color: white;
}
.section-head .paragraph p {
  color: white;
  text-align: center;
}

.section-head::before {
  position: absolute;
  background-color: #000000;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  z-index: 0;
}

.contact-form-wrapper {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.section-contact .text-primary {
  color: #3F5908 !important;
}
@media (max-width: 1500px) {
  .section-contact .text-primary {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.contact-info {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
}

.form-control:focus {
  border-color: #1e364c;
  box-shadow: 0 0 0 0.2rem rgba(17, 7, 104, 0.15);
}

.contact-info h5 {
  font-size: 1.1rem;
  margin: 0;
  color: #333;
}

.location-card {
  background: rgba(63, 89, 8, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.location-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}

.contact-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.btn-primary {
  padding: 0.8rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info-item a {
  color: #0d0859;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.contact-info-item a:hover {
  color: #121074;
}

.section-services {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 1500px) {
  .section-services {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.section-services .services-image-wrapper .services-item {
  width: 100%;
  max-height: 200px;
  height: 200px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.section-services .services-image-wrapper .services-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}
.section-services .services-image-wrapper .services-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.section-services .services-image-wrapper .services-item .services-item-text {
  position: absolute;
  bottom: 50%;
  right: 10px;
  transform: translateY(50%);
}
.section-services .services-image-wrapper .services-item .services-item-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: white;
}
.section-services .services-image-wrapper .services-item .services-item-text h3::after {
  content: "";
  display: inline-block;
  transition: all 0.3s ease;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  border-right: 4px solid white;
  border-top: 4px solid white;
  transform: rotate(45deg);
}
.section-services .services-image-wrapper .services-item:hover .services-item-text h3::after {
  margin-left: 20px;
}

.testimonials {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 60px 0px;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/texturedBg.png");
  background-repeat: repeat;
  opacity: 0.5;
  z-index: 0;
}
.testimonials * {
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-wrapper {
  display: flex;
}
.testimonials .testimonial-wrapper .testimonial-item {
  padding: 20px;
  margin: 0px auto;
  text-align: center;
  width: 33%;
}
.testimonials .testimonial-wrapper .testimonial-item .testimonial-content {
  max-width: 400px;
}
.testimonials .testimonial-wrapper .testimonial-item .stars {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.testimonials .testimonial-wrapper .testimonial-item .stars::before {
  content: "★★★★★";
  color: #ffc107;
  font-size: 20px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .testimonials .testimonial-wrapper {
    display: block;
  }
  .testimonials .testimonial-wrapper .testimonial-item {
    width: 100%;
  }
}

.image-holder.braces-page .parallax-image-wrapper img {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-holder .parallax-image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
  display: flex;
  width: 150%;
}
.image-holder .parallax-image-wrapper img {
  width: 400px;
  height: 200px;
  border-radius: 10px;
  margin-right: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 15px;
}

.faq .faq-item {
  border-bottom: 1px solid rgba(52, 152, 219, 0.2);
  padding: 1.5rem 0;
}

.faq .faq-item:last-child {
  border-bottom: none;
}

.faq .faq-item .faq-question {
  font-size: 1.2rem;
  color: #2c3e50;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  transition: color 0.3s ease;
  font-weight: 600;
  text-align: left;
}
.faq .faq-item .faq-question h3 {
  text-align: left;
}

.faq .faq-item .faq-question:hover {
  color: #3498db;
}

.faq .faq-item .faq-question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3498db;
  transition: transform 0.3s ease;
}

.faq .faq-item .faq-question.active:after {
  content: "-";
  transform: rotate(180deg);
}

.faq .faq-item .faq-answer {
  font-size: 1rem;
  color: #2c3e50;
  margin-top: 1rem;
  display: none;
  padding-left: 1.5rem;
  border-left: 3px solid #3498db;
  line-height: 1.6;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq .faq-item.open .faq-answer {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq {
    margin: 1rem auto;
    padding: 1.5rem;
  }
  .faq .faq-item .faq-question {
    font-size: 1.1rem;
  }
  .faq .faq-item .faq-answer {
    font-size: 0.95rem;
    padding-left: 1rem;
  }
}/*# sourceMappingURL=main.css.map */