.herosection {
  background-image: url("../imgs/mvc-based-web-application-company-in-bangalore/Banner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.herosection .container {
  padding: 70px 0 !important;
}

.herosection .container .row .col h1 {
  width: 60% !important;
}
.herosection .container .row .col p {
  width: 60%;
  color: white;
}
.herosection::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  background: rgb(24, 42, 99);
  background: linear-gradient(
    90deg,
    rgba(24, 42, 99, 0.8) 0%,
    rgba(24, 42, 99, 0.9668242296918768) 32%,
    rgba(24, 42, 99, 0) 71%
  ) !important;
}

@media all and (max-width: 768px) {
  .herosection {
    height: 70vh;
  }
  .herosection::before {
    background: linear-gradient(
      90deg,
      rgba(24, 42, 99, 0.8) 0%,
      rgba(24, 42, 99, 0.7668242296918768) 62%,
      rgba(24, 42, 99, 0) 91%
    ) !important;
  }
  .herosection .container .row .col h1 {
    width: 80% !important;
  }
  .herosection .container .row .col p {
    width: 80%;
  }
}
@media all and (max-width: 576px) {
  .herosection {
    height: 45vh;
  }
  .herosection .container {
    padding: 10px 0 !important;
  }

  .herosection .container .row .col h1 {
    width: 90% !important;
    padding-left: 10px;
  }
  .herosection .container .row .col p {
    width: 90%;
    padding-left: 10px;
  }
}

/* advantages of mvc  */

.advantages-mvc {
  background-color: white;
  overflow: hidden;
}

.advantages-mvc .advantage-container .row {
  display: flex;
}

.advantages-mvc .advantage-container .left-col,
.advantages-mvc .advantage-container .right-col {
  flex: 1;
}

.advantages-mvc .advantage-container .left-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 88% 0, 97% 100%, 0% 100%);
}
.advantages-mvc .advantage-container .left-col::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.06486344537815125) 0%, rgba(0,0,0,0.10688025210084029) 32%, rgba(0,0,0,0.3) 81%);
}

.advantages-mvc .advantage-container .right-col {
  padding: 60px 24px 0;
}

.advantages-mvc .advantage-container .img-container {
  width: 100%;
  height: 100%;
}

.advantages-mvc .advantage-container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages-mvc .advantage-container .right-col .list {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  padding: 20px 0;
}

.advantages-mvc .advantage-container .right-col .list img {
  transition: all 0.4s;
}

.advantages-mvc .advantage-container .right-col .list:hover img {
  transform: translateY(-5px) scale(1.01);
}

.advantages-mvc .advantage-container .right-col .list::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.123);
  z-index: 9;
}
.advantages-mvc .advantage-container .right-col .list:last-child::before {
  display: none;
}
.advantages-mvc .advantage-container .right-col .list img {
  width: 45px;
}

@media all and (max-width: 768px) {
  .advantages-mvc .advantage-container .row {
    display: flex;
    flex-direction: column !important;
  }

  .advantages-mvc .advantage-container .left-col {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 89%);
    padding: 0 !important;
  }
}

/* comprehensive services  */

.comprehensive-services .card {
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.comprehensive-services .card img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.comprehensive-services .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.comprehensive-services .container .row .card .card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #182a64d5;
  transform: translateY(100%);
  /* transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.comprehensive-services .container .row .card:hover .card__content {
  transform: translateY(0%);
  opacity: 1;
}

.comprehensive-services .card__title {
  margin: 0;
  font-size: 24px;
  color: white;
  font-weight: 700;
}

.comprehensive-services .card__description {
  margin: 10px 0 0;
  font-size: 16px;
  color: white;
  line-height: 1.4;
}

/* raising the bar  */

.raising-the-bar {
  position: relative;
}
.raising-the-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("https://img.freepik.com/free-vector/vector-white-gradient-background-modern-design_361591-4395.jpg?w=826&t=st=1724137314~exp=1724137914~hmac=d391f8b77ee32a45c18460a0c1d0ddc5bc996661ed3dcc50c05c4d10d2d18dae");
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.2;
  background-size: cover;
  background-position: left;
}
.raising-the-bar .row {
  padding: 10px 0;
}
.raising-the-bar .row .col-wrapper {
  text-align: center;
  padding: 10px 0;
}
.raising-the-bar .row .col-wrapper img {
  transition: all 0.4s;
}
.raising-the-bar .row .col-wrapper:hover img {
  transform: translateY(-5px) scale(1.01);
}

.raising-the-bar .row .col-lg-3 h2 {
  padding: 10px 0;
}
.raising-the-bar .row .col-lg-3 img {
  width: 60px;
  padding-bottom: 6px;
}

@media all and (max-width: 768px) {
  .raising-the-bar .row .col-lg-3 img {
    width: 50px;
  }
}
@media all and (max-width: 578px) {
  .raising-the-bar .row .col-wrapper {
    padding: 30px 0;
  }
}









/* hsr  */






