@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
:root {
  
  --bs-white: #fff;
  --bs-text-dark:#333;
  --bs-blue:#3abeea;
  --bs-blue-dark: #18587b;
  --bs-green: #429441;
  
  }

*,
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0 auto;
font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
	
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  width: 100%;
   }

.section-padding{
	padding-top: 80px;
	padding-bottom: 80px;
}
h1,h2,h3,h4,h5,h6{
font-family: "Jost", sans-serif;
	line-height:normal;
}
a{
	text-decoration: none;
}
.f-200{
    font-weight: 200;
}
.f-300{
    font-weight: 300;
}
.f-400{
    font-weight: 400;

}
.f-500{
    font-weight: 500;

}
.f-600{
    font-weight: 600;

}
.f-700{
    font-weight: 700;

}
.f-800{
    font-weight: 800;

}

.container {
    max-width: 1200px !important;
}
 

     .navbar {
      background: #fff !important;
    }

    .navbar-brand, .nav-link, .offcanvas-title {
      color: #000 !important;
      font-weight: 500;
      font-size: 14px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      text-transform: uppercase;
    }
    .navbar-toggler{
        border: 2px #000 solid; !important;
        border-radius: 0px !important;
    }

    .offcanvas {
      background-color: #fff;
      color: #000;
    }

    .offcanvas .nav-link {
      color: #000;
      padding: 0.75rem 1rem;

    }

    .offcanvas .nav-link:hover {
      background: rgba(255,255,255,0.1);
      border-radius: 5px;
    }

    .offcanvas .dropdown-menu {
      background-color: #004a8f;
      border: none;
    }

    .offcanvas .dropdown-item {
      color: #fff;
    }

    .offcanvas .dropdown-item:hover {
      background-color: rgba(255,255,255,0.1);
    }

    @media (min-width: 992px) {
      .offcanvas {
        display: none;
      }
    }
    
 .sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #003973 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


#mainNavbar {
  transition: all 0.3s ease;
  padding:0px;
}


#mainNavbar.sticky-navbar {
  padding: 0.5rem 0;
  background-color: #fff !important;
}


#mainNavbar .navbar-brand img {
  transition: all 0.3s ease;
  height: 80px; 
}

#mainNavbar.sticky-navbar .navbar-brand img {
  height: 70px; 
}

.swiper.mySwiper {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

/* Slides */
.mySwiper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  
  width: 100%;
  padding-top: 140px;
 padding-bottom:140px
}

/* Overlay */
.mySwiper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(17,48,110,0.6), rgba(0,0,0,0.5));
  z-index: 1;
  transition: background 0.5s ease;
}

/* Text Animation */
.mySwiper .slide-text {
  position: relative;
  z-index: 2;
  color: #fff;
  
  
  
}
.mySwiper .slide-text p{
  color: #fff;
  font-size: 18px;
}
.mySwiper .slide-text h2{
  position:relative;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
	padding-left:30px;
  
  
}
.mySwiper .slide-text h2:before{
	position:absolute;
	content:'';
	background:#fff;
	width:3px;
	height:100%;
	left:0;
	
}
.mySwiper .slide-text.active {
  opacity: 1;
  transform: translateY(0);
}
.slide-text h2,
.slide-text p {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.slide-text.active h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.slide-text.active p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
/* Custom Right-Side Pagination Dots */
.mySwiper .swiper-pagination {
   position: absolute;
  top: 50% !important;
  left: 98% !important;
  
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.custom-bullet {
  width: 3px;
  height:8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-bullet-active {
  background: linear-gradient(180deg, rgba(24, 88, 123, 1) 0%, rgba(58, 190, 234, 1) 46%, rgba(66, 148, 65, 1) 100%);

  transform: scale(1.3);
  height: 40px;
}

/* Progress Bar Underneath */
.swiper-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 10;
}

.swiper-progressbar::after {
  content: '';
  display: block;
  height: 100%;
  width: 0%;
  background-color: #f9d342;
  animation: swiperProgress linear forwards;
  animation-duration: 5s;
}

@keyframes swiperProgress {
  0% { width: 0%; }
  100% { width: 100%; }
}  

.aboutSection h3 span{
  font-size: 28px !important;
    line-height: 1.5em;

}



   .color-text span {
    line-height: 1.5em;
    font-size:28px;
    font-weight: 300;
   
   
    
}




/* Mega Menu Styling */
.mega-menu {
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 1000;
  display: none;
  position: absolute;
  border-radius: 0px;
}

.nav-item.dropdown:hover .mega-menu {
  display: block;
}


@media (max-width: 991px) {
  .mega-menu {
    position: static !important;
    display: block !important;
  }
}
.link-1 {
  position: relative;
  color: var(--bs-text-dark);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px; 
}

.link-1 img {
  width: 25px;
  transition: transform 0.3s ease;
}

.link-1:hover img {
  transform: translateX(5px);
}

.link-1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bs-text-dark); 
  transition: width 0.3s ease;
}

