/* Global Navbar header styles */

/*==========================================================
 01. COMMON & UTILITY CLASSES
 ----------------------------------------------------------
 These classes are used across multiple components or define
 standard typography and button styles.
==========================================================*/

/* Apply globally */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
a,
button,
input,
textarea {
  font-family: 'Inter' !important;
}

/* Example for Bootstrap components */
.btn,
.card,
.modal,
.nav-link {
  font-family: 'Inter' !important;
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 3.9rem !important;
    padding-right: 3.9rem !important;
  }
}


@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 550px !important;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {

    max-width: 1280px !important;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1440px !important;
  }
}

/* @media (min-width: 576px) {
    .container, .container-sm {
        max-width: calc(100% - 40px) !important;  
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
} */

@media (max-width: 576px) {

  .container,
  .container-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


.site-header {
  .navbar-brand {
    display: flex;
    align-items: flex-start;
  }

  .navbar-nav {
    justify-content: flex-end;
    gap: 0rem;
  }

  .navbar-nav .nav-item {
    .header-title-text {
      color: #191A1A;
      font-weight: 500;
      font-size: 1rem;
    }
  }

  .blue-btn {
    background-color: #7235F4 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 12px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .blue-btn i {
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
  }

  .d-none.d-lg-block .blue-btn {
    border-radius: 12px;
    padding: 8px 24px;
  }

  .blue-btn span {
    font-size: 1rem;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
  }

  /* ========================================
   NAVBAR TOGGLER – SINGLE ICON, NO GLITCH
   ======================================== */

  /* Base toggler */
  .navbar-toggler.custom-toggler {
    border: none !important;
    padding: 0.5rem;
    background: transparent;
    position: relative;
    z-index: 1050;
  }

  .navbar-toggler.custom-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  /* Optional: Accessible focus ring */
  .navbar-toggler.custom-toggler:focus-visible {
    outline: 2px solid #191A1A;
    outline-offset: 2px;
    border-radius: 8px;
  }

  /* Icon container */
  .navbar-toggler .toggler-icon {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
  }

  /* Both icons */
  .navbar-toggler .toggler-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  /* DEFAULT: Show inactive */
  .navbar-toggler .toggler-icon .inactive {
    opacity: 1;
    transform: scale(1);
  }

  .navbar-toggler .toggler-icon .active {
    opacity: 0;
    transform: scale(0.8);
  }

  /* WHEN OPEN: Show active only */
  .navbar-toggler[aria-expanded="true"] .toggler-icon .inactive {
    opacity: 0;
    transform: scale(0.8);
  }

  .navbar-toggler[aria-expanded="true"] .toggler-icon .active {
    opacity: 1;
    transform: scale(1);
  }

  /* ========================================
   RESPONSIVE – ENSURE NO OVERLAP
   ======================================== */

  @media (max-width: 991.98px) {
    .navbar-toggler {
      display: block !important;
    }
  }

  @media (min-width: 992px) {
    .navbar-toggler {
      display: none !important;
    }
  }

}

footer {
  background-color: #191A1A;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.footer-section-title {
  font-weight: 600;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  /* ✅ increased spacing below section titles */
}

.footer-links,
.footer-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-title {
  margin-bottom: 1.5rem;
}

.footer-links li,
.footer-ul li {
  margin-bottom: 1rem;
}

.footer-link-item,
.footer-li-item,
.footer-bottom-text {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  font-size: 0.875rem;
}

footer li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
}

.footer-links li img,
.footer-ul li img {
  width: 1.25rem;
  height: auto;
  margin-right: 10px;
}

.footer-link-item,
.footer-li-item {
  display: flex;
  align-items: center;
}

.footer-bottom-text {
  text-align: left;
  font-size: 0.875rem;
  color: #fff;
}

.footer-bottom-text a {
  color: #fff;
  text-decoration: none;
}

.footer-link,
.footer-text,
.footer-bottom-link {
  text-decoration: none;
  color: #fff;
}

.footer-main-content {
  padding: 3rem 0px;
}

hr {
  border-top: 1px solid #555;
  margin: 2rem 0;
}

.container.justify-content-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-text {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}

.footer-text a {
  color: #fff;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-section-title {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
  }

  .footer-main-content {
    padding: 2rem 0px;
  }

  .footer-links,
  .footer-ul {
    text-align: center;
    font-size: 14px;
  }

  .footer-link-item,
  .footer-li-item {
    display: inline-block;
    margin-bottom: 1rem;

  }



  .footer-links li img,
  .footer-ul li img {
    width: 1rem;
    margin-right: 6px;
  }

  .footer-bottom-text {
    font-size: 0.75rem;
    text-align: center;
  }

  .container.justify-content-between {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }

  .footer-text {
    font-size: 0.75rem;
  }

  .footer-links li,
  .footer-ul li {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 4.0625rem;
  }
}

@media (max-width: 768px) {

  footer .col-12,
  footer .col-lg-4,
  footer .col-lg-2,
  footer .col-lg-3 {
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: 2.7rem;
  }

  .footer-main-content {
    padding: 1rem 0px;
  }

  .footer-links li,
  .footer-ul li {
    margin-bottom: 0.2rem;
  }

  .footer-link-item,
  .footer-li-item {
    display: inline-block;
    margin-bottom: 0.7rem;
  }
}


.kg-width-full img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.kg-width-wide img {
  width: 120%;
  max-width: none;
  height: auto;
  display: block;
  margin-left: -10%;
  margin-right: -10%;
}

.footer-contact li a {
  color: #FFFFFF;
  text-decoration: none;
}