/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

/* adnan styling */
/* 
============================
|______ text
|______ color
|______ button
|______ 
============================
*/

* {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

ul > li > a:hover {
  color: #0d4065 !important;
  /* Secondary Accent for general links hover */
}

/* New rule for specific nav-link hover */
.nav-link.text-dark.title-sub:hover {
  color: #0d4065 !important;
  /* Secondary Accent for hover */
}

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

.bg-brown {
  background-color: #0d4065 !important;
  /* Primary Accent */
}

.bg-yellow {
  background-color: #0d4065;
  color: #ffffff;
  /* Ensure text is white on this background */
}

.bg-yellow2 {
  background-color: rgba(242, 136, 47, 0.8);
  /* Using #f2882f with 0.8 opacity */
}

.bg-yellow3 {
  background-color: rgba(242, 136, 47, 0.6);
  /* Using #f2882f with 0.6 opacity */
}

.bg-yellow4 {
  background-color: rgba(242, 136, 47, 0.4);
  /* Using #f2882f with 0.4 opacity */
}

.bg-yellow5 {
  background-color: rgba(242, 136, 47, 0.4);
  /* Using #f2882f with 0.4 opacity */
}

.bg-yellow6 {
  background-color: rgba(242, 136, 47, 0.1);
  /* Using #f2882f with 0.1 opacity */
}

.bg-yellow-secondary {
  background: #3fb94f;
  /* Using #f2882f with 0.3 opacity */
}

.bg-grey {
  background-color: rgba(50, 0, 0, 0.16) !important;
}

.bg-success-secondary {
  background: rgba(0, 128, 0, 0.2) !important;
}

.bg-gradient1 {
  background-image: linear-gradient(to right, #e5a30e, #ffff);
}

/* text color  */
.text-brown {
  color: #0d4065 !important;
}

.text-grey {
  color: #d9d9d9 !important;
}

.text-brown-light {
  color: #934e2d !important;
}

.text-yellow {
  color: #e5a30e !important;
}

/* font weight  */
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/* font size  */
.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

/* button  */
.btn-main-yellow {
  background-color: #320000;
  color: #e5a30e !important;
}

.btn-gradient-yellow {
  background: linear-gradient(180deg, #e5a30e 0%, #db8400 100%);
  color: rgba(50, 0, 0, 1) !important;
}

.btn-yellow {
  background-color: #e5a30e;
  color: #000 !important;
}

.btn-main-secondary {
  background-color: #0d4065 !important;
  /* Primary Accent */
  color: #ffff !important;
  opacity: 0.5;
}

.btn-main-secondary:active,
.btn-main-secondary.active {
  background-color: #f2882f;
  /* Secondary Accent for active state */
  opacity: 0.8;
}

.btn-grey {
  background-color: rgba(50, 0, 0, 0.16);
  color: #320000 !important;
}

/* styling  */
@media only screen and (max-width: 575px) {
  .showcase {
    font-size: 24px;
  }
}

/* swiper  */
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

/*fonts*/
.poppins-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.poppins-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.poppins-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.poppins-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.poppins-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.nsans-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: -s400;
}

.nsans-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.nsans-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.text-size-1 {
  font-size: 14px;
}

.text-size-2 {
  font-size: 15px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-3 {
  font-size: 17px;
}

.text-size-4 {
  font-size: 17px;
}

.text-size-5 {
  font-size: 18px;
}

.text-size-20 {
  font-size: 20px;
}

.rounded-pill {
  border-radius: 50px;
}

.rounded-pill-2 {
  border-radius: 25px;
}

/* text */

.text-hitam-custom {
  color: #1e266d;
}

.text-oren-custom {
  color: #faa300;
}

.text-blue-custom {
  color: #3751ff;
}

/* Bacgkround */
.bg-grey-custom {
  background: #f8fbff;
}

.bg-blue-custom {
  background: #3751ff;
}

.bg-oren-custom {
  background: #faa300;
}

.bg-hitam-custom {
  background: #1e266d;
}

.border-oren-custom {
  border-color: #faa300;
  border-style: solid;
  border-width: 2px;
}

.border-blue-custom {
  border-color: #3751ff;
  border-style: solid;
  border-width: 2px;
}

.letter-spacing {
  letter-spacing: 0.5px;
}

.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06),
    0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06);
}

.text-shadow-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04),
    0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04),
    0 16px 32px rgba(0, 0, 0, 0.04), 0 32px 64px rgba(0, 0, 0, 0.04);
}

.box-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05),
    0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
}

.box-shadow-2 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04),
    0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04),
    0 16px 32px rgba(0, 0, 0, 0.04), 0 32px 64px rgba(0, 0, 0, 0.04);
}

.card-custom {
  border-radius: 10px;
  border-color: transparent;
  -webkit-box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.75);
}

.filter-grayscale {
  filter: grayscale(10);
}

.navbar.scrolled {
  background-color: yellow !important;
  transition: background-color 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.slick-slide {
  outline: none;
}

.another-card {
  transition: 0.2s;
  border: 1px solid transparent;
  box-shadow: 3px 3px 10px #616161;
  border-radius: 10px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.filter-grayscale-2 {
  filter: grayscale(100%);
}

.navbar.scrolled {
  background-color: yellow !important;
  transition: background-color 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.text-carousel {
  position: absolute;
  top: 140px;
  left: 35%;
  letter-spacing: 1.5px;
}

.text-carousel-sub {
  position: absolute;
  top: 185px;
  left: 15%;
  letter-spacing: 1px;
  width: 700px;
}

.filter-bg {
  filter: brightness(40%);
}

.carousel-indicators.not-active {
  display: none;
}

.filter-grayscale {
  filter: grayscale(100%);
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

/* Fix for input rounding in login_client.php */
.input-group .form-control {
  border-radius: 50px !important;
}

/* Styling for inactive input fields */
.form-control {
  background-color: #ffffff !important;
  /* Pure White for inactive background */
  border: 1px solid #0d4065 !important;
  /* Orange for border */
  -webkit-user-select: text !important;
  /* Allow text selection */
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* Sidebar Navigation Links */
.sidebar-nav-link {
  color: #222222 !important;
  /* Charcoal Black for default text */
  background-color: transparent !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sidebar-nav-link:hover {
  background-color: #0d4065 !important;
  /* Secondary Accent on hover */
  color: #ffffff !important;
  /* White text on hover */
}

.sidebar-nav-link.active {
  background-color: #0d4065 !important;
  /* Primary Accent for active background */
  color: #ffffff !important;
  /* White text for active */
}
