

html,
body {
  width: 100%;
  overflow-x: hidden;
 
}

/* colours  */

:root {
  --primary: #7366FF;
  --secondary: #FE893B;
  --prim-font: #100E24;
  --light-shade:#EFEFEF;
   --light-shade2:#ECEBFF;
  
}

a{
 color: #0D0D0D;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Host Grotesk", sans-serif;
  text-transform: uppercase;
  color: var(--prim-font);
}
h2{
  font-size: calc(2.6rem + 0.2vw);
}
h3{
  font-size: calc(2.3rem + 0.2vw);
}
h4{
  font-size: calc(2rem + 0.2vw);
}
h5{
  font-size: calc(1.7rem + 0.2vw);
}
h6{
  font-size: calc(1.4rem + 0.2vw);
}
p{
  color: var(--prim-font);
  font-size: 1rem;
}
.main-header {
  z-index: 999;
  top: 0;
  left: 0;
  padding: 0px 50px;
}

.header-logo {
  width: 400px;
  max-width: 100%;
}
@media only screen and (min-width: 1400px){
  .header-logo {
  width: 450px;
  max-width: 100%;
}
}
.top-info{
  font-size: 0.9rem;
}

.header-menu .nav-link {
  color: #fff;
  font-weight: 600;
  padding: 5px 25px!important;
  text-transform: uppercase;
}

.header-menu .nav-link.active {
  background: var(--primary);
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  color: #fff !important;
}
.head-cont img{
  width:20px;
  height:auto;

}
.header-line {
  width: 100%;
  height: 1.3px;
  background: #717171;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.header-line::before{
  content: '';
  position: absolute;
  top: -0.2px;
  left: 0;
  width: 130px;
  height: 3px;
  background: var(--secondary);
}

/* MOBILE MENU */
.mobile-menu {
  background: rgba(0,0,0,0.9);
  padding: 15px;
  display: none;
  border-radius: 6px;
}

.mobile-item {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* General carousel setup */
#heroCarousel {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#heroCarousel .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}


.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8, 15, 40, 0.9), rgba(8, 15, 40, 0.5), rgba(8, 15, 40, 0));
  z-index: 1;
   border-bottom-left-radius: 50px;
   border-bottom-right-radius: 50px;
}


.banner-text {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 75%;
  margin-top: 190px;
}
.banner-text h1::before{
  content: url('../img/shape.png');
  position: absolute;
  top: -70px;
  left: 0;

}
.banner-bx{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 50px;
}
.banner-text .small-title {
  font-size: 1.8rem;
  color: #b0b3c0;
  margin-bottom: 10px;
  font-weight: 500;
    font-family: "Host Grotesk", sans-serif;
}

.banner-text .mark {
  margin-right: 5px;
  background-color: transparent;
}

.banner-text h1 {
  font-size: 75px;
  font-weight: 600;
  color: #ffff;
  line-height: 1.2;
  position: relative;
}

/* Indicators styled as numbering */
.carousel-indicators {
  position: absolute;
  bottom: 60px;
  left: auto;
  right: 0px;
  top: auto;
  /* display: flex;
  flex-direction: row; */
  /* gap: 20px; */
  /* z-index: 3; */
}

.carousel-indicators li {
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-indicators li.active {
  color: #ff6600;
  font-weight: bold;
}

/* Arrow navigation */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-size: 60% 60%;
  padding: 10px;
  transition: 0.3s;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #ff6600;
}

