@media (min-width: 1200px) {
    #main-slider .container {
    width: 75% !important;
    }
}

#main-slider .slide-margin {
margin-top: 75px !important;
}

#main-slider .carousel-content > h1 {
font-size: 2.4em;
}

#main-slider .carousel-content > h2 {
font-size: 1.75em;
text-shadow: 2px 2px 7px black;
}


.navbar-nav {
  float: none;
  position: sticky;
  display: inline-block;
  vertical-align: top;
  z-index: 1000;
  font-size: 1.1em;
  font-family: Arial;
}


.navigation {
position: sticky;
top: 0;
width: 100%;
z-index:1000;
}

.homepage{
}

#my-section {
  position: relative; /* allows absolute positioning of child */
  min-height: 100vh;
  overflow: hidden;
}
.section-content {
  position: relative; /* bring content above background */
  z-index: 1;
}
.navbar-collapse {
  text-align: center;
}
.navbar-nav li {
  list-style-type: none;
}
.navbar-nav li ul {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #fff;
  z-index: 1000;
  min-width: 0;
  width: 100%;
  /* Optional: Add border, box-shadow, etc. for visual polish */
}

/* Show submenu on parent <li> hover */
.navbar-nav li:hover > ul {
  display: block;
  min-width: 100%;
  width: auto;
  background: #12244e;
  padding: 10px;
}

.navbar-nav li:hover > ul a {
  color: #fff;
  white-space: nowrap;
  line-height:1.875;
}
.navbar-nav li > a {
  padding: 4px 8px;        /* Adjust these values for top/bottom and left/right spacing */
  border-radius: 4px;       /* Rounded corners for a button look (optional) */
  transition: background 0.2s, color 0.2s; /* Smooth color transitions */
  font-size: 0.875em;
}

.navbar-nav li > a:hover,
.navbar-nav li:hover > a {
background: #082E65;

}



.feature-table {
    border-collapse: collapse;
    border: none;
    width: 100%;
  }

  .feature-row {
    display: flex;
  }

  .feature-cell {
    border: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 4px;
  }

  .cell-content {
    display: flex;
    flex-direction: column;
    flex: 1; /* make all content fill equally */
        font-size: 1.375em;

  }

  .cell-content h2 {
    flex: 0 0 auto; /* consistent height if needed */
    min-height: auto; /* set equal header height */
    margin: 0 0 8px 0;
    text-align: center;
    display: flex;
    align-items: flex-start; /* text starts from top */
    justify-content: left;
    font-size: 1.1875em;
  }

  .cell-content p {
    flex: 1; /* paragraphs stretch equally */
    min-height: auto; /* equal height across columns */
    margin: 0 0 12px 0;
    text-align: left;
    display: flex;
    align-items: flex-start; /* top-align text */
    justify-content: left;
    font-size: 1em;
  }

  .cell-content img {
    max-height: 100px;
    width: auto;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-top: auto; /* push image down to align with row bottom */
  }
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%; /* allow full width scaling */
  padding-bottom: 56.25%; /* 16:9 aspect */
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 100%;
}

p {text-align:justify;}

.page-btn {
  background-color: #12244e;
  color: white;
  padding: 1vw 1vw;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(18, 36, 78, 0.4);
}

.page-btn:hover,
.page-btn:focus {
  background-color: #0e1b3b;
  color: white;
  box-shadow: 0 6px 10px rgba(18, 36, 78, 0.6);
  outline: none;
}
.container ul {
  padding-inline-start: 20px;  /* remove default list padding */
  margin: 0;                /* optional: remove default margin */
  list-style-position: outside; /* keep bullet outside text */
}
.breadcrumb {
 padding: 8px 0px !important;
}
.subfooter {
margin-top: 0;
}

.recent-work-wrap .overlay {
padding: 0 !important;
}