.fs-14 {
    font-size: 14px;
}
.navbar {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.8px);
    -webkit-backdrop-filter: blur(1.8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar.sticky-nav {
    background: rgba(0, 0, 0, 0.52);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.main-menu ul li a {
    color: #fff;
}
.main-menu .nav-item {
    cursor: pointer;
}

.slicknav_menu>ul:not(.slicknav_hidden) {
    padding-top: 70px;
}  

.navbar-brand {
    max-width: 300px;
}

.navbar-brand .logo {
    width: 100%;
}

.hero-content .section-title.dark-section h3, .hero-content .section-title.dark-section h1,  .hero-content .section-title.dark-section h2, .hero-content .section-title.dark-section p {
    color: var(--primary-color);
}

.hero-content .section-title.dark-section h3::before {
    background: var(--primary-color);
}

.hero-body .video-play-button a{
    border-color: var(--primary-color);
}
.hero-body .video-play-button p {
    color: var(--primary-color);
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
    object-position: top;
}

.hero.hero-slider-layout .hero-slide {
    padding: calc(50vh - 150px) 0;
}

.hero.hero-slider-layout .hero-slide::before{
    background: linear-gradient(90deg, rgb(177 177 177) 0%, rgba(15, 165, 255, 0.1) 70%, rgba(237, 50, 55, 0.4) 100%);
}
.hero.hero-slider-layout .hero-slide::before{
    background: linear-gradient(90deg, rgb(227 227 227) 0%, rgb(255 255 255 / 0%) 70%, rgba(237, 50, 55, 0.4) 100%)
}
.hero.hero-slider-layout .hero-slide::before{
    background: linear-gradient(90deg, rgb(227 227 227) 0%, rgb(255 255 255 / 0%) 70%, rgb(237 50 55 / 0%) 100%)
}

.products-we-offer {
    padding: 100px 0;
}

.products-list-we-offer {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.products-list-we-offer .icon-box {
    display: flex;
    justify-content: center;
}

.products-list-we-offer h3 {
    text-align: center;
}


.our-company-slider .company-logo img{
	width: 100%;
	max-height: 110px;
}

.invert, [invert] {
    filter: invert(1);
}

.our-partners {
    margin-top: 90px;
    padding: 30px 0;
}

.our-company-slider {
    margin: 50px 0;
}

.our-testimonial {
    padding: 100px 0 0 0;
}

.page-header::before {
    background: linear-gradient(90deg, #1a1a1a 0%, #100f0f 34.36%, rgba(226, 64, 59, 0.02) 86.08%);
}
.page-project-single {
    padding-top: 60px;
}
.project-challenge-item-list {
    gap: 0px;
}

.project-challenge-image {
    width: calc(35% - 15px);
}
.project-challenge-content {
    width: calc(65% - 15px);
}
.page-team-single{
	padding: 50px 0;
}
.project-challenge-image img {
    object-fit: contain;
}
.team-member-image {
    width: calc(30% - 20px);
}
.team-member-content {
    width: calc(70% - 20px);
}

.team-member-image img {
    aspect-ratio: unset;
    object-fit: contain;
}

.team-member-info-box {
    margin-bottom: 20px;
}

.team-member-about {
    margin-bottom: 80px;
}

.footer-logo img {
    max-width: 300px;
}

@media (max-width: 991px) {
    .products-list-we-offer {
        justify-content: center;
        align-items: center;
    }
    .products-list-we-offer .facility-item {
        width: calc(45% - 10px);
    }
}

@media (max-width: 573px) {
    .navbar-brand {
        max-width: 200px;
    }
    
}