body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

/*


LV-Gold: #ab7c33
LV-Beige: #e1dfdb
LV-Blue: #00305f

*/
/**/

.navbar {
 background-color: #e1dfdb82;

border-radius: 1px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-menu {
    background-color: transparent;
   
border-radius: 1px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1023px) {
.navbar-menu {
background-color: transparent;
}
}

.navbar-menu .navbar-item {
    color: #00305f;
    font-family:Merriweather;
    font-weight: 600;
    letter-spacing: 1px;
    transition: ease 0.3s;
    
}

.navbar-menu .navbar-item:hover {
    color: #FFF;
background-color: #ab7d3373;
transition: ease 0.3s;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.logo {
max-height: 180px;
  border-radius: 10%;
}


.title {
    font-family: Merriweather;
}

.title h3 {
    font-weight: 2.2rem;

}

.lv-btn {
    background-color: #ab7c33;
    color: #FFF;
    font-size: 1.3rem;
    box-sizing: border-box;
    box-shadow: 0px 2px 15px 0px transparent;
    transition: ease 0.2s;
    border: none;
    letter-spacing: 1.2px;

}

.lv-btn:hover {
    background-color: #ab7c33;
    color: #e1dfdb;
    font-size: 1.3rem;
    box-shadow: 0px 5px 15px -10px #00305f;


}

.splash-top {
    height: 100%;
    max-height: 60vh;
    position: relative;
    overflow: hidden;
}

.splash-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.splash-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-65deg, #ab7c33, #00305f);
    opacity: 0.6;
    /* Adjust to control intensity */
    z-index: 1;
    pointer-events: none;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #e1dfdb, #00305f);
    opacity: 0.4;
    /* Adjust to control intensity */
    pointer-events: none;
    border-radius: 22px;
}


.splash-top .content-box {
    position: absolute;
    top: 10vh;
    left: 5%;
    z-index: 1;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.splash-top .title {
    font-size: 3.5rem;
    letter-spacing: 4px;
}

.splash-top .subtitle {
    padding-top: 5%;
    width: 100%;
    max-width: 600px;
    letter-spacing: 1px;
}

.splash-top .content-box h1,
p {
    color: #fff !important;
    font-family: Merriweather;
    width: 100%;
}

.splash-bottom .button {
    margin-top: 1rem;
}


.splash-bottom {
    background-color: #f5f5f5;
    display: flex;
    align-items: top;
    justify-content: center;
}

#about .container p {
    color: #00305f !important;
    font-size: 1.2rem;
    font-family: Merriweather;
    font-weight: 500;
}

#about h2 {
    color: #00305f;
    font-size: 2.3rem;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    text-align: center;
    pointer-events: none;
}

.overlay-text p {
    color: #fff !important;
    font-family: Arial;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 1.1;
    font-size: 1.4rem;

}


#services .service-box {
    padding: 2.5%;
    
}

#services .content-box {
    padding: 0rem 1.5rem 1.5rem 3rem;
    transition: all 0.3s ease;
}

#services .service-box figure {
    box-sizing: border-box;
    box-shadow: 0px 5px 10px -5px;
    transition: ease 0.2s;
    top: 0px;
    border-radius: 22px;
    
    

}

#services .service-box figure:hover {
   top: -5px;
   box-shadow: 0px 5px 10px -2px;
   transition: ease 0.2s;
   cursor: pointer;
}



#services .service-box figure img {
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}


#services .content-box .title {
    color: #00305f!important;
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 3%;
}

#services .content-box .title::after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color:#00305f;
    box-sizing: border-box;
}

#services .content-box .subtitle {
    color: #00305f!important;
    letter-spacing: 0.4px;
    font-size: 1.3rem;
    font-family: 'Merriweather';
    

}

#services .content-box p {
    color: #00305f!important;
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
   
}

ul {
    box-sizing: border-box;
   
   margin-bottom: 5%;


}

ul li {
   background-color: #e1dfdb;
   padding: 1rem 1rem;
   margin: 2.5% auto;
   border-radius: 16px;
    box-shadow: 0px 5px 10px -12px #00305f;

   
 
}

ul li:nth-of-type(even) {
    background-color:#f6f6f5;
 }

ul li p {
    font-family: Arial, Helvetica, sans-serif;
}

ul li .subtitle {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 600;
}

 .sector-modal ul li .subtitle {
    color: #00305f!important;
    letter-spacing: 0.4px;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 1%;
  font-weight: 600;
 }

  .sector-modal ul li p {
    color: #00305f!important;
    letter-spacing: 0.4px;
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
 }

 .contact iframe {
  display: block;
  width: 100%;
  min-height: 690px;
 }


 .footer {
    background-color: #00305f;
 }

 .footer .image img {
    border-radius: 10px;
 }

 .footer a {color: var(--lv-beige);}
 .footer a:hover {color: var(--lv-gold);}
 