.link-1:hover::before {
  width: 100%;
}

.link-2{
  position: absolute;
  left: 50%;
  bottom: -20px;
 transform: translateX(-50%);
  border-radius: 20px;
  padding: 5px 20px;
  background: var(--bs-blue-dark);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}
.link-2 img {
  width: 25px !important;
  transition: transform 0.3s ease;
}

.link-2:hover img {
  transform: translateX(5px);
}
.link-2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height:100%;
  background-color: var(--bs-green); 
  transition: width 0.3s ease;
  z-index: -1;
}

.link-2:hover::before {
  width: 100%;
}
.link-3{
  position: relative;
  border-radius: 20px;
  padding: 5px 20px;
  background: var(--bs-blue-dark);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden !important;
}
.link-3 img {
  width: 25px !important;
  transition: transform 0.3s ease;
}

.link-3:hover img {
  transform: translateX(5px);
}
/*.link-3::before {
 content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height:100%;
  background-color: var(--bs-green); 
  transition: width 0.3s ease;
  z-index:-1 ;
	 border-radius: 20px;
}

.link-3:hover::before {
  width: 100%;
}*/
.link-3:hover{
	background-color: var(--bs-green); 
  transition: width 0.3s ease;
}
.heading{
  display: flex;
  align-items: center;
}
.heading h2{
  position: relative;
  font-size: 20px;
  color: var(--bs-text-dark);
  text-transform: uppercase;
  padding-left: 60px;
  margin-top: 10px;
}
.heading h2:before{
  content: '';
  position: absolute;
  width: 50px;
  left: -5px;
  top: 50%;
  height: 2px;
  background: #18587B;
background: linear-gradient(90deg,rgba(24, 88, 123, 1) 0%, rgba(58, 190, 234, 1) 46%, rgba(66, 148, 65, 1) 100%);
}
.heading span img{
  width: 50px;
  padding-right: 20px;
}

.client-slider {
  padding: 20px 0;
  position: relative;
  border-left:0px !important;
  border-right: 0px !important;
  border:0px #eee solid; 
}

.client-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
 /* padding: 20px;*/
	padding-bottom:30px

}


.client-slider .swiper-slide-active {
  opacity: 1;
}

.client-button-prev,
.client-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.client-button-prev {
  right: 60px;
background-image: url("../images/a-l.svg");}

.client-button-next {
  right: 10px;
background-image: url("../images/a-r.svg");}

.client-button-prev:hover, .client-button-next:hover {
  background-color: #eee;
}


.top-nav a{
color: var(--bs-text-dark);
}



.indusrty-col {
 border: 0px solid #eee;
  position: relative;
  border-radius: 20px;
}
.indusrty-img{
  position: relative;
}
.indusrty-img img{
  width: 100%;
  border-radius: 20px;
}
.indusrty-col h3{
  margin-top: 20px;
  font-size: 20px;
}
.indusrty-content {
  padding: 20px;
  text-align: center;
}
footer {
    color: #d5d5d5;
    background: #20275c;
    font-size: 18px;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    z-index: 1;
}

footer::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgPos 100s linear infinite;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);
    background-image: linear-gradient(
        to bottom right,
        rgba(32, 39, 92, 0.9),
        rgba(0, 0, 0, 0.9)
    ), url('https://fluid-tech.org/wp-content/uploads/2025/07/footer.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    zoom: 1;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}
footer a{
  text-decoration: none;
  color: #d5d5d5;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}
footer a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d5d5d5; 
  transition: width 0.3s ease;
}

footer a:hover::before {
  width: 100%;
}

footer h4{
  font-size: 20px;
  font-weight: 400;
 }
footer h6{
  font-size: 23px;

	 color: #d5d5d5;
 }
footer p{
 

	 color: #d5d5d5;
 }
.ftr-logo{
  position: absolute;
 left: 50%;
 top: -30px;
transform: translateX(-50%);
z-index: 999;
}
.ftr-logo img{
  width:80px;
  z-index: 999;

}
.custom-shape-divider-top-1744361182 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.social-link a{
  padding: 0 10px;
  font-size: 16px;

}
.social-link a::before{
  content: none;
}
.custom-shape-divider-top-1744361182 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 67px;
}

.custom-shape-divider-top-1744361182 .shape-fill {
    fill: #fff;
}



.indusrty-img-1 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.indusrty-img-1:before{
  position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 36%);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
   
}
.indusrty-col:hover .indusrty-img-1::before{
  webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}

