  .container-fluid {
    padding: 60px 50px;
  }

  .section-space {
    padding: 80px 0;
}
.hm.info {
    color: #fff;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.text-white {
  color: #fff !important;
}
.hm-info h2{
    font-size: 48px;
    font-weight: semibold;
}
.hm-info h4{
    font-size: 32px;
}
.body{
  background-color: #000;
}

@media (min-width: 1500px){
    body .container {
		width: 100%;
	}
}

@media (max-width: 1450px){
    body .container {
		width: 100%;
		max-width: 1400px;
	}
}

section{
  width: 100%;
  overflow: hidden;
}

.body{
    background-color: #010101;
}

nav {
  width: 100%;
  height: 82px !important; 
  position: fixed; 
  top: 0;
  z-index: 9;
}

nav ul {
  margin: 0 auto;
  margin-top: 10px;
  list-style: none;
  text-align: center;
}
nav ul .nav-logo{
    width: 70px;
    margin-left: 10px;
}
nav ul .nav-logo img{
    width: 100%;
    height: auto;
}
nav ul li {
  display: inline-block;
  margin: 0 10px;
}
nav ul .center-div{
    top: 10px;
}
nav ul li a {
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
nav ul li a:hover {
  color: #34495E;
}
a.active {
  border-bottom: 2px solid #ecf0f1;
}

/* Headings */

h1 {
  font-size: 5rem;
  color: #34495E;
}

/* Sections */

section {
  width: 100%;
  padding: 0%;
  height: fit-content;

  text-align: center;
}

section.active {}

footer {
  height: auto;
  background: #34495e;
}
footer .copyright{
  margin-bottom: 100px;
}



.home-section01 img{
  width: 100%;
    height: auto;
}
.home-section01{
  position: relative;
}
.home-section01 .image-container{
  display: inline-block;
  width: 100%;
}
.home-section01 .overlay-button{
  position: absolute;
  top: 84%;
  left: 8%;
  padding-left: 10px;
  transform: translate(-50%, -50%);
  display: inline;
  align-items: center;
}
.home-section01 .overlay-button a{
  background: #C31222;
  color: #fff;
  padding: 10px 32px;
  height: 56px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-section01 .overlay-button a:hover {
  background-color: #DA291C;
}






.page-bg {
  position: relative;
  background-color: black; /* keep your black background */
  text-align: start ;
}

.home-section02::before ,
.home-section04::before ,
.home-section05::before,
.home-section03::before,
.home-section06::before {
    
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1; /* 50% transparent */
  z-index: 1;
}
.home-section02::before{background: url('images/section2-bg.png') center/cover no-repeat;
}
.home-section03::before{background: url('images/section03-bg.png') center/cover no-repeat;
}
.home-section04::before{background: url('images/section04-bg.png') center/cover no-repeat;
}
.home-section05::before{background: url('images/section05-bg.png') center/cover no-repeat;
}
.home-section06::before{background: url('images/section06-bg.png') center/cover no-repeat;
}
/* Make sure your section content is above the pseudo-element */
.page-bg > * {
  position: relative;
  z-index: 2;
}
.home-section02 .swiper-container,
.home-section04 .swiper-container ,
.home-section05 .swiper-container,
.home-section03 .swiper-container{
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
    text-align: center;
    .swiper-slide{
    .text-div{
        display: flex;
        align-items: center;
    }
}
    .swiper-wrapper{
        width: 100%;
    }
    .swiper-slide {
  height: 530px;
  box-sizing: border-box;
  /* If you want vertical stacking on small, use flex inside content, but not width override */
}

.home-section06 .swiper-specifications{
  width: 100%;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
    text-align: center;
    .swiper-wrapper{
        width: 100%;
    }
}


.swiper-slide .num-div p{
  line-height: 60px;
  padding-right: 10px;
}

    img{
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
    .num-div p{
        color: #C0C0C0 !important;
        font-size: 80px;
    }
    .text-div h3{
        font-size: 32px;
        text-align: start;
    }
    .text-div p{
        font-size: 16px;
        color: #EAEAEA;
        text-align: start;
    }
    .btm-01 img{
        width: 100%;
    }
    .swiper-button-prev, .swiper-button-next{
      background-image: none !important;
      background-color: #3C3C3C;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      padding: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .navigation-buttons{
      position: absolute;
      bottom: 25px;
      left: none;
      width: 120px;
      justify-content: right !important;
      right: 0% !important;
    }
    
    .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet{
  display: none ;
}
}
.home-section02 .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 0.8;
}
.page-bg {
  background-size: 100% 100%;;
  background-repeat: no-repeat;
}

.home-section03 .sub-heading{
    display: flex;
    flex-direction: row;
    text-align: end;
}
.home-section03 .top p{
  font-size: 18px;
  font-weight: regular;
  color: #EAEAEA !important;
}
.home-section03 .top span{
  font-size: 14px;
  color: #EAEAEA !important;
}

.home-section03 .btm{
    display: flex;
    flex-direction: row;

}
.home-section03 .btm .left,
.home-section03 .btm .right{
    width: 50%;
    height: auto;
}
.home-section03 .btm .right img{
  width: 100%;
    height: auto;
    
    padding-left: 60px;
    padding-top: 50px

}
.home-section03 .btm img{
    width: 100%;
    height: auto;
}
.sub-heading .bold{
    font-weight: 600;
}
.sub-heading .light{
    font-weight: 300;
}
.home-section03 .left a,
.home-section05 .safety-button a,
.home-section06 .top .head a,
.home-section03 .technical-spec-button a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    text-align: center;
    color: #C31222;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.home-section05 .top{
    display: flex;
    flex-direction: column;
    align-items: end;
}
footer{
  padding-bottom: 200px;
}

@media (max-width: 600px) {
  
    .swiper-slide{
      height: auto !important;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none !important;
    }
}


.contact-section{
    width: 100%;
    background-color: #242424;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 50px;
}
.contact-section .left{
    width: 50%;
    height: auto;
}
.contact-section .left img{
    width: 100%;
    height: auto;
}
.contact-section .right{
    width: 50%;
    max-width: 500px;

    .form-wrapper{
      padding: 0%;
      margin: 0%;
        color: #fff;
        text-align: start;
        h2{
            font-size: clamp(32px , 3vw , 48px);
        }
        .form-subtext{
            font-size: 18px;
            color: #EAEAEA;
        }
        .form-note{
          color: #A7A7A7;
        }
    }
    form .form-label{
        font-size: 14px;
        margin-top: 5px;
        font-weight: 500;
    }
    .category .form-control::placeholder,
    .category .drop-down .form-select{
  color: #868686; /* change this to your desired color */
  opacity: 1; /* ensure it’s fully visible */
  background-color: #242424;
}

    form .form-control,
    form .input-group-text{
        background-color: #242424;
        border: 1px solid #868686;
        height: 35px;
        border-radius: 8px;
        color: #868686;
        
    }
    .submit-button{
  background: #C31222;
  color: #fff;
  padding: 10px 32px;
  height: 46px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  border: 0;
}
.submit-button:hover {
  background-color: #DA291C;
}
.row.category{
  justify-content: space-between;
} 
.row.category > div{
  padding: 0%;
  width: 48%;
  
}
    
    
}


footer{
  .footer {
  background-color: #000;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.footer-sub {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-contact li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact i {
  color: #fff;
  font-size: 1rem;
}

.footer-social a {
  color: #fff;
  font-size: 1.3rem;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #ccc;
}

.footer-logo {
  max-height: 80px;
  margin-right: 10px;
  margin-top: 60px;
}

.footer-copy {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  margin-top: 100px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer-logo {
    margin-top: 1.5rem;
  }
  .footer-copy {
    margin-top: 1.5rem;
  }
}
.contact-section .right,
.contact-section .left{
    width: 100%;
    max-width: none;

}}

@media (max-width: 680px){
  .contact-section .left,
  .contact-section .right{
      width: 100%;
      max-width: none;
  }
}

.home-section06 img{
  width: 100%;
    height: auto;
}


.btm-navigator{
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 9;
  padding: 10px 10px;
}
.btm-navigator  .anc{
  
  background: #C31222;
  color: #fff;
  padding: 10px 32px;
  height: 56px;
  width: 633px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 15px;


}
.btm-navigator  .anc:hover {
  background-color: #DA291C;
}
.btm-navigator .anc-opp{
  
  background: #151515;
  color: #D6D6D6;
  border: 1px solid #454545;
  padding: 10px 32px;
  height: 56px;
  width: 633px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 15px;


}
.btm-navigator .anc-opp:hover {
  background-color: #454545;
}



.home-section06 .specificationsSwiper{
  width: 100%;
}
.home-section06 .specificationsSwiper .swiper-slide{
  display: flex;
  justify-content: center;
  img{
    max-width: 1000px;
  }
}
/* PAGINATION: target bullets that Swiper actually outputs
   Swiper 3 outputs .swiper-pagination-bullet and .swiper-pagination-bullet-active
   inside your custom pagination container .specifications-pagination.
*/
.specifications-pagination {
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:1rem;
  z-index:15;
  padding: 20px 90px;
}

/* target the generic Swiper bullet selectors inside our pagination container */
.specifications-pagination .swiper-pagination-bullet {
  width:20% ;
  height: auto ;
  opacity: 0.6;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: transform .22s ease, opacity .22s ease, border-color .22s ease;
  background: none !important;
  margin: 0 !important; /* Swiper adds margin — normalize if needed */
  padding: 0;
  box-sizing: border-box;
}

/* if you used <span> inside bullet markup, target the <img> */
.specifications-pagination .swiper-pagination-bullet img {
  width:100%;
  height:100%;
}

/* active bullet style (Swiper uses this class name) */
.specifications-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.1);
}













