html,body {
    margin:0;
    padding:0;
	width: 100%; 
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    overflow-x: hidden;
}

p,span,div,h1,h2,h3,h4,label {
  user-select: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;   
  margin: 0;
}

.app-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: calc(100% - 130px);
    max-width: 900px;
    background: #f5f1ff;
    padding: 40px 50px;
    border-radius: 20px;
}

.app-display-box-second {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: -40px;
}

.app-display-box-inner-first {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.funding-organs img {
    height: 60px;
}

span.app-tag span {
height: 10px;
    width: 10px;
    border-radius: 50px;
    border: 0;
    display: flex;
    background: #7d4dff;
}

span.app-tag {
    color: #7d4dff;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
}

.app-display-cont-box h3 {
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #7d4dff;
}

.app-display-cont-box p {
    color: #a1a1a1;
    font-size: 17px;
    font-weight: 500;
}

.app-btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

span.sec img {
    height: 20px;
}

.app-btn-group span.sec {
    display: flex;
    gap: 15px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 50px;
    background: #7d4dff;
    cursor: pointer;
}

.app-btn-group span.sec h4 {
    color: #fff;
    font-size: 17px;
}

span.app-tag {
    display: flex;
    gap: 10px;
    background: #e6defb;
    padding: 10px 15px;
    border-radius: 50px;
}


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  display: none;
}

/* Firefox */
* {
  scrollbar-width: none;
}


div.tableDataParent::-webkit-scrollbar {
    width: 8px;
}

div.tableDataParent::-webkit-scrollbar-track {
    background: transparent;
}

div.tableDataParent::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6a5af9, #8f84ff);
    border-radius: 10px;
}

div.tableDataParent::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #5847e6, #766bff);
}

.header-inner-logo-box img {
    height: 50px;
    cursor: pointer;
}

.mobile-header-menu {
    display: none;
}


.gradient-title{
    font-size:48px;
    font-weight:700;

    background: linear-gradient(
        90deg,
        #2563eb,
        #7c3aed,
        #ec4899,
        #f59e0b,
        #2563eb
    );

    background-size:300% 300%;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

    animation:gradientMove 8s ease infinite;
}

@keyframes gradientMove{
    0%{
        background-position:0% 50%;
    }
    50%{
        background-position:100% 50%;
    }
    100%{
        background-position:0% 50%;
    }
}

.sect-category-head {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}


.policy-box{
    max-width:900px;
    margin:120px auto;
    padding:0 20px;
}

.policy-content h1{
    font-size:42px;
    margin-bottom:20px;
}

.policy-content h2{
    font-size:24px;
    margin-top:40px;
    margin-bottom:15px;
}

.policy-content p,
.policy-content li{
    font-size:16px;
    line-height:1.9;
    color:#555;
}

.policy-content ul{
    padding-left:20px;
}

.policy-content hr{
    margin:60px 0;
    border:none;
    border-top:1px solid #eee;
}

.categories-box {
    width: calc(100% - 200px);
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
}

.section.pink {
    background: #ffe8fd;
}

.testimonials {
    display: flex;
    gap: 25px;
    width: calc(100% - 200px);
    overflow-x: scroll;
    padding: 20px;
}

.testimonial-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    min-width: 300px;
    max-width: 300px;
}

.testimonial-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.testimonial-top img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    background: #f6f6ff;
}

.testimonial-top h4{
    margin-bottom:4px;
    font-size:18px;
}

.testimonial-top span{
    color:#777;
    font-size:14px;
}

.testimonial-box p{
    line-height:1.8;
    color:#555;
}

.category-box span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: blue;
    color: #fff;
    font-size: 18px;
}

.category-box {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 55px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px;
    cursor: pointer;
}

.category-box span.blue {
    background: #6677f3;
}

.category-box span.orange {
    background: #fbae1f;
}

.category-box span.pink {
    background: #ff5774;;
}

.category-box span.green {
   background: #0bc90b;;
}

.category-box.green {
    border-color: #0bc90b;
    background: #0bc90b0d;
}

.category-box.pink {
    border-color: #ff5774;
    background: #ff57740a;
}

.category-box.orange {
    border-color: #fbae1f;
    background: #fbae1f0f;
}

.category-box.blue {
    border-color: #6677f3;
    background: #6677f30a;
}

.footer {
  position: relative;
  background: #f3f3f5;
  overflow: hidden;
  padding: 60px 80px 20px;
  min-height: 120px;
  font-family: "Inter", sans-serif;
  width: 100%;
  display: flex;
    flex-direction: column;
    align-items: center;
}

