button{
    border:none;
}


.contact-des{
   padding:5rem 0;
   position:relative;
}

.contact-card {
  background-color: #111317;
 padding: 31px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  
  
}
.contact-card .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.from-feild .form-label{
      font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    color:#000;
}

/*.coomon-heighgt{*/
/*    height:100%;*/
/*}*/
.contact-card h5 {
  font-weight: 600;
  color: #ffffff;
}

.from-feild{
    margin:15px 0;
}

/*.form-card {*/
/* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
/*  border-radius: 2rem;*/
/*  padding: 2.5rem;*/
/*}*/
.form-card {
    border-radius: 15px;
       padding: 45px 40px;
    border: 2px solid #eee;
    background: #fff;
}
.form-control {
 background-color: transparent;
    border: 1px solid #0d0c1096;
    color: #000;
        border-radius: 15px;
    padding: 10px 20px;
}

textarea.form-control {
  border-radius: 15px;
}



label {
    display: inline-block;
    color: #F44336;
   font-size: 13px;
}


.form-control:focus {
  border-color: #8a63d2;
  box-shadow: none;
}
.cont-btn{
    background: #000;
    color: #fff;
}
.con-contain{
      background: #000;
    transition: 0.3s;
    border-radius: 50rem;
    color: #0f1217;
    padding: 9px;
    font-weight: 600;
    text-align: center;
    margin-top:2rem;
}
.cont-btn {
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}
.con-para,
.contact-card a{
    color:#fff;
    text-align: center;
}


.form-card ::placeholder {
  color: #96989a;
}
/*.contact-col{*/
/*    margin-bottom: 1rem;*/
/*}*/

.cont-title{
    text-align: center;
    padding-top: 10px;
}
.icon-amsd{
    text-align:center;
    margin-bottom:13px;
}
.icon-amsd img{
    filter: brightness(0) invert(1);
}

.contact-card a:hover{
    color:#fff;
}

.contcfet-butomjn .heds-button{
        margin: 30px 0 0;
}


.gradient-overlay {
  position: absolute;
  user-select: none;          
  pointer-events: none;       
  width: 350px;
  height: 350px;
  overflow: hidden;
  top: -191px;
  left: 174px;
  transform: rotate(-78deg);
}

.gradient-overlay img {
  width: 100%;
  height: 100%;
  
}
.gradient-overlay-two {
  position: absolute;
  width: 350px;
  height: 350px;
  user-select: none;          
  pointer-events: none;        
  overflow: hidden;
  top: -206px;
  left: 7px;
  transform: rotate(62deg);
}

.gradient-overlay-two img {
  width: 100%;
  height: 100%;
      
}
.gradient-overlay-three {
  position: absolute;
  width: 450px;
  height: 450px;
  top: -264px;
  left: -255px;
  user-select: none;       
  pointer-events: none; 
}

.gradient-overlay-three img {
  width: 100%;
  height: 100%;
     
}
.cont-main{
    margin-right:50px;
    display:flex;
    flex-direction:column;
    gap:24px;
}

/*career style*/
.career-sec {
  background: #fff;
  padding-top: 3rem;
    padding-bottom: 3rem;
}


.career-card {
  background: #eef0f7;
  border-radius: 12px;
  padding: 50px;
  border: 1px solid transparent;
}



.career-card h4 {
  font-weight: 700;
  color: #222;
}

.badge {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: 500;
}

.badge.onsite {
  background: #e0e6ff;
  color: #3b3b6d;
}

.badge.remote {
  background: #e0e6ff;
  color: #3b3b6d;
}

.badge.full-time {
  background: #f5e3a3;
  color: #5b4b1a;
}

.career-info {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1.5rem;
  font-weight: 700;
}

.career-info li {
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
}



.open-btn {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  border-radius: 25px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}



.open-btn:hover {
  background: #000;
  color: #fff;
}


hr {
  margin: 20px 0;
  border-top: 2 solid #ddd;
}
.active-card{
    border-color: #000000;
    background-color: #fff;
}
.career-main{
    gap: .5rem;
    margin-top: 1rem;
   display: flex;
}

/*career-form*/

/* style-contact.css */

/* Section spacing */
.contact-section-area {
    padding: 60px 0;
}

/* Career image container */
.carer-pagesd img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Contact form container */
.contact-service-from {
    /*background: #fff;*/
    /*padding: 30px;*/
    /*border-radius: 8px;*/
    /*box-shadow: -3px 0rem 0.25rem rgba(0, 0, 0, 0.075);*/
    
        background: #f8f9fa;
    border-radius: 12px;
    padding: 33px;
    border: 1px solid #fff;
}

.contact-service-from .form-control{
    background-color: unset;
}

/* Big title animation and styling */
.career-big-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

/* Form labels */
.spc-labsdsd {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
        color: #000;
}

/* Radio input labels */
.inndsd-labe {
    margin-right: 15px;
    font-weight: 400;
    cursor: pointer;
        color: #000;
}

/* Textarea styling */
.servgice-text-messgae {
    width: 100%;
    /*padding: 10px;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #ccc;*/
    
    border: 1px solid #0d0c1096;
    color: #000;
    border-radius: 15px;
    padding: 10px 20px;
}

/* Button styling */
.contact-section-area .header-btn1 {
       background-color: #1a4ea3;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
}

.contact-section-area .header-btn1 span {
    margin-left: 5px;
}

.contact-section-area .header-btn1:hover {
    background-color: #0056b3;
}
.sticky-img {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.hide-robot{
    display: none;
}

.form-sec{
    width: 58%;
}
.form-flds{
    padding-bottom: 20px;
}

.con-sec{
    align-items: anchor-center;
}
.header-btn1 i {
    height: 18px;
    display: inline-block;         
    vertical-align: middle; 
}
.fea-link{
    color: #1c1a1e;
}