/* font family css here */
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-blackitalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-mediumitalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Lufga';
    src: url('fonts/Fontspring-DEMO-lufga-thinitalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Example usage for all font weights and styles */
.thin-text { font-weight: 100; }
.light-text { font-weight: 300; }
.regular-text { font-weight: 400; }
.medium-text { font-weight: 500; }
.semibold-text { font-weight: 600; }
.bold-text { font-weight: 700; }
.extrabold-text { font-weight: 800; }
.black-text { font-weight: 900; }

.italic-text { font-style: italic; }
/* end here  */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 960px) {
    .container {
      max-width: 920px;
    }
  }
  @media (min-width: 1020px) {
    .container {
      max-width: 980px;
    }
  }
  @media (min-width: 1100px) {
    .container {
      max-width: 1060px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1500px) {
    .container {
      max-width: 1360px;
    }
  }
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Syne', sans-serif;
  }
  img {
    user-select: none;
  }
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 24px 0;
}
.logo {
  cursor: pointer;
}
.logo a:focus-visible {
    outline: 0;
}
.menu-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-wrapper ul.nav-list {
  list-style: none;
  margin: 0 auto;
  display: flex;
  gap: 3.5rem;
}
.header-wrapper ul li {
  font-size: 20px;
  color: #626262;
}
.crafting {
  padding: 20px 0 70px;
}
.workwith-us button,
.highlightBtn {
  border: 0 !important;
  background: linear-gradient(135deg, #AF8CF2, #7D3BED);
  color: white;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 1;
  height: 45px;
  font-family: 'Syne', sans-serif !important; 
}
.mainContainer {
  border-top: 1px solid #dfdfdf;
  background-color: #F8F8F8;
}
.CraftingExcellence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.bigHeading h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 35px;
}
@font-face {
  font-family: 'Lufga Medium Demo';
  src: url('./fonts/Lufga-Medium-demo.ttf') format('truetype');
}
.highlightText {
  background: linear-gradient(135deg, #AF8CF2, #7D3BED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.word-break {
  display: block;
}
.smallHeading {
  width: 60%;
}
.smallHeading p {
  color: #8F8F8F;
  font-size: 20px;
  font-weight: 400;
}
.whiteBtn {
  border: 1px solid #D4D4D4 !important;
  background: white;
  color: #0C1744;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  height: 45px;
  font-family: 'Syne', sans-serif !important; 
}
.startedBtns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2.5rem;
}
.borders {
  position: absolute;
  height: 460px;
  top: -178px;
  right: 135px;
}
.youngman {
  position: relative;
}
.youngmanImg {
  position: absolute;
  height: 528px;
  right: 65px;
  bottom: 0;
  top: -245px;
}
.kickstart {
  position: absolute;
  top: 290px;
  right: 200px;
}
.IdeatoLife {
  position: absolute;
  top: 415px;
}
.Ideabox {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 16px;
  padding: 20px 30px;
}
.Ideabox span {
  font-size: 18px;
  text-align: center
}
.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding-top: 50px;
}
.sectionThree {
  padding-bottom: 90px;
}
.earningtrust {
  padding: 90px 0;
}
.earningheading h4 {
  margin: 0;
  color: #0C1744;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}
.ourServices {
  border: 1px solid #E5E5E5;
  border-radius: 38px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 210px;
  padding-left: 20px;
}
.pushnotification {
  background: linear-gradient(90deg, rgb(0 0 0 / 23%) 0%, rgba(125, 59, 237, 1) 100%);
  border-radius: 38px;
  height: 31px;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourServices h4 {
  color: #0C1744;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}
.solutionstext h2 {
  color: #0C1744;
  font-size: 40px;
  font-weight: 500;
   
  margin: 18px 0 35px;
}
.swipermobilesucessButton {
  display: none;
}
.cardflex {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.card {
  background-color: white;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 40px;
}
.card:hover {
  transform: scale(0.9);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
}
.cardtext {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cardsvg {
  background-color: #FCFAFF;
  border-radius: 25px;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardtext h4 {
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  color: #0C1744;
}
.cardpera p {
  color: #8F8F8F;
  font-weight: 400;
  font-size: 20px;
  margin: 24px 0;
}
.readMore button {
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7D3BED;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 52px;
  min-width: 160px;
  height: 40px;
  padding-left: 20px;
}
.swiper-next, .swiper-prev, .swiper-prevsucess, .swiper-nextsucess {
  cursor: pointer;
}
.swiper-next {
  fill: #000000;
}
.swiper-button-disabled {
 fill-opacity: 0.48;
}
.readMore a {
  text-decoration: none;
  color: #7D3BED;
}
.sectionFour {
  padding-bottom: 90px;
}
.peopleImg img {
  border-radius: 54px;
  width: 100%;
}
.aboutusSections {
    display: grid;
    grid-template-columns: 51% 44%;
        gap: 5%;
    align-items: center;
}
.aboutus {
  border: 1px solid #E5E5E5;
  border-radius: 38px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 168px;
  padding-left: 13px;
  background-color: white;
}
.union {
  background: linear-gradient(90deg, rgb(0 0 0 / 23%) 0%, rgba(125, 59, 237, 1) 100%);
  border-radius: 38px;
  height: 31px;
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus h4 {
  color: #0C1744;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}
.expertCreative h2 {
  color: #0C1744;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0;
   
}
.expertCreative span:last-child {
  background: linear-gradient(135deg, #AF8CF2, #7D3BED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.ourTailored p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #8F8F8F;
}
.results {
  margin: 40px 0;
}
.resultsSectionTwo {
  margin-top: 30px;
}
.resultsSectionOne,.resultsSectionTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.resultsflex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.resultsflex h4 {
  margin: 0;
  color: #0C1744;
  font-weight: 500;
  font-size: 18px;
}
a:-webkit-any-link:focus-visible {
  outline-offset: 0 !important;
}
.waytext {
  text-align: center;
 margin-bottom: 3rem;
  font-size: 40px;
      font-family: 'Lufga Medium', sans-serif;
          font-weight: 500;
}
.gridWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 5rem;
}
.coomonCard {
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
  min-height: 375px;
}
.cmmonHeading {
  font-family: Syne;
      font-size: 26px;
  font-weight: 500;
  margin: 1.5rem 0 1rem 0;
}
.coomonCard p {
  color: #8F8F8F !important;
  margin: 0 auto;
  width: 198px;
  font-size: 18px;
  text-align: center;
}
.bingyourIdia {
  background: linear-gradient(to right, #CBB3FA 0%, #7D52C9 53%, #935BF2 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 40px;
  margin: 0 auto;
  width: 850px;
}
.bingLifeText {
  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
.bingLifeText h1 {
  font-size: 40px;
  margin-bottom: 1rem;
}
.bingLifeText p {
  margin: 0 auto;
  width: 560px;
  text-align: center;
  font-size: 18px;
}
.bingLifeText button {
  margin-top: 2rem;
  background-color: #ffffff;
  border: 0;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 500;
  font-family: 'Syne';
  font-size: 16px;
}
.FooterWrappet {
    background-color: #F1F5F9;
}
.socialLogos {
  display: flex;
      align-items: center;
      gap: 20px;
}
.logosText {
     color: #8F8F8F;
    font-size: 18px;
}
.footerFlex {
     display: flex;
    gap: 41px;
        padding: 50px 0 20px 0;

}
.footergridWrapper {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footergridWrapper ul {
      margin: 0;
    padding: 0;
    li {
      list-style-type: none;
    color: #8F8F8F;
    font-size: 18px;
    margin-bottom: 10px;
    }
}
.footergridWrapper ul h3{
  margin-top: 0;
}
.footergridWrapper ul li a{
  list-style-type: none;
        color: #8f8f8f;
        text-decoration: none;
        font-size: 18px;
        margin-bottom: 10px;
}
.footerlogoContent {
      width: 27%;
}
.footergridWrapper {
  width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    h3 {
        font-weight: 500;
        font-family: Syne;
        position: relative;
    }
}
.footergridWrapper h3::before {
    content: "";
    border-bottom: 1px solid #7D3BED;
    height: 2px;
    width: 40px;
    display: block;
    top: 25px;
    position: absolute;

}
.copyRightText {
      padding: 30px 0 5px 0;
    text-align: center;
    h3 {
     font-weight: 500;
    }
}
 .menu-click {
  display: none;
 }
/* swiper css  */
  .swiper {
      width: 100%;
      height: 100%;
    }
.swiper-wrapper {
  padding-bottom: 40px;
}
    .swiper-slide {
      text-align: center;
    }

.ResultSwiper .swiper-slide img {
         display: block;
    width: 100%;
        height: 425px;
    object-fit: cover;
    border-radius: 30px;
    }
    .swiper_content {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .SwiperButtons {
          display: flex;
    gap: 20px;
    }
    .swiperContentText {
          color: #fff;
    position: absolute;
    background: linear-gradient(#00000008 14%, #000000e6);
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 30px;
    }
    .swiperappText {
     bottom: 70px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    padding: 0 39px;
  }
    .swipperWrapseaction {
  display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
        h2 {
      margin: 0;
    }
    p {
      margin: 0;
    }
  }
  .swiperappText button {
     background-color: unset;
   border: 1px solid #ffffff;
    height: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    width: 153px;
    font-weight: 600;
    cursor: pointer;
    a {
       color: #fff;
   font-size: 16px;
   text-decoration: none;
    }
}
.nav-list a {
      font-size: 20px;
    color: #626262;
    text-decoration: none;
    cursor: pointer;
}
.successStoryWrap {
    background-color: #F8F8F8;
    margin: 100px auto;
    padding: 80px;
}
.successHedaing {
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.testtimonialHeading {
      text-align: center;
    justify-content: center;
    padding: 0px 20px;
    background-color: #ffffff;
}
.firstSvg, .soundSvg, .thridSvg, .fourSvg{
  position: absolute;
}
.fourSvg {
      right: 20%;
    bottom: -34px;
}
.thridSvg {
  top: 0;
}
.firstSvg {
    left: 108px;
}
.soundSvg {
      right: 108px;
    top: 150px;
        bottom: 0;
}
.storisContent {
  position: relative;
}
.storisContent h1{
     margin-bottom: 0;
}
.storisContent h2 {
     color: #8F8F8F !important;
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.storiesParah {
      width: 542px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
}
.swipperSucesFlex {
  display: flex;
  align-items: center;
  position: relative;
}
.moblogo {
  display: none;
}
.humanImg img {
  max-width: 508px;
}
.successSwiper {
    
    .swiper-slide img {
      object-fit: cover;
    }


    /* Add these new styles for next slide preview */
    .swiper-prevsucess {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      opacity: 0.5;
      border-radius: 50%;
      overflow: hidden;
    }

    .swiper-prevsucess img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-slide-prev img{
      right: -140px;

    }
    .swiper-slide{
          position: relative;
    z-index: 4;
    }
    .swiper-slide-active{
      z-index: 1;
    }
    .swiper-slide-next img{
         left: -140px;
              
    }
      /* .swiper-slide-prev img,
      .swiper-slide-next img{
        position: fixed;
          height: 70px;
      } */
}
@media screen and (max-width:960px) {
 .CraftingExcellence, .aboutusSections, .resultsSectionOne, .resultsSectionTwo, .gridWrapper, .footergridWrapper {
      grid-template-columns: 1fr;
 }
 .word-break {
  display: unset !important;
 }
 .mainContainer {
  padding: 70px 15px 0;
 }
 .footerFlex {
  display: grid;
          padding: 23px;
 }
 .moblogo {
  display: block;
 }
 .successStoryWrap {
  padding: 20px;
  margin: 50px auto;
 }
 .peopleImg img, .youngmanImg {
          height: unset;
        width: 100%;
 }
 .logos, .cardflex, .startedBtns {
  flex-direction: column;
 }
 .logos {
  gap: 50px !important;
  padding-top: 30px !important;
 }
 .sectionFour, .sectionThree {
  padding: 0 15px 50px;
 }
 .solutionstext h2 {
  font-size: 36px;
 }
 .aboutusSections {
  gap: 30px !important;
 }
 .resultsSectionOne, .resultsSectionTwo {
    gap: 10px;
}
.resultsSectionTwo {
    margin-top: 10px;
}
.results {
    margin: 30px 0;
}
 .cardflex {
  display: flex;
        overflow: auto;
        width: 100%;
        flex-direction: unset !important;
 }
 .card{
  min-width: 310px !important;
 }
 .card:hover {
  transform: unset !important;
  box-shadow: none;
 }
 .card, .smallHeading, .bingLifeText p, .storiesParah {
  width: 100%;
 }
 .bigHeading h1 {
  font-size: 36px;
        line-height: 42px;
        margin: 0;
 }
 .startedBtns {
  align-items: unset !important;
  margin-top: 30px !important;
 }
 .earningtrust {
  padding: 50px 15px !important;
 }
 .crafting {
  padding-bottom: 20px;
 }
 .humanImg img {
  width: 100%;
  max-width: unset !important;
 }
 .expertCreative h2, .waytext {
      font-size: 30px;
 }
 /* header css here / */
 .header-wrapper, .menu-content, .nav-list, .swiper_content {
  display: unset;
 }
 .card, .bingyourIdia {
  max-width: fit-content;
 }
 .cardflex {
  grid-template-columns: 100%;
 }
 .container {
  padding: 0;
 }
 .menu-click, .swipermobilesucessButton {
  display: block;
 }
 .header {
      background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0588235294);
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
 }
.logo {
      display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f6;
}
.logo a{
  margin-left: 15px;
}
.menu-click {
  margin-right: 15px;
}
.menu {
          background: rgba(0, 0, 0, 0.9);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        width: 250px;
        height: 100vh;
        position: fixed;
         right: -100%;
         flex-direction: column;
        gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        top: 0;
        bottom: 0;
}
.open {
        background-color: #ffffff;
        right: 0 !important;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        overflow-y: auto;
}
.cmmonPadding {
  padding: 0 15px;
}
.ResultSwiper .swiper-slide img {
      height: 265px;
}
.swiperappText {
         bottom: 20px;
        flex-direction: column;
        padding: 0 10px;
        align-items: flex-end;
        gap: 10px;
}
.swiper_content .solutionstext h2, .successHedaing .solutionstext h2 {
      margin-bottom: 0;
}
.SwiperButtons {
      justify-content: flex-end;
    margin-bottom: 30px;
    width: 100%;
}
.swipperWrapseaction p {
  text-align: start;
}
.successHedaing {
  align-items: flex-start;
}
.swiper-deskButton {
  display: none;
}
.soundSvg {
      right: 0;
}
.firstSvg {
  left: 0;
}
.bingyourIdia {
      margin: 0 15px;
    padding: 20px;
}
.whychooseContent {
      padding: 0 15px;
}
.header-wrapper ul.nav-list {
 padding-left: 15px;
margin: 20px 0 20px 0;
flex-direction: column;
gap: 15px;
}
.workwith-us {
      margin-left: 10px;
}
.footergridWrapper {
      width: 100%;
}
/* .footerlogoContent, .footergridWrapper {
    padding: 0 15px;

} */
.bingLifeText h1 {
  text-align: center;
}
.coomonCard p {
font-size: 22px;
}
 /* end here  */

}
 

/* end here  */




/* fidyan  */
.contact-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Syne', sans-serif;
}

.contact-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}
.form-group{
  margin-bottom: 20px;
}

.input-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #7D3BED;
  padding-left: 5px;
}

/* Adjusted padding-left for inputs so icons don't overlap text */
.input-icon input,
.input-icon textarea {
  padding-left: 30px !important;
}

/* Clean modern style: bottom border only */
.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 2px solid #7D3BED;
  border-radius: 0;
  width: 100%;
  padding: 12px 10px;
  background-color: transparent;
  font-size: 1rem;
  font-family: 'Syne', sans-serif;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: #AF8CF2;
}

/* First and Last Name side by side */
.name-group {
  display: flex;
  gap: 20px;
}

.name-group .input-icon {
  flex: 1;
}

/* Responsive: stack vertically on mobile */
@media (max-width: 767px) {
  .name-group {
    flex-direction: column;
  }
}
.submit-btn {
     border: 0 !important;
    background: linear-gradient(135deg, #AF8CF2, #7D3BED);
    color: white;
    padding: 20px 25px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    border-radius: 48px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
    height: 45px;
    font-family: 'Syne', sans-serif !important;
}

.submit-btn:hover {
  background-color: #36796e;
}
@media(max-width:767px){
  .footerlogoContent{
    width: 100%;
  }
  .footerlogoContent .logo a{
    margin: 0;
  }
  .coomonCard p {
    width: 310px;
}
}
/* casestady Css start */
.swiperGridSectiontree {
  margin: 100px 0;
}
.caseResultsWrap {
  display: flex;
  gap: 20px;
  align-items: center;
 
}
.caseResultsWrap  h3 {
    margin: 0;
    color: #8f8f8f;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 10px 30px;
  }
.appdeContent {
  position: relative;
}
.appdeContent img {
  display: block;
  width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 30px;
}
.appdesign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .swiperGridSection {
    margin: 50px 0;
    padding: 0 15px;
  }
  .appdesign {
    grid-template-columns: 1fr;
  }
  .appdeContent img {
    height: 265px;
  }
  .caseResultsWrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
/* Casestady css end */
/* solution css start */
.solutionstext span {
  color: #af8cf2;
}
.ChallengsWrap {
  padding-left: 23px;
  li {
    margin-bottom: 15px;
    font-size: 20px;
    color: #8f8f8f;
  }
}
.solutionstext h2 {
  margin-bottom: 10px;
}
.OutcomeText {
  margin: 0;
  color: #8f8f8f;
  font-size: 20px;
}
.solutionGrid {
  margin-top: 60px;
}
.solutionGrid .coomonCard {
  gap: 50px;
  border-bottom: 6px solid #af8cf2;
}
@media screen and (max-width: 960px) {
  .whatweoffer img {
    width: 100%;
    max-width: unset !important;
  }
  .whatweoffer {
    padding: 30px 15px;
  }
  .solutionGrid,
  .solutionstext,
  .OutcomeText {
    padding: 0 15px;
  }
  .solutionGrid {
    margin-top: 40px;
  }
  .whatoffersection,
  .headingone,
  .headingtwo,
  .headingthree p {
    padding: 0 15px;
  }

}
/* Solution css end */
/* Contact css start */
.caseResultsWrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.caseResultsWrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.appdeContent {
  position: relative;
}
.appdeContent img {
  display: block;
  width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 30px;
}
.appdesign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
.businesstexts h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 10px 0 20px !important;
  color: #0c1744;
}
.businesstexts span {
  background: linear-gradient(135deg, #af8cf2, #7d3bed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiperGridSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 100px 0;
}
.businessList p {
  margin: 0 0 20px;
  color: #8f8f8f;
  font-size: 20px;
  font-weight: 400;
}
.businessIdeaImg img {
  border-radius: 46px;
  max-width: 665px;
}
.businessList .bold {
  font-weight: 500;
  color: black;
}
.aboutusext h4 {
  font-size: 24px;
  font-weight: 500;
  color: #7d3bed;
  margin: 0 !important;
}
.swiperGridSectiontwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding-bottom: 100px;
}
.ourMission {
  display: flex;
  background: linear-gradient(to right, #7c3aed, #a78bfa);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
}

.left-section {
  flex: 1.2;
  padding: 50px;
  color: white;
}

.left-section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.left-section p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.right-section {
  padding: 0 50px;
}
.right-section img {
  max-width: 620px;
}
.ourClientstext p {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 400;
  color: #8f8f8f;
}
.ourClients .logos {
  gap: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 70px 0 80px;
}
@media screen and (max-width: 960px) {
  .headingone h2 {
    font-size: 24px;
  }
  .swiperGridSection {
    padding: 50px 15px;
    display: block;
  }
  .businessIdeaImg img {
    width: 100%;
    max-width: unset !important;
  }
  .businessSection {
    margin-top: 24px;
  }
  .businesstexts h2 {
    font-size: 36px;
    margin-bottom: 10px !important;
  }
  .businessList p:last-child {
    margin-bottom: 0 !important;
  }
  .swiperGridSectiontwo {
    display: flex;
    flex-direction: column-reverse;
    gap: 0 !important;
    padding: 0 15px 50px;
  }
  .ourMission {
    margin: 0 15px 50px;
    display: block;
    width: unset !important;
  }
  .left-section {
    padding: 15px;
  }
  .right-section {
    padding: 0;
  }
  .right-section img {
    max-width: 100%;
    width: 100%;
  }
  .ourClients {
    padding: 0 15px 50px;
  }
  .ourClients .logos {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.contactus_form {
  padding: 50px 0px;
}
.invalid-feedback,
.empty-feedback {
  display: none;
}

.was-validated :placeholder-shown:invalid ~ .empty-feedback {
  display: block;
}

.was-validated :not(:placeholder-shown):invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid,
.was-validated :invalid {
  border-color: #dc3545;
}

/* contact css end */
/* Service css start */
.servicemain {
  background-image: url(assets/Images/Group\ 44.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.mainHeading {
  padding: 100px 0;
}
.headingone {
  display: flex;
  align-items: center;
  gap: 5px;
}
.headingone {
  margin-bottom: 10px;
}
.headingone h2 {
  margin: 0;
  font-weight: 500;
  font-size: 38px;
  color: white;
}
.headingtwo h1 {
  margin: 0;
  font-weight: 500;
  font-size: 57px;
  color: white;
  margin-bottom: 10px;
}
.headingthree p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}
.aboutserviceSeaction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
.aboutserviceSeaction img {
  max-height: 570px;
}
.aboutservicesheading h4 {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: #7d3bed;
  margin-bottom: 12px;
}
.craftingheading h1 {
  font-weight: 500;
  font-size: 50px;
  margin: 0;
  color: #0c1744;
  margin-bottom: 12px;
}
.wedivepera p {
  font-weight: 400;
  font-size: 24px;
  color: #8f8f8f;
  margin: 0;
  margin-bottom: 30px;
  line-height: 1.3;
}
.whatweoffer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 50px;
  padding: 80px 0;
}
.offerImg img {
  border-radius: 40px;
}
.whatweofferseation h1 {
  margin: 0;
  color: #0c1744;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
}
.whatweofferpera {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.fontbold {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 20px;
}
.whatweofferpera p {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
.whychoseDynamic {
  padding: 80px 0;
}
.whychoseDynamicheading h1 {
  margin: 0;
  color: #0c1744;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.casestudySeation {
  padding: 40px 0;
}
.dynamicCard {
  padding: 30px 28px;
  background-color: white;
  border-radius: 10px 52px 10px 52px;
  box-shadow: 29px 29px 59px 0px rgb(28 137 212 / 10%);
  transition: 0.4s border-radius ease-in-out;
  border: 1px solid #be9df6;
  max-width: 330px;
  width: 100%;
  min-height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.dynamicCard:hover {
  border-radius: 52px 10px;
}
.DynamicSVG {
  background: linear-gradient(to right, #cbb3fa 0%, #7d52c9 53%, #935bf2 100%);
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dynamicCard h4 {
  color: #0c1744;
  font-weight: 500;
  font-size: 31px;
  margin: 0;
  text-align: center;
}
.dynamiccardFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .mainHeading {
    padding:132px 0 71px 0px;
  }
  .headingtwo h1 {
    font-size: 30px;
  }
  .headingthree p {
    margin: 0 !important;
  }
  .aboutserviceSeaction {
    padding: 50px 15px;
  }
  .aboutservicesheading h4 {
    margin-bottom: 5px;
  }
  .craftingheading h1 {
    font-size: 36px;
  }
  .dynamiccardFlex {
    flex-direction: column;
  }
  .aboutserviceSeaction {
    display: block;
  }
  .peopleImg {
    padding-top: 20px;
  }
  .whatweoffer {
    display: block;
    padding: 0 15px 50px;
  }
  .offerImg img {
    width: 100%;
  }
  .whatweofferseation {
    margin-top: 24px;
  }
  .whatweofferseation h1 {
    font-size: 36px;
  }
  .whychoseDynamic {
    padding: 0 15px 50px;
  }
  .whychoseDynamicheading h1 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 30px;
  }
  .dynamicCard {
    min-width: 100%;
    max-width: unset !important;
    padding: 0;
  }
}
/* Services css end */
/* About us css start */
.caseResultsWrap {
        display: flex;
    gap: 20px;
    align-items: center;
    h3 {
               margin: 0;
        color: #8F8F8F;
        font-weight: 500;
        border: 1px solid #E5E5E5;
        border-radius: 30px;
        padding: 10px 30px;
    }
}
.appdeContent {
        position: relative;
}
.appdeContent img {
        display: block;
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 30px;
}
.appdesign {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}
.businesstexts h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 10px 0 20px !important;
    color: #0C1744;
}
.businesstexts span {
    background: linear-gradient(135deg, #AF8CF2, #7D3BED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swiperGridSection1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding: 100px 0;
}
.businessList p {
    margin: 0 0 20px;
    color: #8F8F8F;
    font-size: 20px;
    font-weight: 400;
}
.businessIdeaImg img {
    border-radius: 46px;
    max-width: 665px;
}
.businessList .bold {
    font-weight: 500;
    color: black;
}
.aboutusext h4 {
    font-size: 24px;
    font-weight: 500;
    color: #7D3BED;
    margin: 0 !important;
}
.swiperGridSectiontwo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding-bottom: 100px;
}
.ourMission {
      display: flex;
      background: linear-gradient(to right, #7c3aed, #a78bfa);
      border-radius: 20px;
      overflow: hidden;
      width: 100%;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
      margin-bottom: 100px;
    }

    .left-section {
      flex: 1.2;
      padding: 50px;
      color: white;
    }

    .left-section h1 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 25px;
    }

    .left-section p {
      font-size: 20px;
      line-height: 1.7;
      margin-bottom: 20px;
    }
    .right-section {
        padding: 0 50px;
    }
    .right-section img {
        max-width: 620px;
    }
    .ourClientstext p {
        margin: 0 !important;
        font-size: 20px !important;
        font-weight: 400;
        color: #8F8F8F;
    }
    .ourClients .logos {
    gap: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 70px 0 80px;
    }
    @media screen and (max-width:960px) {
      .swiperGridSection1 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
        .headingone h2 {
            font-size: 24px;
        }
        .swiperGridSection {
            padding: 50px 15px;
            display: block;
        }
        .businessIdeaImg img {
            width: 100%;
            max-width: unset !important;
        }
        .businessSection {
            margin-top: 24px;
        }
        .businesstexts h2 {
            font-size: 36px;
            margin-bottom: 10px !important;
        }
        .businessList p:last-child {
            margin-bottom: 0 !important;
        }
        .swiperGridSectiontwo {
            display: flex;
            flex-direction: column-reverse;
            gap: 0 !important;
            padding: 0 15px 50px;
        }
        .ourMission {
            margin: 0 15px 50px;
            display: block;
            width: unset !important;
        }
        .left-section {
            padding: 15px;
        }
        .right-section {
            padding: 0;
        }
        .right-section img {
         max-width: 100%;
         width: 100%;
        }  
        .ourClients {
            padding: 0 15px 50px;
        }
        .ourClients .logos {
            display: flex;
            flex-direction: column;
            padding: 0;
        }
    }
/* about us css end */
/* contact us css start */
.caseResultsWrap {
    display: flex;
gap: 20px;
align-items: center;
h3 {
           margin: 0;
    color: #8F8F8F;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    padding: 10px 30px;
}
}
.appdeContent {
    position: relative;
}
.appdeContent img {
    display: block;
width: 100%;
height: 425px;
object-fit: cover;
border-radius: 30px;
}
.appdesign {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-top: 40px;
}
.businesstexts h2 {
font-size: 40px;
font-weight: 500;
margin: 10px 0 20px !important;
color: #0C1744;
}
.businesstexts span {
background: linear-gradient(135deg, #AF8CF2, #7D3BED);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.swiperGridSection {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 60px;
padding: 100px 0;
}
.businessList p {
margin: 0 0 20px;
color: #8F8F8F;
font-size: 20px;
font-weight: 400;
}
.businessIdeaImg img {
border-radius: 46px;
max-width: 665px;
}
.businessList .bold {
font-weight: 500;
color: black;
}
.aboutusext h4 {
font-size: 24px;
font-weight: 500;
color: #7D3BED;
margin: 0 !important;
}
.swiperGridSectiontwo {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 60px;
padding-bottom: 100px;
}
.ourMission {
  display: flex;
  background: linear-gradient(to right, #7c3aed, #a78bfa);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
}

.left-section {
  flex: 1.2;
  padding: 50px;
  color: white;
}

.left-section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.left-section p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.right-section {
    padding: 0 50px;
}
.right-section img {
    max-width: 620px;
}
.ourClientstext p {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 400;
    color: #8F8F8F;
}
.ourClients .logos {
gap: 100px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
padding: 70px 0 80px;
}
@media screen and (max-width:960px) {
    .headingone h2 {
        font-size: 24px;
    }
    .swiperGridSection {
        padding: 50px 15px;
        display: block;
    }
    .businessIdeaImg img {
        width: 100%;
        max-width: unset !important;
    }
    .businessSection {
        margin-top: 24px;
    }
    .businesstexts h2 {
        font-size: 36px;
        margin-bottom: 10px !important;
    }
    .businessList p:last-child {
        margin-bottom: 0 !important;
    }
    .swiperGridSectiontwo {
        display: flex;
        flex-direction: column-reverse;
        gap: 0 !important;
        padding: 0 15px 50px;
    }
    .ourMission {
        margin: 0 15px 50px;
        display: block;
        width: unset !important;
    }
    .left-section {
        padding: 15px;
    }
    .right-section {
        padding: 0;
    }
    .right-section img {
     max-width: 100%;
     width: 100%;
    }  
    .ourClients {
        padding: 0 15px 50px;
    }
    .ourClients .logos {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}



/* Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 50px;
  border-radius: 5px;
  width: 90%;
  max-width: 600px;
  box-sizing: border-box; /* This is key */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .modal-content {
    padding: 10px;
  }
  .modal-content .logo img {
    width: 274px;
  }
}
/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
}

/* Open Button */
.open-btn {
  padding: 10px 20px;
  background-color: #7d3bed;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.open-btn:hover {
  background-color: #0056b3;
}
.input-group {
  position: relative;
  margin-bottom: 20px !important;
}

.input-group i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #7c3bedd5;
  font-size: 16px;
}

.input-group input {
  width: 100%;
  padding: 10px 10px 10px 35px; /* left padding for icon */
  border: none;
  border-bottom: 2px solid #af8cf2 !important;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
}
.submit button {
  border: 0 !important;
  background: linear-gradient(135deg, #af8cf2, #7d3bed);
  color: white;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 1;
  height: 45px;
  margin: auto;
  font-family: "Syne", sans-serif !important;
}

.submit {
  text-align: center;
}

.thankyou-page-wrapper{
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7d3bed;
}
.thank-you{
  text-align: center;
}
.thank-you h1{
  font-size: 40px;
}
.thank-you h1 i{
  font-size: 100px;
  margin-bottom: 20px;
}

header{
  padding: 10px 0px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
}


#loadingSpinner{
  text-align: center;
  color: #7c3aed;
  margin-top: 20px;
}