/* *{
    font-family: Arial, sans-serif;
} */
p{
  font-size: 16px;
 font-family: "Open Sans", sans-serif;
}

 @media (max-width: 768px) {
     #whatsapp{
  position: fixed;
  z-index: 999;
  bottom: 8%;
  right: 5%;
}
.whatsapp-icon svg{
    width:3rem;
    height:3rem;
}

 }

#whatsapp{
  position: fixed;
  z-index: 999;
  top: 90%;
  right: 2%;
}

.whatsapp-icon{
  background-color: #00D757;
  padding: 6px;
  border-radius: 18px;
}
.whatsapp-icon svg{
  color: #fff;
  
}

#nav-section {
  background-color: #021327;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem 1.7rem;

}

.nav-menu ul li a {
  text-decoration: none;
  color: #fff;
  /* Default color */
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
}

.nav-menu ul li a:hover {
  color: #00CD5E;
}

.logo-img img {
  width: 55%;
  height: 100%;
}

.nav-menu ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00CD5E;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.nav-menu ul li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.contact-btn {
  padding: 5px 2rem;
  background-color: #00CD5E;
  border-radius: 5px;
}
.contact-btn a:hover {
color: #fff !important;
}
.dropdown-menu {
display: none;
position: absolute;
top: 65%;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
color: #000 !important;
width: 200px;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1001;
padding: 10px 0;
}

.service-dropdown-menu {
display: none;
position: absolute;
top: 65%;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
color: #000 !important;
width: 93rem;

box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1001;
border-radius: 5px;
padding: 3rem;
}

.dropdown-menu .dropdown-row {
display: flex;
flex-direction: column;
padding: 0 15px;
}

.dropdown-menu a {
color: #000 !important;
padding: 7px;
text-decoration: none;
font-size: 17px;
display: block;
white-space: nowrap;
}
.service-menu .menu-box a{
display: grid;
justify-content: left;
align-items: center;
font-size: 17px;
 width: 15rem;
 padding: 3px  0px;
}
.service-menu .menu-box a::before {
content: '';
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #fff !important;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out;
}
.service-menu a {
color: #3f3e3e !important;
text-decoration: none;
padding: 4px 12px;
}
.service-menu h3{
color: #021327;
font-size: 21px;
font-weight: 600;
}

.nav-menu ul li:hover .dropdown-menu,
.nav-menu ul li:hover .service-dropdown-menu {
display: block;
}

/* Mobile Nav */
.mobile-nav {
  display: none;
position: fixed;
top: 0;
left: -100%;
width: 75%;
height: 100%;
background-color: #021327;
z-index: 999;
transition: left 0.3s ease-in-out;
overflow-y: auto;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav .nav-menu {
  flex-direction: column;
  text-align: left;
  padding: 1.5rem 1rem 1rem 1rem;
}

.mobile-nav .nav-menu ul {
max-height: calc(100vh - 50px); /* Adjust the value if you have other elements above or below */
overflow-y: auto; /* Enable vertical scrolling within the menu */
}
.mobile-nav .nav-menu ul {
  flex-direction: column;
  gap: 10px;
}

.mobile-nav .nav-menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  color: #fff;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

.mobile-nav .nav-menu ul{
  position: relative;
}

.mobile-nav .nav-menu ul li {
  background-color: #262d39;
  padding: 9px 18px;
  border-radius: 12px;

}

.Mlogo-img img {
  width: 150px;
}

.nav-address {
  padding: 1rem 0rem 0rem 0rem;

}

.nav-address p {
  color: #fff;
  margin: 0;
  font-size: 17px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}

.nav-socialmedia {
  gap: 1rem;
  margin: 18px 0px 0px  0px;
}
.nav-socialmedia a{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}



#mobile-server{
  display: none;
  position: absolute;
background-color: #fff;
padding: 10px;
top: 39%;
left: 10%;
z-index: 999;
width: auto;
}
#mobile-server .mob-ser-drop .item {
margin-bottom: 10px;
}
#mobile-server .mob-ser-drop .item a {
display: block;
padding: 8px;
text-decoration: none;
color: #000;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #f9f9f9;
}
#mobile-server .mob-ser-drop .item a:hover {
background-color: #ececec;
}
#mobile-server .mob-ser-drop .heading {
font-weight: bold;
font-size: 1.2em;
padding: 8px;
background-color: #f1f1f1;
margin-bottom: 5px;
border-radius: 4px;
}
@media (max-width: 991.98px) {
  .desk-nav {
      display: none;
  }

  .hamburger {
      display: flex;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1000;
  }

  .mobile-nav {
      display: block;
  }

  .mobile-nav .nav-menu ul {
      padding: 0;


  }

  .mobile-nav .nav-menu ul li {
      /* background-color: #021327;
      color: #fff; */
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: center;

      text-align: center;
  }

  .mobile-nav .nav-menu ul li a {
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: center;

  }

  .img-box {
      background-color: #021327;
      padding: 10px;
  }

}











