@font-face {
    font-family: 'montserrat'; /* Choose a name for your font family */
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-black'; /* Choose a name for your font family */
    src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter'; /* Choose a name for your font family */
    src: url('../fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  scroll-behavior: smooth
}

body, p, li, a {
    font-family: 'inter' !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'montserrat' !important;
}

.montserrat {
  font-family: 'montserrat' !important;
}
.montserrat-black {
  font-family: 'montserrat-black' !important;
}


.inter {
  font-family: 'inter' !important;
}

section {
  position: relative;
  width: 100%;
}

.pad-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grey-bg {
  background: #fafafa !important;
}

.breadcrumbs ul li {
    color: #fff !important;
}

:where(:root), :root:has(input.theme-controller[value=light]:checked), [data-theme=light] {
  --color-primary: oklch(30.19% 0.109 266.92);
}

.btn-primary {
    --btn-color: var(--color-blue-900);
}

.stepper-active\:text-bg-primary {
    &.active {
      background-color: var(--color-blue-900) !important;
      color: var(--color-primary-content);
    }
    .active & {
      background-color: var(--color-blue-900) !important;
      color: var(--color-primary-content);
    }
}

.stepper-success\:text-bg-primary {
    &.is-valid {
      background-color: var(--color-blue-900) !important;
      color: var(--color-primary-content);
    }
    .is-valid & {
      background-color: var(--color-blue-900) !important;
      color: var(--color-primary-content);
    }
}

.step-complete {
    @apply text-green-600 font-semibold;
}

#home-banner {
  position: relative;
}

#home-banner #carousel .relative {
  min-height: calc(90vh - 205px) !important;
}

#home-banner img.object-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#home-banner .content {
  display: flex;
  padding: 80px 0;
}

form .indicator-item {
    padding-top: 20px;
    padding-left: 9px;
}

#home-banner h1, 
#home-banner p,
#home-banner a,
#home-banner img:not(.object-cover) {
  position: relative;
  z-index: 10;
}

/* #home-banner .content a {
  margin-top: 200px !important;
} */


#services, #highlights, #news {
  padding: 0px 0px 80px 0px;
}

#services .grid p {
  margin-top: 5rem;
}

#services a:hover .layer {
  background: #f4f7fe;
  position: relative;
  border: 2px solid #263f72;
}

#services img,
#services .grid p,
#services h3,
#services i {
  transition: .4s all ease-in-out;
}

#services a:hover .layer {
  display: flex;
  justify-items: center;
  align-items: center;
}

#services a:hover .item-1 {
  width: 40%;
}
#services a:hover .item-2 {
  width: 60%;
}

#services a:hover h3 {
  margin-top: 0;
  transition: .2s all ease-in-out;
}

#services a:hover img {
  position: absolute;
  top: -100px;
  transition: .2s all ease-in-out;
}

#services a:hover i {
  position: absolute;
  bottom: 25px;
  right: 25px;
  transition: .2s all ease-in-out;
}

#services a:hover p.text-md {
  margin-top: 0rem !important;
  transition: .2s all ease-in-out;
} 

/* #services .card-body {
  padding: 40px 10px;
} */

/* #services a img,
#services a img:before {
  transition: .4s all ease-in-out;
}

#services a:hover img {
  transform: scale(1.1);
  transition: .2s all ease-in-out;
}
#services a:hover h2,
#services a:hover p {
   text-shadow: 1px 1px #000;
} */

#features {
  padding: 80px 0;
}

#news {
  padding: 80px 0;
}

footer {
  padding: 80px 0;
  background: url('../../media/footer.jpg');
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 100%;
	color: #fff;
}

section#about-links .content {
  position: relative;
}

section#about-links .content img {
  position: absolute;
  left: -150px;
}

section#login {
  min-height: calc(100vh - 205px) !important;
  background: url('../../media/login-bg.jpg');
  background-size: cover;
}

.overlay-white {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

section#login .content {
  z-index: 1;
  /* padding: 30px  70px; */
}

section#login .content button {
  width: 100px;
}

section#services-app {
  padding: 80px 0;
}

section#services-app img,
section#services-app h3,
section#services-app {
  transition: .4s all ease-in-out;
}

section#services-app .menus a.active .layer {
  background-color: #f4f7fe !important;
  border: 2px solid #263f72 !important;
}

section#services-app .layer {
  border: 2px solid #fff;
}

section#services-app a:hover .layer {
  /* background: #98c73c; */
  background: #f4f7fe;
  border: 2px solid #263f72;
}

/*
section#services-app .card {
  background: #fafafa;
  color: #c2c2c2;
  min-height: 220px;
  transition: .4s all ease-in-out;
}

section#services-app a:hover .card {
  background: #ddd;
  transition: .2s all ease-in-out;
}

section#services-app .active .card {
  min-height: 250px;
  background: oklch(37.9% 0.146 265.522);
}

section#services-app .active .card h2,
section#services-app .active .card i {
  color:#fff;
}
section#services-app a:hover .card h2 {
  color: #333;
} */

td.sliced,
th.sliced {
    min-width: 150px !important;
    max-width: 150px !important;
    word-wrap: break-word;
    white-space: normal;
}

#services-banner {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}

#services-banner .overlay {
    /* background: rgba(0, 0, 0, 0.3); */
    /* backdrop-filter: blur(3px); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modals:not(.hidden) .modal-dialog {
  opacity: 1;
}

button#dropdown-footer {
  border: 0;
  border: none !important;
  box-shadow: 0;
  box-shadow:  none !important;
  --btn-shadow: 0 !important;
}

button:hover {
  cursor: pointer;
}

input[type="text"][disabled],
input[type="email"][disabled],
select[disabled] {
  background: oklch(92.8% 0.006 264.531);
}

input[type='checkbox']:checked, input[type='radio']:checked { 
  background-color: #09325d;
  border-color: #09325d;
}

select {
  position: static; /* or relative if needed */
}

.select2-container--default .select2-selection--single {
  border-radius: 0; 
  height: 32px;
  border-color: oklch(87.2% 0.01 258.338);
}
.select2-container--default .select2-selection--single.border-red-500 {
  border-color: var(--color-red-500) !important;
}

/* Force Select2 error styling with high specificity */
.select2-container--default .select2-selection--single.border-red-500,
.select2-container--default .select2-selection--single.ring-red-500 {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

.select2-container--default .select2-selection--single.ring-1.ring-red-500 {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

/* Ensure the border shows even with focus */
.select2-container--default.select2-container--focus .select2-selection--single.border-red-500 {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

/* Alternative approach using data attribute */
.select2-selection--single[data-validation-error="true"] {
    border: 1px solid #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

.select2-container--default.select2-container--focus .select2-selection--single[data-validation-error="true"] {
    border: 1px solid #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

/* Target any element with select2 in class name that has border-red-500 */
[class*="select2"].border-red-500 {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

/* Alternative approach using body classes for specific inputs */
body.error-birth_day select[name="birth_day"] + .select2-container .select2-selection--single,
body.error-birth_year select[name="birth_year"] + .select2-container .select2-selection--single {
    border: 1px solid #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

/* More specific targeting by input name */
select[name="birth_day"].border-red-500 + .select2-container .select2-selection--single,
select[name="birth_year"].border-red-500 + .select2-container .select2-selection--single {
    border: 1px solid #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}

.select2-container .select2-selection--single {
  height: 32px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--color-gray-300) !important;
    border-radius: 0 !important;
}

@media (width >= 96rem) {
  .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 767px) {
  #menu2 a.item {
    margin-top: 20px;
    display: block;
    clear: both;
  }
}