/* Responsive styles */
@media (max-width: 992px) {
  .banner-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  #heroCarousel {
    height: 70vh;
  }

  .banner-text h1 {
    font-size: 28px;
  }

  .carousel-indicators {
    bottom: 20px;
    right: 20px;
    font-size: 16px;
  }
}
.spacer-sm{
  width:100%;
  height:auto;
  padding:80px 50px;
}
.spacer-xsm{
  width:100%;
  height:auto;
  padding:60px 50px;
}
.abt-video{
  width:100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
.abt-video iframe{
 max-width: 100%;
}
.primary-btn{
  display:inline-block;
  background-color: var(--secondary);
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

.main-title{
  position:relative;
  display:inline-block;
  margin: 10px auto;
    left:50%;
  transform: translateX(-50%);
}
.main-title:after{
  content: '';
  width: 30%;
  height: 6px;
  background-color:var(--secondary);
  position:absolute;
  bottom:-10px;
  left:50%;
  transform: translateX(-50%);
}
.our-service h2{
  margin-bottom:40px;
}
.text-mid{
  max-width:60%;
  text-align: center;
  margin: 8px auto;
}
.serv-bx{
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
  border-bottom: 6px solid var(--primary);
}
.serv-bx:hover{
  transform: translateY(-5px);
}
.serv-imgbx{
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.serv-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.serv-ico{
  position: absolute;
  bottom: 10px;
  right:10px;
  width: 70px;
  height: 70px;
  padding: 0.5rem;
  background-color: rgb(115, 102, 255, 0.8);
  border-radius: 5px;
}
.serv-bx-cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem;
  
}
.serv-bx-cont h5{
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.orange .serv-bx{
  border-bottom: 6px solid var(--secondary);
}
.read-btn{
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.read-btn:hover{
  text-decoration: none;
  color: var(--secondary);
}
.primary-btn-brd{
  display:inline-block;
  background-color: transparent;
  padding: 10px 30px;
  color: var(--prim-font);
  border: 1px solid var(--secondary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}
.feat-tit-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tit-left p{
  max-width: 70%;
}


.machine-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  background-color: var(--light-shade2);
  border-radius: 20px;
  padding: 1.5rem 2rem;
}

.machine-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 220px;
  padding: 40px 0px;
}

.menu-item {
  background: #181833;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
}

.menu-item.active {
  background: var(--secondary);
  color: #fff;
  position: relative;
  
}
.menu-item.active::after{
  content: '>';
  position: absolute;
  top: 50%;
  right:6px;
  transform: translateY(-50%);
}

.menu-item:hover {
  background: var(--primary);
}

.machine-display {
  flex: 1.5;
  min-width: 320px;
  height: auto;
  position: relative;
}

.machine-content {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.machine-content.active {
  display: block;
}

.machine-content img {
  width: 100%;
  height: auto;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.machine-content:hover img {
  transform: scale(1.05);
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  font-size: 14px;
  background: linear-gradient(to top, rgba(16, 14, 36, 0.7), transparent);
  color: #fff;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 1.3rem;
}

/* Responsive */
@media (max-width: 768px) {
  .machine-container {
    flex-direction: column;
    align-items: center;
  }

  .machine-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-item {
    flex: 1 1 45%;
    text-align: center;
  }
}

.cont-det-sec{
  width: 100%;
  height: 100%;
  background-color: var(--primary);
}
.map-bx{
  width: 100%;
  height: 100%;
}
.map-bx iframe{
  width: 100%;
  height: 100%;
  border: none;
}
.cont-det-sec ul{
  max-width: 85%;
  margin: 0 auto;
  list-style: none;
}
.cont-inner-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:3rem 2rem;
  border-bottom: 1px solid #ECEBFF;
  
}
.cont-det-sec ul li:last-child .cont-inner-bx{
  border-bottom: none;
}
.cont-inner-bx h6{
  color: #fff;
}
.cont-inner-bx a{
  color: #fff;
}
.cont-inner-bx p{
  color: #fff;
  text-align: center;
}
.cont-inner-bx-ico{
  margin-bottom: 10px;
}
.cont-inner-bx-ico img{
  width: 40px;
}
.map-sec{
  width:100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}
.ft-sec{
  width: 100%;
  height: auto;
  background-color: #100E24;
  padding: 50px 50px 0px 50px;
}
.ft-logo-bx img{
 width: 297px;
 max-width: 100%;
}
.ft-sec h6{
  color: #fff;
  text-transform: capitalize;
}
.ft-sec p{
  color: #B7B7B7;
}
.ft-link{
  list-style: none;
}
.ft-link li a{
  color: #B7B7B7;
}
.ft-link li{
  margin: 10px 0px;
}
.cp-right{
  width:100%;
  height: auto;
  padding: 10px 50px;
  text-align: center;
  border-top: 1px solid #333333;
}
.cp-right p{
  margin-bottom: 0px;
}
.sing-row{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sing-row p{
  margin-bottom: 0px;
}
.cont-inner-bx b{
  margin-top: 20px;
  color: #fff;
}
.shade{
  font-size: calc(2.6rem + 0.2vw);
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.1;
  line-height: 1.3rem;
}
.our-service .shade{
  text-align: center;
}
.navbar-nav .nav-item{
  margin: 3px 4px;
  padding: 0.3rem 0.8rem;
  color:#fff;
}
.mob-header{
  display:none;
}

.gallery-grid {
  row-gap: 30px;
}

.gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(16,14,36,0.75),
    rgba(16,14,36,0.2)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.gallery-overlay span {
  background: var(--secondary);
  color: #fff;
  padding: 10px 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* MODAL */
.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gallery-modal.active {
  display: flex;
}

.gallery-modal img {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
}

.gallery-close {
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 999;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* Swiper arrows */
.gallery-swiper {
  width: 100%;
  max-width: 1200px;
}
.inner-banner{
  width: 100%;
  height: 400px;
  padding: 80px 50px;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.inner-banner .main-title{
  left:unset;
  transform: unset;
   color:#fff;
   margin-top: 150px;
}
.text-mid{
  max-width: 80%; 
}
.tit-right a{
  text-decoration: none;
}

.abt-img{
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.abt-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner .text-mid{
  color: #fff;
}
.terms-section h2{
  font-size: 2.3rem;
  
}
.terms-section h3{
  font-size: 1.7rem;
   text-transform: capitalize;
   margin-top: 50px;
}
.terms-section ul{
  padding-left: 18px;
}
.terms-section ul li{
  margin-bottom: 15px;
}
.ft-link li a{
  transition: all 0.3s ease-in-out!important;
  text-decoration: none;
}
.ft-link li a:hover{
  color: var(--primary);
}