/* footer css */
footer {
    background-image: url('./image/footer-bg-1.jpg');
    color: white;
    padding: 40px 0;
    /*text-align: center;*/
  }
  footer a{
     text-decoration:none;
  }
  .footer p, footer a{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
  
  .footer-top{
    border-bottom: 2px solid #fff ;
    padding: 2rem;
  }
  .footer-logo{
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .footer-logo img{
    width: 15rem;
    height: 100%;
  }
  .footer-des{
    text-align: left;
  }
  .nav-socialmedia{
      display:flex;
      justify-content:center;
      align-items:center;
  }
  
  /*.footer-container {*/
  /*  display: flex;*/
  /*  flex-wrap: wrap;*/
  /*  justify-content: space-around;*/
    /* max-width: 1200px; */
  /*  margin: 0 auto;*/
  /*}*/
  
  /*.footer-section {*/
  /*  flex: 1;*/
  /*  min-width: 200px;*/
  /*  margin: 20px;*/
  /*  text-align: left;*/
  /*}*/
  
  /*.footer-section h3 {*/
  /*  font-size: 20px;*/
  /*  margin-bottom: 20px;*/
  /*}*/
  
  /*.footer-section p, .footer-section a {*/
  /*  font-size: 16px;*/
  /*  color: white;*/
  /*  text-decoration: none;*/
  /*}*/
  
  .footer-link a:hover {
    text-decoration: underline;
    color: #00CD5E;
  }
  
  /*.footer-section ul {*/
  /*  list-style: none;*/
  /*  padding: 0;*/
  /*}*/
  
  /*.footer-section ul li {*/
  /*  margin-bottom: 10px;*/
  /*}*/
  
  /*.footer-section ul li a {*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: left;*/
  /*}*/
  
  /*.footer-section ul li a i {*/
  /*  margin-right: 8px;*/
  /*}*/
  /*.address p{*/
  /*  display: flex;*/
  /*  justify-content: left;*/
  /*  align-items: center;*/
  /*  gap: 1rem;*/
  /*}*/
  /*.address p a{*/
  /*  display: flex;*/
  /*  justify-content: left;*/
  /*  align-items: center;*/
  /*  gap: 1rem;*/
  /*}*/
  /* Social Media Colors */
  .footer-section .social a i.fa-facebook-f {
    color: #3b5998;
  }
  
  .footer-section .social a i.fa-instagram {
    color: #e4405f;
  }
  
  .footer-section .social a i.fa-twitter {
    color: #55acee;
  }
  
  .footer-section .social a i.fa-linkedin-in {
    color: #0077b5;
  }
  
  .footer-section .social a i.fa-pinterest {
    color: #bd081c;
  }
  
  
  
  
  
  
  /* Responsive Design */
  @media (max-width: 768px) {
      .techonology-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px;
    padding: 2rem;
}
.nav-socialmedia{
      display:flex;
      justify-content:left;
      align-items:center;
      padding-bottom:1rem;
  }
      
      .accelerate-button a {
          font-size:17px !important;
      }
      .accelerate-button span {
          font-size:17px !important;
      }
   .contact-body{
       padding:0 !important;
   }
   .contact-info {
       padding:2rem 0rem !important;
   }
   .contact-box{
       text-align:center;
   }
    #banner {
     
      padding: 7rem 2rem 2rem 2rem !important;
  }
    .footer-top {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-top .logo {
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    /*.footer-container {*/
    /*  flex-direction: column;*/
    /*  align-items: center;*/
    /*}*/
  
    /*.footer-section {*/
    /*  margin: 10px 0;*/
    /*  max-width: 90%;*/
    /*}*/
  }
  
 

  /* index css  */
  #index-page {
    /* background-image: url('./image/banner-bg.png'); */
    background-color: #051630;
    background-position: center;
    background-size: cover;
    padding: 9rem 0rem 3rem 0rem;
}
 #banner-card{
    padding: 0rem 1rem;
 }
.banner-hed {
    color: #fff;
}
 
.banner-hed h2 {
    font-size: 3.5rem;
    font-weight: 700;
}

.banner-hed p {
    font-size: 22px;

}

