/* Define Global Variables for Colors and Fonts */
:root {
  /* Colors */
  --primary-color: #232D4B; /* Primary color */
  --secondary-color: #F84C1E; /* Secondary color */
  --background-color: #ffffff; /* Light background for the body */
  
  /* Fonts */
  --font-body: 'Gotham', sans-serif; /* Body font */
  --font-headings: 'Mulish', sans-serif; /* Headings font */
  --font-size-body: 18px; /* Body text size */
  --font-size-headings: 24px; /* Headings text size (you can adjust as needed) */
}
/* Global Styles */
body {
  font-family: var(--font-body);
  font-size: var(--font-size-body);
  color: var(--primary-color); /* Primary color for body text */
  background-color: var(--background-color); /* Light background for contrast */
}

/* Global Styles for Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Mulish', sans-serif; /* Set the font to Mulish */
  font-weight: 900; /* Make the font bold */
  text-transform: uppercase; /* Capitalize all headings */
  color: var(--secondary-color); /* You can change this to the desired color */
  font-style: italic;
}
.footer-copyright{
background-color: var(--secondary-color);
    color: white;
    text-align: center;
    margin-top: 2rem;

}
.mw-heading{
color: #f84c1e;
    FONT-WEIGHT: 600;
}

.footer-link:hover{
color: white;
}

/* Links */
a {
  color: var(--primary-color); /* Primary color for links */
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--secondary-color); /* Secondary color for hover/focus */
  text-decoration: underline;
}

.toptxt{

  position: relative;
}

.btn-primary{

  background-color: var(--secondary-color);
  border: none;
  border-radius: 50px;
   text-transform: uppercase;
   font-size: 1rem;
  
}
.teamsocial{display: inline!important;align-items: center;flex-direction: column;margin-top: 5px;width: 15px !important;}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:focus{

  background-color: var(--primary-color);
  border: none!important;
  box-shadow: none;
  
}

.center-icon {
  margin: 20px auto; /* Center the image horizontally and give it vertical spacing */
  margin-right:20px;
  width: 50px; /* Adjust the size of the image (you can change this as needed) */
  height: auto; /* Maintain the aspect ratio */
}

.pr-8 {
  padding-right: 8rem; /* Equivalent to 10 * 0.25rem */
}
      

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar{

      padding: 1rem 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    padding: 0rem 1rem 0rem 0rem;

}

.nav-item {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.nav-br-cs{

  top: 34px!important;
  box-shadow: 0 2px 4px 0px #80808073!important;
}

.cs-font-size{

    font-size: .9rem;

}

.bg-cs-secondary{

background-color: var(--primary-color);
padding:10px 0px!important;

}

.row,.col-lg-6 {

  margin: 0px;
  padding: 0px;
}

.accordion .card-header::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* required for solid icons */
  content: "\f0d8"; /* caret-up for expanded */
  float: right;
}

.accordion .card-header.collapsed::after {
  content: "\f0d7"; /* caret-down for collapsed */
}

/* .card-header {

  background-color:var(--secondary-color)
} */
  .accordion .card-header.active-style {
    background-color: var(--secondary-color);
    color: white;
  }

  .card-header {
  
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(255, 255, 255, 0.03);
}

.highlights-section {
  position: relative;
  background-color: var(--primary-color);
}

.highlights-title {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}

.highlight-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.highlight-box img {
  width: 100%;
  height: auto;
  display: block;
}

.highlight-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  color: white;
  width: 100%;
  padding: 30px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.team-highlight-overlay {
  position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-align: center;
}

.highlight-icon {
  position: absolute;
    top: -40px;
    left: 25%;
    transform: translateX(-50%);
    background: var(--primary-color);
    padding: 15px;
    border-radius: 50%;
    z-index: 2;
}

.inv{

  padding: 10px 30px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 50px;
  
}



@media only screen and (max-width: 1000px) {
  #footer-menu,#top-nav-bar{

    display: none;
  }
  .nav-br-cs{

    top: 0px !important;
  }
}

@media only screen and (min-width: 1001px) {
  /* #lavaNavbar{

    display: none!important;
  } */

}

/* Hide the original navbar on mobile */
@media (max-width: 991.98px) {
  .navbar {
    display: none !important;
  }
}

/* Hide mobile navbar on desktop */
@media (min-width: 992px) {
  .mobile-navbar,
  #mobileMenu {
    display: none !important;
  }
}

.btn-outline-secondary {
    color:var(--primary-color);
    border-color: var(--primary-color);
}

#mobileMenu {
  position: fixed;
  top: 85px; /* adjust based on the height of your mobile navbar */
  left: 0;
  right: 0;
  z-index: 1050; /* higher than content and navbar */
}
