.navbar-area {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease;
}

.navbar-area.scrolled {
    background-color: white !important;
    position: fixed;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.navbar-area .navbar-nav .nav-item a {
    color: white;
    transition: color 0.3s ease;
}

.navbar-area.scrolled .navbar-nav .nav-item a {
    color: black !important;
}

.navbar-area.scrolled .navbar-nav .nav-item a:hover {
    color: black !important;
}
.theme-dark .navbar-area.scrolled {
    color: black;
    background-color: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(255, 253, 253, 0.05);
}

.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: white;
}
    
.theme-dark .navbar-area.scrolled .navbar-nav .nav-item a {
    color: white !important;
}

.theme-dark .navbar-area.scrolled .navbar-nav .nav-item a:hover,
.navbar-area.scrolled .navbar-nav .nav-item a:focus, 
.navbar-area.scrolled .navbar-nav .nav-item a.active {
    color: grey !important;
} 

.team-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.review-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.review-description.expanded {
    -webkit-line-clamp: unset;
}
.review-description-wrapper {
    position: relative;
}

.review-description {
    max-height: 4.5em; 
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    position: relative;
}

.review-description.expanded {
    max-height: 1000px; 
}
.banner-style-two-area {
    position: relative;
}
.custom-banner {
    width: 100%;
    height: 180vh; 
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center center;
}
#dynamic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video.responsive-banner {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#modalImage {
    max-height: 80vh;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.google-review-link {
    margin-left: 10px;
}

.google-review-img {
    width: 85px;
    height: 75px;
    object-fit: contain;
}

.read-more-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.join-adler-area {
    background-color: #f9f9f9;
}

.linkedin-icon {
    font-size: 18px;
}

.small-position-text {
    font-size: 14px;
}

.achiever-badge {
    background-color: #c552a0;
    color: white;
}