/* Meet the Team */

  /* Custom colors */
:root {
  --lv-gold: #ab7c33;
  --lv-beige: #e1dfdb;
  --lv-blue: #00305f;
}

/* Section styling */
.team-section {
  padding: 4rem 2rem;
  background-color: var(--lv-beige);
}

/* Team member card */
.team-member {
  background-color: white;
  border-radius: 16px;
  padding: 2rem 0.5rem;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    transition: ease 1s;

}

.team-member:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 5px 32px 0px #00305f48;
  transition: ease 1s;
}

/* Profile image */
.team-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--lv-gold);
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  
}

.team-member:hover .team-image {
  transform: scale(1.05);
}

/* Name */
.name {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--lv-blue);
  margin-bottom: 0.3rem;
}

/* Role */
.role {
  font-size: 1rem;
  font-weight: 500;
  color: var(--lv-gold);
  margin-bottom: 1rem;
}

/* Blurb */
.blurb {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* Social links */
.social-links a {
  margin: 0 0.6rem;
  color: var(--lv-blue);
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  color: var(--lv-gold);
  transform: scale(1.2);
}

/* Entrance animation */
.team-member {
  opacity: 0;
  transform: translateY(30px);

}

.team-member.loaded {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
    transition: ease 0.3s;
}

/* Flexbox fix for equal height columns */
.team-section .columns.is-multiline > .column {
  display: flex;
}


/* Sectors */

    .sectors-section {
      padding: 4rem 1.5rem;
    }

    .sectors-section .subtitle {
        color: var(--lv-blue)!important;
    }

    .sector-tile {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2rem;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.3s ease;
  text-shadow: 0px 1px 3px var(--lv-blue);
  line-height: 1.1;
}

.sector-tile:hover {
  transform: scale(1.02);
}

/* Background image layer */
.sector-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sector-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gradient overlay */
.sector-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 48, 95, 0.5), rgba(171, 124, 51, 0.5));
  z-index: 1;
}

/* Content stays on top */
.sector-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 1rem;
}

    .sector-tile:hover {
      transform: scale(1.02);
    }



  /* Modal styling */
    .sector-modal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
      z-index: 1000;
      align-items: center;
      justify-content: center;
    }

    .sector-modal.active {
      display: flex;
    }
.sector-modal-content {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 80%;
  max-height: 80vh; /* Ensures it fits within the viewport */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.sector-modal-content .subtitle {
    color: var(--lv-blue)!important;
    font-size: 1.1rem;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    .sector-modal-image {
      position: relative;
      height: 220px;
      overflow: hidden;
    }

    .sector-modal-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    

    .sector-modal-gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom right, rgba(0, 48, 95, 0.7), rgba(171, 124, 51, 0.7));
    }

    .sector-modal-body {
      padding: 2rem;
    }

   .sector-modal-body {
  padding: 2rem;
  overflow-y: auto;
  flex-grow: 1;
}

    .sector-modal-text {
      color: #444;
      margin-bottom: 1.5rem;
    }

    .sector-button {
      background-color: var(--lv-gold);
      color: white;
      border: none;
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      border-radius: 8px;
      transition: background 0.3s ease;
    }

    .sector-button:hover {
      background-color: #8e6429;
      cursor:pointer;
    }

    .sector-modal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 1.5rem;
      color: white;
      cursor: pointer;
      z-index: 10;
    }

    /* Smooth modern scrollbar styling */
.sector-modal-body::-webkit-scrollbar {
  width: 8px;
}

.sector-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.sector-modal-body::-webkit-scrollbar-thumb {
  background-color: var(--lv-blue);
  border-radius: 4px;
}

.sector-modal-body::-webkit-scrollbar-thumb:hover {
  background-color: var(--lv-gold);
}

/* Firefox support */
.sector-modal-body {
  scrollbar-width: thin;
  scrollbar-color: var(--lv-blue) #f1f1f1;
}


@media screen and (max-width: 720px) {
.overlay-text p {
    color: #fff !important;
    font-family: Arial;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 1.1;
    font-size: 1.1rem;

}

.splash-top {
    max-height: 80vh;
}

#services .content-box {
    padding: 1.5rem 0rem 1.5rem 0rem;
    transition: all 0.3s ease;
}

#services .content-box .title {
    font-size: 2rem;
}

#services .content-box .subtitle {
    font-size: 1.1rem;
}
}

@media screen and (max-width: 720px) {
  .overlay-text p {
    font-size: 0.9rem;
  }
}

.no-scroll {
  overflow: hidden;
}