.banner-img img {
    width: 100%;
    height: auto;
}

.banner-hed button {
    padding: 12px 21px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}
.banner-card-box{
    padding: 3rem 1rem;
    /* border-bottom: 1px solid #000; */
    border-right: 1px solid #c1bcbc;
}
.banner-card-logo img{
    width: 11rem;
height: 10rem;
object-fit: cover;
}

#who-we-are {
    padding: 3rem 0rem;
    background-color: #F5F5F7;
}

.who-card-img img {
    width: 100%;
    height: auto;
    object-fit: center;
    border-radius: 12px 12px 0px 0px;
}

.who-card {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.who-card-des {
    padding: 1rem;
}

.who-card-des p {
    line-height: 32px;
    font-size: 17px;
}

.who-des p {
    font-size: 17px;
    line-height: 32px;
}
.who-des h2{
  font-size: 35px;
  font-weight: 600;
}
.who-des h5{
  font-size: 25px;
  font-weight: 600;
}
.who-des a {
    padding: 8px 13px;
    text-decoration: none;
    font-size: 16px;
    color: #000;

}

.who-des-link {
    border: 2px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 12px;
    border-radius: 6px;
}
/* 


.soulution-des {
    color: #fff;
    margin: 3rem 0rem;
}




.solution-card {
    padding: 1rem;
    border-radius: 12px;
    background-color: #222D45;
    color: #fff;
    margin: 2rem 0rem;
}

.solution-card a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    margin: 1rem 0rem;
    font-weight: 700;
    line-height: 26px;
}

.solution-card p {
    margin: 1rem 0rem;
    font-size: 17px;
} */

#industy-expertise {
    padding: 4rem 0rem;
}
#image-slider{
  background-image: url('image/white-bg.png');
  padding: 4rem 0rem;
}

.our-work h1{
  font-size: 21px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 1rem 0rem;
}
.our-work h5{
  color: #19293c;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}

.experties-des h5 {
    font-weight: 200;
}

.experties-des h2 {
    color: #19293c;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
}

.experties-des p {
    line-height: 32px;
    font-size: 17px;
    margin: 12px 0rem;
}

.experties-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 3rem;
    border-radius: 2rem;
    margin: 1rem 0rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#marketing-expert{
    background-color: #1B132E;
    padding: 3rem 0rem;
}
.marketing-des-txt {
    color: #fff;
    border-bottom: 1px solid #00CD5E;
}
.marketing-des-txt h2{
    font-size: 36px;
    margin: 0 0 2rem;
    font-weight: 700;
}
.marketing-des-txt p{
 line-height: 30px;
}
.marketing-point ul{
    padding-left: 0rem;
    margin-top: 1rem;
}
.marketing-point ul li{
   color: #fff;
}
.marketing-img img{
  width: 100%;
  height: auto;
}
#numbers{
    padding: 4rem 0rem;
}
.num-des{
    background-color: #F5F5F7;
    padding: 3rem 2rem;
    border-radius: 2rem;
    border:2px solid #00CD5E;
}
.num-des-txt {
    border-right: 1px solid  #00CD5E;
    padding: 0rem 1rem;
}
.num-txt h2{
        text-transform: capitalize;
    font-weight: 700;
    color:#19293C;
}
.num-des-txt h3{
      font-size: 40px;
      font-weight: 700;
     
}
.num-des-txt p{
    text-transform: uppercase;
}


/* about-us css  */

#banner {
  margin-top: 5rem;
  background-image: url("./image/about-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 6rem 6rem 6rem;
}

.banner-location {
  color: #fff;
  font-size: 22px;
  background-color: #ffffff7b;
  padding: 8px 12px;
  display: inline;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 1.2rem;
  border-left: 5px solid #00CD5E;
}

.banner-location a {
  text-decoration: none;
  color: #fff;
}

.banner-bredcum h3 {
  font-size: 3rem;
  color: #fff;
}

#about-digiasia {
  padding: 4rem 0rem;
}
.about-company-img img{
  width: 100%;
}
.about-company-des h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-company-des p {
  line-height: 30px;
}

#testimonial {
  background-image: url("image/testimonial.jpg");
  background-position: center;
  background-size: cover;
  padding: 3rem 0rem;
}

.testimonial-hed {
  margin: 2rem 0rem;
}

.testimonial-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
}

.testimonial-txt h4 {
  font-size: 22px;
  font-weight: 500;
  color: #00CD5E;
}

.testimonial-txt h3 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.num h3 {
  color: #00CD5E;
  font-weight: 700;
}

