.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 78, 121, 0.35); /* subtle Nordic Blue glow */
    border-color: #1F4E79; /* match your new primary */
}


.btn-primary {
    --bs-btn-bg: #1F4E79;
    --bs-btn-border-color: #1F4E79;

    --bs-btn-hover-bg: #1a4368;
    --bs-btn-hover-border-color: #1a4368;

    --bs-btn-active-bg: #153957;
    --bs-btn-active-border-color: #153957;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}





.carousel-item {
  height: 500px; /* or 100vh; or 500px, etc. */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-slide-1 { background-image: url('/../images/carousel1.jpg'); }
.bg-slide-2 { background-image: url('/../images/carousel2.jpg'); }
.bg-slide-3 { background-image: url('/../images/carousel3.jpg'); }
.bg-slide-4 { background-image: url('/../images/carousel4.jpg'); }

.carousel-caption {
  background: rgba(0, 0, 0, 0.65);
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  backdrop-filter: blur(2px);
  display: inline-block;
}
