@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*------------------banner-------------------*/
.banner {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: relative;
  padding-top: 117px;
  overflow: visible;
}

@media (max-width: 1679px) {
  .banner {
    padding-top: 60px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 65px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 0;
    margin-top: 90px;
    height: auto;
  }
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .bnr-left {
  width: 100%;
  z-index: 3;
}

@media (max-width: 991px) {
  .banner .bnr-left {
    padding: 50px 0;
  }
}

.label-box {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 2px;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-flex;
}

.bnr-title {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 20px;
}

.inr-title {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .bnr-title {

    font-size: 50px;
    line-height: 70px;
  }

  .inr-title {
    font-size: 45px;
    line-height: 50px;

  }
}

@media (max-width: 991px) {
  .bnr-title {

    font-size: 40px;
    line-height: 55px;
  }

  .inr-title {
    font-size: 35px;
    line-height: 40px;
  }
}

.bnr-title .gradient-txt,
.inr-title .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-txt1 {
  background: linear-gradient(90deg, #ddd 0%, #999 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #bbb;
  max-width: 80%;
}

@media (max-width: 1679px) {
  .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .desc {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .indust .desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #bbb;
    max-width: 100%;
  }


}

@media (max-width: 579px) {
  .desc {
    font-size: 14px;
    line-height: 19px;
  }
}

.banner .img-blk {
  max-width: 700px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.banner .img-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .img-blk img {
  max-width: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }

  .banner .img-blk .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    background: rgba(0, 8, 20, 0.5);
  }

  .banner .bnr-left {
    padding: 30px 0;
  }

  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }
}

/*------------------contact us-------------------*/
.contact {
  width: 100%;
  margin-top: 80px;
  justify-content: center;
  display: flex;
  position: relative;
  padding-bottom: 80px;
  overflow: visible;
}

.contact::before {
  content: "";
  width: 778px;
  height: 778px;
  background: url(../img/glow2.png) no-repeat left bottom;
  background-size: 100% 100%;
  left: 0;
}

@media (max-width: 991px) {
  .contact {
    padding-top: 0;
    margin-top: 60px;
    height: auto;
  }
}

/* SMALL TAG */
.page-tag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(17, 40, 67, .5);
  width: fit-content;
  margin-bottom: 18px;
}

.page-tag ::before {
  content: "";
  width: 778px;
  height: 778px;
  background: url(../img/glow2.png) no-repeat left;
  background-size: 100% 100%;
  left: 0;
}

/* TITLE SECTION */
h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

h1 span {
  color: #4ba3ff;
}

.subtext {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 15px;
  opacity: 0.8;
  max-width: 720px;
}

/* WRAPPER */
.wrapper {
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 100px;

}


.form-box {
  flex: 2;
  background: rgba(17, 40, 67, .5);
  border-top-left-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
  padding: 40px;
  color: #989494;
}

.info-box {
  flex: .8;
  background: rgba(30, 35, 40, .5);
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  padding: 40px;
  color: #fff;
}

/* GRID */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 14px;
  opacity: 0.85;
  color: #9da9bb;
}

input,
select,
textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(17, 40, 67, .1);
  outline: none;
  color: #677688;
  font-size: 15px;
}

input[type="text"] {
  color: #d4d9e0;
  /* Changes the text color to red */
}

textarea {
  height: 140px;
  resize: none;
  color: #d4d9e0;
}

/* BUTTON */
.submit-btn {
  margin: 0 auto;
  margin-top: 28px;
  width: 400px;
  padding: 14px;height: 60px;
  background: linear-gradient(90deg, #1e41b1, #2561e8);
  border-radius: 20px;
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.submit-btn:hover {
  opacity: 0.9;
}

/* CONTACT INFO */
.info-box h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 15px;
}

.icon {
  width: 32px;
  height: 32px;
  background: rgba(17, 40, 67, .5);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.locations {
 clear: both;
}
.office-title {
  margin-top: 22px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.address {
  margin-top: 14px;
  line-height: 22px;
  font-size: 14px;
  opacity: 0.8;
  clear: both;padding-bottom: 50px;
}
.address .addicon{float: left;margin-right: 10px;}

.address .add{margin-bottom: 20px;float: left;}
/* Social Icons */
.social-icons {
  margin-top: 200px;
  display: flex;
  gap: 30px;
}



.social-icons i:hover {
  opacity: 1;
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
  .social-icons {
  margin-top: 100px;
  
}
}