.owl-carousel-box {
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 10px;
}

.client-img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;


}

.client-img img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
#founder{
  padding: 4rem 0rem;
  background-image: url('./image/white-bg.png');
}
.founder-hed{
  margin: 3rem 0rem;
}
.founder-hed h5{
  color: #00CD5E;
  font-size: 25px;
}
.founder-hed h2{
  font-size: 40px;
  font-weight: 700;
  
}
.foundr-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.foundr-img img{
  width: 34rem;
  height: 20rem;
  object-fit: cover;
  object-position: center;
}
.founder-txt p{
  font-size: 16px;
  line-height: 28px;
}


/* career  */
.our-value {
  padding: 4rem 2rem;
}

.value-card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  /*flex: 1;*/
  border-radius: 1rem;
}
.techonology-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 2rem;
}
.tech-logo img {
    height: 5rem;
    width: 5rem;
}

.value-hed h3 {
  padding: 12px 13px;
  border-bottom: 3px solid #00CD5E;
  display: inline;
}

.value-card {
  padding: 2rem 1rem;
  position: relative;
}

.value-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  border-bottom: 1px solid #666667ad;
  border-right: 1px solid #666667ad;
  height: 100%;
  box-sizing: border-box;
}

.job-post-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-left: 4px solid #00CD5E;
  background-color: #fff;
  border-radius: 1rem;

}
#job-opening{
  background-image: url('./image/testimonial.jpg');
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 1rem;
}
.apply-btn button{
  background-color: #00CD5E;
  color: #fff;
  padding: 8px 1.3rem;
  border: none;
}
.job-hed{
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.apply-job button{
  background-color: #00CD5E;
  color: #fff;
  padding: 8px 1.5rem;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  
}
.accelerate{
  padding: 4rem 0rem;
}
.accelerate-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.accelerate-button span{
  padding:8px 2rem;
  background-color: #00CD5E;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
}
.accelerate-button a{
  padding:8px 2rem;
  border: 2px solid #3b5998;
  color: #3b5998;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
}


/* contact us  */

.form-container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container label {
  font-weight: bold;
}

.form-container .btn-primary {
  background-color: #203B67;
  border-color: #203B67;
}

.form-container .btn-primary:hover {
  background-color: #172d4f;
  border-color: #172d4f;
}

.contact-body {
  padding: 5rem;
}

.contact-des {
  background-color: #F5F5F5;
  padding: 3rem;
}

.form-hed h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.form-group input,
.form-group select,
.form-group area {
  padding: 12px;
  margin-bottom: 12px;
}

.contact-info{
  background-image: url('./image/testimonial.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 2rem;
}
.contact-box{
  padding: 1rem 2rem;
position: relative;
}
.contact-box h3{
  font-size: 22px;
}
.info-hed h4{
  font-size: 32px;
  font-weight: 700;
}
.contact-box::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 75%;
transform: translateX(-50%);
border-bottom: 1px solid #b4b0b0d4;
}
.contact-links a svg{
color: #fff;
}
.contact-btn{
padding: 12px 22px;
background-color: #00CD5E;
color: #fff;
margin: 1rem 0rem;
}





/* app-design  */
#user-exp{
  padding: 6rem 0rem;
}

