*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif !important;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../images/White\ background.svg");
  position: relative;
}

#hero .hero-container {
  padding-top: 80px !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  padding-right: 150px;
  padding-left: 150px;
}

#hero .hero-logo {
  margin-bottom: 30px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(45deg, #000000, #00aeef, #000000);
  -webkit-background-clip: text;
  display: inline-block; /* Ensures gradient applies to text */
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 60px !important;
  color: transparent;

}



#hero p {
  color: #000000;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: #7cc576;
}

#hero .btn-get-started:hover {
  transition: 0.5s;
  background: #fff;
  color: #7cc576;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 38px;
    line-height: 54px !important;
  }

  #hero p{
    line-height: 22px;
  }

  #hero .hero-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}



  /* ---------------------Companies--------------------- */



  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 40px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    height: 30px;
    margin: 0 40px;
  }



  /* Title */
.maintitle {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .maintitle h2 {
    color: #000;
    font-size: 40px !important;
    font-weight: 300;
    position: relative;
    display: inline-block;
  }
  .maintitle h2 span {
    position: relative;
    color: #00AEEF;
    font-weight: 600;
    z-index: 1;
  }
  /*.maintitle h2 span:before{ width: 125px; height: 15px; content: ''; position: absolute; z-index: -1; right: 5px; bottom: 4px; background: url(../images/uiline.svg) left top no-repeat; background-size:cover;}*/
  .slick-prev.slick-arrow {
    width: 32px !important;
    height: 32px;
    position: absolute;
    left: -20px;
    top: 47%;
    background: url("../images/prev-arrow.svg") left top no-repeat;
    background-size: 100%;
    color: transparent;
    cursor: pointer;
  }

/* -----------------------whychooseus------------------ */
#services{
  padding-top: 70px;
}
.services .icon-box {
  text-align: left;
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  border-radius: 10px;
}

.services .icon-box .icon {
  margin-right: 20px; /* Add margin to create space between icon and content */
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  flex-direction: row; /* Set flex-direction to row */
}

.services .icon-box .icon i {
  color: #151515;
  font-size: px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #00AEEF !important;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 28px;
  font-size: 1rem;
  margin-bottom: 0;
  text-justify: auto !important;
}

.services .icon-box:hover {
  border-color: #fff;
  transform: translateY(-10px);
}

/* -------------------------Technology---------------------- */
.hiring h3 {
  color: #ffffff; 
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 28px;
}

.hiring p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  color: #ffffff;
}

.hiring img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto; 
  padding-bottom: 40px;
}

.hiring form {
  padding: 50px;
  align-items: center;
}

.hiring .form-control {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc; 
  outline: none;
}

.hiring textarea.form-control {
  resize: vertical;
  border: none; 
  border-bottom: 1px solid #ccc;
  outline: none;
}

.hiring .btn-primary {
  background-color: #00aeef;
  color: #ffffff;
  cursor: pointer;
}

.hiring .btn-primary:hover {
  background-color: #007bb5;
}