#it-heading{
    font-weight: 700;
    color: #1F497D;
    font-family: "Open Sans", sans-serif;
}



.it-para{
    margin-bottom: 15px;
}

.it-sub-para{
    margin-bottom: 10px;
    font-weight: 600;
}

.it-subheading{
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
}

.it-ol{
    padding-left: 20px;
}

.it-ul > li{
    margin-bottom: 10px;
}

.it-ol > li{
    margin-bottom: 10px;
}

.it-portfolio-logo{
    margin-bottom: 10px;
}

.it-portfolio-ss{
    width: 100%;
    margin: 0 auto;
}

/* .it-portfolio-ss2{
    width: 40%;
    margin: 0 auto;
} */

.it-portfolio-img{
    width: 250px;
    margin-bottom: 10px;
}

.eating-disorder{
    width: 150px;
    margin-bottom: 10px;
}

.eating-div{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 10px;

}

.eating-div > img{
    width: 20% !important;
    }

    .jasiri-img{
        width: 80% !important ;
        margin: 10px auto !important;
        /* background-color: red; */
        display: block;
    }

    .it-subheading2{
        color: #1F497D;
    }


    .it-portfolio-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .it-sample-btn{
        border-color: #1F497D;
    color: #fff;
    box-shadow: 0 0 40px 40px #1F497D inset, 0 0 0 0 #1F497D;
    transition: all 150ms ease-in-out;  
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    }

    .it-sample-btn:hover  {
        box-shadow: 0 0 10px 0 #1F497D inset, 0 0 10px 4px #1F497D;
        color: #1F497D;
      }

      .it-sample-btn-div{
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .a3rdi-img-div{
        display: flex;
        width: 100%;
        flex-wrap: wrap;    
    }

    .a3rdi-img-div > img{
        width: 20%;
        display: block;
        margin: 0 auto !important;
    }
    
    .it-sample-heading{
        color: #f48000;
        font-size: 28px;
    }

    .khadi-img-div{
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    #industries {
        padding: 60px 0 40px 0;
        box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
      }

      .it-industry-title{
        font-size: 60px;
        font-weight: 600;
        color: #918D9E;
      }

      .it-industry-para{
        font-size: 25px;
        color: #072850;
      }

      .fitness-img-div{
        gap: 10px;
    }

      .fitness-img-div > img{
        width: 45%;
        border-radius: 10px;
        
      }

      .fitness-img2{
        margin-top: 100px;
      }
      
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
   #it-heading{
    font-size: 30px;
}
  }
  
  @media (max-width: 991px) {
    #it-heading{
        font-size: 28px;
    }
    .it-industry-title{
        font-size: 40px;
    }
    .it-industry-para{
        font-size: 20px;
      }

  }
  
  @media (max-width: 768px) {
    #it-heading{
        font-size: 26px;
    }
    .it-sample-btn{
      font-size: 14px;
    padding: 7px;
    }
    .eating-disorder{
        width: 120px;
    }
    .it-portfolio-img{
        width: 120px;
    }
    .it-sample-heading{
       
        font-size: 26px;
    }
    .it-industry-title{
        font-size: 30px;
    }
    .it-industry-para{
        font-size: 18px;
      }
  }
  
  @media (max-width: 767px) {
    
  }
  
  @media (max-width: 574px) {
    #it-heading{
        font-size: 25px;
    }
    .it-sample-btn{
        font-size: 12px;
      padding: 5px;
      }
      .eating-disorder{
          width: 100px;
      }
      .it-portfolio-img{
          width: 10px;
      }
      .it-portfolio-logo{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .it-sample-heading{
       
        font-size: 20px;
    }
    .it-industry-title{
        font-size: 30px;
    }
    .it-industry-para{
        font-size: 18px;
      }

      .fitness-img-div > img{
        width: 100%;
        border-radius: 10px;
       display: block; 
      }
      .fitness-img2{
        margin-top: 10px;
      }
  }


#hireme-div{
  background: linear-gradient(to bottom, #f0fdfa, #fff7ed);
  min-width:100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hire-container{
  width: 100%;
  margin: 80px auto 0 auto;
  padding-top: 20px;
  /* background-color: red; */
  
}

@media (min-width:1200px){
  .hire-container{
    width: 1140px;
  }
}

.hire-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 120px;
  align-items: center;
  min-height: calc(100vh - 300px);
  width: 100%;
}

.hire-main > h1{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Poppins", Sans-serif;
}