.exp-num-card{
  background-color: #fff;
  padding: 2rem;
}
.user-exp-txt h2{
  margin-bottom: 2rem;
  font-weight: 34px;
  font-weight: 700;
  /* color: #00CD5E; */
}
/* .user-exp-img img{
  width: 100%;
  height: 30rem;
  object-fit: cover;
} */
.exp-num-logo{
  padding: 2rem;
  background-color: #3b5998;
  display: inline;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.app-exp-num{
  margin: 4rem 0rem;
}
.exp-num-card{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 3rem 2rem;
}

.get-in-touch-des h4{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.get-in-touch-des h3{
  font-size: 28px;
  font-weight: 700;
}
.contact-link a{
  padding: 12px 28px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background-color: #00CD5E;
  margin: 2rem 0rem;
}
.ecpertise-card-img img{
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 2rem;
}
.expertise-body{
  padding: 2rem;
}
.app-experties{
  padding: 4rem 0rem;
}
.app-experties-hed h2{
  font-weight: 28px;
  font-weight: 700;
}

.app-expertise-dess{
  padding: 1rem 3rem;
}
.expertise-body p{
  font-size: 18px;
  line-height: 30px;
  margin:1rem 0rem ;
}
.expertise-body h3{
  font-weight: 22px !important;
  font-weight: 600;
}
.techonology-stack{
  background-image: url('./image/white-bg.png');
  padding: 3rem 0rem;
}
.techonology-des h3{
  font-size: 32px;
  font-weight: 700;
}

.faq {
width: 80%;
margin: 0 auto;
padding: 2rem 0rem;
}

.faq-item {
margin-bottom: 5px;
border: 1px solid #ccc;
padding: 3px;
}

.faq-question {
cursor: pointer;
margin: 0;
font-size: 1.2em;
background-color: #f0f0f0;
padding: 10px;
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}

.faq-answer p {
margin: 0;
padding: 10px;
background-color: #f9f9f9;
}


/* app services css  */

.user-exp-txt h2{
  margin-bottom: 2rem;
  font-weight: 34px;
  font-weight: 700;
  /* color: #00CD5E; */
}
.user-exp-img img{
  width: 100%;
  height: 30rem;
  object-fit: cover;
}

.get-in-touch{
  padding: 4rem 0rem ;
  text-align: center;
  background-image: url(./image/testimonial.jpg);
  background-position: center;
  color: #fff;
}


.contact-link a{
  padding: 12px 28px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background-color: #00CD5E;
  margin: 2rem 0rem;
}
.ecpertise-card-img img{
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 2rem;
}
.expertise-body{
  padding: 2rem;
}
.app-experties{
  padding: 4rem 0rem;
}
.app-experties-hed h2{
  font-weight: 28px;
  font-weight: 700;
}

.app-expertise-dess{
  padding: 1rem 0rem;
}
.app-experties{
  background-image: url('image/line-white-bg.png');
}
.expertise-body{
  background-image: url('image/card-bg-img.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  
}


.expertise-body-box {
  padding: 3rem 1rem;
  position: relative;
  background-image: url('image/blue-bg.png');
  background-size: 0 0;
  background-position: bottom right;
  transition: color 0.2s ease-in-out;
  overflow: hidden;
}

.expertise-body-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('image/blue-bg.png');
  background-size: 100% 100%;
  background-position: bottom right;
  transform: scale(0);
  transform-origin: bottom right;
  transition: transform .3s ease-in-out;
  z-index: 1;
}

.expertise-body-box:hover::before {
  transform: scale(1);
}

.expertise-body-box:hover {
  color: #fff;
}

.expertise-body-box > * {
  position: relative;
  z-index: 2; /* Ensure the content is above the background image */
}
.expertise-body-box:hover .who-des-link {
  border:none;
  background-color: #00CD5E;
  color: #fff;
}
.expertise-body-box:hover .who-des-link a {
  color: #fff;
}
.who-des-link a{
  text-decoration: none;
  padding: 12px 18px;
  color: #000;
  font-weight: 600;
 
}










.expertise-body p{
  font-size: 18px;
  line-height: 30px;
  margin:1rem 0rem ;
}
.expertise-body h3{
  font-weight: 22px !important;
  font-weight: 600;
}
.techonology-stack{
  background-image: url('./image/white-bg.png');
  padding: 3rem 0rem;
}
.techonology-des h3{
  font-size: 32px;
  font-weight: 700;
}


.faq {
width: 80%;
margin: 0 auto;
padding: 2rem 0rem;
}

.faq-item {
margin-bottom: 5px;
border: 1px solid #ccc;
padding: 3px;
}

.faq-question {
cursor: pointer;
margin: 0;
font-size: 1.2em;
background-color: #f0f0f0;
padding: 10px;
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}

.faq-answer p {
margin: 0;
padding: 10px;
background-color: #f9f9f9;
}

.app-service-card{
background-image: url('./image/white-bg.png');
background-position: center;
background-size: cover;
padding: 4rem 0rem;
}
.service-card-box{
    height:20rem;
/*flex: 1 1 30%;*/
padding: 2.3rem 20px;
box-sizing: border-box;
border: 1px solid #ccc;
/*display: flex;*/
/*flex-direction: column;*/
/*justify-content: space-between;*/
margin: 1rem 0rem;
background-image: url('./image/testimonial.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color:#fff;
}
.service-card-box h3{
font-size: 20px;
font-weight: 700;
margin: 1rem 0rem;
}
.service-card-box p{
font-size: 16px;
line-height: 30px;
}

#reach-brand{
  background: url(image/about-banner.png);
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
   
}
.reach-box{
  width: 600px;
  justify-items: center;
  margin: 30px auto;
  height: auto;
  color: #fff;
 
}
.reach-box h2{
  font-size: 40px;
  font-weight: 700;
}
.reach-box p{
  padding: 10px;
}