.hiro {
  width: 100%;
  padding: 8% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
  
}
.hiro-light{
position: absolute;
width: 100%;
  top: -30%;
  right: 0;
  height: auto;
  opacity: 35%;
  z-index: 1;
}
.hiro-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-self: stretch;
  position: relative;
   z-index: 999;
}
.crad-service {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  align-items: center;
  width: 95%;
  align-self: flex-end;
}
.crad-service-center{
    align-self: flex-start;
}
.crad-service-right-center{
    align-self: flex-end;
}
.crad-service-right{
       align-self: flex-start;
}
.crad-service-img {
  width: 18%;
  background-color: #1b1a44;
  padding: 10px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.crad-service-details {
  color: var(--text);
}
.crad-service-details span {
  font-size: 18px;
  font-weight: 600;
}
.crad-service-details p {
  font-size: 11px;
  font-weight: 300;
}
.hiro-center {
  width: 30%;
   z-index: 999;
}
.hiro-center img {
  width: 100%;
  height: 100%;
}
.hiro-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-self: stretch;
   z-index: 999;
}
/* why us */
.why{
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    color: var(--text);
    font-size: 30px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    row-gap: 70px;
    flex-wrap: wrap;
   
}
.wrapper-bg{
 position: relative;
    overflow: hidden;
}
.why-bgimg{
position: absolute;
  width: 100%;
  top: -15%;
  right: 0;
  height: auto;
}
.why-bgimg{
  opacity: 27%;
}
.why-title{
width: 100%;
text-align: center;

}
.article{
    width: 30%;
    border: 1px solid #1B1A44;
    position: relative;
    padding: 40px;
}
.article-number{
    position: absolute;
    left: 10%;
    top: -10%;
    width: 90px;
    height: 140px;
}
.article-icon{
    display: flex;
    justify-content: end;
}
.article-details h3{
font-size: 30px;
font-weight: 600;
margin-bottom: 20px;
}
.article-details p{
font-size: 20px;
font-weight: 100;
}
/* cta */
.cta{
    padding-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}
.cta-title{
    color: var(--text);
    font-size: 30px;
    font-weight: 600;
}
/* ===== Contact Form Card ===== */
.contactForm{
  padding: 30px 0;
  display: grid;
  place-items: center;
}

.contactForm__card{
  width: min(820px, 92vw);
  padding: 22px;
  border-radius: 28px;
  background: rgba(10, 9, 38, 0.55);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}

/* Row base */
.fRow{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.fIcon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #F76C01;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  flex: 0 0 auto;
}

.fIcon svg{
  width: 22px;
  height: 22px;
}

.fInput{
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  color: #fff;
  outline: none;
  font-size: 14px;
}

.fInput::placeholder{
  color: rgba(255,255,255,0.45);
}

/* Split row (phone + select) */
.fRow--split{
  justify-content: space-between;
}

.fRow__left{
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

/* Select */
.fSelectWrap{
  position: relative;
  width: 170px;
  flex: 0 0 auto;
}

.fSelect{
  width: 100%;
  height: 46px;
  padding: 0 42px 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.85);
  outline: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
}

.fSelectArrow{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255,255,255,0.65);
}

/* Triple row */
.fRow--triple{
  gap: 12px;
}

.fInput--mini{
  height: 44px;
}

.fSelectWrap--mini{
  width: 170px;
}

/* Button */
.fBtn{
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  margin-top: 8px;
}

/* اگر کلاس گرادینت رو نداری */
.btn-primary-gradient{
  background: var(--primary-gradient, linear-gradient(to bottom right, #F76C01, #F98921));
}







/* reponsiv */
@media(max-width:769px){
    .hiro{
        padding: 8% 2%;
    }
   .hiro-center{
    width: 20%;
   }
    .hiro-left{
        width: 40%;
    }
    .hiro-right{
         width: 40%;
         gap: 15px; 
    }
    .crad-service{
        width: 90%;
    }
    .crad-service-details span{
        font-size: 11px;
    }
    .crad-service-details p{
        font-size: 8px;
    }
    .crad-service-img{
        align-self: center;
    }
    .crad-service-img img{
        width: 20px;
        height: 20px;
    }
    .crad-service{
        padding: 10px;
    }
    .why{
    font-size: 25px;
        row-gap: 50px;

}
.why-bgimg{
top: 25%;
opacity: 40%;
}
.article{
    width: 45%;
}
.article-number{
    width: 55px;
    height: 90px;
   left: 15%;
        top: -10%;
}
.article-icon img{
    width: 60px;
    height: 60px;
}
.article-details h3{
    font-size: 20px;
}
.article-details p{
    font-size: 12px;
}
 .fRow--split{
    flex-direction: column;
    align-items: stretch;
  }
  .fSelectWrap{
    width: 100%;
  }
  .fRow--triple{
    flex-direction: column;
  }
  .fSelectWrap--mini{
    width: 100%;
  }

}





@media(max-width:430px){
.hiro-center{
    display: none;
    
}
.hiro{
    flex-direction: column;
}
.hiro-left{
    width: 100%;
    gap: 15px;
    margin-bottom: 15px;
}
.hiro-right{
    width: 100%;
}
.crad-service{
    align-self: center;
}
.hiro-light{
    top: 25%;
}
.article{
    width: 100%;
}
.why{
    width: 95%;
}
.why-bgimg{
top: 30%;
opacity: 50%;
}
}