body {
    padding: 0;
    margin: 0;
    font-family: 'Anek Latin', sans-serif !important;
}


.bg-dark{background-color: #000 !important;}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* .nav-style{position: fixed; width: 100%;z-index: 1;} */
.navbar-nav .nav-link{font-size: 20px;font-weight: 300;text-transform: uppercase;}
.btn-primary{
  border-radius: 10px;
  background: var(--gradiet, linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%));
  border: none;
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 300;
  transition: 0.2s;
}

.btn-primary:hover{
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #BF1AA5;
}

/* index style start */

.home-nav .nav-link{color: #fff !important;}
.hero-content{color: #fff;}
.hero-content h1{font-size: 85px;font-weight: 400;margin: 0;}
.hero-content h6{font-size: 40px;font-weight: 200;max-width: 470px;margin: 0;}
.hero-content a{display: flex;align-items: center;}
.btn-light{
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  transition: 0.2s;
}
.btn-light:hover{
  box-shadow: 0 0 0 3px #000,
  0 0 0 5px #fff;
  border-radius: 10px;
}

.btn-outline-dark{
  border-width: 2px;
  border-style: solid;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  color: #fff;
  border-color: #BF1AA5;
  /* background-clip: padding-box;
  border-image-source: linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%); */
  border-image-slice: 1;
	background-origin: border-box;
	background-clip: content-box, border-box;
  box-sizing: border-box;
  transition: 0.2s;
}

.btn-outline-dark:hover {
  box-shadow: 0 0 0 3px #333, 0 0 0 5px #BF1AA5;
  background-color: #000 !important;
}
.btn-dark{
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
.btn-dark:hover{
  box-shadow: 0 0 0 3px #fff,
  0 0 0 5px #111;
  border-radius: 10px;
}
.navbar{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  width: 200px;
}
.activepage{
  border-bottom: 2px solid #BF1AA5 !important;
}
.home-nav .logo-head,.home-nav .logo-sub-head{
  color: #fff;
}
.home-banner{
  padding: 180px 0px;
}

.logo-head{
 
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 10px;
  line-height: 2.4rem;
}
.logo-sub-head{
  font-size: 21px;
  font-weight: 200;
  letter-spacing: 9px;
}
header{
  padding: 20px 0px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*--- sticky style ---*/

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
background: #fff;
  animation: slideDown 0.2s ease-out;
  width: 100%;
  top: 20;
  z-index: 9;

}


.page-header.is-sticky .nav-link{
  color: #212529 !important;
  font-size: 17px;
  font-weight: 400;
}
.page-header.is-sticky 

.page-header.is-sticky img {
  max-width: 80%;
}
.page-header.is-sticky .logo-head{
  color: #000;
  font-size: 30px;
  letter-spacing: 7PX;
}

.page-header.is-sticky .logo-sub-head{
  color: #000;
  font-size: 20px;
  letter-spacing: 5px;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



/*--- end ---*/


.about-text{
  max-width: 720px;
  margin: auto;
  text-align: center;
}
.text-gradient{
  background-image: var(--gradiet, linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.about-text h6{font-size:35px;font-weight: 200;}
.interactions{background: #F7F1FF;border-radius: 50px;}
.services .inner-content{padding: 40px;}
.inner-content h4{font-size: 44px;font-weight: 500;text-wrap: balance;}
.inner-content p{font-size: 21px;font-weight: 300;color: #545454;;}
.dg-brand{background: #FFF5EE;border-radius: 50px;}
.client-reach{background: #FFF1F1;border-radius: 50px;}
.new-client{position: absolute;left: -80px;}
.revenue-inc{position: absolute;right: -45px;bottom: -50px;border-radius: 14px;}
.products-wrapper{margin-top: 80px;}
.products-wrapper .inner-content p{max-width: 765px;margin: auto;}
.outline-gradient{
  background-image: url(../../../images/gradient-bg.png);
  background-repeat: no-repeat;
  height: 25px;
  display: block;
  background-position: center;
}
.fileflow-wrapper{
  background-image: url(../../../images/fileflw.jpg);
  background-repeat: no-repeat;
  height: 680px;
  background-size: cover;
  border-radius: 25px;
  padding: 35px;
}


.sdk-warpper{
  background-image: url(../../../images/sdklogin.jpg);
  background-repeat: no-repeat;
  height: 680px;
  background-size: cover;
  border-radius: 25px;
  padding: 35px;
}
.fileflow-wrapper p,.sdk-warpper p{
  color: #fff;
  max-width: 330px;
  font-size: 25px;
  font-weight: 300;
  margin: 0;
}
.fileflow-wrapper a,.sdk-warpper a{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.fileflow-wrapper .material-symbols-outlined,.sdk-warpper .material-symbols-outlined{
  font-size: 32px;
}
.explore-wrapper{
  background: #FDFAFF;
  margin-top: 60px;
}
.circle-bg{
  background-image: url(../../images/circle-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.explore-wrapper .inner-content h3{
  font-size: 80px;font-weight: 400;max-width: 430px;margin-bottom: 0;
}
.explore-wrapper .inner-content p{
  max-width: 485px;
}
.store-wrapper h4{max-width: 400px;}
.store-wrapper p{max-width: 525px;}

footer ul{list-style: none;padding: 0px;margin-bottom: 0;}
footer li i{font-size: 25px;border-radius: 8px;}
footer .btn-primary{
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 35px;
}
footer li p{ font-size: 13px;}
a{text-decoration: none;color: #000;}
footer .menu li{font-size: 15px;font-weight: 300;color: #1E1E1E;}
footer .menu h6{font-size: 14px;font-weight: 600;}
.copy-right{color: #868686;font-size: 14px;font-weight: 400;margin: 0;}
.footer-info{font-size: 19px;font-weight: 300;max-width: 400px;}
.social-media li{
  transition: all 0.2s ease-in-out;
}
.social-media li:hover{
  transform: scale(1.2);
}
.dz-message{
  font-size: 20px;
  color: #1E1E1E;
  font-family: 'Anek Latin', sans-serif !important;
  font-weight: 400;
}
footer{  
  border-top-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%);
  border-image-slice: 1;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box; }

  .siq_bR {
    bottom: 10px !important;
  }

/*-- index style end --*/

/*-- about style start --*/
.about-tophead{
  padding-top: 150px;
}

.nav-link{color: #1E1E1E !important;}
.about-head{
  background: #F7F1FF;
  padding: 40px;
  border-radius: 35px;
}
.about-head small{font-size: 30px;}
.about-head .inner-content h1{font-size: 49px;font-weight: 400;}
.about-head .inner-content p{max-width: 545px;}
.about-head .about-info h5{font-size: 55px;}
.about-head .about-info p{font-size: 21px;margin: 0;font-weight: 400;}
.abt-circle{
  background-image: url(../../../images/about-circle.png);
  background-repeat: no-repeat;
  height: 400px;
  background-size: contain;
  display: flex;
  align-items: center;
}
.explore-head h2{
  font-size: 70px;
  margin: 0;
}
.explore-head p{
max-width: 525px;
margin: auto;
color: #545454;
font-size: 24px;
}
.join-team{
  background-image: url(../../images/jointeam.jpg);
  height: 380px;
  background-repeat: no-repeat;
  border-radius: 35px;
  display: flex;
  align-items: center;
  margin: 70px 0px;
}
.join-team .inner-content{
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.abt-services .inner-content{
  padding: 40px;
}


/*-- about style end --*/


/*--- products style ---*/

.products-banner-bg{
  background-image: url(../../images/pro-banner.jpg);
  height: 990px;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-topcontent h1{
 font-size: 68px;
 font-weight: 400;
}
.inner-topcontent p{
  font-size: 23px;
  color:#545454;
  font-weight: 300;
}
.products-banner-bg .inner-topcontent p{
 max-width: 545px;
}
.fileflow-body{
  margin: 70px 0px;
}
.solutions li{
  display: flex;
  gap: 15px;
}
.solutions li:nth-child(1) span {
  background: url(../../../images/brand.png) no-repeat;
  width: 275px;
  height: 65px;
  background-size: contain;
}
.solutions li:nth-child(2) span {
  background: url(../../../images/hands.png) no-repeat;
  width: 275px;
  height: 65px;
  background-size: contain;
}
.solutions li:nth-child(3) span {
  background: url(../../../images/security.png) no-repeat;
  width: 275px;
  height: 65px;
  background-size: contain;
}
.solutions .seemless-collab {
  background: url(../../../images/lrgfiles.png) no-repeat;
  width: 275px;
  height: 65px;
  background-size: contain;
}
.solutions .inner-content h5{
  font-size: 30px;
}
.content-wrapper{
  max-width: 730px;
  margin: auto;
}

.inner-content h2{
  font-size: 40px;
  font-weight: 500;
  /* margin: 0; */
}
.products-store{
  background-image: url(../../images/ourproducts.jpg);
  height: 380px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.products-store p{
  max-width: 545px;
  margin: auto;
}


/*--- products style ends ---*/

/*--- contact style start ---*/
.close-btn .btn-close,
.career-banner .btn-close{
  background: url("../../../images/cancel.svg") center/2em auto no-repeat !important;
  border-radius: 50%;
  opacity: 0.70;
  height: 20px;
  width: 20px;
}

.close-btn .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;
}


.career-banner .modal-content{
  border-radius: 15px;
}

.career-banner .modal-header{
  border-bottom: none;
}

.career-banner .modal-body .inner-content button{
  position: absolute;
  right: 0;
}

label.error{
  color: red !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.contact-banner-form{
  background-image: url(../../../images/contact-banner.png);
  height: 995px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  margin-bottom: 225px;
}
.contact-banner-form .card{
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 25.7px 0px rgba(0, 0, 0, 0.09);
  margin-top: 100px;
}
.card input,.card select,.card textarea{
  border-color: #C6C6C6 !important;
  border-radius: 8px;
}
.dropzone{
  border: 1px solid #C6C6C6 !important;
  border-radius: 8px;
}
.uploaded-resume p{
  background: #ffe9fc;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  color: #000;
  border: 1px solid #e922c9;
  margin-bottom: 0px;
  font-weight: 300;
}
.card label{
  font-weight: 200;
  font-size: 20px;
  color: #1E1E1E;;
}
.card .required{
  font-weight: 500;
  color: red;
}

.content.process-card:hover{
  transform: scale(1.05);
}

.btn-danger:focus{
  box-shadow: none !important;
}


.country-dropdown select{
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq{
  background-image: url(../../../images/faq-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 70px 0px;
  margin-top: 240px;
}

.accordion-button{
  border-radius: 32px !important;
  background: #FFF !important;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07) !important;
  padding: 35px;
  font-size: 30px;
  font-weight: 500
}

.accordion-item { 
  background-color: none !important;
  border: none !important;
}

.faq .inner-content{
  position: relative;
  /* margin: 40px 0px 40px 40px; */
}
.faq .blue-star{
 position: absolute;
 left: 0;
}
.faq .red-star{
  position: absolute;
  right: 0;
  bottom: 0;
}
 .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
}

.inner-content h3{
  font-size: 50px;
}
.accordion-item{
  background: transparent;
}
.accordion-body p{
  border-bottom: 1px solid #DC92EF;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 10px 0px;
  margin: 0;
}
/* .accordion-button::after{
  background-image: url(../../../images/expand_more.png) !important;

}
.accordion-button:not(.collapsed)::after{
  background-image: url(../../../images/expand_less.png) !important;

} */

/*--- contact style ends ---*/



/* team style start */

.TeamBody  .inner-content h3{
  font-size: 40px;
  font-weight: 500;
}

.leaderPopUp ul{
  display: flex;
  list-style: none;
  padding: 0;
  gap: 15px;
}
.leaderPopUp .teamMemberImg{
  max-width: 50%;
}

.leaderPopUp small span{
  font-size: 20px;
}

.leaderPopUp{
  border-radius: 20px !important;
  overflow: hidden !important;
}
.leaderPopUp .inner-content p{
  font-size: 18px;
  max-width: 400px;
  padding: 15px 10px 0px 0px;
}
.leaderPopUp .modal-content{
  border-radius: 20px !important;
  overflow: hidden !important;
}

.leaderPopUp .modal-body.TeamBody{
  background-image: url(../../../images/team_bg.png);
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
 .modal-lg.leaderPopUp {
    max-width: 915px;
  }

.our-leadership .leaderInfo{
  max-width: 250px !important;
  cursor: pointer;
}

.team-banner{
  background-image: url(../../../images/contact-banner.png);
  height: 1060px;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-banner p{
  max-width: 540px;
  margin: auto;
}
/* .solutions-wrapper{
  margin-top: -104px;
} */
.solutions-card{
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
.solutions-card::before{
  content: '';
  background-image: url(../../../images/vio-circle.png);
  height: 200px;
  width: 200px;
  position: absolute;
  z-index: -1;
  left: -80px;
  top: -80px;
  background-repeat: no-repeat;


}

.solutions-card .inner-content{
  background: #fff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.dev-future{
  background-image: url(../../../images/dev-future.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  display: flex;
  margin: 60px 0px;
}
.dev-future .inner-content{
  max-width: 635px;
  margin: auto;
  text-align: center;
  padding: 25px;
}
.team-card{
  padding: 90px 0px 0px;
  margin-left: -45px;
  position: relative;
}
.team-card::before{
  content: '';
  background-image: url(../../../images/rose-cut.png);
  height: 295px;
  width: 295px;
  position: absolute;
  right: -95px;
  top: -30px;
  z-index: -1;
}
.our-team .inner-content{
  background: #fff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.speech-bubble {
  background: #010101;
  margin-top:3rem;
  margin-bottom:3rem;
  padding: 2rem 3rem 3rem 3rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  text-align: right;
  font-style: italic;
  border-radius: 20px
}


.speech-bubble cite {
  left: 4.5rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  display:block;
  text-align:center;
  letter-spacing: 0.5px;
  color: #fff;
}
.speech-bubble .quot-left{font-size: 7rem;  line-height: 0px; font-family:Arial, Helvetica, sans-serif !important;  text-align: left;}
.speech-bubble .quot-right{font-size: 7rem;  line-height: 0px; font-family:Arial, Helvetica, sans-serif !important;text-align: right; margin-top: -5px; display: block;}

/*------careers-page-----*/
.career-banner {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}
.content.process-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;
  transition: all 0.2s ease-in-out;
}

.Recruitment {
  margin-top: 150px;
}
.process-card img{
  width: 50px;
  height: 100%;
}
.process-card h3 {
  color: #1E1E1E21;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
}

.process-card h4{
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 13px;
}

.process-card p{
  color: #545454;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
}
.careers-txt{
  max-width: 75%;
  height: auto;
}
.opens {
  margin-top: 100px;
  margin-bottom: 100px;
}
.bg-style{
  position: absolute;
  right: -770px;
  z-index: -1;
  top: -370px;

}
.bg-an{
  animation: bg-an 200s infinite;
}
@keyframes bg-an {
  50% {transform: rotate(360deg);}
}
.bg-style-b{
  position: absolute;
  left: -789px;
  z-index: -1;
  bottom: -387px;
  width: 79%;
  opacity: 0.9;
}

/*----end--careers-page-----*/

/*---- projects style ---*/


.projects-banner{
  background-image: url(../../../images/pro-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.projects-banner-r img{
  background: linear-gradient(0deg, #FFF1F1 0%, #FFF1F1 100%), #FFB6BE;
  box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  width: 80%;
}
.projects-banner .inner-topcontent{
  max-width: 590px;
  margin: auto;
  padding: 85px 0px;
}
.projects-banner-container{
  padding-top: 180px;
}
.software-solutions{
  margin: 80px 0px;
}
.software-solutions .inner-content.solutions-head{
  max-width: 725px;
  margin: auto;
  text-align: center;
}
.software-solutions .inner-content.solutions-head h4{
  font-weight: 400;
}
.inner-content h6{
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.software-solutions .inner-content.solutions-innerhead{
  max-width: 320px;
  margin: auto;
}
.software-solutions .row{
  --bs-gutter-y: 1.5rem;
}
.software-solutions .inner-content h2{
  font-weight: 400;
}
.need-help{
  background-image: url(../../../images/help-bg.png);
  height: 380px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.need-help p{
  max-width: 760px;
  margin: auto;
}
.inner-wrapper-childone{
  background: #92EF9B;
  border-radius: 48px;
  border: 6px solid #E8FFE0;
  display: inline-flex;
  padding: 5px 15px;
  color: #fff;
}
.inner-wrapper-childtwo{
  border-radius: 48px;
  border: 6px solid #EAE0FF;
  background: #B092EF;
  display: inline-flex;
  padding: 5px 15px;
  color: #fff;
}
.inner-wrapper-childthree{
  border-radius: 48px;
  border: 6px solid #FFEFD7;
  background: #FFCC90;
  display: inline-flex;
  padding: 5px 15px;
  color: #fff;
}
.inner-wrapper-childfour{
  border-radius: 48px;
  border: 6px solid #FFE0E0;
  background: #EF9292;
  display: inline-flex;
  padding: 5px 15px;
  color: #fff;
}

/*--- projects style end ---*/

/* teams */

.our-leadership{
  margin-top: -125px;
  margin-bottom: 140px;
}
.our-leadership .inner-content{
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.our-leadership .inner-content h4{font-weight: 400;}
.our-leadership .inner-content p{
  font-size: 19px;
}


/*---- privacy policy ----*/

.cms-wrapper{
  padding: 150px 0px 50px;
}
.highlights {
  border: 1px solid #000;
  padding: 20px 20px 10px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.cms-wrapper p {
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
}
.flogo{max-width: 200px;}

/* .modal-body button{
  position: absolute;
  right: 9px;
  top: 9px;
} */

/* #swizzlelogoscroll {
  display: none;
}

.navbar.scrolled #swizzlelogo {
  display: none;
}

.navbar.scrolled #swizzlelogoscroll {
  display: block;
} */



/*--- portfolio style start ----*/


.background-circle {
  background-image: url(../../../images/Maskgroup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* ==============================================
   TYPOGRAPHY
   ============================================== */


.inner-wrapper-1,
.inner-wrapper-2,
.inner-wrapper-3,
.inner-wrapper-4,
h6 {
  font-size: 1.1rem;
}

.section-heading {
  font-size: 60px;
  font-weight: 420;
  line-height: 1.3;
  margin-bottom: 0;
}

.section-heading span {
  display: block;
}

.section-description {
  font-size: 18px;
  line-height: 135%;
  color: #545454;
}

/* ==============================================
   BUTTONS & INTERACTIVE ELEMENTS
   ============================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}

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

.btn-explore {
  padding: 10px 24px;
}

/* Badges */
.app-badge,
.dri-badge,
.rsi-badge,
.omp-badge {
  display: inline-block;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 12px;
}

.app-badge {
  background: #e4eeff;
  color: #1a3dc1;
}

.dri-badge {
  background-color: #d3ffd8;
  color: #008f2d;
}
.dri-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
}
.dri-section:nth-child(even) {
  flex-direction: row-reverse;
}

.rsi-badge {
  background-color: #fcd9d3;
  color: #c74444;
}

.omp-badge {
  background-color: #e5d8fd;
  color: #7d51d6;
}

/* ==============================================
   HERO SECTION
   ============================================== */
.hero {
  padding: 120px 15px 20px;
  position: relative;
  z-index: 0;
}


.hero-left h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
  max-width: 500px;
}

.hero-left p {
  font-weight: 300;
  max-width: 500px;
  margin-bottom: 20px;
}

.hero-right {
  text-align: center;
  padding-right: 40px;
}

.hero-right img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

/* ==============================================
   CLIENTS SECTION
   ============================================== */

.clients {
  margin-top: 4rem;
  text-align: center;
}

.clients h2,.app-showcase h2 {
  font-size: 44px;
  font-weight: 400;
}

.outline-gradient {
  background-image: url(../../../images/Vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 20px;
  width: 223px;
  margin: 6px auto 30px;
}

.client-logos img {
  height: 70px;
  max-width: 100%;
  object-fit: contain;
}

/* ==============================================
   SERVICES SECTION
   ============================================== */
.services-section {
  background-color: #f7f2ff;
  border-radius: 10px;
}

.service-card {
  text-align: left;
  padding-top: 20px;
}
.service-card h5{
  font-size: 30px;
}

.service-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.service-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Service Icon Backgrounds */
.design-bg { background-color: #FF9922; }
.development-bg { background-color: #9C6DFF; }
.support-bg { background-color: #FF6D6D; }



.app-showcase h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}






.bg-light-blue {
  background-color: #A4C8FF;
  border-radius: 40px;
  overflow: hidden;
}
.dri-image-bg {
  background-color: #444;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  padding: 35px 0 0 35px;
  overflow: hidden;
}






.app-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.inner-wrapper-1 {
  background: #4B71D2;
  border-radius: 48px;
  border: 6px solid #CCDAFE;
  display: inline-flex;
  padding: 8px 35px;
  color: #fff;
}

/* ==============================================
   DRI SECTION
   ============================================== */
.dri-section {
  background-color: #ffffff;
}

.inner-wrapper-2 {
  background: #444;
  border-radius: 48px;
  border: 6px solid #98989863;
  display: inline-flex;
  padding: 8px 30px;
  color: #fff;
}

.dri-text h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}



/* ==============================================
   RSI SECTION
   ============================================== */
.rsi-section {
  background-color: #ffffff;
}

.inner-wrapper-3 {
  background: #EF9292;
  border-radius: 48px;
  border: 6px solid #FFE3DA;
  display: inline-flex;
  padding: 8px 30px;
  color: #fff;
}

.rsi-text h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.rsi-image-bg {
  background-color: #ecb3b3;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  padding: 35px 0 0 35px;
  overflow: hidden;
}

/* ==============================================
   OMP SECTION
   ============================================== */
.inner-wrapper-4 {
  background: #B092EF;
  border-radius: 48px;
  border: 6px solid #E9DEFA;
  display: inline-flex;
  padding: 8px 30px;
  color: #fff;
}

.omp-text h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.omp-image-bg {
  background-color: #ede6fb;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  padding: 35px 0 0 35px;
  overflow: hidden;
}

.omp-load-more-wrapper {
  text-align: center;
}

.btn-bounce:hover {
  animation: bounce 0.6s ease-in-out;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.bounce {
  animation: bounce 0.6s ease-in-out;
}

/* ==============================================
   PRODUCTS STORE SECTION
   ============================================== */

.cta-section {
  background-image: url(../../../images/ourproducts.jpg);
  height: 380px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}


/*--- portfolio style end ----*/



/*---- meet maxine start -----*/

.background-circle {
  background-image: url("Images/circlesbg.png");
  background-repeat: no-repeat;
  background-size: contain;         /* Or 'contain' depending on your design */
  background-position: top;    /* Keeps the circles centered */
}
 
.fw-medium{
  font-size: 90px; 
  font-weight: 500; 
  line-height: 1.2!important;     
  margin-bottom: 0rem !important;

}
  .hero-wrapper p {
    font-size: 40px !important;
  }

/* Button Gradient */
.gradient-btn {
  background: linear-gradient(135deg, #e43fa1, #8364e8);
  border: none;
  transition: all 0.3s ease;
}

.gradient-btn:hover {
  background: linear-gradient(135deg, #d33091, #6f4be0);
  box-shadow: 0 4px 12px rgba(227, 63, 161, 0.3);
}



/* Hero Section */
.hero-wrapper {
  position: relative;
  padding-top: 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}

.hero-img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 731px;
  height: 539px;
  background: url('../../Images/header bg.png') no-repeat center top;
  background-size: cover;
  z-index: -2;

}

.hero-img img {
  max-width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.hero-wrapper h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0rem;
}

.hero-wrapper p {
  font-size: 40px;
  font-weight: 400;
  z-index: 2;
  /* margin-top: 20px; */
  margin-bottom: 0;
}

.ExecutionTitle h2{
  font-size:70px; 
  color: 000; 
  font-weight: 300 !important;
}

/* Hero Section */
.hero-wrapper {
  position: relative;

}

h3 {
  margin-bottom: 1rem;
  font-size: 30px;
}

.caringpartnerdescription.h6{
  font-weight:600 !important;
  font-size: 35px !important;

}
.web-phoneimgs {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-card {
  background: #eee;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background-size: contain !important;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
  position: relative;
}
.icon-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px; /* 20px larger than the icon */
  height: 60px;
  transform: translate(-50%, -50%);
  background-color: rgba(194, 193, 193, 0.138); /* soft black shadow */
  border-radius: 50%;
  z-index: -1;
}

.section-card h3 {
  margin: 0 0 15px;
}

.section-card p {
  margin: 0;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rounded-4{border-radius: 32px !important;}

/* Gradient backgrounds + matching icon color */

.purple {
  background: #F7F1FF;
}

.purple .icon-circle {
  background: #c085ff;
  color: #fff;
}

.orange {
  background: #FFF5EE;
}

.orange .icon-circle {
  background: #f5b35c;
  color: #fff;
}

.red {
  background: #FFF1F1
}

.red .icon-circle {
  background: #fa697c;
  color: #fff;
}
.card-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.section-card .text {
  position: relative;
  z-index: 1;
}
.section-card::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -4;
  top: 0;
}
.textforcoloredboxes{
  font-weight: 400; 
  color:#545454 ;
  font-size: 19px;
}
/* Specific background images for each card */
.purple::before {
  content: "";
  background-image: url('../../images/section1.png'); /* update with your actual path */
  height: 393px;
  width: 401px;
}

.orange::before {
  background-image: url('../../images/section2.png');
  height: 542px;
  width: 576px;
}

.red::before {
  background-image: url('../../images/section3.png');
  height: 525px;
  width: 436px;
}


/* Container setup */
.web-phoneimg {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

/* Background image styling */
.background-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* Cards container */
.web-phone-content {
  position: relative;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}

/* Individual cards */
.maxine-card img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.download-section {
  background-image: url('../../images/portfolio/Aladinz/download.webp');
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  place-content: center;

}


.download-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}


.download-text p {
  color: #fff;
  margin-bottom: 25px;
}

.service-labels {
  background-color: #fff; 
  color: #000; 
  padding: 6px 27px; 
  border-radius: 999px; 
  font-size: 1rem;
  border: 2px solid #B6B6B6;
}

.caringpartnersTitle{
  font-weight: 600; 
  margin-bottom: 0px; 
  font-size: 40px
}
.caringpartnersdesc{
  font-size: 23px !important; 
}

.caringpartners {
  font-weight: 600; 
  font-size: 1.75rem; 
  color: #000;
}

.store-buttons img {
  height: 55px;
  margin-right: 15px;
}

.download-text h2{
  color: white;
}

.partner-section {
  text-align: center;
  padding: 80px 20px 60px;
  background-color: #fff;
}

.partner-content h2 {
  font-size: 3rem; 
  margin-bottom: 20px;
  color: #111;
}

.partner-content p {
  font-size: 1.3rem; /* Larger paragraph */
  color: #444;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #000; /* Black button */
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.contact-button span {
  margin-left: 10px;
}

.contact-button:hover {
  background-color: #333; 
}

.underline {
  margin: 40px auto 0;
  width: 1200px; /* Increased from 120px to 200px */
  height: 4px;
  background-color: #ff5ca2;
  border-radius: 2px;
}



/*---- end ----*/



@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .projects-banner-r img {
    width: 79%;
  }
}

@media (max-width: 1399.98px) {

  /*--- meet maxine start ----*/


  .hero-wrapper h1 {
    font-size: 80px;
  }
  .hero-img{
    height: 482px;
  }
  .textforcoloredboxestitle{
    font-size: 42px;
    margin-top: 10px;

    font-size: 23px;
  }
  .section-card h3{
    font-size: 45px ;
  }
  .fs-5{
    font-size: 25px;
  }


  /*-- end --*/

  /*-----careers-page-----*/
  .bg-style {
    right: -940px;
  }
  .bg-style-b {
    left: -632px;
    bottom: -105px;
  }
  /*----end--careers-page-----*/
  /* index start */

  .hero-content h1 {
    font-size: 72px;
  }

  .hero-content h6 {
    font-size: 30px;
  }
  .about-text h6 {
    font-size: 35px;
  }
  .fileflow-wrapper p, .sdk-warpper p {
    font-size: 20px;
    max-width: 400px;
  }
  .fileflow-wrapper a, .sdk-warpper a {
    font-size: 22px;
  }
  .fileflow-wrapper .material-symbols-outlined, .sdk-warpper .material-symbols-outlined {
    font-size: 27px;
  }
  .fileflow-wrapper,.sdk-warpper {
    height: 490px;
  }
  .fileflow-wrapper .innerlogo,.sdk-warpper .innerlogo{
    width: 50%;
  }
  .explore-wrapper .inner-content h3 {
    font-size: 60px;
    max-width: 335px;
  }
  .new-client,.revenue-inc{width: 30%;}
  .revenue-inc{right: 0px;
    bottom: -25px;}

  .services .inner-content h4{
    font-size: 36px;
  }

  /* index end */

    /* about style */

    .about-head .inner-content h1 {
      font-size: 40px;
    }
    .about-head .about-info h5 {
      font-size: 40px;
    }
    .about-head .about-info p {
      font-size: 15px;
    }
  
    /* about style end */

    .projects-banner{
      background-image: url(../../images/pro-banner-tab.jpg);
    }

    .contact-banner-form{
      margin-bottom: 330px;
    }

    .solutions li:nth-child(1) span,.solutions li:nth-child(2) span,.solutions li:nth-child(3) span,.solutions .seemless-collab{
      width: 305px;
    }

}

@media (max-width: 1199.98px) { 


  /* meet maxine start */


  .hero-img {
    height: 310px;
    bottom: 37px;
  }
  .hero-img::before {
    width: 600px;
    height: 430px;
  }
  .caringpartnersTitle{
    font-size: 27px;
  }
  .caringpartnersdesc{
    font-size:19px !important;

  }
 /* .hero-img img{
    max-width: 179%;
    height: 369px;
  }*/
  .download-section {
    min-height: 300px;
  }

  .ExecutionTitle h2 {
    font-size: 60px;
      
  }


  /* end */


  /*-----careers-page-----*/
  .bg-style-b {
    left: -589px;
    bottom: 150px;
  }
  /*----end-careers-page-----*/

/* index start  */
  .navbar-nav .nav-link,.btn-primary{font-size: 17px;}
  .inner-content h4 {
    font-size: 30px;
  }
  .inner-content p {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: 59px;
  }
  .hero-content h6 {
    font-size: 27px;
  }

  /* index end */

  /* about style */

  .services.abt-services .inner-content{
    padding: 20px !important;
  }
  .abt-services .inner-content{
    padding: 20px;
  }

  /* about style end */

  /* products style */

  .products-banner-bg {
    height: 760px;
  }
  .inner-topcontent h1 {
    font-size: 50px;
  }
  .inner-topcontent p {
    font-size: 20px;
  }
  .inner-content h2 {
    font-size: 46px;
  }
  .products-banner-bg {
    height: 600px;
  }

  /* products style end */

.accordion-button{
  font-size: 24px;
}
.inner-content h3 {
  font-size: 40px;
}

.solutions li:nth-child(1) span,.solutions li:nth-child(2) span,.solutions li:nth-child(3) span,.solutions .seemless-collab{
  width: 353px;
}

/*  team page  */
.team-banner {
  height: 775px;
}
.solutions-card::before {
  height: 175px;
  width: 189px;
  left: -80px;
  top: -60px;
}


/* projects page */

.projects-banner .inner-topcontent {
  max-width: 433px;
}

.contact-banner-form {
  margin-bottom: 230px;
}

/* portfolio start */


.hero-left h1 {
  font-size: 50px;
}
.section-heading {
  font-size: 50px;
}


/* end */


}

@media (max-width: 1530px) {
  .team-card::before,  .solutions-card::before {
    display: none;
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .highlight-img{
    width: 9%;
  }
  .services .inner-content h4 {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) { 

  /* meet maxine start */

    .hero-wrapper h1 {
    font-size: 72px !important;
  }
  .hero-img {
    height: auto !important;
    place-content: center;
  }

  .hero-img::before{
    background-size: contain;
    bottom: -215px !important;
    width: 570px !important;
    height: 540px !important;
  }
  .hero-wrapper p {
    font-size: 25px !important;
  }
    .orange::before {
    background-image: url(Images/section2.png);
    height: 460px;
    width: 823px;
  }
  .red::before {
      background-image: url(Images/section3.png);
      height: 696px;
      width: 561px;
  }
  .ExecutionTitle h2 {
    font-size: 50px;   
  }
  .section-card h3 {
    font-size: 35px;
  }
    
  .hero-img::before{display: none;}
  .text.inner-content{text-align: start;}



  /* end */

  /* portfolio start */

    .hero {
    padding: 60px 15px 20px;
    text-align: center;
  }
  .hero-left h1{margin: auto;}
  
  .hero-left {
    padding-left: 0;
  }
  
  .hero-left h1 {
    font-size: 44px;
    margin-top: 30px;
  }
  
  .hero-left p {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  
  .hero-right {
    padding-right: 0;
  }

  /* Services Section */
  .section-heading {
    font-size: 44px;
    text-align: center;
  }
  
  .service-card {
    padding-top: 15px;
  }
  
  .service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }
  
  .border-end {
    border-right: none !important;
  }


  .clients h2, .app-showcase h2 {
    font-size: 40px;
}
  
  /* Wrappers */
  .inner-wrapper-1,
  .inner-wrapper-2,
  .inner-wrapper-3,
  .inner-wrapper-4 {
    padding: 6px 20px;
    font-size: 1rem;
  }
  .dri-section {
  padding: 0rem;
  text-align: center;
}
.rsi-section {
  text-align: center;
}
.omp-section{
  text-align: center;
}
.app-showcase {
  text-align: center;
}
.service-card h5 {
  font-size: 28px;
}


  /* end */


  .TeamBody .inner-content{
    text-align: left !important;
  }
  .leaderPopUp{
    padding: 0px 10px !important;
  }

.book-name{display: block; font-size: 1rem; font-style: italic;}
/* .page-header.is-sticky{display: none !important;} */
  .activepage{
    background-image: var(--gradiet, linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500 !important;
  font-size: 18px;
  border-bottom: none !important;
  }

  .home-nav .nav-link {
    color: #000 !important;
  }

   /*-----careers-page-----*/
   .Recruitment {
    margin-top: 115px;
  }
  .accordion-body p{text-align: left;}
  .bg-style-b {
    left: -407px;
    bottom: 0px;
    width: 88%;
  }
  .careers-side-img{
    display: none;
  }
    /*----end-careers-page-----*/

  /* index start */

.service-img{
  padding: 30px;
}

  .menu{
    backdrop-filter: blur(20px);
    background: #fff;
  }
  .hero-content{text-align: center;}
  .hero-content h6{max-width: 100%;}
  .footer-info{margin: auto;text-align: center;}
  .flogo{margin: auto;display: flex;}
  .navbar-toggler{background-color: #fff;}
  .new-client{left: 0;}
  .explore-wrapper .inner-content h3 {
     font-size: 50px;
  }
  .home-banner{
    height: auto;
  }
  .fileflow-wrapper,.sdk-warpper{
    padding: 30px;
  }
  .fileflow-wrapper, .sdk-warpper {
    height: 730px;
  }
  .inner-content h4 {
    font-size: 35px;
  }
 .inner-content{text-align: center;}
  .explore-wrapper .inner-content h3 {
    max-width: 100%;
  }
  .store-wrapper h4 {
    max-width: 100%;
  }
  .explore-wrapper .inner-content p{margin: auto;}
  .inner-content p {
    font-size: 19px;
  }
  .store-wrapper button,.store-wrapper p{margin: auto;}

  .copy-right{text-align: center;}

  header .navbar-brand{
    width: 25%;
  }

  /* index end */

  /* about style start */


  .about-info{text-align: center;}

  .about-head .inner-content p {
    margin: auto;
  }
  .explore-head h2 {
    font-size: 50px;
  }
  .explore-head p {
    font-size: 22px;
  }
  .abt-circle {
    height: 350px;
  }
  .our-story{
    margin-top: 40px;
  }

/* about style end */

/* products style */

.products-banner-bg{
  background-image: url(../../images/mobilecircle.jpg);
  height: 600px;
}

.inner-topcontent{
  text-align: center;
}
.products-banner-bg .inner-topcontent p{margin: auto;}

.fileflow-body {
  margin: 20px 0px;
}
.inner-content h2 {
  font-size: 32px;
}
.solutions .inner-content {
  text-align: left;
}

.faq .accordion-body p{
  text-align: left;
}
.contact-banner-form {
  padding-top: 170px;
  background-size: contain;
 }

 .contact-banner-form .card {
  margin-top: 75px;
}
.faq{
  margin-top: 130px;
}
.blue-star img,.red-star img{
  width: 50%;
}
.inner-content h3 {
  font-size: 35px;
}
.contact-banner-form {
  margin-bottom: 150px;
}

/* team page */

.team-banner {
  height: 600px;
}
.our-leadership {
  margin-top: -20px;
  margin-bottom: 0px;
}

/* team style */

.team-card::before,.solutions-card::before{
  display: none;
}
.team-card{
  margin-left: 0px;
}
.solutions-card{
  margin-right: 0px
}

/* projects page */

.projects-banner-container {
  padding-top: 75px;
}
.projects-banner{
  background-size: contain;
}
.projects-banner-r{
  text-align: center;
}

.projects-banner-r img{
  width: 60%;
}
.software-solutions{
  text-align: center;
}
.need-help p {
  max-width: 535px;
}
.dev-future{
  background-image: url(../../images/future-mobile.jpg);
}

/* portfolio start */


  /* Hero Section */
  .hero {
    padding: 60px 15px 20px;
    text-align: center;
  }
  .hero-left h1{margin: auto;}
  
  .hero-left {
    padding-left: 0;
  }
  
  .hero-left h1 {
    font-size: 44px;
    margin-top: 30px;
  }
  
  .hero-left p {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  
  .hero-right {
    padding-right: 0;
  }

  /* Services Section */
  .section-heading {
    font-size: 44px;
    text-align: center;
  }
  
  .service-card {
    padding-top: 15px;
  }
  
  .service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }
  
  .border-end {
    border-right: none !important;
  }


  .clients h2, .app-showcase h2 {
    font-size: 40px;
}
  
  /* Wrappers */
  .inner-wrapper-1,
  .inner-wrapper-2,
  .inner-wrapper-3,
  .inner-wrapper-4 {
    padding: 6px 20px;
    font-size: 1rem;
  }
  .dri-section {
  padding: 0rem;
  text-align: center;
}
.rsi-section {
  text-align: center;
}
.omp-section{
  text-align: center;
}
.app-showcase {
  text-align: center;
}
.service-card h5 {
  font-size: 28px;
}


/* portfolio end */


}

@media only screen and (min-width:767.99px){
  .img_position{
    position: absolute;
  }
}

 @media (max-width: 767.98px) {

  /* meet maxine start */


  .hero-wrapper h1 {
    font-size: 60px;
  }
  .ExecutionTitle h2{font-size:60px; }



.line-break {
    display: none;
  }

  .labels-for-service{
  justify-content: flex-start;
  }

  .hero-wrapper h1 {
    font-size: 60px !important;
  }

  .section-card {
    flex-direction: column;
    text-align: left;
  }

  .icon-circle {
    margin-bottom: 10px;
  }
  .hero-img::before{
    width: 435px;
    height: 306px;
  }
  .purple::before {
    width: 518px;
}
.caringpartnersTitle {
  font-size: 27px;
   text-align: center;
   text-wrap: balance;
}
.caringpartnersdesc {
  font-size: 16px !important;
  text-align: center;
}
.caringpartners {
    font-weight: 600;
    font-size: 1.75rem;
    color: #000;
}
  .purple::before {
        width: 407px;
    }
    .orange::before {
        background-image: url(../../images/section2.png);
        height: 606px;
        width: 1100px;
    }

.red::before {
        background-image: url(../../images/section3.png);
        height: 898px;
        width: 706px;
    }


  /*-- end --*/
  .execution-pic{
  min-height: 200px;
  object-fit: cover;
  }

  .TeamBody .inner-content {
    text-align: center !important;
    padding: 20px 10px 0px;
  }

  .leaderPopUp .inner-content p {
    max-width: 500px;
    margin: auto;
  }

  .leaderPopUp ul{
    justify-content: center;
    margin-top: 10px;
  }

  .img_position img{
    width: 60%;
  }
  .TeamBody{
    height: auto !important;
  }
  .Recruitment {
    margin-top: 65px;
  }
  .service-img {
    padding: 25px;
  }
  .inner-content h2 {
    font-size: 35px;
  }
.logo-inner{
  width: 50%;
}
.flogo{width: 60%;}

.inner-topcontent h1 {
  font-size: 40px;
}
.faq {
  margin-top: 260px;
}
.blue-star,.red-star{
  display: none;
}
.accordion-button {
  font-size: 21px;
}
header .navbar-brand {
  width: 30%;
}

/* team style */

.team-card {
  padding: 50px 0px 0px;
}
.join-team{
  padding: 25px;
}

.software-solutions {
  margin: 80px 0px;
}
.projects-banner .inner-topcontent {
  padding: 40px 0px;
}

.footer-info {
  font-size: 15px;
  margin-top: 20px !important;
}
.card label {
  font-size: 14px;
}

.explore-head h2 {
  font-size: 45px;
}
.contact-banner-form {
  margin-bottom: 250px;
}

/* portfolio start */


 /* Hero Section */
  .hero-left h1 {
    font-size: 36px;
  }
  
  .hero-left p {
    font-size: 16px;
  }
  
  /* Clients Section */
  .clients h1 {
    font-size: 28px;
  }
  
  .outline-gradient {
    width: 160px;
  }
  
  .client-logos img {
    height: 50px;
  }
  
  /* Services Section */
  .section-heading {
    font-size: 32px;
  }
  
  
  /* Image Backgrounds */
  .dri-image-bg,
  .rsi-image-bg,
  .omp-image-bg {
    padding: 20px 0 0 20px;
  }
  
  /* Products Store */
  .cta-section {
    height: 240px;
    background-size: cover;
    padding: 20px;
  }
  .clients h2, .app-showcase h2 {
    font-size: 35px;
  }
  .service-card h5 {
  font-size: 24px;
  }



/* end */



 }

 @media (max-width: 575.98px) {

  /* meet maxine start */


   .hero-wrapper h1 {
    font-size: 40px !important;
  }
  .ExecutionTitle h2 {
    font-size: 30px;
  }
  .hero-wrapper{
    margin-bottom: 20px;
  }

  .orange::before {
      content: none !important;
      display: none !important;
  }
  .purple::before {
    content: none !important;
    display: none !important;
  }
  .red::before {
    content: none !important;
    display: none !important;
  }
  .hero-img img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
  }
  .section-card {
    padding: 20px;
  }
  .section-card h3 {
    font-size: 30px;
  }

  .hero-wrapper p {
    font-size: 16px !important;
  }



  /* end */

  /* portfolio start */

  .hero-left h1 {
    font-size: 30px;
    margin-top: 30px;
  }
  
  .clients h2, .app-showcase h2 {
    font-size: 28px;
  }
  .section-heading {
    font-size: 28px;
  }

  /* end */

  .accordion-item .btn-primary {
    font-size: 14px;
    padding: 10px 15px;
  }

  .dz-message {
    font-size: 16px;
  }

  .img_position img {
    width: 70%;
  }

  .TeamBody .inner-content h3 {
    font-size: 30px;
  }

  .inner-content p {
    font-size: 16px;
  }

  .leaderPopUp small span {
    font-size: 16px;
  }

  .career-banner {
    padding-top: 155px;
  }

  .modal-body .inner-content h4{font-size: 35px;}

  /* index page */

  .hero-content h1 {
    font-size: 35px;
  }
  .hero-content h6{
    font-size: 22px;
  }
 
  .about-text h6 {
    font-size: 24px;
  }
  .inner-content h4 {
    font-size: 24px;
  }
  .products-banner-bg {
    height: 345px;
  }
  .services .inner-content {
    padding: 20px;
  }
  .fileflow-wrapper, .sdk-warpper {
    height: 570px;
  }
  .explore-wrapper .inner-content h3 {
    font-size: 35px;
  }
  .products-wrapper {
    margin-top: 40px;
  }
  .explore-wrapper{margin-top: 50px;}

  .home-banner {
    padding: 150px 0px 80px;
  }
  .service-img {
    padding: 20px;
  }
  header .navbar-brand {
    width: 40%;
  }

 /* index end */


 .about-head .inner-content h1 {
  font-size: 25px;
}
.about-head small {
  font-size: 25px;
}
.about-head .about-info p {
  font-size: 14px;
}
.explore-head h2 {
  font-size: 30px;
}
.join-team {
  height: 295px;
  margin: 15px 0px 45px;
}
.about-head {
  padding: 15px;
}
.about-head .about-info h5 {
  font-size: 30px;
}
.about-head .about-info p {
  font-size: 12px;
}
.explore-head p {
  font-size: 16px;
}
.abt-circle {
  height: 249px;
}

.products-banner-bg {
  height: 540px;
}
.inner-topcontent h1 {
  font-size: 35px;
}

.inner-topcontent p {
  font-size: 18px !important;
}
.inner-content h2 {
  font-size: 35px;
}
.solutions li {
  gap: 0px;
}
.products-store {
  height: 290px;
}
.products-banner-bg {
  height: 380px !important;
}
.inner-topcontent{
  padding-top: 90px;
}

.accordion-button {
  padding: 25px 20px;
  font-size: 16px;
  }
.accordion-button img{
  width: 15%;
}
.faq {
  margin-top: 290px;
}
/* .inner-topcontent {
  padding-top: 10px;
} */
.inner-content h3 {
  font-size: 25px;
}

/* team style */


.team-banner .inner-topcontent {
  padding-top: 100px;
}
.team-banner {
  height: 430px;
}



/* projects page */
.projects-banner .inner-topcontent {
  
  padding: 50px 0px;
}
.projects-banner-r img {
  width: 90%;
}
.need-help {
  height: 250px;
}

.menu-wrapper{
  text-align: center;
}

.our-leadership {
  margin-top: 25px;
}

.contact-banner-form .card {
  margin-top: 40px;
}
.contact-banner-form {
  margin-bottom: 160px;
}

 }
  @media (max-width: 400px) {
    .our-leadership {
      margin-top: 14px;
    }
  }
    .inner-topcontent p {
      font-size: 23px;
      margin-bottom: 40px;
    }
 
   
    .Recruitment {
      margin-top: 70px;
    }
 
      .Recruitment {
        margin-top: 50px;
      }

  
    .solutions li:nth-child(1) span,.solutions li:nth-child(2) span,.solutions li:nth-child(3) span,.solutions .seemless-collab{
      width: 445px;
    }
    
    .solutions .inner-content h5 {
      font-size: 21px;
    }

    /* .accordion-button img{
      width: 15%;
    } */

    .contact-banner-form {
      margin-bottom: 200px;
    }
  

  @media (max-width: 991px) {
    .speech-bubble  {text-align: center !important;}
    .speech-bubble cite {text-align: center !important;}
  }
  .book-name{ font-style: italic; font-size: 1rem; display: block; text-align: center;}