.bd-section__inner-content p a {
  color: #0056b3 !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px !important;
}

.bd-footer-widget__title {
  margin-bottom: 20px !important;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-header__main {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* .main-menu ul li {
  margin-right: 25px !important;
}

.main-menu ul li a {
    font-size: 12px !important;
} */

.slider-button-prev,
.slider-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 768px) {
  .slider-button-prev,
  .slider-button-next {
    top: 62%;
  }
}
.slider-button-prev {
  left: 20px;
}

.slider-button-next {
  right: 20px;
}

.slider-button-prev i,
.slider-button-next i {
  font-size: 45px;
  color: grey !important;
}

.breadcrumb__section {
  padding-top: 100px !important;
  height: 100vh !important;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.breadcrumb__title {
  max-width: 500px;
}

.bd-header__transparent {
  background-color: rgb(255 255 255 / 67%) !important;
}

.breadcrumb__list span,
.breadcrumb__title {
  color: #ffffff !important;
}

.bd-team-3__img img {
  object-fit: cover !important;
  height: 400px !important;
  object-position: top !important;
}

/* Modal Content Styling */
.team-modal .modal-content {
  border-radius: 18px !important;
  border: none !important;
  padding: 15px 10px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
  background: #ffffff !important;
}

/* Remove default header border */
.team-modal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  position: absolute !important;
  right: 15px !important;
  z-index: 2;
}

/* Close button styling */
.team-modal .btn-close {
  background-size: 60% !important;
  filter: brightness(0) invert(0.5) !important;
  transition: 0.3s ease;
}
.team-modal .btn-close:hover {
  filter: brightness(0) invert(0.2) !important;
}

/* Modal Body Spacing */
.team-modal .modal-body {
  padding: 25px 30px;
}

/* Team Image */
.team-modal img {
  border-radius: 14px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

/* Name */
.team-modal h5 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}

/* Role */
.team-modal span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
}

/* Description */
.team-modal p small {
  font-size: 13px !important;
  line-height: 1.55;
  color: #555;
}

/* Email Line */
.team-modal p a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}
.team-modal p a:hover {
  text-decoration: underline;
}

/* Slight fade-in animation */
.team-modal .modal-dialog {
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out;
}
.team-modal.show .modal-dialog {
  transform: translateY(0);
}

.breadcrumb__section {
  position: relative;
  z-index: 1;
}

.breadcrumb__section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust darkness */
  z-index: -1;
}

.breadcrumb__section.include-bg {
  background-size: cover;
  background-position: center;
}

.hero812-content {
  text-align: left;
}

/* Top Line */
.hero812-brand {
  font-weight: 600 !important;
  font-size: 22px !important;
  letter-spacing: 1.5px !important;
}

/* Headline */
.hero812-heading {
  font-weight: 600 !important;
  font-size: 48px !important;
  line-height: 1.15 !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

/* Body Copy */
.hero812-description {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .hero812-heading {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }

  .hero812-description {
    font-size: 16px !important;
  }
}

.bd-slider__item {
  position: relative;
  z-index: 1;
}

/* LEFT SIDE GRADIENT OVERLAY */
.bd-slider__item::before {
  content: "";
  position: absolute;
  inset: 0;
  /*  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.35) 25%,
    rgba(0, 0, 0, 0.15) 40%,
    rgba(0, 0, 0, 0) 50%
  ); */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.6) 25%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0) 65%
  );
  z-index: 1;
  pointer-events: none;
}

.bd-slider__content,
.hero812-content {
  position: relative;
  z-index: 2;
}

.hero812-brand,
.hero812-heading,
.hero812-description {
  color: #ffffff;
}

.hero812-brand,
.hero812-heading,
.hero812-description {
  color: #ffffff;
}

.theme-bg-gray {
  background: #f4f4f4;
}

.main-menu ul li .big-menu {
  width: 380px !important;
}

.bd-services__area .row {
  display: flex;
  flex-wrap: wrap;
}

.bd-services__area .col-lg-4 {
  display: flex;
}

.bd-services-2__item {
  flex: 1;
}

.bd-footer-widget__menu ul li {
  width: 100% !important;
  float: unset !important;
}

.breadcrumb__list {
  display: none !important;
}

.breadcrumb__title {
  font-size: 38px !important;
  text-shadow: 2px 2px 5px gray;
}

.breadcrumb__section::before {
  background: #00000024 !important;
}

.bd-team-3__navigation {
  position: relative !important;
  z-index: 20 !important;
}

.bd-team-3-slider-prev,
.bd-team-3-slider-next {
  cursor: pointer !important;
  z-index: 10 !important;
  padding: 15px;
  background: #ebebeb;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 0;
}

.bd-team-3-slider-prev i,
.bd-team-3-slider-next i {
  position: relative;
  top: -5px;
  left: 3px;
}

.bd-team-3-slider-prev {
  position: absolute;
  top: -10em;
  left: 0.5em;
}

.bd-team-3-slider-next {
  position: absolute;
  top: -10em;
  right: 0.5em;
}

.bd-footer__section a, .bd-footer__section span, .bd-footer__section p, .bd-footer__section i,.bd-footer__section h3{
  color: #ffffff ;
}
.bd-footer-widget__social a:hover i {
  color: #ffffff ;
}

.bd-footer-widget__social i{
  color: black ;
}

.bd-footer__section .logo img{
  filter: invert(1);
}