/***********service page css starts******************/

@media only screen and (min-width:768px) {

  .servicep {
    position: absolute;
    bottom: 32px;
    left: 22px;
    text-align: left;
    z-index: 999;
    font-family: 'Roboto-Regular';
  }

  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
    border-radius: 10px;
    margin-left: 16px;
  }
}


@media only screen and (max-width:767px) {

  .servicep {
    position: absolute;
    bottom: 74px;
    left: 44px;
    text-align: left;
    z-index: 999;
    font-family: 'Roboto-Regular';
  }

  .columnpadding {
    /*padding: 30px;*/
    padding: 10px 30px 10px 30px;
  }

  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 95%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
    border-radius: 21px;
    margin-left: 29px;
    margin-top: 12px;
  }
}




.overlay-link:hover .image-overlay {
  display: block;
  /* Show overlay on hover */
}



/***********End service page css starts******************/

/***********Start industry page css starts******************/

@media only screen and (min-width:768px) {
  .industryp {
    position: absolute;
    top: 170px;
    /*bottom: 25px;*/

    left: 25px;
    text-align: left;
    z-index: 999;
    width: 190px;
  }
}

@media only screen and (max-width:767px) {
  .industryp {
    position: absolute;
    bottom: 48px;
    left: 45px;
    text-align: left;
    z-index: 999;
    width: 250px;

  }
}

/***********End industry page css starts******************/


/***********Start service inner pages css starts******************/


/***********End service inner pages css starts******************/



.input-data input::placeholder {
  color: #3BC3D6;
  opacity: 1;
  font-size: 12px;
}

/*********************form**************/
.container form {
  padding: 0px 0 0 0;
}

.container form .form-row {
  display: flex;
  /*margin: 32px 0;*/
  margin: 30px 0 20px 0;
  justify-content: center;
}

form .form-row .input-data {
  width: 100%;
  height: 60px;
  margin: 10px 20px;
  position: relative;
}

form .form-row .textarea {
  height: 50px;
}

.input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  /*   border-bottom: 1px solid #965a9c; */
  background: #111110;
  padding: 0px 20px;
  color: #fff;
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
  transform: translateY(-20px);
  font-size: 14px;
  color: #fff;
}

.textarea textarea {
  resize: none;
  padding-top: 10px;
}

.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;

}

.textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  /*background: #3498db;*/
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
  transform: scale(1);
}

.submit-btn .input-data {
  overflow: hidden;
  height: 45px !important;
  width: 25% !important;
}

/*.submit-btn .input-data .inner{*/
/*  height: 100%;*/
/*  width: 300%;*/
/*  position: absolute;*/
/*  left: -100%;*/
/*  background: #965a9c;*/
/*  transition: all 0.4s;*/
/*}*/
.submit-btn .input-data:hover .inner {
  left: 0;
}

.submit-btn .input-data input {

  background: none;
  color: #000000;
  font-size: 17px;

  cursor: pointer;

  background: #D1AB56;

}

@media (max-width: 700px) {
  .container .text {
    font-size: 30px;
  }

  .container form {
    padding: 0px 0 0 0;
  }

  /*.container form .form-row{*/
  /*  display: block;*/
  /*}*/
  form .form-row .input-data {
    margin: 35px 0 !important;
    border: 1px solid #fff;
  }

  .submit-btn .input-data {
    width: 40% !important;
  }
}

@media only screen and (min-width:768px) {
  .formback {
    background: #fff;
    width: 74%;
    /*padding: 36px;*/
    padding: 47px 30px 10px 30px;
  }

  .formtexth {
    font-size: 30px;
    font-weight: 400;
  }

  .formtextp {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 10px;
  }
}

@media only screen and (max-width:767px) {
  .formback {
    background: #fff;
    width: 100%;
    padding: 36px;
  }

  .formtexth {
    font-size: 25px;
    font-weight: 400;
  }

  .formtextp {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 10px;
  }
}

/***********end form***********/
/***********contact page***********/

.locbox {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000;
}

/*.locbox:hover {*/
/*    background-color: #965a9c;*/
/*    color: #fff;*/
/*}*/

#pot {
  bottom: 8%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 2s;
}

@-webkit-keyframes run {
  0% {
    left: 70%;
  }

  50% {
    left: 75%;
  }

  100% {
    left: 70%;
  }
}

/***********end contact page***********/
@media only screen and (min-width:767px) {
  .dropsample {
    /*   float: right;*/
    /*position: absolute;*/
    /*right: 16%;*/
    /*top: -5%; */


    float: right;
    position: relative;
    right: 16%;
    margin-top: -4%;
    padding: 4px;
  }
}

@media only screen and (max-width:767px) {
  .dropsample {
    /*float: right;*/
    /*position: absolute;*/
    /*right: 12%;*/
    /*top: -3%;*/


    float: right;
    position: relative;
    right: 16%;
    margin-top: -11%;

  }
}

/*******************profile*****/

/*.sticky {*/
/*    position: fixed;*/
/*    top: 82px;*/
/*    width: 100%;*/
/*    z-index: 2;*/
/*}*/

/***********Start select element styling******************/

/* Base styles for select within input-data */
.input-data select {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 12px;
  background: #111110;
  padding: 0px 20px;
  color: #D1AB56;
  -webkit-appearance: none;
  /* Remove default browser styling */
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Placeholder-like text for the default option */
.input-data select option[disabled][selected] {
  color: #D1AB56;
  opacity: 1;
  font-size: 12px;
}

/* Label styling for select */
.input-data select+label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  color: #D1AB56;
  transition: all 0.3s ease;
}

/* Label animation on focus or valid selection */
.input-data select:focus+label,
.input-data select:valid+label {
  /*transform: translateY(-20px);*/
  font-size: 14px;
  color: #fff;
}

/* Underline effect for select */
.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;

  /*background: #D1AB56;*/
  /* Match the color scheme */
}

.input-data select:focus ~ .underline:before,
.input-data select:valid ~ .underline:before {
  transform: scaleX(1);
}

/* Responsive styles for select */
  @media only screen and (min-width: 768px) {
    .input-data select {
      height: 60px;
    }
  }

  @media only screen and (max-width: 767px) {
    .input-data select {
      height: 50px;
    }
  }

  /* Optional: Custom arrow for select */
  .input-data select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23D1AB56" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
  }

  /***********End select element styling******************/