
:root {
  --bs-primary: #0da3fa;
  --bs-primary-rgb: 13, 163, 250;
  --bs-primary-dark: #0483cc;
  --bs-secondary: #292929;
  --bs-secondary-dark: #000000;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.10);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  line-height: normal;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover,
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-secondary-dark);
  text-decoration: none;
}

.card a:hover {
  text-decoration: none;
}

a.active {
  color: var(--bs-primary) !important;
}

.nav-link {
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 .1rem;
  padding: .5rem 1.5rem !important;
  transition: background-color 0.3s;

}

.menu .nav-link:hover,
.menu .active .nav-link {
  color: rgb(var(--bs-primary-rgb), 1);
  background-color: #ffffff !important;
  text-decoration: none;
}

footer .nav-link {
  color: #ffffff !important;
}

footer .nav-link:hover {
  color: #cecece !important;
  text-decoration: none;
}

.hero-bg {
  background: url(../images/mimi-thian.jpg) no-repeat center center;
  background-size: cover;
}

.hero-bg .navbar {
  background: transparent;
}

.hero-bg .menu-items {
  margin-top: 15px;
}


.hero .btn-lg {
  font-size: 0.9375rem;
  padding: 14px 30px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  line-height: normal;
}

.hero .fill-blue {
  fill: var(--bs-primary);
}

.hero .lead {
  color: #869ab8 !important;
  font-size: 1.3125rem;
  font-weight: 400;
}

.hero .left:hover {
  box-shadow: 0 0 0 rgba(22, 28, 45, 0);
  transition: box-shadow .25s ease, transform .25s ease;
}

.hero .menu {
  box-shadow: none !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-dark);
}

.btn-primary:hover{
  border-color: var(--bs-primary-dark) !important;
  background-color: var(--bs-primary-dark) !important;
  text-decoration: none;
}

.btn-primary:active {
  border-color: var(--bs-secondary) !important;
  background-color: var(--bs-secondary) !important;
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary-dark);
  --bs-btn-hover-bg: var(--bs-secondary-dark);
}

.btn:hover {
  text-decoration: none;
}

.hero-art {
  top: 0px;
  height: 335px;
  left: 0;
}

.h-100vh {
  height: calc(100vh - 88px)
}

.fs-7 {
  font-size: 0.85rem;
}

.bg-primary {
  --bs-primary: var(--bs-primary) !important;
}

.content a {
  color: #000000;
}

.link-more:hover .bi {
  margin-left: 10px !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 87, 211, 0.1) !important;
}

.widget-icon {
  font-size: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
}

.sr-icon {
  top: 12px;
  left: 17px;
}

.ps-4-5 {
  padding-left: 45px;
  padding-right: 100px;
}

.vertical-align {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-wrapper {
  height: 350px;
  background-size: cover;
  object-fit: cover;
  transition: transform 400ms;
}

#packages .card a {
  color: #ffffff;
}

#packages .card a:hover {
  color: #e63434;
}

.overlay-hero {
  background: linear-gradient(27deg, rgb(172, 203, 238) 0%, rgb(255 255 255) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
}

.overlay {
  background-image: linear-gradient(#ffffff00, #0da3fa6b);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blogs .blog {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.blogs .blog:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.bg-light {
  background-color: #f3f8ff !important;
}

.accordion-button {
    background-color: #e5efff;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.filter-bar {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
}