.sect-category-head h2 {
    font-size: 35px;
    max-width: 550px;
    font-weight: 800;
    font-family: revert;
    line-height: 45px;
    text-align: center;
}

.sect-category-head p {
    max-width: 550px;
    font-size: 17px;
    color: grey;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.section.yellow {
    background: #ffffd9;
}

.funding-organs {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.header-inner-cta {
    display: flex;
    gap: 10px;
}

.header-inner-cta button.sec {
    height: 40px;
    border: 0;
    border-radius: 10px;
    min-width: 100px;
    background: #7d4dff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.header-inner-cta button.sec:hover {
background: rgb(209 192 255);
}

.header-inner-menu {
    display: flex
;
    align-items: center;
    justify-content: center;
}

.header-inner-menu span {
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
}

.header-inner-menu span:hover {
color: #7d4dff;    
}

.header-inner-cta button.pri {
    background: 0;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.header {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    background: #fff;
}

/* TOP AREA */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.footer-links {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
}

.mobile-header-menu i {
    font-size: 25px;
    color: black;
}

.mobileMenuModal {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobileBodyMenuBox {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.mobileBodyMenuBox span {
    padding: 15px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.mobileBodyMenuBox span:hover {
color: #5B2EFF;
}

.faq-item{
      border-bottom:1px solid #e5e7eb;
      padding:38px 0;
    }

    .faq-question{
      width:100%;
      background:none;
      border:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      cursor:pointer;
      text-align:left;
    }

    .faq-question h2{
      font-size:22px;
      font-weight:700;
      color:#000;
      line-height:1.3;
    }

    .icon{
      font-size:28px;
      font-weight:300;
      color:#000;
      transition:0.3s ease;
      min-width:40px;
      text-align:center;
    }

    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height 0.4s ease;
    }

    .faq-answer p{
      margin-top: 5px;
    max-width: 950px;
    font-size: 17px;
    line-height: 1.4;
    color: #8d8d8d;
    }

    .faq-item.active .faq-answer{
      max-height:300px;
    }

    .faq-item.active .icon{
      transform:rotate(180deg);
    }
    
    .faq-container{
      max-width:1200px;
      margin:auto;
      width: calc(100% - 30px);
    }

.mobileMenuModalBody {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.mobileMenuCTABox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: calc(100% - 40px);
    max-width: 400px;
}

.mobileMenuCTABox button.pri {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    background: #5B2EFF;
    color: #fff;
    cursor: pointer;
}

.mobileMenuCTABox button.sec {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #5B2EFF;
    font-size: 16px;
    background: #fff;
    color: #5B2EFF;
    cursor: pointer;
}

.mobileMenuHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

.hero-image-box {
    position: relative;
    width: 50%;
    min-width: 350px;
}

.section-inner-header-box {
    width: calc(100% - 200px);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 80px;
}

.data-count-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 25px;
    background: #fff;
    box-shadow: 1px 1px 6px 2px #80808021;
    border-radius: 5px;
    width: 280px;
}

.section.blue {
    background: rgb(234, 246, 252);
}

.policy-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 50px 0;
    gap: 10px;
}

.section-inner-header-box h1 {
    max-width: 600px;
    font-size: 35px;
    color: #281a95;
    font-weight: 800;
    line-height: 55px;
}

.data-count-boxes {
    width: calc(100% - 200px);
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.app-display-cont-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.app-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 14px;
    border-radius:50px;
    background:#f4efff;
    color:#7d4dff;
    font-weight:600;
}

.pulse{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#7d4dff;
    position:relative;
}

.pulse::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:50%;
    background:#7d4dff;
    animation:pulseEffect 1.8s infinite;
}

@keyframes pulseEffect{
    0%{
        transform:scale(1);
        opacity:0.7;
    }

    70%{
        transform:scale(3);
        opacity:0;
    }

    100%{
        transform:scale(3);
        opacity:0;
    }
}

.data-count-box h3 {
    font-family: sans-serif;
    font-weight: 700;
    color: black;
    font-size: 23px;
}

.app-btn-group span.sec:hover {
background: #c9b5ff;
}

.data-count-box img {
    height: 100px;
}

.data-count-box p {
    font-size: 15px;
    color: #3f3f3f;
    line-height: 27px;
}

span.livechat {
    background: #7d4dff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px 10px 50px 50px;
    box-shadow: 1px 1px 6px 0px #808080f5;
}

span.livechat img {
    width: 25px;
    height: 20px;
}

.section-inner-header-box p {
    font-size: 21px;
    max-width: 600px;
    color: #555555;
    font-weight: 500;
    line-height: 30px;
}

.footer-links a {
  text-decoration: none;
  color: #636363;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.app-download-imges-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.app-download-imges-box img {
    height: 44px;
}

.section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    flex-direction: column;
}

.app-download-imges-box-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.app-download-imges-box-menu img {
height: 45px;    
}

h2.section-title {
    font-size: 33px;
    color: black;
    margin-bottom: 40px;
    text-align: center;
}

.hero-inner-box {
    width: 50%;
    max-width: 599px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.ctaBox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

button.cta-pri {
    display: flex;
    gap: 10px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 10px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #7d4dff;
    cursor: pointer;
}


/* Add this class alongside .cta-pri */
.btn-shine {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.btn-shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60px;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transform: skewX(-20deg);
    animation: btnShine 3.5s infinite;
}

@keyframes btnShine {
    0% {
        left: -120%;
    }
    20% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}

button.cta-pri::before{

}

button.cta-pri:hover {
background: #c8b4ff;   
}

.hero-inner-box h1 {
    font-size: 35px;
    color: #7d4dff;
}

.hero-inner-box p {
    color: grey;
    font-size: 15px;
    font-weight: 500;
}

button.cta-pri i{
    transform: rotate(322deg);
}

img.hero-img {
   height: auto;
    width: 100%;
    background: 0;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: calc(100% - 220px);
    align-items: center;
}

.footer-links a:hover {
  color: #7d4dff;
}

.copyright {
  color: #8c8f98;
  font-size: 16px;
  font-weight: 500;
}

/* HUGE BACKGROUND TEXT */
.footer-bg-text {
  position: absolute;
  bottom: -140px;
  left: 100px;

  font-size: 320px;
  font-weight: 800;
  line-height: 1;

  color: #e3e3e3;
  opacity: 0.9;

  letter-spacing: -12px;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .footer {
    height: auto;
    padding: 50px 30px 120px;
  }
  
  .hero-section {
    width: calc(100% - 60px);
}


.header {
    justify-content: space-between;
    width: calc(100% - 30px);
}

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-links {
    gap: 25px;
  }

  .footer-bg-text {
    font-size: 180px;
    left: 50px;
    bottom: -50px;
  }
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 18px;
  }
  
  .hero-section {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
}

img.hero-img {
    width: 100%;
}
.hero-inner-box {
    width: 100%;
}

.section {
    padding: 60px;
}
  
  .header-inner-menu {
    display: none;
}

.mobile-header-menu {
    display: flex;
    margin-right: 10px;
}

.header {
justify-content: space-between;
width: 100%;
}

.header-inner-logo-box {
    margin-left: 10px;
}

.header-inner-cta {
    display: none;
}

  .footer-links a {
    font-size: 16px;
  }

  .copyright {
    font-size: 14px;
  }

  .footer-bg-text {
    font-size: 120px;
    letter-spacing: -5px;
  }
  
  .section-inner-header-box {
    width: calc(100% - 30px);
}
  
  .faq-question h2{
        font-size:18px;
      }

      .faq-answer p{
        font-size:17px;
      }

      .icon{
        font-size:28px;
      }

      .faq-item{
        padding:28px 0;
      }
      
      h2.section-title {
       font-size: 35px;   
      }
      
      .data-count-boxes {
    width: calc(100% - 30px);
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.data-count-box {
    width: calc(100% - 60px);
}

.section-inner-header-box h1 {
    font-size: 29px;
    line-height: 45px;
}

.section-inner-header-box p {
    font-size: 18px;
}

.hero-image-box {
    width: 100%;
}

.sect-category-head {
    width: calc(100% - 30px);
}

.categories-box {
    width: calc(100% - 30px);
}

.funding-organs {
    width: calc(100% - 30px);
    justify-content: center;
}

.testimonials {
    width: calc(100% - 30px);
}

.app-box {
    flex-direction: column;
    padding: 70px 30px;
    width: calc(100% - 90px);
}

.app-display-box-inner-first {
    width: 100%;
    margin-bottom: 50px;
}

.app-display-box-second {
    width: 100%;
    margin-bottom: -70px;
}
}

div.hide, span.hide, p.hide, i.hide, section.hide, input.hide, select.hide, ul.hide {
display: none;
}
