body {
  font-family: Arial, sans-serif;
}
.bg-gradient {
  background: linear-gradient(to bottom, #ffe2d1 0%, white 40%);
}
.text-orange {
  color: #ff6600;
}
.bg-orange {
  background-color: #f96900;
}
.carousel-item-s {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  background: linear-gradient(to right, #ff6600, #ff9966);
  color: white;
  align-items: center;
}
.carousel-item-s.video-bg-slide {
  background: none;
}
.carousel-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-inner {
  position: relative;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
}
.btn-close-white {
  filter: invert(1);
}
.navbar-brand img {
  height: 30px;
  width: auto;
}
#mainNavbar {
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  transition: all 0.3s ease;
}
#navbarLogo {
  transition: all 0.3s ease;
}
#mainNavbar .nav-link {
  color: black;
  opacity: 0.9;
  transition: all 0.2s ease;
}
#mainNavbar .nav-link:hover {
  opacity: 1;
  text-shadow: 0 0 8px rgba(255,255,255,0.3);
}
#mainNavbar .navbar-toggler {
  border-color: rgba(255,255,255,0.5) !important;
}
#mainNavbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#mainNavbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
#mainNavbar.scrolled {
  background-color: #000 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
#mainNavbar.scrolled .nav-link {
  color: white !important;
  opacity: 1;
}
#mainNavbar.scrolled #navbarLogo {
  filter: brightness(0) invert(1);
}

#mainNavbar.scrolled #loginButton {
  #loginButton {
    background-color: transparent;
    border: 1px solid white;
    color: white !important;
    transition: all 0.3s ease;
  }
}

#loginButton {
  background-color: #ff6600;
  border: 1px solid #e36008;
  color: white !important;
  transition: all 0.3s ease;
}
#loginButton:hover {
  background-color: white;
  color: #000 !important;
}
#mainNavbar.scrolled #loginButton {
  background-color: white;
  color: #000 !important;
  border-color: white;
}
#mainNavbar.scrolled #loginButton:hover {
  background-color: transparent;
  color: white !important;
}
.role-card,
.industry-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  height: 100%;
  transition: box-shadow 0.2s ease;
}
.role-card:hover,
.industry-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.role-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.role-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.role-link {
  font-weight: 600;
  font-size: 0.85rem;
  color: #000;
  text-decoration: none;
}
.icon-placeholder {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}
.scroll-container {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}
.partner-logo {
  height: 30px;
}
@media (min-width: 768px) {
  .partner-logo {
    height: 40px;
  }
}
.trustmarks {
  max-width: 1000px;
  width: 100%;
  max-height: 200px;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.tall {
  height: 300px;
}

@media (max-width: 767.98px) {
  .carousel-image-col {
    /* display: none; */
    padding-top: 15px;
  }
  .tall {
    height: auto
  }
}