@import "../node_modules/bootstrap/scss/bootstrap";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

@font-face {
  font-family: "Larken";
  src: url("../assets/fonts/Larken-Regular-5bb835ac.otf") format("opentype");
}
.carousel,
carousel {
  interval: 2000;
}
form-control,
.form-control {
  font-size: 1rem;
  background-color: #f3f4f6;
}
btn,
.btn {
  font-size: 1rem;
}
.btn-outline-light:hover {
  background-color: #f5c070 !important;
  border-color: #f5c070 !important;
}
/* .lift:focus, lift:focus, .lift:hover, lift:hover {
  box-shadow: 1rem 2.5rem rgba(27, 22, 66, .1), 0 .5rem 1rem -.75rem rgba(27, 22, 66, .1) !important
} */
bg-gray-100,
.bg-gray-100 {
  background-color: #f3f4f6 !important;
}
text-dark-muted,
.text-dark-muted {
  color: #585555 !important;
}
text-muted,
.text-muted {
  color: #637381 !important;
}
.nav-middle-links {
  /* color: #646464 !important; */
  font-weight: 500;
}

/* Three-column navbar layout */
.navbar-nav.justify-content-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  gap: 2rem;
}

/* Mobile Menu Styling */
.mobile-menu {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-top: 8px;
  padding: 8px 0;
}

.mobile-menu-item {
  padding: 12px 20px !important;
  margin: 0 8px;
  border-radius: 6px;
  border-bottom: 1px solid #f3f4f6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: block;
}

.mobile-menu-item:hover {
  background-color: #f8fafc;
  color: #6658ea !important;
}

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

/* Remove border from the last navigation item (About Us) */
.mobile-menu-item:nth-child(3) {
  border-bottom: none;
}

.mobile-menu-separator {
  height: 1px;
  background-color: #e5e7eb;
  margin: 8px 16px;
}

.mobile-menu-auth {
  font-weight: 500;
  color: #111928 !important;
  border-bottom: none !important;
}

.mobile-menu-auth:hover {
  background-color: #f8fafc;
  color: #6658ea !important;
}

.mobile-menu-button {
  background-color: #6658ea !important;
  color: #ffffff !important;
  border: 1px solid #6658ea !important;
  text-align: center;
  font-weight: 500;
  margin: 8px 16px 0 16px;
}

.mobile-menu-button:hover {
  background-color: #5a50b9 !important;
  border-color: #5a50b9 !important;
  color: #9ca3af !important;
}

.mobile-menu-button:hover .nav-link {
  color: #9ca3af !important;
}

