﻿:root {
  --tab-width: 22vw;
  --content-width: calc(100vw - calc(var(--tab-width) + 1vw));
}

.body-container {
  height: fit-content;
  width: 100vw;
}

.top-img-overlay {
  position: absolute;
}

.top-img-div {
}

.top-img-div.hidden {
  display: none !important; /* Hidden when the 'hidden' class is applied */
}

.overlay_0 {
  left: 0;
  bottom: 0;
  padding-left: 2rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(231, 232, 232, 0.4) 35%,
    rgba(177, 179, 180, 0) 64%
  );
  height: 10rem;
  width: 50%;
}

.name-overlay {
  color: orange;
}

.company-overlay {
  color: green;
}

/*.nav-pills-custom {
    background-color: #038443;
}
.nav-link-custom {
    color: white;
    height: 12.5%;
    width: 80%;
    text-align: center;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .nav-link-custom:hover {
        color: rgb(255, 132, 0);
        
    }

    .nav-link-custom.active {
        color: rgb(255, 132, 0);
        
    }

        .nav-link-custom.active > .tab-link-caption {
            width: 90%;
            height: 50%;
            background-color: white;
            color: rgb(255, 132, 0);
            border-right: 6px solid rgb(255, 132, 0);
            margin-left: 10%;

        }
*/

.nav-pills-custom {
  background-color: #038443;
}

.nav-link-custom {
  color: white;
  height: 8%;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative; /* Necessary to position the border */
}

.nav-link-custom::after {
  content: "";
  position: absolute;
  bottom: 0; /* Keep the border at the bottom */
  right: 0; /* Start the border from the left */
  width: 80%; /* Make the border 80% of the width */
  height: 2px; /* Border thickness */
  background-color: white; /* Border color */
}

.nav-link-custom:hover {
  color: rgb(255, 132, 0);
}

.nav-link-custom.active {
  color: rgb(255, 132, 0);
}

.nav-link-custom.active > .tab-link-caption {
  width: 80%;
  height: 60%;
  background-color: white;
  color: rgb(255, 132, 0);
  border-right: 6px solid rgb(255, 132, 0);
  margin-left: 20%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: 0.2s ease all;
}

.tab-tag {
  text-decoration: none !important;
  color: white;
}

.tab-tag:hover {
  color: rgb(255, 132, 0);
}

.tabs-container {
  height: 100vh;
  width: var(--tab-width);
}
.top-img {
  object-fit: cover;
  height: 230px;
}
.tab-content {
  height: 100%;
  width: 100%;
}

.bor-bot {
  border-bottom: 2px solid white;
}

.tab-content-container {
  height: 80vh;
}

.mission-list {
  line-height: 150%;
}

.mission-list::marker {
  color: green;
}

@media (max-width: 768px) {
  .top-img-overlay {
    width: 70%;
    height: 8rem;
  }

  .basket-big-box {
    border-radius: 30px;
  }

  .basket-small-box {
    border-radius: 20px;
  }

  .box-content {
    flex-direction: column;
    text-align: center;
  }

  .divider-vertical {
    border-right: none;
    border-bottom: 2px solid black;
    width: 60%;
    height: auto;
    margin: 1rem 0;
  }
}

@media (max-width: 576px) {
  .top-img-overlay {
    width: 100%;
    padding-left: 1rem;
    height: 6rem;
  }

  .name-overlay,
  .company-overlay {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .box-title {
    font-size: 1.1rem;
  }

  .box-text {
    font-size: 1rem;
  }
}
.top-img-div {
  position: relative;
}

.top-img-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 2rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(231, 232, 232, 0.4) 35%,
    rgba(177, 179, 180, 0) 64%
  );
  height: 10rem;
  width: 50%;
}
/* Mobile breadcrumb adjustments for services */
#mobileBreadcrumb .breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
}

#mobileBreadcrumb .breadcrumb-item {
  display: inline-block;
  float: none;
}

#currentTabBreadcrumb {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