/* custom nav icons */
.specifications-button-next,
.specifications-button-prev{
  height: 40px;
  width: 40px;
  padding: 5px;
}
.specifications-button-prev img,
.specifications-button-next img {
  display:block;
  cursor:pointer;
}




.specifications-navigation-div{
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  gap: 0% !important;
  z-index: 5;
  transform: translateX(-50%);
  .swiper-button-next{
    background-image: none !important;
  }
  .swiper-button-prev{
    background-image: none !important;
  }
}
.specifications-button-prev,
.specifications-button-next{
  background-color: #3C3C3C;
  border-radius: 50%;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
            img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
}
















.home-section06 .top{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.home-section06 .top .color-mode{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.home-section06 .top .color-mode a{
  text-decoration: none;
  color: #BABABA;
  font-size: 20px;
  font-weight: 300;
}

/* Smooth zoom animation on active slide */
.swiper-specifications .swiper-slide img {
  transform: scale(0.5); /* default state — slightly smaller */
  transition: transform 0.3s ease-in-out; /* slow zoom effect */
}

/* When slide becomes active, zoom slowly */
.swiper-specifications .swiper-slide-active img {
  transform: scale(1.01); /* zoom in slowly */
  transition: transform 0.4s ease-in-out; /* match slide duration */
}







@media(max-width: 680px){
  .head-space{
    padding-top: 65px;
    background-color: #000
  }
  .home-section01{
    .overlay-button{
      display: none;
    }
  }
  .page-bg{
       h2{
    font-size: 26px;
  }
   h4{
    font-size: 18px;
  }
  } 
  .swiper-slide .num-div p{
    font-size: 32px !important;
    font-weight: 700;
  }
  .swiper-slide .text-div h3{
    font-size: 18px !important;
    font-weight: 600;
  }
  .swiper-slide .text-div p{
    font-size: 14px !important;
    font-weight: 400;
  }
  .home-section02 .swiper-container,
.home-section04 .swiper-container ,
.home-section05 .swiper-container,
.home-section03 .swiper-container{
    padding-bottom: 0px;
}
.contact-section .right{
    padding: 20px 20px;
}
footer .logo-div{
  display: flex;
  justify-content: center;
}
footer .footer-logo{
  width: 240px;
  margin-top: 10px;
  margin-bottom: 80px;
}
footer .footer-copy{
  text-align: start;
}
.btm-navigator{
  gap: 10px;
  padding: 10px 10px;
}
.btm-navigator .anc,
.btm-navigator .anc-opp{
  font-size: 12px;
  padding: 0%;
  height: 44px;
  gap: 5px;
}

.home-section03 .top,
.home-section05 .top{
    align-items: start !important;
  }
footer .copyright{
  margin-bottom: none !important;
}
nav .center-div{
  display: flex;
  flex-direction: row;
  top: 50px !important;
  a{
    font-size: 12px;
  }
}
.section-space {
  padding: 32px 16px;
}
.swiper-container{
  padding: 15px 0px !important;
}


.center-div {}

body nav {


    border: 0px solid #fff;
    display: flow;
    margin: 0;
    padding: 0;
    height: auto;
}



body nav ul.d-flex {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    flex-direction: column;
    gap: 0;
    border: 0;
}

.home-section06 .top{
  .color-mode a{
    font-size: 16px;
  }

}
.home-section06 .specificationsSwiper
 {
    width: 100%;
    padding-top: 50px;
}
.home-section06 .container .top .head a{
    position: absolute;
    bottom: 0%;
    width: 100%;
}

}
nav{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0) 100%);

  height: 50px;
}


.color-mode a.active {
  color: #fff !important;
  font-weight: 400 !important;
}
.btm-navigator{
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0) 100%);


}