.sec_padding{
  padding:70px 0px;
}
.job-btn{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-image: linear-gradient(to right, #3c5c78, #415f7a, #45627d, #45627d, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982);
    padding:16px 10px;
}
.recruiting-btn{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-image: linear-gradient(to right, #3c5c78, #415f7a, #45627d, #45627d, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982, #4e6982);
    padding:16px 10px;

}
.job-logo{
    padding: 10px;
    width: 60px;
    height:60px;
    border:2px solid white;
    border-radius: 5px;
}
.recruiting-logo{
    padding: 10px;
    width: 60px;
    height:60px;
    border:2px solid white;
    border-radius: 5px;
}
.job-logo img{
    display: block;
    width: 100%;
    
    
}
.recruiting-logo img{
    display: block;
    width: 100%;
}
a{
    text-decoration: none;
    color:white
}

.job-btn:hover .job-logo{
    border:2px solid #FF7430;
    
}
.text-white{
    color:white;
}
.job-btn:hover a{
    color:#FF7430;
}
.recruiting-btn:hover .recruiting-logo{
    border:2px solid #FF7430;
}
.recruiting-btn:hover a{
    color:#FF7430;
}

/* empower-section */
.empower-img img{
    display: block;
    width: 100%;
}
.empower-content{
    display: flex;
    align-items: center;
}
.card {
    position: relative;
    width: 100%;
    height: 310px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .card img{
    display:block;
    object-fit: cover;
    height: 100%;
    
    width: 100%;
    

  }
  
  
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
  }
  
  .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color:#182A64;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card:hover .card__content {
    transform: rotateX(0deg);
  }
  
  .card__title {
    margin: 0;
    font-size: 24px;
    color: white;
    font-weight: 700;
  }
  
  
  
  .card__description {
    margin: 10px 0 0;
    font-size: 16px;
    color:white;
    line-height: 1.4;
  }


  /* why-choose-us-section */
  .why-choose-us-section{
    background-color: #EFFBE4;
  }
 

  .why-card {
    position: relative;
    width: 100%;
    height: 300px;
    color: #2e2d31;
    /* background: #131313; */
    overflow: hidden;
    border-radius: 20px;
  }
  
  .why-card-img img{
    display:block;
    /* object-fit: cover; */
    height: 100%;
    width: 100%;
    

  }
  
  .why-card_title {
    font-weight: bold;
  }
  
  .why-card_content {
    position: absolute;
    left: 0;
    bottom: 15px;
      /* edit the width to fit card */
    width: 100%;
    padding: 20px;
    background: white;
    border-top-left-radius: 20px;
      /* edit here to change the height of the content box */
    transform: translateY(150px);
    transition: transform .25s;
  }
  
  .why-card_content::before {
    content: '';
    position: absolute;
    top: -47px;
    right: -45px;
    width: 100px;
    height: 100px;
    transform: rotate(-173deg);
    border-radius: 50%;
    box-shadow: inset 48px 48px #182A64;
  }
  
  .why-card_title {
    color:black;
    font-size: 24px;
    line-height: 15px;
  }
  
  
  
  .why-card_description {
    font-size: 16px;
    opacity: 0;
    transition: opacity .5s;
  }
  
  .why-card:hover .why-card_content {
    transform: translateY(0);
  }
  
  .why-card:hover .why-card_description {
    opacity: 1;
    transition-delay: .25s;
  }
  
  /* cta-section */
  .cta-section{
    background-image: url(../imgs/hsr/Cta.jpg);
    background-size: cover;
    background-position: center;
  }
  .form{
    padding: 10px 50px;
    background: rgba( 255, 255, 255, 0.1 );
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 10px;
/* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
  }
  .cnt-form{
    /* display: flex;
    align-items: center; */
    /* justify-content: center; */
    padding:0px;
    

    
    
  }
  .cnt-content{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    
  }
  .cntct-form {
    
    /* width: 350px;
    height: 450px; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    border-radius: 3px;
    /* border: 1px solid #396afc; */
    /* background: linear-gradient(to right, #005c97, #363795); */
    background:transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .container form .descr {
    font-size: 20px;
    font-weight: 500;
    color: #e8e8e8;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
  }
  
  /* .form {
    display: flex;
    flex-direction: column;
  } */
  
  .input, textarea {
    margin: 0;
    width: 100%;
    position: relative;
  }
  
  .input input, textarea {
    font-size: 100%;
    padding: 0.7em;
    outline: none;
    color: #e8e8e8;
    border: none;
    border-bottom: 2px solid #e8e8e8;
    background: transparent;
    border-radius: none;
    width: 100%;
    resize: none;
  }
  
  .input label {
    font-size: 100%;
    position: absolute;
    left: 0;
    color: #e8e8e8;
    padding: 0.7em;
    margin-left: 0.1em;
    pointer-events: none;
    transition: all 0.5s ease;
    text-transform: uppercase;
  }
  
  .input :is(input:focus, input:valid)~label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    padding: 0.4em;
    background: transparent;
  }
  
  .input textarea:focus ~ label,
  .input textarea:valid ~ label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    padding: 0.4em;
    background: transparent;
  }
  
  .inputGroup :is(input:focus, input:valid) {
    border-color: rgb(37, 37, 211);
  }
  
  .form button {
    color: #e8e8e8;
    font-size: 15px;
    align-self: flex-start;
    padding: 0.6em;
    border: none;
    cursor: pointer;
    margin-bottom: 50px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
  }
  
  .form button:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .form button:hover:before {
    opacity: 0.2;
  }
  
  .form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  