@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Galvji";
  src: url("../fonts/galvji.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 0.9 !important;
  font-weight: 700;
}

.black-a-tag {
  text-decoration: none !important;
  color: #000 !important;
}

.font-nexa {
  font-family: "Nexa", sans-serif !important;
}

.font-galvji {
  font-family: "Galvji", sans-serif !important;
}

:root {
  --default-bg: #f5f5f5;
}

* {
  font-family: "Galvji", sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--default-bg) !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--default-bg) !important;
  color: #000 !important;
}

.bg-default {
  background-color: var(--default-bg) !important;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.main-navbar .nav-link {
  font-size: 14px !important;
}

.container-fluid {
  width: 90% !important;
}

.navbar-overlay {
  position: relative;
  z-index: 1030; /* Bootstrap default for navbar */
}

.heading-container {
  color: #000 !important;
}

.main-heading {
  font-size: 2.5rem !important;
}

.sub-heading {
  font-size: 2.2rem !important;
  letter-spacing: -1.5px !important;
}

footer .social-icons img {
  width: 20px !important;
  height: 20px !important;
}

footer .social-icons .youtube-icon {
  width: 26px !important;
}

footer .social-icons .x-icon {
  width: 18px !important;
}

blockquote, p, button, a, span, .font-org {
  font-size: 0.9rem !important;
}

.text-sm {
  font-size: 0.8rem !important;
}

.btn-black {
  background-color: #000 !important;
  transition: all 0.3s ease-in-out !important;
}

.btn-black:hover {
  background-color: #353333 !important;
}

@media (min-width: 991.98px) {
  .heading-container .extra-bold {
    font-weight: 900 !important;
  }
}

@media (max-width: 1080.98px) {
  .main-navbar .nav-link {
    font-size: 13px !important;
  }
  .container-fluid {
    width: 94% !important;
  }
}

.navbar .dropdown-menu {
  border-radius: 0 !important;
}

.logo-image {
  max-width: 160px !important;
}

@media (max-width: 991.98px) {
  .container-fluid {
    width: 84% !important;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 7%;
    background-color: var(--default-bg);
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .logo-image {
    max-width: 140px !important;
  }

  .main-navbar .nav-link {
    font-size: 16px !important;
  }

  .main-heading {
    font-size: 2rem !important;
  }
  
  .sub-heading {
    font-size: 1.8rem !important;
    letter-spacing: -1.5px !important;
  }
  

  footer .social-icons img {
    width: 18px !important;
    height: 18px !important;
  }
}

.navbar-collapse {
  transition: all 0.3s ease-in-out;
}

.-mt-1 {
  margin-top: -0.1rem !important;
}

.-mt-0 {
  margin-top: -0.1rem !important;
}

.footer-logo {
  width: 350px !important;
}

.footer-top-container {
  border-top: 2px solid #000 !important;
}

.hr {
  border-top: 1px solid #000 !important;
}

footer p {
  font-size: 14px !important;
}

footer small {
  font-size: 12px !important;
}

.num-text {
  color: #000 !important;
  text-decoration: none !important;
  pointer-events: none; /* disables link clicking if still detected */
}

.blockquote-custom {
  font-style: italic;
  background-color: #f8f9fa;
  border-left: 5px solid #dee2e6;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
}

.popover {
  min-width: 250px !important;
}

.popover .popover-header {
  font-size: 14px !important;
  padding: .75rem .5rem;
  line-height: 1.5;
}

.popover .popover-body {
  font-size: 12px !important;
  padding: .75rem .5rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
  }
  
  /* Optional: Add smooth animation */
  .dropdown-menu {
    transition: all 0.3s ease;
  }
}

@media (max-width: 992px) {
  .dropdown-menu {
    border: none;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .dropdown-menu li a {
    padding-left: .5rem !important;
  }
}

.dropdown-toggle.no-outline:focus {
  outline: none !important;
  box-shadow: none !important;
}

.ratio-10x3 {
  --bs-aspect-ratio: 10 / 3;
}

.strong-list li::marker {
  font-weight: bold;
}

.carousel-item {
  transition: transform 1.2s ease
}

#bannerSlider {
  background-color: #000 !important;
}

@media only screen and (max-width: 991.98px) {
  .carousel-item {
    transition: transform .7s linear;
  }
}