.hire-main > h1 > span{
  background: transparent linear-gradient(97deg, #a606f0 0%, #3a6fff 45%, #5523d9 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-top: 20px;
}

.hire-main > p{
  font-family: "Poppins", Sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin-top: 20px;
}

.hire-btn{
  outline: none;
  border: none;
  font-weight: 700;
  color: white;
  background: linear-gradient(97deg, #a606f0 0%, #3a6fff 45%, #5523d9 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
  font-size: 1.3rem;
  border-radius: 10px;
  margin-top: 20px;
}

.hire-btn:hover{
  transform: scale(1.05);
  transition: all ease 0.3s;
}

.carousel-container{
  width: 100%;
  overflow: hidden;
}

.hire-carousel{
  display: flex;
  /* background-color: red; */
  width: 100%;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  transition: transform 0.5s ease;
  user-select: none;  
}

.hire-carousel::-webkit-scrollbar {
	display: none;
}

.hire-dev-card {
  background: #ded2ea;
  min-width: 30%;
  margin-right: 40px;
  border-radius: 35px;
  padding: 50px 24px 24px;
  overflow: hidden;
  scroll-snap-align: start; 
  font-family: "Poppins", Sans-serif;
}

.hire-dev-div{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 20px;
}

.hire-carousel.no-transition {
  transition: none;
}

.hire-dev-img {
  display: block;
  width: 100%;
}

.testimonial-carousel.no-transition {
	scroll-behavior: auto;
}


.hire-dev-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.hire-dev-para {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}

.hire-dev-badge-box span {
  
  
  border:1px solid  black;
  padding: 5px;
  border-radius: 15px;
  font-size: 14px;
}

.hire-dev > p{
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}


.hire-dev > h4{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 60px;
    font-size: 2rem;
}

.hire-team{
  margin-top: 200px;
}

.hire-table {
   color: black;
  width: 100%; /* Table takes 100% width of its container */
  border-collapse: collapse;
  margin: 20px 0;
}
.hire-tr > th {
  padding: 20px;
  text-align: center;
  border: 1px solid #e2daec;
}
.hire-tr > td{
  padding: 30px;
  text-align: center;
  border: 1px solid #e2daec;
}
.hire-tr > th {
  background-color: #ffffff;
  font-weight: bold;
}
.hire-tr > td {
  background-color: #ffffff;
}


.hire-tr > th:nth-child(1),.hire-tr > td:nth-child(1) {
  width: 30%; /* First column takes 30% of the table width */
}

.hire-tr > th:nth-child(2),.hire-tr > td:nth-child(2) {
  width: 20%; /* Second column takes 30% of the table width */
}

.hire-tr> th:nth-child(3), .hire-tr >td:nth-child(3) {
  width: 20%; /* Third column takes 40% of the table width */
}

.hire-tr> th:nth-child(4), .hire-tr >td:nth-child(4) {
  width: 20%; /* Third column takes 40% of the table width */
}

.hire-tr td:nth-child(2) >i,
.hire-tr td:nth-child(3),
.hire-tr td:nth-child(4) {
  color:#8964c1;
  font-size: 20px;
}

.hire-tr td:nth-child(3){
  background-color: #D6C7EB;
  border: black;
}

.hire-tr > td:nth-child(1){
  font-weight: 600;
  text-align: left;
}

.hire-table-div{
  margin-top: 70px;
}

.hire-main > img {
  width: 50%;
  margin-bottom: 70px;
  margin-top: 30px;
  animation-name: hireme;
  animation-duration: 2s; /* Slower duration for smooth effect */
  animation-timing-function: ease-in-out; /* Smooth easing */
  animation-iteration-count: infinite;
}

@keyframes hireme {
  0% {
    transform: translateY(0); /* Start at original position */
  }
  50% {
    transform: translateY(-10px); /* Move up slightly */
  }
  100% {
    transform: translateY(0); /* Return to original position */
  }
}

#vantajs{
  height: 100vh;

  width: 100%;
}


@media (max-width:1000px){
  .hire-main > h1{
   
    font-size: 2.2rem;
    
  }
  
  .hire-main > p{
      font-size: 1.2rem;
  }
  
  .hire-btn{
    padding: 8px;
    font-size: 1.2rem;
  }
  
  
  .hire-carousel{
    margin: 0 auto;
    width: 80%;  }
  
  .hire-dev-div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  
  .hire-carousel.no-transition {
    transition: none;
  }
  
  .hire-dev-img {
    display: block;
    width: 100%;
  }
  
  .testimonial-carousel.no-transition {
    scroll-behavior: auto;
  }
  
  
  .hire-dev-title {
    font-size: 16px;
    line-height: 1.2;
  }
  
  .hire-dev-para {
   
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .hire-dev-badge-box span {
    border:1px solid  black;
    padding: 3px;
    border-radius: 15px;
    font-size: 10px;
  }
  
  .hire-dev > p{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
  }
  
  
  .hire-dev > h4{
      text-align: center;
      font-family: "Poppins", Sans-serif;
      margin-bottom: 60px;
      font-size: 1.6rem;
  }
  
  .hire-team{
    margin-top: 200px;
  }
  
  
  .hire-table-div{
    margin-top: 70px;
  }
  
}

@media (min-width: 330px) and (max-width: 600px){
  .hire-container{
    width: 100%;
    padding:0 20px;
  }
  .hire-main{
    margin-top: 60px;
  }
  .hire-main > h1{
   
    font-size: 1.2rem;
    
  }
  
  .hire-main > p{
      font-size: .9rem;
      text-align: center;
  }
  
  .hire-btn{
    padding: 5px;
    font-size: .9rem;
  }
  
  
  .hire-carousel{
    margin: 0 auto;
    width: 80%;  }

   
  
  .hire-dev-div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  
  .hire-carousel.no-transition {
    transition: none;
  }
  
  .hire-dev-img {
    display: block;
    width: 100%;
  }
  
  .testimonial-carousel.no-transition {
    scroll-behavior: auto;
  }
  
  
  .hire-dev-title {
    font-size: 16px;
    line-height: 1.2;
  }
  
  .hire-dev-para {
   
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .hire-dev-badge-box span {
    border:1px solid  black;
    padding: 3px;
    border-radius: 15px;
    font-size: 10px;
  }
  
  .hire-dev > p{
    
    font-size: 1rem;
  }
  
  
  .hire-dev > h4{
      
      margin-bottom: 60px;
      font-size: 1.1rem;
  }
  
  .hire-team{
    margin-top: 200px;
  }
  
  
  .hire-table-div{
    margin-top: 70px;
  }

  .hire-dev-card{
    min-width: 100% !important;
    margin-right: 0; 
  }
}

@media (min-width:601px) and (max-width:770px){
  .hire-container{
    width: 100%;
    padding:0 20px;
  }
  .hire-main{
    margin-top: 100px;
  }
  .hire-main > h1{
   
    font-size: 2rem;
    
  }
  
  .hire-main > p{
      font-size: 1.3rem;
      text-align: center;
  }
  
  .hire-btn{
    padding: 5px;
    font-size: 1.2rem;
  }
  
  
  .hire-carousel{
    margin: 0 auto;
    width: 80%;  }

   
  
  .hire-dev-div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  
  .hire-dev-title {
    font-size: 18px;
    line-height: 1.2;
  }
  
  .hire-dev-para {
   
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .hire-dev-badge-box span {
    border:1px solid  black;
    padding: 3px;
    border-radius: 15px;
    font-size: 12px;
  }
  
  .hire-dev > p{
    
    font-size: 1.4rem;
  }
  
  
  .hire-dev > h4{
      
      margin-bottom: 60px;
      font-size: 1.6rem;
  }
  
  .hire-team{
    margin-top: 200px;
  }
  
  
  .hire-table-div{
    margin-top: 70px;
  }

  .hire-dev-card{
    min-width: 48% !important;
    margin-right: 12px; 
  }
}

@media (min-width:771px) and (max-width:890px){
  .hire-container{
    width: 100%;
    padding:0 20px;
  }
  .hire-main{
    margin-top: 200px;
  }
  .hire-main > h1{
   
    font-size: 2rem;
    
  }
  
  .hire-main > p{
      font-size: 1.3rem;
      text-align: center;
  }
  
  .hire-btn{
    padding: 5px;
    font-size: 1.2rem;
  }
  
  
  .hire-carousel{
    margin: 0 auto;
    width: 80%;  }

   
  
  .hire-dev-div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  
  .hire-dev-title {
    font-size: 18px;
    line-height: 1.2;
  }
  
  .hire-dev-para {
   
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .hire-dev-badge-box span {
    border:1px solid  black;
    padding: 3px;
    border-radius: 15px;
    font-size: 12px;
  }
  
  .hire-dev > p{
    
    font-size: 1.4rem;
  }
  
  
  .hire-dev > h4{
      
      margin-bottom: 60px;
      font-size: 1.6rem;
  }
  
  .hire-team{
    margin-top: 200px;
  }
  
  
  .hire-table-div{
    margin-top: 70px;
  }

  .hire-dev-card{
    min-width: 48% !important;
    margin-right: 12px; 
  }
}

@media (min-width:891px) and (max-width:1050px){
  .hire-main{
    margin-top: 150px;
  }
  .hire-main > h1{
   
    font-size: 2.5rem;
    
  }
  
  .hire-main > p{
      font-size: 1.3rem;
      text-align: center;
  }
  
  .hire-btn{
    padding: 7px;
    font-size: 1.4rem;
  }
  
  
  .hire-carousel{
    margin: 0 auto;
    width: 80%;  }

   
  
  .hire-dev-div{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
  }
  
  .hire-dev-title {
    font-size: 18px;
    line-height: 1.2;
  }
  
  .hire-dev-para {
   
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .hire-dev-badge-box span {
    border:1px solid  black;
    padding: 3px;
    border-radius: 15px;
    font-size: 12px;
  }
  
  .hire-dev > p{
    
    font-size: 1.4rem;
  }
  
  
  .hire-dev > h4{
      
      margin-bottom: 60px;
      font-size: 1.6rem;
  }
  
  .hire-team{
    margin-top: 200px;
  }
  
  
  .hire-table-div{
    margin-top: 70px;
  }

  .hire-dev-card{
    min-width: 48% !important;
    margin-right: 15px; 
  }
}

.hire-dev-img-div{
  border-radius: 20px;
  overflow: hidden;
}

.hire-dev-img{
  width: 100%;
}