/* Make the hero section fixed height */
.hero-header {
  height: 100vh; /* or 600px if you want fixed banner */
  display: flex;
  align-items: center;
}

.bg-primary {
    background-color: transparent !important;
}


/* Ensure row + col fill the height */
.hero-header .row {
  height: 100%;
}
.hero-header .col-lg-6 {
  height: 100%;
  display: flex;
}

/* Force carousel to take full height */
.header-carousel {
  height: 100%;
  width: 100%;
}
.header-carousel .item {
  height: 100%;
}

/* Make images stretch inside */
.header-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures it fills without distortion */
  display: block;
}


.navbar a img {
    width: 35% !important;
}



.hero-header {
    background: url(../img/istockphoto-182502755-612x612.jpg) top left no-repeat;
    background-size: cover;
}

.page-header {
    background: url(../img/istockphoto-182502755-612x612.jpg) top left no-repeat;
    background-size: cover;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1rem !important;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1rem !important;
}

#img-fluid {
    width: auto important;
}

/* Banner section */
.banner-section {
  background: #f9f9f9; /* light shade background */
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

/* Container to keep equal spacing */
.banner-container {
  width: 90%; /* control spacing */
  max-width: 1200px; /* center limit */
  margin: 0 auto;
}

/* Banner image */
.banner-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.mx-auto {
    margin-right: inherit!important;
}


@media (max-width: 768px) {

.navbar{
    display: inline-block;
}

.readmore {
    display: block;
}


.navbar-toggler {
	margin-left: 20%;
}

.navbar a img {
    width: 25% !important;
}
}