a.mobile-menu-button:hover {
  color: #9ca3af !important;
}
.dark-primary {
  background-color: #5a50b9 !important;
}
.bg-dark-gray {
  background-color: #1b1642 !important;
}
bg-light,
.bg-light {
  background-color: #ffffff !important;
}
.bg-primary {
  background-color: #6658ea !important;
}
.bg-primary-light {
  background-color: #948af0 !important;
}
.primary-light {
  background-color: #e1defa !important;
}
.text-primary-light {
  color: #e1defa !important;
}
lh-1,
.lh-1 {
  line-height: 1;
}
lh-sm,
.lh-sm {
  line-height: 1.25;
}
lh-base,
.lh-base {
  line-height: 1.5;
}
lh-lg,
.lh-lg {
  line-height: 2;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
display-1,
display-2,
display-3,
display-4,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Larken", sans-serif !important;
}
.h7 {
  font-size: 12px;
}
h6.text-uppercase {
  font-optical-sizing: auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.work-sans-light {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #111928;
}
.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #111928;
}
.work-sans-medium {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.work-sans-semibold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.work-sans-bold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.headline-larken {
  font-family: "Larken", serif;
  letter-spacing: 0em;
}
.lora {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
}
.lora-medium {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.lora-semibold {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.lora-bold {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.larken {
  font-family: "Larken", sans-serif !important;
  letter-spacing: -0.02em;
  src: url("../stylesheets/fonts/Larken-Regular.otf") format("otf");
}

.larken-extrabold {
  font-family: "Larken", sans-serif !important;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.02em;
  src: url("../stylesheets/fonts/Larken-ExtraBold.otf") format("otf");
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.navbar-height {
  height: 85px;
}
.navbar-brand {
  font-family: "Work Sans", sans-serif !important;
}
.navbar-brand {
  height: 24px;
  width: auto;
}
.navbar-brand-image {
  height: 100%;
  width: auto;
  display: inherit;
}
.hero {
  width: calc(100% * 5 / 6);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 48px 0 0;
}
.hero-content {
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.max-w-700 {
  min-width: 700px;
}
.hero-subheading {
  font-size: 14px;
  font-family: lora-medium;
  max-width: 560px;
  margin-bottom: 23px;
}
.purple-display-heading {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.hr.solid {
  border-top: 2px solid #999;
}
a.nav-item :active,
.active {
  /* padding-bottom: 10px; */
  z-index: 2;
  border-bottom: 4px solid #6658ea !important;
  cursor: pointer;
}
.nav-link:hover {
  color: #6658ea !important;
  cursor: pointer !important;
}
.border-top-1 {
  border-top: 1px solid #d8d8d8 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #d8d8d8 !important;
}

.border-bottom-3 {
  border-bottom: 2px solid #d8d8d8 !important;
}

.no-line-break-sm {
  display: none;
}
.no-line-break-sm-md {
  display: none;
}
text-underline-warning,
.text-underline-warning {
  /* text-decoration: underline; */
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(245, 192, 112, 0.4))
  );
  background-position-x: left !important;
  background-position-y: bottom !important;
  background-size: 1em 0.5em !important;
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 992px) {
  .no-line-break-md {
    display: none;
  }
  .no-line-break-sm {
    display: block;
  }
  .no-line-break-sm-md {
    display: none;
  }
  h1,
  .h1 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .no-line-break-lg {
    display: none;
  }
}

/* Large Devices */
@media screen and (min-width: 1024px) {
  /* .hero {
    height: calc(100vh - 84px);
    width: 100%;
    justify-content: center;
    padding: 0;
  } */
  .no-line-break-md {
    display: none;
  }
  .no-line-break-lg {
    display: none;
  }
  .hero-content {
    max-width: 905px;
    padding: 3rem;
  }
  .no-line-break-sm {
    display: block;
  }
  .no-line-break-sm-md {
    display: block;
  }
  h1,
  .h1 {
    font-size: 2.25rem !important;
  }
}

/* XL Devices */
@media screen and (min-width: 1280px) {
  .hero {
    width: calc(100% * 5 / 6);
    margin: 0 auto;
    height: auto;
    justify-content: center;
    padding: 24px 0 0;
  }
  .no-line-break-md {
    display: none;
  }
  .no-line-break-lg {
    display: none;
  }

  .hero-content {
    padding: 3rem 0;
  }
  .no-line-break-sm {
    display: block;
  }
  .no-line-break-sm-md {
    display: block;
  }
  h1,
  .h1 {
    font-size: 2.5rem !important;
  }
}

/* Contact Form Notification Styling */
#contact-notification {
  border: none;
  border-radius: 8px;
  background-color: #e1defa;
  color: #5a50b9;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  padding: 1rem 1.25rem;
  -webkit-box-shadow: 0 2px 4px rgba(102, 88, 234, 0.15);
          box-shadow: 0 2px 4px rgba(102, 88, 234, 0.15);
  -webkit-animation: slideInDown 0.3s ease-out;
          animation: slideInDown 0.3s ease-out;
  border-left: 4px solid #6658ea;
}

#contact-notification .bi-check-circle {
  color: #6658ea;
  font-size: 1.1rem;
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Responsive adjustments for notification */
@media (max-width: 768px) {
  #contact-notification {
    margin: 0 15px;
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }
}
