* {
    font-family: "Poppins", "Roboto", Arial, sans-serif;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
  }
  

/* Loader Overlay */
#nbb-loader{position:fixed;inset:0;background:#00000026;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}
#nbb-loader.hidden{opacity:0;visibility:hidden}
.nbb-loader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  padding: 15px;
  border: solid 1px #ceb8f8;
  border-radius: 20px;
  background: linear-gradient(135deg, rgb(27, 12, 40) 0%, rgb(206, 184, 248) 100%);
}
.nbb-logo-svg{max-width:40vw;height:auto}
.nbb-logo-svg .draw{stroke-dasharray:400;stroke-dashoffset:400;animation:nbb-draw 1.6s ease forwards .1s}
.nbb-logo-svg .spin{transform-origin:340px 25px;animation:nbb-spin 1.2s linear infinite}
.nbb-logo-svg .dot{animation:nbb-blink 1.2s ease-in-out infinite .2s}
.nbb-logo-svg .pop{opacity:0;animation:nbb-pop .6s ease forwards 0.6s}
.nbb-logo-svg .fade-up{opacity:0;animation:nbb-fade-up .6s ease forwards 1s}
@keyframes nbb-draw{to{stroke-dashoffset:0}}
@keyframes nbb-spin{to{transform:rotate(360deg)}}
@keyframes nbb-blink{0%,100%{opacity:.2}50%{opacity:1}}
@keyframes nbb-pop{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}
@keyframes nbb-fade-up{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}

  
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
  }

  /* Mobile and Tablet Mega Menu Styles */
  @media (max-width: 991px) {
    .page-contact-box{
      padding: 15px 0!important;
     
    }
    .contact-info-list {
      margin-top: 15px!important;
    }
    .page-contact-box {
      margin-top: 15px!important;
  }
    
          .nav-item.dropdown.dropdown-mega {
            position: relative;
          }
          .nav-item.dropdown.dropdown-mega .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            position: static;
            margin-top: 0;
            border: none;
            border-radius: 0;
            box-shadow: none;
            background: #f8f9fa;
            transition: all 0.3s ease-in-out;
            max-height: 70vh;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior: contain;
          }
          /* .nav-item.dropdown.dropdown-mega .mega-content {
            padding: 15px !important;
          } */
          .nav-item.dropdown.dropdown-mega .portfolio-swiper {
            margin: 0 -15px;
          }
          .nav-item.dropdown.dropdown-mega .portfolio-card {
            margin-bottom: 15px;
          }
          .nav-item.dropdown.dropdown-mega .swiper-pagination {
            bottom: 10px;
          }
          .nav-item.dropdown.dropdown-mega .swiper-button-next,
          .nav-item.dropdown.dropdown-mega .swiper-button-prev {
            display: none;
          }

          a.navbar-brand {
            margin-right: 0;
            margin-left: 15px;
        }

        ul.navbar-nav.main-nav {
          padding: 10px 7px!important;
          margin-top: 15px;
          background-color: #ffffff00;
      }

      a.nav-link {
        font-size: 13px!important;
        padding: 9px!important;
      }

      nav .row{
        row-gap: 15px;
      }
      

      .portfolio-image {
        max-width: 300px;
      }
      .dropdown-menu.show {
        padding: 0!important;
      }

      .mega-content {
        border: none;
        padding: 0;
        padding-top: 12px;
        border-radius: 22px;
        margin: 0;
      }

      .dropdown-menu.show {
        border-radius: 22px!important;
        margin-top: 15px;
      }

      .navbar-collapse.show .dropdown-menu{
        transition: all 0.3s ease-in-out;
      }

      .navbar-collapse.show .dropdown-menu.show {
        position: relative;
        transform: none !important;
        max-height: 60vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        transition: all 0.3s ease-in-out;
        scrollbar-gutter: stable;  /* 👈 yeh space reserve karega scrollbar ke liye */
      }
      /* Custom Scrollbar */
      ::-webkit-scrollbar {
        width: 4px;
      }

      ::-webkit-scrollbar-track {
        background: transparent;
        margin: 20px 0;   /* track height visually reduce ho jayegi */
      }

      ::-webkit-scrollbar-thumb {
        background: #ceb8f8;
        border-radius: 22px;
      }

      ::-webkit-scrollbar-thumb:hover {
        background: #b89cf0;
      }

      ul.products--menu {
        background-color: #ffffff99;
        padding: 0!important;
      }




      .banner-content {
        flex-direction: column;
        margin-top: calc(60px + 1vw)!important;
        
      }

      .banner-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .banner-text h1 {
        text-align: center;
      }
      .banner-text p {
        margin: 0 0 21px;
        color: #555555a3;
        font-size: 16px;
        font-family: 'Unbounded', sans-serif;
        line-height: 1.4;
        text-align: center;
      }

      .banner-image {
        background-size: contain!important;
        max-width: calc(200px + 2vw)!important;
        transform: translateX(0)!important;
        padding-top: 0px!important;
        display: flex;
        align-self: center;
      }


      .banner-card {
        padding: 10px!important;
      }
      .banner-card:nth-child(1) {
        left: -73px!important;
      }

      .banner-card:nth-child(2) {
        right: -80px!important;
      }
      /* .section--newbanner .banner-content {
        margin-bottom: -80px;
      } */
      .section--newbanner .swiper-button-prev {
        top: 57%!important;
      }
      .section--newbanner .swiper-button-next {
        top: 57%!important;
      }
      


      .section__head{
        text-align: center;
      }

      .section-tag {
        margin-left: auto!important;
        margin-right: auto!important;
      }


      .about-stats div {
        max-width: 46%;
      }

      .about-stats {
        flex-direction: row;
        justify-content: center;
      }


      .community-container {
        display: inline-grid;
        position: absolute;
        bottom: 60;
        right: 42%;
        margin-left: 0;
        margin-top: 0;
      }
      .section--community .section__head {
        margin-top: 8rem;
        align-items: center!important;
      }


      .section--community .section-subtitle {
        text-align: center!important;
      }

      .section--portfolio .nav {
        position: absolute;
        bottom: 2rem;
        left: 15%!important;
        transform: translateX(0%)!important;
        z-index: 5;
        flex-direction: row;
        width: 100%!important;
        margin: 0 auto;
      }

      .section--portfolio .content {
        top: 72%!important;
        left: 0.5rem!important;
        transform: translateY(-50%);
        font: 400 0.85rem helvetica,sans-serif;
        color: white;
        opacity: 0;
        display: none;
        z-index: 10;
      }

      .section--portfolio .item:nth-child(2) {
          left: 70%!important;
      }

      .section--portfolio .item:nth-child(3) {
        left: 90%!important;
      }
      .section--portfolio .item:nth-child(4) {
        left: 110%!important;
      }
      .section--portfolio .item:nth-child(3) {
          left: 65%!important;
      }
      .section--portfolio .item:nth-child(1) .content {
        width: 60%;
      }

      .cta-card h2 {
        font-size: calc(20px + 1.1vw);
        text-align: center;
      }


      .cta-card .mt-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }

      .testimonial-card {
        margin: calc(10px + 0.25vw)!important;
      }
      .faq-toggle .arrow-icon {
        height: 30px!important;
        width: 40px!important;
      }

      .section--ourteam .about-title {
        font-size: 3rem!important;
      }


      .section--ourteam .card {
        width: 200px;
        height: auto;
      }

      .section--ourteam .card {
        height: auto;
      }



      .section--breadcrumb {
        padding-top: calc(100px + 2vw)!important;
      }



















  }

  /* Prevent body scroll when mobile menu is open */
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* Ensure dropdown content is scrollable on mobile */
  @media (max-width: 991px) {
    .navbar-collapse.show .dropdown-menu.show {
      position: relative;
      transform: none !important;
      max-height: 60vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      touch-action: pan-y;
    }
    
    .navbar-collapse.show .dropdown-menu.show .mega-content {
      position: relative;
      z-index: 1000;
    }
    
    /* Improve touch scrolling for dropdown content */
    .dropdown-menu .mega-content {
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      touch-action: pan-y;
    }
    
    /* Prevent horizontal scrolling on mobile */
    .dropdown-menu {
      overflow-x: hidden;
    }
    
    /* Ensure proper touch targets */
    .dropdown-menu a,
    .dropdown-menu button {
      min-height: 44px;
      display: flex;
      align-items: center;
    }
  }

  @media (max-width: 767px) {
    /* .nav-item.dropdown.dropdown-mega .mega-content {
      padding: 10px !important;
    } */
    .nav-item.dropdown.dropdown-mega .portfolio-swiper {
      margin: 0 -10px;
    }
    .nav-item.dropdown.dropdown-mega .portfolio-card {
      margin-bottom: 10px;
    }
    .nav-item.dropdown.dropdown-mega .portfolio-content h4 {
      font-size: 16px;
    }
    .nav-item.dropdown.dropdown-mega .portfolio-more {
      margin-top: 8px;
    }
  }


  
  .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
  }
  .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
  }
  .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #ffffff;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
  }
  .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
  .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
  }
  .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
  }
  
  .icons {
    display: inline-flex;
    margin-left: auto;
  }
  .icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
  }
  .icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
  }

  nav.navbar.navbar-expand-lg.shadow {
    position: fixed;
    z-index: 1111;
    width: 100%;
}

a.navbar-brand img {
    max-height: 50px;
    
}










.card.card_about-menu {
  background: #ffffff73;
  padding: 0;
  border-radius: 22px;
  color: #1a1a1a;
  border: none;
  height: 100%;
}

.card.card_about-menu img {
  max-height: 200px;
  width: 100%;
  border-radius: 22px;
}
.card.card_about-menu .category-tag{
  position: absolute;
  top: 25px;
  right: 25px;
 }
 

.card.card_about-menu .card_body{
  padding: calc(10px + 0.5vw);
 }
 .card.card_about-menu .card-foot{
  padding: calc(10px + 0.5vw);
  padding-top: 0;
 }


.card.card_about-menu h5{
  font-size: calc(14px + 0.4vw);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
}

.card.card_about-menu p {
  font-size: .8rem;
  color: #777777;
  line-height: 1.3;
}

.card.card_about-menu .blog-date {
  font-size: 12px;
  color: #6b6b6b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.card_about-menu .blog-date i {
  margin-right: 4px;
}

.card.card_about-menu .section-tag  {
 margin-bottom: 5px;
 
}
.card.card_about-menu .section-tag:hover p {
  color: rgb(53, 53, 53);
  
 }
.card.card_about-menu .section-tag  p{
  color: white;
  font-size: 11px;
}
.section-tag img {
  height: 14px!important;
  width: 14px!important;
  margin-left: 10px;
}

.card-foot {
  display: flex;
  justify-content: space-between;
}




















@media (min-width:992px){

  .contact-info-item{
    position: relative;
    width: calc(33.33% - 66.66px);
  }
    ul.navbar-nav.mb-2.mb-lg-0 {
        margin: 0 calc(20% + 2vw);
    }
    nav.navbar.navbar-expand-lg.shadow {
        top: 33px;
        transition: all 0.3s ease-in-out;
    }



    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
        top: 55px;
        background-color: #e9deff4a;
        border: solid 1px #ceb8f8a6;
        /* background-blend-mode: hue; */
        filter: blur;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        display: block !important;
    }




    section.section.section--banner {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .banner-btn a {
        margin: 0 calc(4px + 0.3vw) 0 0;
    } */
}

@media (min-width:992px){
    body.topbar-hidden nav.navbar.navbar-expand-lg.shadow { top: 0; }
}











.portfolio-card {
    padding: 15px;
}


.portfolio-image {
    position: relative;
    background: #fff;
    border-radius: 30px;
    max-width: 700px;
    margin: auto;
    border-radius: 30px;
  }
  
  .portfolio-image::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -7px;
    width: 102%;
    height: 102%;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #CEB8F8;
    z-index: -1;
    transform: rotate(-3deg);
    opacity: 1;
}

  .portfolio-swiper .swiper-button-next {
    top: 92%;
    position: absolute;
    height: calc(15px + 1vw);
    width: calc(15px + 1vw);
}
.portfolio-swiper .swiper-button-prev {
    top: 92%;
    position: absolute;
    height: calc(15px + 1vw);
    width: calc(15px + 1vw);
}

.portfolio-swiper .swiper-button-next::after, .portfolio-swiper .swiper-button-prev::after{
  font-size: 10px;
}

.portfolio-content{
    margin-top: 25px;
}
.portfolio-swiper i{
  font-size: 10px;
}

.portfolio-swiper h4 {
    font-size: 18px;
    font-weight: 600;
    color: #38255c;
    margin-bottom: 4px;
    font-family: 'Unbounded', sans-serif;
    text-align: center;
}

a.portfolio-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
    font-size: 12px;
}

a.portfolio-link:hover {
    color: rgb(56, 0, 86);
}

a.portfolio-link span {
    margin-left: 7px;
    width: 24px;
    height: 25px;
}
a.portfolio-link span i{
    font-size: 11px;
    line-height: normal;
}


  .portfolio-swiper span {
    
  }

  .portfolio-swiper i {
    
  }

  .portfolio-swiper .swiper-slide {
    padding: 0;
    display: flex;
    align-items: center;
}








ul.products--menu {
  background-color: #ffffff99;
  padding: 12px;
  border-radius: 22px;
}
.product-menu-item a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d1cfff80;
  padding: calc(8px + 0.1vw) 0;
}

ul.products--menu li:first-child a {
  /* padding-top: 0; */
}

ul.products--menu li:last-child a {
  border-bottom: none;
  /* padding-bottom: 0; */
}

.menu-icon {
}

.menu-icon img {
  max-height: 35px;
  transition: all 0.2s ease-in-out;
}

ul.products--menu li:hover .menu-icon img{
  transform: rotateY(360deg)scale(1.2);
  transition: all 0.3s ease-in-out;
}


.menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border-radius: 12px;
  border-radius: 10px;
  border: solid 1px rgb(180 108 255 / 49%);
  background-image: linear-gradient(to right, #c5a7ff52 0%, #ceb8f89c 50%, #bc99ff6e 100%);
  margin-right: calc(10px + 0.5vw);
  height: 50px;
  width: 50px;
}


ul.products--menu h4 {
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: calc(12px + 0.2vw);
  font-weight: 800;
  line-height: 0.89;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 4px;
}

ul.products--menu p {
  font-family: "Poppins", Arial, sans-serif;
  font-size: calc(10px + 0.2vw);
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  color: #717171;
  margin: 0;
}
ul.products--menu .arrow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  transform: translateX(12px) rotate(-45deg);
  opacity: 0;
  margin-left: auto;
  transition: transform 0.35s ease, opacity 0.35s ease, background 0.3s ease;
  border: solid 1px rgba(179, 108, 255, 0.571);
  background-image: linear-gradient(to right, #c5a7ff52 0%, #ceb8f89c 50%, #bc99ff6e 100%);
}

ul.products--menu .arrow-icon i {
  color: rgba(69, 69, 49, 0.75);
  font-size: 14px;
}

ul.products--menu li:hover .arrow-icon {
  
  transform: translateX(0) rotate(0deg);
  opacity: 1;
}
ul.products--menu:hover .arrow-icon i {
  color: rgb(255, 255, 255);
}
















.nbb-link .section-tag.category-tag {
  border-radius: 30px;
  margin-bottom: 10px;
  color: white;
  padding: 3px 20px;
  transition: all 0.3s ease-in-out;
}
.nbb-link .section-tag.category-tag p {
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}

.nbb-link .special-arrow {
  background-color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -15px;
  margin-left: 18px;
  transition: all 0.3s ease-in-out;
}

.nbb-link .special-arrow i {
  color: #d1cfff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}


.nbb-link .section-tag.category-tag:hover{
  background:linear-gradient(90deg, #ede4ff 0%, #ece5f8 50%, #f0f0f0 100%) ;
}
.nbb-link .section-tag.category-tag:hover .special-arrow{
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
}

.nbb-link .section-tag.category-tag:hover .special-arrow i{
  color: #ffffff;
}

.nbb-link .section-tag.category-tag:hover p{
  color: #212121;
}



















  /* Header Navigation */
  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 6px 0;
    font-size: 13px;
    border-bottom: solid 1px rgb(255 255 255 / 15%);
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    background: linear-gradient(135deg, #1B0C28 0%, #ceb8f8 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}



.topbar.topbar--hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.topbar .tb-left .tb-link {
    color: var(--text-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
}

.topbar .tb-left .tb-link:hover {
    background: linear-gradient(135deg, #ceb8f8 0%, #b3a6ff 40%, #5d3bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topbar .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 14px;
}

/* .topbar .tb-right a {
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition);
    font-size: 12px;
    width: 16!important;
    height: 16!important;
} */

/* .topbar .tb-right a:hover {
    background: linear-gradient(135deg, #ceb8f8 0%, #b3a6ff 40%, #5d3bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(-2px);
    
} */

.topbar .social-icons a {
    margin: 0 4px;
    font-size: 12px;
    background: white;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px transparent;
}
.topbar .social-icons a:hover {
    background: #cfb8f889;
    border-color: #CEB8F8;
}



ul.navbar-nav.mb-2.mb-lg-0 {
  padding: 7px 24px;
  background: #00000017;
  border-radius: 22px;
  border: solid 1px rgba(255, 255, 255, 0.15);
}

a.nav-link {
    font-size: 12px;
    font-family: 'Red Hat Display' sans-serif;
    padding: 5px 10px;
}




span.ms-1.d-none.d-lg-inline-block {
    font-size: 10px;
}



























body {
    color: #000!important;
    background: #ffffff;
    overflow-x: hidden;
}


/* Custom Properties */
:root {
    --primary-color: #ceb8f8;
    --secondary-color: #11110b;
    --accent-color: #f4e7ff;
	--accent-secondary-color	: #b791ff;
    --text-primary: #cecece;
    --text-secondary: #313131;
    --bg-dark: #060606;
    --bg-card: #1a1a2e;
    --bg-light: #f8f9fa;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    --border-radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --heading-font: 'Urbanist', 'Inter', sans-serif;
    --body-font: 'Inter', 'Work Sans', sans-serif;
}


/* Varialbes */
:root {
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #120f12;
	--dark-secondary: #1a1a1a;
	--dark-optional: #313030;
	--dark-style-two: #1c1c1c;
	--white-color: #ffffff;
	--color-primary: #ceb8f8;
	--color-secondary: #38286B;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #ECF0F3;
	--bg-gray-secondary: #F3F4F6;
	--bg-gradient: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}



  







/* ----------- [ TYPOGRAPHI ] ========= */
h1 {font-size: calc(1.375rem + 1.5vw);}
h2 {font-size: calc(1.325rem + .9vw);}
h3 {font-size: calc(1.3rem + .6vw);}
h4 {font-size: calc(1.275rem + .3vw);}
h5 {font-size: 1.25rem;}
h6 {font-size: 1rem;}
@media(min-width:1200px){
    h1{font-size: 2.5rem}   /*----40-----*/
    h2{font-size: 2rem}     /*----32-----*/
    h3{font-size: 1.75rem}  /*----28-----*/
    h4{font-size: 1.5rem}   /*----24-----*/
    h5{font-size: 1.25rem}  /*----20-----*/
    h6{font-size: 1rem}     /*----16-----*/
}
@media(min-width:1600px){
    h1{font-size: 3.75rem} /*----60-----*/
    h2{font-size: 2.875rem}/*----46-----*/
    h3{font-size: 2.25rem} /*----36-----*/
    h4{font-size: 1.75rem} /*----28-----*/
    h5{font-size: 1.5rem}  /*----24-----*/
    h6{font-size: 1.25rem} /*----20-----*/
}   

/* ----------- [ COMMON CSS ] ========= */
body{color: var(--color-black);overflow-x:hidden}
html {font-size: 1rem;}
h1, h2, h3, h4, h5, h6{font-weight:600}
h1, h2, h3, h4, h5, p{margin-top:0}
ol, ul{margin:0;padding:0;list-style:none}


/* .color-primary{color:var(--text-primary) !important}
.color-secondary{color:var(--color-secondary) !important}
.bg-black{background:var(--color-black) !important}
.bg-dark{background:var(--color-dark) !important}
.bg-primary{background:var(--color-primary) !important}
.bg-secondary{background:var(--color-secondary)} */


.section__head h2 { margin-top:0;margin-bottom: 0.625rem;color:inherit;}
.section {padding: calc(1rem + 3.5vw) 0;}
.section__head {margin-bottom: calc(1.5rem + 2vw);}
.horizontalDots {width: 100%;margin: 0px;position: relative;left: 0px;display: flex;justify-content: start;align-items: start;flex-direction: column;text-align:left}
.horizontalDots li[data-bs-target] {text-indent: 0px;height: auto!important;width: auto!important;margin: 0px;padding: 15px 0px;border-radius: 0px;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.56;letter-spacing: 0px;position: relative;background: transparent;opacity: 1;}

.section--newbanner .banner-content p {
    font-size: calc(0.7rem + 0.53vw);
    margin-bottom: 15px;
}

span.brand-color {
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: inherit;
  font-size: inherit;
}

.banner-btn{
    margin-top: calc(30px + 0.5vw);
}


  



/* Selection (text highlight) styling */
::selection {
    background: #ceb8f8; /* background highlight color */
    color: #000; /* text color inside highlight */
  }
  
  /* Firefox ke liye alag likhna padta hai */
  ::-moz-selection {
    background: #ceb8f8;
    color: #000;
  }


/* .highlight-brand {
    color: #ceb8f8 !important;
    transition: all 0.3s ease;
  } */





/* .section--newbanner {
    padding: 80px 0;
    background: linear-gradient(rgba(244,243,255,0.9), rgba(244,243,255,0.9)), 
                url("assets/images/new-banner-background.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
   */

   .section--newbanner {
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
    background: #ecebffbc;
    overflow: hidden;
}
  
.section--newbanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/new-banner-background.webp") no-repeat center center;
    background-size: cover;
    opacity: 0.25;
    z-index: -1;
}
  
  
  
.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    margin-top: calc(15px + 1.5vh + 1vw);
}
  
  .banner-text {
    flex: 1 2;
    max-width: 600px;
  }
  
  .banner-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
    font-family: 'Unbounded', sans-serif;
  }
  
  .banner-text h1 {
    font-size: calc(30px + 1.4vw);
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
}
  
  .banner-text h1 span {
    font-family: 'Unbounded', sans-serif;
    
  }
  
  .banner-text p {
    margin: 20px 0;
    color: #555;
    font-size: 16px;
    font-family: 'Unbounded', sans-serif;
  }
  
 
  .banner-image {
    flex: 1 1;
    text-align: center;
    background: url("") no-repeat center center;
    background-size: cover;
    max-width: 500px;
    transform: translateX(-100px);
    padding-top: 90px;
}
  
.banner-image img {
  max-height: 300px!important;
}

/* common base styles */
.banner-card {
    position: absolute;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: solid 1px #ceb8f866;
    background-color: #ceb8f81f;
    padding: 15px;
    border-radius: 12px;
}

/* ====== Different styles for each child ====== */
.banner-card:nth-child(1) {
    top: 50px;
    left: -100px;
    transform: rotate(-30deg);
}
.banner-card:nth-child(2) {
    top: 100px;
    right: -120px;
    transform: rotate(30deg);
}
.banner-card:nth-child(3) {
    bottom: 100px;
    left: -80px;
    transform: rotate(-35deg);
}
.banner-card:nth-child(4) {
    bottom: 100px;
    right: -80px;
    transform: rotate(35deg);
}

/* agar andar img hai to alag styling */
.card--animated.banner-card:nth-child(1) img {
    width: calc(50px + 1.5vw);
}
.card--animated.banner-card:nth-child(2) img {
    width: calc(50px + 1.5vw);
}
.card--animated.banner-card:nth-child(3) img {
    width: calc(30px + .7vw);
}
.card--animated.banner-card:nth-child(4) img {
    width: calc(30px + .7vw);
}


.card--animated.banner-card img{

}
  
  

  /* Float + Multi Flip + Pause */
  /* .card--animated {
    animation: nbb-cardFloatRotate 6s ease-in-out infinite;
    transform-style: preserve-3d;
    will-change: transform;
    perspective: 1200px;
  } */



  .card--animated {
    animation: nbb-cardBurstSpin 8s ease-in-out infinite;
    transform-style: preserve-3d;
    will-change: transform;
    perspective: 1200px;
  }
  
  /* Burst Fast Multi Spin + Idle Pause */
  @keyframes nbb-cardBurstSpin {
    0%   { transform: rotateY(0deg) translateY(0px) scale(1); }
  
    /* thoda float start */
    5%  { transform: rotateY(0deg) translateY(-10px) scale(1.02); }
    10% { transform: rotateY(0deg) translateY(0px) scale(1); }
  
    /* nonstop fast 3–4 spins (0 → 1440deg) */
    15% { transform: rotateY(360deg) translateY(-8px) scale(0.98); }
    18% { transform: rotateY(360deg) translateY(0px) scale(1); }
  
    /* pause idle 3s approx */
    20% { transform: rotateY(360deg) translateY(0px) scale(1); }

  }
  














  
  /* FAST Float + Multi Flip */
  @keyframes nbb-cardFloatRotate {
    0%   { transform: rotateY(0deg) translateY(0px) scale(1); }
  
    /* quick float */
    5%  { transform: rotateY(0deg) translateY(-10px) scale(1.02); }
    10% { transform: rotateY(0deg) translateY(0px) scale(1); }
  
    /* --- 1st super fast spin --- */
    20% { transform: rotateY(360deg) translateY(-8px) scale(0.98); }
    25% { transform: rotateY(360deg) translateY(0px) scale(1); }
  
    /* pause chhota */
    30% { transform: rotateY(360deg) translateY(0px) scale(1); }
  
    /* --- 2nd spin --- */
    40% { transform: rotateY(720deg) translateY(-10px) scale(1.02); }
    45% { transform: rotateY(720deg) translateY(0px) scale(1); }
  
    /* pause again */
    50% { transform: rotateY(720deg) translateY(0px) scale(1); }
  
    /* --- 3rd spin --- */
    65% { transform: rotateY(1080deg) translateY(-8px) scale(0.98); }
    70% { transform: rotateY(1080deg) translateY(0px) scale(1); }
  
    /* final idle */
    100% { transform: rotateY(1080deg) translateY(0px) scale(1); }
  }
  
  
  
  
  

  .section--newbanner .swiper-button-next{
    top:50%;
    right: 0px;
} 

.section--newbanner .swiper-button-prev{
    top:50%;
    left: 0px;
} 
  
.section--newbanner .swiper-slide {
    padding-bottom: 0;
}
.nbb-brand {
    padding: calc(15px + 0.5vw);
    color: black;
    text-align: center;
    background-color: transparent !important;
}


.nbb-brand h2 {
    -webkit-text-stroke: 1px rgba(183, 180, 255, 0.1);
    font-family: 'Unbounded', sans-serif;
    font-size: calc(25px + 3vw);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.49;
    letter-spacing: normal;
    color: rgba(55, 55, 55, 0.09);
    margin-bottom: 0;
}



/* .banner-content {color: #fff;margin-bottom: calc(2rem + 1vw);} */


.section--banner {position: relative;overflow: hidden;}
section.section.section--banner {
    background-color: rgb(239, 239, 239);
}
.section--banner p{
    color: var(--text-secondary);
}
#gridCanvas {position: absolute;left: 0;top: 0;bottom:0;right: 0;z-index: -1;pointer-events:none;}
canvas {display: block; background-color: #ffffff;}
.filter__item{column-gap: 8px;}



@media(min-width:768px){
 .filter.filter-wrapper {display: none;}
}
@media (min-width: 992px){          
    .mob-block {display: none;}
    @keyframes rotate-animation-banner {0% {transform: rotate(0deg)}50% {transform: rotate(180deg)}100% {transform: rotate(360deg)}}
    .filter.filter-wrapper .sub-filter {display: flex;align-items: center;justify-content: space-around;width: 100%;column-gap: 15px;}
    .filter.filter-wrapper {display: flex;align-items: center;justify-content: center;margin: 0 auto;padding: 14px 20px;border-radius: 20px;-webkit-backdrop-filter: blur(14px);    backdrop-filter: blur(14px);border: solid 1px #000;background-color: rgba(255, 255, 255, 0.8);flex-wrap: wrap;position: relative;column-gap: 15px;}
	/* Open mega menu on hover for large screens */
	.navbar .dropdown.dropdown-mega:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		margin-top: 0;
    border-radius: 22px;
	}
	/* Rotate the chevron on hover */
	.navbar .dropdown.dropdown-mega:hover > a .fa-chevron-down {
		transform: rotate(180deg);
	}
	.navbar .dropdown.dropdown-mega > a .fa-chevron-down{
		transition: transform .25s ease;
	}
}
@media(min-width:1200px){
    .section--banner{padding: calc(3rem + 3vw) 0;}
}

@media(min-width:1400px){

}

@media(min-width:1600px){

}

@media(min-width:1200px) and (max-width:1399px){
    .container{max-width: 1280px;}
}

@media(min-width:1200px) and (max-width:1499px){

}

@media(min-width:1900px){
    .container.container--narrow {max-width: 1600px;}
}

@media (max-width: 1199px) {
    br{display: none;}
    .section {padding: 60px 0;}
}
@media (min-width:992px) and (max-width: 1199px) {
    .live-demo-ring{height: 200px;width: 200px;}
}
@media(max-width:991px){
    br {display: none;}

    section.section.section--banner {overflow: visible;}
    canvas#gridCanvas {height: 264px;width: 100%;}
    section.section.section--banner {padding-bottom: 0;overflow:visible}
    .filter__item {margin-bottom: 12px;}
}
@media(min-width:768px) and (max-width:1199px){

}
@media(min-width:768px) and (max-width:991px){
    .panel.panel--industry .live-demo-ring{top: 43%;left: 52%;}
}
@media(max-width:767px){        
    .section__head p {font-size: 14px;line-height: 1.5;}
    .section__head h2 {font-size: 24px;line-height: 1.38;}
    .section {padding: 40px 0;}
   
    canvas#gridCanvas {height: 195px;}
}
@media(max-width:575px){

}













@media (max-width:768px){
    .mob-none{
        display: none!important;
    }
}
@media (min-width:769px) and (max-width:991px){
    .tab-none{
        display: none!important;
    }
}
@media (min-width:992px){
    .desk-none{
        display: none!important;
    }
}


@media (min-width:1199px){
    .menu-surface {
        margin-left: 25%!important;
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

p {
    line-height: 1.6;
    color: var(--text-secondary);
}










.nbb-buttons{
  display: flex;
  align-items: center;
}


.nbb-link.classic .section-tag.category-tag {
  border-radius: 30px;
  margin: 0;
  color: white;
  padding: 4px 20px;
  transition: all 0.3s ease-in-out;
}
.nbb-link.classic .section-tag.category-tag p {
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0!important;
}

.nbb-link.classic .special-arrow {
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: -15px;
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.nbb-link.classic .special-arrow i {
  color: #d1cfff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}


.nbb-link.classic .section-tag.category-tag:hover{
  background:linear-gradient(90deg, #ede4ff 0%, #ece5f8 50%, #f0f0f0 100%) ;
}
.nbb-link.classic .section-tag.category-tag:hover .special-arrow{
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
}

.nbb-link.classic .section-tag.category-tag:hover .special-arrow i{
  color: #ffffff;
}

.nbb-link.classic .section-tag.category-tag:hover p{
  color: #2f2f2f;
}






.btn-hov {
  /* background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%); */
    border: none;
  }
  .btn-hov .span-t {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-hov:before,
  .btn-hov:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #e9e756;
    transition: all 0.3s ease;
  }
  .btn-hov:before{
     height: 0%;
     width: 0.1rem;
  }
  .btn-hov:after {
    width: 0%;
    height: 0.1rem;
  }
  .btn-hov:hover:before {
    height: 100%;
  }
  .btn-hov:hover:after {
    width: 100%;
  }
  .btn-hov:hover{
    background: transparent;
  }
 

    
  .nbb-buttons a:first-child {
    margin-right: 10px; 
  }
  



/* Buttons */
.btn {
    padding: 4px 4px 4px 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    
    font-size: 13px;
}
.btn:hover {
    cursor: pointer;
}



.btn-nbb {
    color: rgb(69, 69, 69);
    border: solid 1px #ceb8f8;
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
    border: solid 1px rgb(180 108 255 / 41%);
}

.btn-nbb:hover{

    color: black!important;
}






/* CTA Button (Contact Us) */
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: none;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
    border: solid 1px rgb(180 108 255 / 41%);
}

.btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.302), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.btn-cta:hover {
    background: linear-gradient(135deg, #ceb8f8 0%, #c6abff 40%, #ceb8f8 100%) !important;
}
.btn-cta .play {
  width: 30px;
  height: 30px;
  background: var(--bg-light);
  color: var(--bg-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  /* padding: 10px; */
  position: relative;
  overflow: hidden;
}

/* Icon sizing and default transition */
.btn-cta .btn-icon {
  height: 12px;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

/* Ghost icon that slides in from the left on hover */
.btn-cta .play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 12px;
    transform: translate(-250%, -50%);
    background: url('../images/nbb-btn-arrow.webp') center / 14px 14px no-repeat;
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

/* Hover animation: current icon slides right, clone slides in from left */
.btn-cta:hover .play .btn-icon {
    transform: translateX(180%);
    opacity: 0;
}

.btn-cta:hover .play::before {
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .btn-cta .btn-icon,
    .btn-cta .play::before {
        transition: none;
    }
}




.arrow-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
    border-radius: 50%;
}

.arrow-icon i {
color: rgb(255, 255, 255);
font-size: 20px;
}

a{
    text-decoration: none;;
}
p{
    margin-bottom: 0;
}













/* Custom Cursor */
/* .custom-cursor {
    position: fixed;
    width: 18px;
    height: 18px;
    background: url('../images/nbb-btn-arrow-cursor.svg') center/contain no-repeat;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    transition: transform 0.1s ease, opacity 0.3s ease;
    opacity: 1;
}

.custom-cursor.hover {
    transform: scale(1) rotate(15deg);
    opacity: 1;
}

.custom-cursor.click {
    transform: scale(0.8) rotate(90deg);
} */

/* Hide default cursor */
/* body {
    cursor: none;
} */

/* Show default cursor on interactive elements for accessibility */
/* a, button, input, textarea, select, [role="button"] {
    cursor: none;
} */

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 3px;
    border-radius: 22px;
    transform: translateY(-50px);
    margin: 30px 0;
}

::-webkit-scrollbar-track {
    background: #cfb8f800;
    transform: translateY(-50px);
}

::-webkit-scrollbar-thumb {
    background: #ceb8f8;
    border-radius: 22px;
    
    margin: 30px 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #ceb8f8;
}

/* Magnifier Lens */
.cursor-lens {
	position: fixed;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	pointer-events: none;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 8px 30px rgba(0,0,0,0.3);
	background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.10), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0) 61%);
	backdrop-filter: invert(1) hue-rotate(180deg) contrast(1) brightness(1);
	-webkit-backdrop-filter: invert(1) hue-rotate(180deg) contrast(1) brightness(1);
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease;
	z-index: 9998;
}

.cursor-lens.visible {
	opacity: 1;
}

/* Do not change text color globally; inversion is handled by the lens */
.magnify-target { transition: none; }
.magnify-target.magnify { color: inherit; }

@media (min-width: 992px){
	/* Hide Bootstrap's default caret so only Font Awesome chevron shows */
	.navbar .dropdown-toggle::after { display: none !important; }
}


















.section-tag {
    display: flex;
    max-width: fit-content;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
    border: solid 1px rgb(180 108 255 / 41%);
    margin-bottom: calc(10px + 0.2vw);
    margin-left: auto;
    margin-right: auto;
}
.section-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 15%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.225), transparent);
    animation: shine-tag 2s infinite;
    /* transform: rotatey(30deg);
    border-top-right-radius:22px;
    border-bottom-right-radius:22px; */
}
@keyframes shine-tag {
    0% {
        left: 10%;
    }
    
    100% {
        left: 80%;
    }
}

.section-tag p{
    margin: 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.section-tag img {
  position: absolute;
  right: -3px;
  bottom: -6px;
  transform: rotate(-130deg);
  height: 18px;
  width: 18px;
}




















.section--about .section-tag {
    margin-left: 0;
    margin-right: auto;
}

.section--about .section__head {
    margin-bottom: 0;
}
.section--about .section__body .row{
    row-gap:25px;
}



/* .section--about .banner-btn {
    margin-top: calc(20px + 0.5vw);
} */

/* .section--about .banner-btn a {
    margin: 0;
} */


.about-stats {
    display: flex;
    gap: 25px;
    margin-top: calc(15px + 0.8vw);
    flex-wrap: wrap;
}
.about-stats div{
    -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: solid 1px #ceb8f8;
  background-color: rgba(255, 255, 255, 0);
  padding: calc(10px + 0.5vw);
  border-radius: 12px;
}

/* .about-stats div:nth-child(2) {
    margin-left: 20px;
}   */

.about-stats div:hover {
    background: linear-gradient(135deg, #f5f3ff 0%, #ceb8f824 50%, #edeaff 100%);
}


.about-stats div {
    animation: 
               nbb-glow 4s ease-in-out infinite alternate;
    will-change: transform, filter;
    z-index: 5;
  }

  .about-stats h3 {
    font-size: calc(20px + 1vw);
    font-weight: 800;
    margin-bottom: 5px;
    color: #1a1a1a;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
  }
  
  .about-stats p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ceb8f8;
}


.video-card {
    position: relative;
    overflow: hidden;
  }
  
  .video-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }
  
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    opacity: 0.8;
    transition: 0.3s;
  }
  
  .play-btn:hover {
    opacity: 1;
    color: #ffcc00;
  }
  








.section--community{
    position: relative;
}
 
/* .section--community .banner-btn{
    margin: 0;
} */


.section--community .section-tag{
    margin-right:0;
}
.section--community .section-title{
  text-align: right!important;
}
.section--community .section-subtitle{
    text-align: right;
}

.section--community .section__head {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: solid 1px #ceb8f8;
    background-color: rgb(255 255 255 / 64%);
    padding: calc(20px + 1.5vw);
    border-radius: 12px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
}


  @property --p {syntax: "<percentage>";inherits: true;initial-value: 0%}
  .community-container {
    display: inline-grid;
    /* position: absolute; */
    /* bottom: 13rem; */
    /* left: 16rem; */
    margin-left: 11rem;
    margin-top: 7.5rem;
}

.community-container img {
  --s: calc(60px + 1.5vw); /* image size */
  
  width: var(--s);
  grid-area: 1/1;  
  border: 2px solid;
  aspect-ratio: 1;
  border-radius: 50%;
  box-sizing: border-box;
  animation: move 200s linear infinite 3s;
}
@keyframes move {
  to {--p: 1200%}
}
/* up to 7 images (1 + 6)*/
.community-container img:nth-child(n + 2) {
  offset: circle(calc(1.15*var(--s))) calc(100%*sibling-index()/6 + var(--p)) 0deg;
  transition: 1s 1.5s;
}
/* up to 19 images (1 + 6 + 12) */
.community-container img:nth-child(n + 8) {
  offset: circle(calc(2.2*var(--s))) calc(100%*sibling-index()/12 - var(--p)/2) 0deg;
  transition: 1s 1s;
}
/* up to 37 images (1 + 6 + 12 + 18) */
.community-container img:nth-child(n + 20) {
  offset: circle(calc(3.3*var(--s))) calc(100%*sibling-index()/18 + var(--p)/3) 0deg;
  transition: 1s .5s;
}
/* up to 61 images (1 + 6 + 12 + 18 + 24) */
.community-container img:nth-child(n + 38) {
  offset: circle(calc(4.4*var(--s))) calc(100%*sibling-index()/24 - var(--p)/4) 0deg;
  transition: 1s;
}
/* I got lazy doing the math so we have some magic numbers that you can edit to see what happens */

.community-container img:nth-child(n + 1) {
  @starting-style {
    offset-path: circle(0);
  }
}















  .section--portfolio {
    height: 95vh;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  
 
  .portfolio-section {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  }

  .section--portfolio .section-tag{
    z-index: 2;
    top: 30px;
  }

  /* .portfolio--overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000020;
    z-index: 2;
    pointer-events: none;
  } */
  
  .section--portfolio .item {
    width: calc(100px + 1.5vw);
    height: calc(150px + 1.5vw);
    list-style-type: none;
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: top;
    background-size: cover;
    box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
    box-shadow: inset 0 0 15px rgba(208, 174, 255, 0.8);
    border: solid 1px #ceb8f8;
    
    
  
    &:nth-child(1) {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: none;
      border-radius: 0;
      opacity: 1;
      animation: backgroundScroll 30s linear infinite;
      will-change: background-position;
      border: none;
    
      /* dark overlay using inset shadow */
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.085);
    }
    

    
    
    /* &:nth-child(2) {
      display: none !important; 
    }
     */
    &:nth-child(6), &:nth-child(7), &:nth-child(8), &:nth-child(9), &:nth-child(10), &:nth-child(11), &:nth-child(12) {
      display: none !important; 
    }

    &:nth-child(2) { 
        left: 45%; 
        cursor: pointer;
      }
  
    &:nth-child(3) { 
      left: 60%; 
      cursor: pointer;
    }
    &:nth-child(4) { 
      left: calc(60% + 220px); 
      cursor: pointer;
    }
    &:nth-child(5) { 
      left: calc(60% + 440px); 
      cursor: pointer;
    }
    &:nth-child(6) { 
      left: calc(60% + 660px); 
      opacity: 0; 
      cursor: pointer;
    }
  }

  span.brand-color {
    background: linear-gradient(90deg, #caafff 0%, #ceb8f8 50%, #b68fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
.section--portfolio .content{
    backdrop-filter: blur(3px);
    border: solid 1px #ceb8f8;
    background-color: rgba(255, 255, 255, 0.13);
    padding: calc(5px + 0.5vw);
}  

  .section--portfolio .content {
    width: min(40vw,550px);
    position: absolute;
    top: 70%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    opacity: 0;
    display: none;
    z-index: 10;
  
    & .title {
      font-family: 'Unbounded';
      text-transform: uppercase;
        background-color:#d1b8f881;
        backdrop-filter: blur(2px);
        color: #000;
        text-align: center;
      /* background: linear-gradient(135deg, #ceb8f8 0%, #c6abff 40%, #ead1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-weight: 700;
    padding: 5px;
    font-size:calc(16px + 0.5vw);
    }
  
    & .description {
      line-height: 1.7;
      margin: 0.8rem 0 ;
      font-size: 0.8rem;
      color: black;
      background-color:#e1b8f86c;
        backdrop-filter: blur(2px);
      padding: 10px;
    }
  
    & button {
      width: fit-content;
      background-color: rgba(251, 227, 255, 0.51);
      color: rgb(25, 25, 25);
      border: 1px solid rgba(255, 255, 255, 0.54);
      border-radius: 0.25rem;
      padding: 0.3rem 0.75rem;
      cursor: pointer;
      font-size: 12px;
    }
    & button:hover {
        background-color: rgba(0,0,0,0.1);
        color: rgba(255, 255, 255, 0.837);
        border: 1px solid rgba(230, 198, 255, 0.661);
      }
  }
  
  .section--portfolio .item:nth-child(1) .content {
    display: block !important;
    opacity: 1;
    animation: show 0.75s ease-in-out 0.3s forwards;
  }
  
  @keyframes show {
    0% {
      filter: blur(5px);
      transform: translateY(-50%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      filter: blur(0);
      transform: translateY(-50%);
    }
  }
  
  @keyframes backgroundScroll {
    0% {
      background-position: top center;
    }
    50% {
      background-position: center center;
    }
    100% {
      background-position: bottom center;
    }
  }
  
  .section--portfolio .nav {
    position: absolute;
    bottom: 2rem;
    left: 14%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
  
    & .btn-port {
      background-color: rgba(255,255,255,0.5);
      color: rgba(0,0,0,0.7);
      border: 2px solid rgba(0,0,0,0.6);
      margin: 0 0.25rem;
      padding: 0.75rem;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 45px;
      &:hover {
        background-color: rgba(255,255,255,0.3);
      }
    }
  }
  
  @media (width > 650px) and (width < 900px) {
    .section--portfolio .content {
      & .title        { font-size: 1rem; }
      & .description  { font-size: 0.7rem; }
      & button        { font-size: 0.7rem; }
    }
    .section--portfolio .item {
      width: 160px;
      height: 270px;
  
      &:nth-child(3) { left: 50%; }
      &:nth-child(4) { left: calc(50% + 170px); }
      &:nth-child(5) { left: calc(50% + 340px); }
      &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
    }
  }
  
  @media (width < 650px) {
    .section--portfolio .content {
      & .title        { font-size: 0.9rem; }
      & .description  { font-size: 0.65rem; }
      & button        { font-size: 0.7rem; }
    }
    .section--portfolio .item {
      width: 130px;
      height: 220px;
  
      &:nth-child(3) { left: 50%;display: none; }
      &:nth-child(4) { left: calc(50% + 140px);display: none; }
      &:nth-child(5) { left: calc(50% + 280px);display: none; }
      &:nth-child(6) { left: calc(50% + 420px); opacity: 0;display: none; }
    }
  }






















/* .section--products {
    color: #000;
    background: #e8e7ff60 url('../images/section-products-bg.webp') center/cover no-repeat;
} */

.section--products {
    position: relative;
    color: #000;
    background: #e8e7ff8d;
}


/* .section--products::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/section-products-bg.webp') center/contain no-repeat;
    opacity: 0.6; 
    z-index: 1;
} */




.section__head h2 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: inherit;
    font-size: calc(24px + 1.2vw);
    font-weight: 600;
    color: var(--text-secondary);
}



ul.products-list {
    padding: calc(15px + 1vw);
    background: white;
}

.product-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgb(0 0 0 / 7%);
}

.section--products .products-list .product-list-item:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.product-list-item h4{
    font-family: "Red Hat Display", Arial, sans-serif;
    font-size: calc(16px + 0.3vw);
    font-weight: 800;
    line-height: 0.89;
    text-align: left;
    color: #3d3d3d;
}

.product-list-item p{
    font-family: "Poppins", Arial, sans-serif;
    font-size: calc(12px + 0.2vw);
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #5b5b5b;
    margin: 0;
}

.product-list-item .arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background: #cccccc4a;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.product-list-item .arrow-icon i {
    color: rgba(69, 69, 49, 0.75);
    font-size: 20px;
}

.product-list-item:hover .arrow-icon {
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}
.product-list-item:hover .arrow-icon i {
    color: rgb(255, 255, 255);
}

li.product-list-content-item {
    background: white;
    margin-bottom: 30px;
    padding: calc(15px + 1vw);
}

ul.product-list-content {
    
    background: rgba(255, 255, 255, 0);
}

.product-tab--content {
    display: flex;
    margin-bottom: calc(15px + 1.5vw);
}

.product-tab--content .arrow-icon{
    transform: rotate(-40deg);
    transition: all 0.3s;
}


.product-list-content-item:hover .arrow-icon{
    transform: rotate(0deg);
}


.product-tab--content-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.card--products {
    border: solid 1px rgba(220, 220, 220, 0.93);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 150px;
}

.card--products:hover {
    background: linear-gradient(90deg, #c4a7ffb2 0%, #cfb8f8b8 50%, #bd99ffbf 100%);
}
.card--products .card_img{
    transition: all 0.4s ease-in-out;
}

.card--products:hover .card_img{
    transform: rotateY(360deg) scale(1.2);
    transition: all 0.4s ease-in-out;
}

.card--products:hover p{
  color: white;
}



.card--products img {
    max-height: 60px;
    margin-bottom: 15px;
    filter: hue-rotate(182deg);
}

.card--products p{
    font-family: "Red Hat Display", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #3d3d3d;
}

@media (min-width:991px){
    .custom-col {
        position: sticky;
        top: 100px;
        z-index: 1;
    }
    .custom-row{
        align-items: flex-start;
    }
    .banner-content{
      height: 80vh;
    }
}















.section--whychoose{
    position: relative;
    font-family: 'Red Hat Display', sans-serif;
}

.section--whychoose{
    
}

.whychoose-box-lg.whychoose-bg-1, .whychoose-box-lg.whychoose-bg-2{
    display: flex;
    height: 100%;
}

/* Why Choose: common card styles */
.section--whychoose .whychoose-box-lg a,
.section--whychoose .whychoose-box-sm a{
    display: block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.section--whychoose .whychoose-box-lg a{
    height: 100%;
    background: #222 center/cover no-repeat;
}

.section--whychoose .whychoose-box-lg a::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 6, 6, 0.629) 0%, rgba(6, 6, 6, 0.738) 100%);
    transition: opacity .35s ease;
    opacity: 0.8;
}

.section--whychoose .whychoose-box-lg a:hover::before{opacity: 1;}

.section--whychoose .whychoose-box-sm a {
    min-height: 260px;
    background: #ceb8f829;
    border: solid 1px #ceb8f8;
}
.section--whychoose .whychoose-box-sm a:hover{
    min-height: 260px;
    background: transparent;
    
}
.section--whychoose a h4{
    font-size: calc(18px + 0.5vw);font-family: 'Red Hat Display', sans-serif;
      
  }
  .section--whychoose a p {
    font-size: calc(12px + 0.2vw);font-family: 'Red Hat Display', sans-serif;
      
  }

.section--whychoose .whychoose-box-sm a h4{
  color: #000;
    
}
.section--whychoose .whychoose-box-sm a:hover h4{

    background:linear-gradient(135deg, #ceb8f8 0%, #c3a2ff 40%, #1e162c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.section--whychoose .whychoose-content {
    position: relative;
    z-index: 2;
    padding: calc(18px + 1.2vw);
    height: calc(240px + 1.5vw);
}

.section--whychoose .whychoose-box-lg .whychoose-content h4,
.section--whychoose .whychoose-box-lg .whychoose-content p{color:#fff}

.section--whychoose .whychoose-content img{max-height:95px;width:auto;filter: hue-rotate(182deg);margin-bottom: 10px;}

.section--whychoose .whychoose-arrow{position:absolute;right:20px;top:20px;z-index:2}
.section--whychoose .whychoose-arrow .arrow-icon {
    transform: rotate(-45deg);
    transition: transform .35s ease;
    background: transparent;
    border: solid 1px #c7c7c7;
}
.section--whychoose .whychoose-arrow .arrow-icon i {
    color: #b8b8b8;
}
.section--whychoose a:hover .whychoose-arrow .arrow-icon{
    transform: rotate(0);
    background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
}

.section--whychoose a:hover .whychoose-arrow .arrow-icon i{
    color:white;
}

/* Paragraph reveal on hover */
.section--whychoose .whychoose-content p{
    opacity: 0;
    transform: translateY(8px);
    max-height: 0;
    transition: all .35s ease;
}
.section--whychoose a:hover .whychoose-content p {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  line-height: 1.2;
}
.section--whychoose a .whychoose-content img{
    transition: all 0.4s ease-in-out;
}

.section--whychoose a:hover .whychoose-content img{
    transform: rotateY(360deg) scale(1.2); /* rotate + thoda zoom */
    filter: drop-shadow(0 0 8px rgba(176, 91, 255, 0.602)); /* glowing shadow */
    color: #6a0dad;
}

/* Backgrounds for large cards – set via helper classes on parent */
.section--whychoose .whychoose-bg-1 a{background-image: url('../images/whychoose-img-1.webp');}
.section--whychoose .whychoose-bg-2 a{background-image: url('../images/whychoose-img-2.webp');}

@media(max-width: 991px){
    .section--whychoose .whychoose-box-lg a{min-height: 260px}
    .section--whychoose .whychoose-box-sm a{min-height: 220px}
}















.section--ourteam {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #cfb8f829;
	overflow: hidden;
    position: relative;
}

.section--ourteam .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section--ourteam .about-title {
  font-size: 7.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
  background: linear-gradient(to bottom, #946ac46e 30%, rgb(255 255 255 / 26%) 76%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: calc(20px + 2vw);
}
.section--ourteam .carousel-container {
	width: 100%;
	height: 450px;
	position: relative;
	perspective: 200rem;
	margin-top: 80px;
}

.section--ourteam .carousel-track {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section--ourteam .card {
    position: absolute;
    width: calc(200px + 1vw);
    height: auto;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    backdrop-filter: blur(4px);
    border: solid 1px #cfb8f8a1;
}

.section--ourteam .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section--ourteam .card.center {
	z-index: 10;
	transform: scale(1.1) translateZ(0);
}

.section--ourteam .card.center img {
	filter: none;
}

.section--ourteam .card.left-2 {
	z-index: 1;
	transform: translateX(-400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.section--ourteam .card.left-2 img {
	filter: grayscale(100%);
}

.section--ourteam .card.left-1 {
	z-index: 5;
	transform: translateX(-200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.section--ourteam .card.left-1 img {
	filter: grayscale(100%);
}

.section--ourteam .card.right-1 {
	z-index: 5;
	transform: translateX(200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.section--ourteam .card.right-1 img {
	filter: grayscale(100%);
}

.section--ourteam .card.right-2 {
	z-index: 1;
	transform: translateX(400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.section--ourteam .card.right-2 img {
	filter: grayscale(100%);
}

.section--ourteam .card.hidden {
	opacity: 0;
	pointer-events: none;
}

.section--ourteam .member-info {
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s ease-out;
}

.section--ourteam .member-name {
	color: #7054a6;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.section--ourteam .member-name::before,
.section--ourteam .member-name::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100px;
	height: 2px;
	background: rgb(8, 42, 123);
}

.section--ourteam .member-name::before {
	left: -120px;
}

.section--ourteam .member-name::after {
	right: -120px;
}

.section--ourteam .member-role {
	color: #848696;
	font-size: 1.5rem;
	font-weight: 500;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin-top: -15px;
	position: relative;
}
.section--ourteam .dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.section--ourteam .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(8, 42, 123, 0.2);
	cursor: pointer;
	transition: all 0.3s ease;
}

.section--ourteam .dot.active {
	background: rgb(8, 42, 123);
	transform: scale(1.2);
}

.section--ourteam .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #c6a9ff07;
  color: #00000026;
  width: calc(25px + 4vw);
  height: calc(25px + 4vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* z-index: 20; */
  transition: all 0.3s ease;
  font-size: calc(30px + 2vw);
  border: none;
  outline: none;
  padding-bottom: 4px;
  border: solid 1px #ceb8f8;
}



.section--ourteam .nav-arrow.left {
	left: 20px;
	padding-right: 3px;
  z-index: 5;
}

.section--ourteam .nav-arrow.right {
	right: 20px;
	padding-left: 3px;
}

@media (max-width: 768px) {
	.section--ourteam .about-title {
		font-size: 4.5rem;
	}

	

	.section--ourteam .card.left-2 {
		transform: translateX(-250px) scale(0.8) translateZ(-300px);
	}

	.section--ourteam .card.left-1 {
		transform: translateX(-120px) scale(0.9) translateZ(-100px);
	}

	.section--ourteam .card.right-1 {
		transform: translateX(120px) scale(0.9) translateZ(-100px);
	}

	.section--ourteam .card.right-2 {
		transform: translateX(250px) scale(0.8) translateZ(-300px);
	}

	.section--ourteam .member-name {
		font-size: 2rem;
	}

	.section--ourteam .member-role {
		font-size: 1.2rem;
	}

	.section--ourteam .member-name::before,
	.section--ourteam .member-name::after {
		width: 50px;
	}

	.section--ourteam .member-name::before {
		left: -70px;
	}

	.section--ourteam .member-name::after {
		right: -70px;
	}
}


































.cta-card {
    position: relative;
    background: #fff;
    padding: calc(15px + 2.5vw) calc(15px + 2.5vw);
    border-radius: 30px;
    max-width: 1100px;
    margin: auto;
    border-radius: 30px;
    border: solid 2px #ceb8f8;
  }
  
  .cta-card::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -11px;
    width: 102%;
    height: 108%;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: solid 2px rgba(255, 255, 255, 0.1);
    background-color: #ceb8f857;
    z-index: -1;
    transform: rotate(0deg);
    opacity: 1;
}
  
  
  
  
  .cta-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  
  img.cta-img.img-fluid {
    position: absolute;
    bottom: -72px;
    right: -53px;
    animation: nbb-floaty 6s ease-in-out infinite, nbb-glow 4s ease-in-out infinite alternate;
    will-change: transform;
    filter: hue-rotate(10deg)!important;
    max-height: 100px;
}

/* pyari si floating animation */
@keyframes nbb-floaty {
  0%   { transform: translateY(0px) rotate(0deg) scale(1); }
  25%  { transform: translateY(-12px) rotate(-1.5deg) scale(1.02); }
  50%  { transform: translateY(0px) rotate(0.5deg) scale(1); }
  75%  { transform: translateY(-8px) rotate(1.5deg) scale(1.01); }
  100% { transform: translateY(0px) rotate(0deg) scale(1); }
}








  
  .cta-card h2 {
    font-size: calc(24px + 1.1vw);
    font-weight: 600;
    margin: 0;
    font-family: 'Unbounded', sans-serif;
    color: #1a1a2e;
  }
 
  

  .quote.quote-top {
    width: 70px;
    position: absolute;
    top: 25px;
    right: 25px;
    animation: nbb-floaty 6s ease-in-out infinite;
    will-change: transform;
  }
  .quote.quote-bottom {
    width: 30px;
    position: absolute;
    bottom: 17px;
    left: 17px;
    animation: nbb-floaty 6s ease-in-out infinite;
    will-change: transform;
  }































.creative-carousal--hero{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.creative-carousal--hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.creative-carousal--hero .carousel-slider  .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    background-size: cover;
    background-position: center;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.creative-carousal--hero .carousel-slider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #222327;
    opacity: 0.7;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active:after {
    opacity: 0.4;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner a{
    font-size: 19px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.creative-carousal--hero .carousel-slider .swiper-slide .inner a:hover{
    text-decoration: none;
    color: #75dab4;
}
.creative-carousal--hero .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}
.creative-carousal--hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}
.creative-carousal--hero .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}
.creative-carousal--hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.creative-carousal--hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}
.creative-carousal--hero .swiper-button-prev {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 120px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}
.creative-carousal--hero .swiper-button-prev:after{
    display: none;
}
.creative-carousal--hero .swiper-button-next {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    background: none;
}
.creative-carousal--hero .swiper-button-next:after{
    display: none;
}
@media (max-width: 991px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
               font-size: 7vw;
        line-height: 7vw;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner h2{
        font-size: 12vw;
        line-height: 12vw;
        margin-bottom: 15px;
    }
    .creative-carousal--hero .swiper-button-prev{
            left: 40px;
    }
    .creative-carousal--hero .swiper-button-next{
            right: 40px;
    }
}




























/* .section--clients {
    background: linear-gradient(135deg, #ceb8f8 0%, #e0edffc5 50%, #ceb8f8 100%);
} */

/* .section--clients {
    background: linear-gradient(135deg, #ceb8f82b 0%, #e0edffa3 50%, #ceb8f88c 100%);
} */
.logos.logos--right {
    margin-bottom: calc(15px + 0.5vw);
}

/* Clients sliders */
.section--clients .section__body {padding-top: 10px}
.logos {position: relative; overflow: hidden; white-space: nowrap; user-select: none; padding: 10px 0}
.logos__track {display: inline-flex; align-items: center; gap: 40px; will-change: transform}
.logos__item {
    flex: 0 0 auto;
    background: #ffffff00;
    /* box-shadow: 0 10px 83px rgb(0 0 0 / 2%); */
    padding: 18px 24px;
    width: 220px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #cfb8f85c;
    border-radius: 30px;
    backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
}
.logos__item:hover {
    box-shadow: 0 10px 83px rgb(0 0 0 / 2%);
    transition: all 0.3s;
    border-color: #ceb8f8;

}


.logos__item img {max-height: 80px; width: auto; display: block}

/* Edge fade overlays */
.section--clients .logos::before,
.section--clients .logos::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 3;
}
.section--clients .logos::before {
    left: 0;
    background: linear-gradient(to right, #e8e7ff8d 0%, rgba(232,231,255,0) 100%);
}
.section--clients .logos::after {
    right: 0;
    background: linear-gradient(to left, #e8e7ff8d 0%, rgba(232,231,255,0) 100%);
}

@keyframes marquee-right {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marquee-left {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.logos--right .logos__track { animation: marquee-right 60s linear infinite; }
.logos--left  .logos__track { animation: marquee-left 60s linear infinite; }

/* pause on hover */
.logos:hover .logos__track { animation-play-state: paused; }







































.section--testimonials{
    position: relative;
    z-index: 1;
}
.section--testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/new-banner-background.webp") no-repeat center center;
    background-size: cover;
    opacity: 0.3; /* zarurat ho to 0.8 ya kam zyada kar sakta hai */
    z-index: -1;
  }
  .section--testimonials .swiper-slide {
    padding: calc(25px + 1.5vw) 0;
}

.section--testimonials {
    padding: 60px 0;
    background: #fff;
  }
  
  .testimonial-card {
    position: relative;
    background: #fff;
    padding: calc(15px + 2vw);
    border-radius: 30px;
    max-width: 700px;
    margin: auto;
    border-radius: 30px;
    border: solid 2px #ceb8f8;
  }
  
  .testimonial-card::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -7px;
    width: 102%;
    height: 101%;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: solid 2px rgba(255, 255, 255, 0.1);
    background-color: #cdcbff;
    z-index: -1;
    transform: rotate(-3deg);
    opacity: 1;
  }
  
  
  
  
  .testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  
  .testimonial-header img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
  
.section--testimonials .stars{
    margin: calc(5px + 0.7vw) auto;
}

.section--testimonials .stars i {
    font-size: 26px;
    background: linear-gradient(135deg, #ceb8f8, #a788e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 4px;
  }

  .testimonial-header h4 {
    font-size: calc(14px + 0.4vw);
    font-weight: 700;
    margin: 0;
    color: #060606;
    font-family: 'Red Hat Display', sans-serif;
  }
  
  .testimonial-header p {
    margin: 0;
    font-size: 14px;
    color: #666;
  }
  
  .testimonial-text {
    font-size: calc(12px + 0.3vw);
    line-height: 1.6;
    color: #7a7a7a;
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    border-top: solid 1px rgba(209, 207, 255, 0.5);
}
  .quote.quote-top {
    width: 70px;
    position: absolute;
    top: 25px;
    right: 25px;
    animation: nbb-floaty 6s ease-in-out infinite;
    will-change: transform;
  }
  .quote.quote-bottom {
    width: 30px;
    position: absolute;
    bottom: 17px;
    left: 17px;
    animation: nbb-floaty 6s ease-in-out infinite;
    will-change: transform;
  }
  

  
  .swiper-button-next, .swiper-button-prev {
    background: #f8f6ff;
    width: calc(25px + 1.5vw);
    height: calc(25px + 1.5vw);
    border-radius: 50%;
    border: solid 1px #ceb8f8;
    background-color: rgba(209, 207, 255, 0.21);
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: calc(12px + 0.3vw);
    color: #bcb9ff;
  }
  
 
  /* Mobile sizing fixes for portfolio swiper inside mega menu */
  @media (max-width: 991px) {
    .dropdown-menu .portfolio-card { padding: 10px; }
    .dropdown-menu .portfolio-image { max-width: 260px; width: 100%; margin-left: auto; margin-right: auto; }
    .dropdown-menu .portfolio-image img { width: 100%; height: auto; display: block; }
    .dropdown-menu .portfolio-swiper { padding: 0 8px; }
  }
  @media (max-width: 575px) {
    .dropdown-menu .portfolio-image { max-width: 220px; }
  }
  
  .testimonial-stats {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-top: 15px;
    flex-wrap: wrap;
    padding: 15px;
}
.testimonial-stats div{
    -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: solid 1px #ceb8f8;
  background-color: rgba(255, 255, 255, 0);
  padding: calc(15px + 1vw);
}

.testimonial-stats div:hover {
    background: linear-gradient(135deg, #f5f3ff 0%, #ceb8f824 50%, #edeaff 100%);
}


.testimonial-stats div {
    animation: nbb-floaty 6s ease-in-out infinite,
               nbb-glow 4s ease-in-out infinite alternate;
    will-change: transform, filter;
    z-index: 5;
  }
  
  /* floating + tilt */
  @keyframes nbb-floaty {
    0%   { transform: translateY(0px) rotate(0deg) scale(1); }
    25%  { transform: translateY(-15px) rotate(-2deg) scale(1.03); }
    50%  { transform: translateY(0px) rotate(1deg) scale(1); }
    75%  { transform: translateY(-10px) rotate(2deg) scale(1.02); }
    100% { transform: translateY(0px) rotate(0deg) scale(1); }
  }
  
  /* soft glow pulsing */
  @keyframes nbb-glow {
    0%   { filter: drop-shadow(0 0 2px rgba(209,207,255,0.3)); }
    50%  { filter: drop-shadow(0 0 12px rgba(143,138,255,0.6)); }
    100% { filter: drop-shadow(0 0 4px rgba(209,207,255,0.4)); }
  }
  
  
  .testimonial-stats h3 {
    font-size: calc(20px + 1.2vw);
    font-weight: 800;
    margin-bottom: 5px;
    color: #1a1a1a;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
  }
  
  .testimonial-stats p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ceb8f8;
}














.section--faqs {
    background-color: #e8e7ff8d;
}

/* FAQ styles */
.faq-accordion { max-width: 980px; margin: 0 auto; }
.faq-item { background: #ffffff; border: 1px solid rgba(0,0,0,.06);  margin-bottom: 14px; box-shadow: 0 12px 40px rgba(0,0,0,0.03); overflow: hidden; }
.faq-toggle { width: 100%; background: #ffffff; border: 0; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; text-align: left; }
.faq-left { display: flex; align-items: center; gap: 14px; }
.faq-number { font-weight: 700; color: #2c2c2c; font-size: 16px; }
.faq-title {
    color: #2c2c2c;
    font-size: calc(14px + 0.2vw);
    font-weight: 600;
}
.faq-content { padding: 0 18px 18px 45px; color: #5b5b5b; font-size: 14px; }

/* reuse existing arrow-icon with state animations */
.faq-toggle .arrow-icon { background: #cccccc4a; border-radius: 50%; height: 34px; width: 34px; display: inline-flex; justify-content: center; align-items: center; transform: rotate(0deg); transition: all .25s ease; }
.faq-toggle[aria-expanded="true"] .arrow-icon { background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%); transform: rotate(90deg);color: white; }
.faq-toggle .arrow-icon i { color: rgba(69,69,49,.75); font-size: 16px; }
.faq-toggle[aria-expanded="true"] .arrow-icon i { color: rgb(255, 255, 255); font-size: 16px; }

/* hover effect similar to cards */
.faq-item:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.06);cursor: none!important; }





.section--faqs .products-list {
    border: solid 1px #ceb8f8;
}
.section--faqs .product-list-item{
    position: relative;
    width: 100%;
    border: none;
    margin: 10px 0;
    padding: 10px 0;
}

.section--faqs .product-list-item img{
    
}

/* .section--faqs .product-list-item h4{
    color: white;
} */

.section--faqs .product-list-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}



.section--faqs .products-list .product-list-item:nth-child(2) {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}




























/* === Brand tokens === */
:root{
    --nbb-brand: #ceb8f8;
    --nbb-accent: #8f8aff;
    --nbb-bg: #ffffff;
}

/* === Container class === */
.nbb--boxes{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(180deg, var(--nbb-bg) 0%, #f9f8ff 100%);
}

/* grid overlay */
.nbb--boxes {
    background-image: linear-gradient(0deg, transparent 0 39px, rgb(238 207 255 / 40%) 39px 40px), linear-gradient(90deg, transparent 0 39px, rgb(230 207 255 / 35%) 39px 40px), linear-gradient(180deg, var(--nbb-bg) 0%, #f9f8ff 100%);
    background-size: 40px 40px, 40px 40px, cover;
}

/* === Floating squares (small/mid ones) === */
.nbb--boxes::before{
    content:"";
    position:absolute;
    inset:-15% -10%;
    width:14px; height:14px; /* thoda bigger */
    border-radius:4px;
    background: #ceb8f870;
    box-shadow:
      80px 40px 0 0 #ceb8f850,
      160px 90px 0 0 #ceb8f840,
      240px 30px 0 0 #ceb8f845,
      360px 120px 0 0 #ceb8f835,
      480px 70px 0 0 #ceb8f850,
      600px 140px 0 0 #ceb8f840,
      720px 50px 0 0 #ceb8f830,
      860px 130px 0 0 #ceb8f845,
      1000px 80px 0 0 #ceb8f835,
      1180px 150px 0 0 #ceb8f840;
    animation: nbb-drift-1 22s ease-in-out infinite alternate;
    z-index:-1;
}

/* === Floating squares (bigger accent ones) === */
.nbb--boxes::after{
    content:"";
    position:absolute;
    inset:-20% -10%;
    width:26px; height:26px;
    border-radius:6px;
    background: #8f8aff25;
    box-shadow:
      100px 100px 0 0 #8f8aff25,
      220px 40px 0 0 #8f8aff22,
      340px 140px 0 0 #8f8aff30,
      500px 70px 0 0 #8f8aff28,
      640px 160px 0 0 #8f8aff22,
      800px 50px 0 0 #8f8aff30,
      950px 120px 0 0 #8f8aff25,
      1120px 60px 0 0 #8f8aff28,
      1300px 140px 0 0 #8f8aff22;
    animation: nbb-drift-2 30s ease-in-out infinite alternate;
    z-index:-1;
}

/* === Animations === */
@keyframes nbb-drift-1{
    0%   { transform: translate3d(-2%, -2%, 0) rotate(-2deg) }
    100% { transform: translate3d(3%, 3%, 0) rotate(2deg) }
}
@keyframes nbb-drift-2{
    0%   { transform: translate3d(2%, 2%, 0) rotate(2deg) }
    100% { transform: translate3d(-3%, -2%, 0) rotate(-2deg) }
}























.row{
    row-gap: 30px;
}

/* Awards Section */
.section--awards {
    position: relative;
    overflow: hidden;
}

.section--awards::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ceb8f8' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 1;
}



.section--awards .section__body {
    position: relative;
    z-index: 2;
}

/* Awards Carousel */
.awards-carousal {
    padding: 40px 0;
}

.awards-swiper {
    padding: 20px 0;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.award-card {
    /* background: linear-gradient(135deg, #cfb8f841 0%, #28203754 100%);
    border: 2px solid #ceb8f8; */
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}

.award-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(206, 184, 248, 0.1), transparent);
    transition: left 0.5s ease;
}

.award-card:hover::before {
    left: 100%;
}

.award-logo {
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.award-logo img {
    max-height: 180px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(206, 184, 248, 0.3));
}

.award-separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #b9b9b9, transparent);
    margin: 0 auto 20px;
    border-radius: 1px;
}

.award-text p {
    font-size: calc(12px + 0.2vw);
    font-weight: 600;
    font-style: italic;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 3D Slide Styling */
.awards-swiper .swiper-slide {
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
}

/* Side slides - behind effect */
.awards-swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8) translateZ(-100px) rotateY(15deg);
    opacity: 0.6;
    filter: brightness(0.7);
}

/* Left side slides */
.awards-swiper .swiper-slide-prev {
    transform: scale(0.8) translateZ(-100px) rotateY(15deg) translateX(-20px);
}



/* Right side slides */
.awards-swiper .swiper-slide-next {
    transform: scale(0.8) translateZ(-100px) rotateY(-15deg) translateX(20px);
}




/* Center slide styling */
.awards-swiper .swiper-slide-active .award-card {
    transform: scale(1) translateZ(20px);
    border-color: #ceb8f8;
    box-shadow: 0 20px 40px rgba(206, 184, 248, 0.3);
    background: linear-gradient(135deg, #3a3a4e 0%, #2e2e3e 100%);
}

.awards-swiper .swiper-slide-active .award-logo img {
    transform: scale(1.1);
    filter: drop-shadow(0 8px 16px rgba(206, 184, 248, 0.5));
}

.awards-swiper .swiper-slide-active .award-text p {
    color: #ceb8f8;
    font-weight: 700;
}

/* Pagination */
.awards-swiper .swiper-pagination {
    bottom: -10px;
}

.awards-swiper .swiper-pagination-bullet {
    background: #ceb8f8;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.awards-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ceb8f8;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .award-card {
        padding: 20px 15px;
    }
    
    .award-logo img {
        max-height: 100px;
    }
    
    .awards-swiper .swiper-slide-active .award-card {
        transform: scale(1.05) translateZ(30px);
    }
    
    /* Reduce 3D effect on mobile */
    .awards-swiper .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.85) translateZ(-50px) rotateY(10deg);
        opacity: 0.7;
    }
    
    .awards-swiper .swiper-slide-prev {
        transform: scale(0.85) translateZ(-50px) rotateY(10deg) translateX(-10px);
    }
    
    .awards-swiper .swiper-slide-next {
        transform: scale(0.85) translateZ(-50px) rotateY(-10deg) translateX(10px);
    }
}








.cta-unique .nbb--boxes{
    overflow: visible;
}





























/* Footer */
.footer-section {
    background: url('../images/footer-bg.webp') center/cover no-repeat;
    background: linear-gradient(135deg, rgb(27, 12, 40) 0%, rgb(206, 184, 248) 100%);
    position: relative;
}
.footer-section .container--footer {

    padding-top: calc(10px + 0.5vw);
    padding-bottom: calc(10px + 0.5vw);
}


.footer-inner {
    padding: calc(25px + .5vw) calc(10px + .5vw);
    border: solid 1px #ceb8f826;
    background-color: rgb(0 0 0 / 10%);
    margin: 0;
    margin-top: calc(15px + 1.5vw);
}

.footer-inner a {
    color: #dcdcdc;
    font-size: 13px;
    transition: all;
    font-weight: 400;
}
.footer-inner a:hover {
    color: #161616;
    text-decoration: underline;
}
.footer-menu a {

}
.footer-section .nbb-brand {
    background-color: transparent;
}

.footer-section .nbb-brand h2 {
    color: rgb(255 255 255 / 21%);
}


.footer-widget{color:#cfcfcf}
.footer-logo {
    height: 70px;
    margin-bottom: 20px;
}
.footer-title {
    color: #dcdcdc;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: calc(16px + .3vw);
}

.footer-widget.sub-card {
    padding: calc(10px + .4vw);
    border: solid 1px #ffffff0f;
    border-radius: 12px;
}

.contact-card {
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    font-family: 'Arial', sans-serif;
  }
  
  .contact-item {
    display: flex;
    margin-bottom: 15px;
  }
  
  .contact-item .icon {
    font-size: 20px;
    color: #f0f0f0;
    margin-right: 12px;
    display: flex;
  }
  
  .contact-item h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  
  .contact-item a {
    margin: 2px 0 0;
    font-size: 14px;
    color: #d2d2d2;
  }
  



.form-control {
    padding: 0.7rem;
    font-size: 0.9rem;
}
.footer-address{font-style: normal;opacity:.8;margin-bottom:10px}
.footer-links li{margin-bottom:8px}

.footer-contact a{color:#cfcfcf;text-decoration:none}
.footer-contact a:hover{color:#fff}
.footer-subtext{color:#fff;margin:0 0 6px}
.footer-note{opacity:.8;margin:0 0 14px}
.footer-subscribe .form-control {
    background: #1a1a1a29;
    border: 1px solid rgba(255,255,255,.12);
    color: #ddd;
}
.footer-subscribe .form-control:focus{box-shadow:none;border-color:#444;background:#1c1c1c6c;color:#fff}
.footer-subscribe .btn-subscribe {
  background: #2a2a2a2b;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  min-width: 45px;
}
.footer-subscribe .btn-subscribe:hover{background:#00000074}
.footer-social a{display:inline-flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:8px;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);color:#cfcfcf;margin-right:10px}
.footer-social a:hover{color:#fff;background:#222}
.footer-bottom{ border: solid 1px rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.06);padding:14px 0;color:#cfcfcf;opacity:.9;}
    .footer-bottom .container-fluid  {
        justify-content: space-between;
    }
    .footer-bottom p {
        color: #d1d1d1;
        font-size: 12px;
    }
    .footer-menu a {
        color: #dcdcdc;
        font-size: 12px;
        margin: 0 10px;
        transition: all;
    }
    .footer-menu a:hover {
        color: #393939;
        text-decoration: underline;
    }
    .footer-menu {
        display: flex;
    }
    
   .footer-section .social-icons a {
        margin: 0 6px;
        font-size: 15px;
        background: white;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: solid 1px transparent;
}
.footer-section .social-icons a:hover {
    background: #cfb8f892;
    border-color: #CEB8F8;
}
      .social-icons a[aria-label="Facebook"] i { color: #1877F2; }   /* Blue */
      .social-icons a[aria-label="Instagram"] i { 
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .social-icons a[aria-label="LinkedIn"] i { color: #0A66C2; }  /* Blue */
      .social-icons a[aria-label="YouTube"] i { color: #FF0000; }   /* Red */
      













      .breadcrumb--title {
        font-size: calc(40px + 2vw);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        pointer-events: none;
        white-space: nowrap;
        font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
        background: linear-gradient(to bottom, #c28cff6e 30%, rgb(255 255 255 / 26%) 76%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-align: center;
        -webkit-text-stroke: 1px #ceb8f878;
    }


    /* Breadcrumb */
    .section--breadcrumb { padding-bottom: calc(30px + 1vw); }
    .breadcrumb { 
      background: transparent; 
      padding: 0; 
      margin: 8px 0 0; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
    }
    .breadcrumb-item,
    .breadcrumb-item a { 
      font-size: 14px; 
      color: #6b6b6b; 
      text-decoration: none; 
    }
    .breadcrumb-item a:hover { color: #38286B; text-decoration: underline; }
    .breadcrumb-item + .breadcrumb-item::before { 
      content: "/"; 
      color: #b9b9b9; 
      padding: 0 8px; 
    }
    .breadcrumb-item.active { color: #38286B; font-weight: 600; }
    @media (max-width: 767px) {
      .breadcrumb-item, .breadcrumb-item a { font-size: 12px; }
    }











  

/* Contact Modal Styles */
.contactus--popup .modal-content {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    border: none;
    border-radius: 20px;
    color: #535353;
    top: 50px;
}

.contactus--popup .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.219);
    padding: 20px 30px 10px;
}

.contactus--popup .btn-close {
    background: none;
    border: none;
    color: #535353;
    font-size: 24px;
    opacity: 0.7;
}

.contactus--popup .btn-close:hover {
    opacity: 1;
}

.contactus--popup .modal-body {
    padding: 0;
}


.contact-info-panel {
  flex: 0.4;
  padding: 30px;
  background: rgb(255 255 255);
  border-radius: 22px;
  border-right: solid 2px #00000012;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-form-panel {
    flex: 1;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
}

.contact-section {
    margin-bottom: 25px;
}

.contact-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.contact-icon {
    color: #e1a5ff;
    font-size: 18px;
    margin-right: 10px;
    width: 20px;
}

.contact-text {
  color: #434343;
  font-weight: 500;
}

.contact-address {
    color: #ccc;
    font-size: 14px;
    margin: 5px 0 0 30px;
    line-height: 1.4;
}

.contact-details {
    margin: 25px 0;
}

.contact-input-field {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.social-media-icons {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
    color: #fff;
}

.social-icon.facebook:hover {
    background: #1877f2;
}

.social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-icon.linkedin:hover {
    background: #0077b5;
}

.social-icon.youtube:hover {
    background: #ff0000;
}

.contact-form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
  color: #191919;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ae00ff;
    font-size: 16px;
    z-index: 2;
}

.textarea-with-icon {
    position: relative;
}

.textarea-with-icon .input-icon {
    top: 15px;
    transform: none;
}

.form-control {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(166 166 166 / 20%);
  border-radius: 8px;
  color: #a5a5a5;
  padding: 12px 12px 12px 40px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffa500;
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25);
    color: #dedede;
}

.form-control::placeholder {
    color: #999;
}

select.form-control {
    appearance: none;
    background-image: none;
}

.select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    pointer-events: none;
}

.checkbox-group {
    margin: 20px 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    color: #ccc;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 2px;
}

.btn-submit {
    background: linear-gradient(135deg, #ffa500, #ff8c00);
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #ff8c00, #ffa500);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);
}















/* Floating Buttons */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.back-to-top {
  background: linear-gradient(135deg, #c5a3ff7d 0%, #ceb8f857 100%);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border: solid 1px #ceb8f8;
  backdrop-filter: blur(3px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    cursor: pointer;
}

.whatsapp-btn {
    background: #25d366;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #128c7e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #fff;
}
.whatsapp-btn i{
  font-size: 30px;
}
.chat-support-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: #fff;
}

.chat-support-btn:hover {
    background: linear-gradient(135deg, #ee5a24 0%, #ff6b6b 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
   
    
    .contact-info-panel,
    .contact-form-panel {
        padding: 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .floating-buttons {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
    
    .floating-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .contactus--popup .modal-dialog {
        margin: 10px;
    }
    
 
    .floating-buttons {
        bottom: 15px;
        right: 15px;
    }
    
    .floating-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}






/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us{
	padding: 100px 0;
}

.about-us-image{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 30px;
	margin-right: 20px;
}

.about-image-box{
	width: calc(50% - 15px);
}

.about-img-2{
	margin-bottom: 30px;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure{
	display: block;
	border-radius: 30px;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img{
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.about-img-1 img{
	aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img{
	aspect-ratio: 1 / 1.07;
}
.about-img-3 img{

}

.get-free-security-circle{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}

.section-inner-title {
  font-size: calc(20px + 1.5vw);
  font-weight: 700;
}

.get-free-security-circle img{
	width: 100%;
	max-width: 125px;
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.about-us-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
  border-radius: 100px;
  margin-bottom: calc(15px + 1vw);
  padding: 10px;
  margin-top: calc(15px + 1vw);
  justify-content: center;
}

.about-us-body-img{
	width: 200px;
	height: 145px;
	background-color: var(--white-color);
	clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
	display: flex;
	margin-right: 10px;
	margin-left: -20px;
}

.about-us-body-img figure{
	width: 180px;
	height: 145px;
	clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
	overflow: hidden;
}

.about-us-body-img img{
	width: 180px;
	height: 145px;
}

.about-us-body-content{
	width: calc(100% - 190px);
}

.about-us-body-content h3{
	color: white;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
  text-align: center;

}
section.section--about-inner .section-tag {
  margin-left: 0;
}

.about-us-body-content p{
	color: var(--white-color);
	margin: 0;
}

.about-us-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
}

.about-footer-list,
.about-footer-content{
	width: calc(50% - 15px);
}

.about-footer-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-footer-list ul li {
  background: url('../images/icon-check.svg') no-repeat;
  background-position: left top;
  background-size: 24px auto;
  line-height: 1.5em;
  padding-left: 35px;
  margin-bottom: 20px;
  filter: hue-rotate(80deg);
}


.about-footer-list ul li:last-child{
	margin-bottom: 0;
}

.about-contact-btn{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.about-contact-btn .icon-box{
	position: relative;
	height: 46px;
	width: 46px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.about-contact-btn:hover .icon-box{
	background-position: right center;
}

.about-contact-btn .icon-box img{
	width: 100%;
	max-width: 28px;
}

.about-footer-btn-content{
	width: calc(100% - 56px);
}

.about-footer-btn-content h3{
	font-size: 20px;
	color: var(--primary-color);
	margin: 0;
}

.about-footer-btn-content h3 a{
	color: inherit;
}

















.our-approach{
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



.our-approach-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.our-approach-image{
	position: relative;
	z-index: 1;
}

@media (min-width:992px) {
  .our-approach-content{
    position: relative;
    margin-right: -110px;
    z-index: 2;
  }
  
  
}

.mission-vision-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 30px;
  padding: 25px 30px;
  box-shadow: 0px 0px 100px 2px #0000000D;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.mission-vision-item:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.mission-vision-item:hover:before{
	top: 0;
	bottom: auto;
    height: 100%;
}

.mission-vision-item:last-child{
	margin-bottom: 0;
}

.mission-vision-item .icon-box{
	position: relative;
	margin-right: 30px;
	z-index: 1;
}

.mission-vision-item .icon-box img{
	width: 100%;
	max-width: 60px;
	transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.mission-vision-content{
	position: relative;
	width: calc(100% - 110px);
	z-index: 1;
}

.mission-vision-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}
.mission-vision-item .icon-box img{
  filter: hue-rotate(80deg);
}

.mission-vision-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .mission-vision-content h3,
.mission-vision-item:hover .mission-vision-content p{
	color: white;
}

.our-approach-image figure{
	display: block;
	border-radius: 30px;
}

.our-approach-image img{
	width: 100%;
	aspect-ratio: 1 / 0.663;
	object-fit: cover;
	border-radius: 30px;
}





.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.155);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}












.section--how-it-works .section-tag{
  margin-left: 0;
}

.section--how-it-works .section-title {
  margin-bottom: calc(15px + 1vw);
}
.how-it-work{
	padding: 100px 0;
}

.how-it-work-content{
	margin-right: 30px;
}

.work-step-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.work-step-item::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(30px, 55px);
    border: 1px dashed var(--accent-secondary-color);
    width: 1px;
    height: 100%;
    z-index: -1;
}

.work-step-item:last-child:before{
	display: none;
}

.work-step-item:last-child{
	margin-bottom: 0px;
}

.work-step-item .work-step-no{
	height: 60px;
	width: 60px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-no{
	background-position: right center;
}

.work-step-no h3{
	color: var(--white-color);
	font-size: 24px;
	font-weight: 700;
}

.work-step-content{
	width: calc(100% - 80px);
}

.work-step-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.work-step-content p{
	margin: 0;
}

.how-it-work-image{
	position: relative;
	padding-left: 80px;
}

.how-it-work-img-1 figure,
.how-it-work-img-2 figure{
	display: block;
}

.how-it-work-img-1 img,
.how-it-work-img-2 img{
	width: 100%;
	object-fit: cover;
}

.how-it-work-img-1 figure{
	border-radius: 30px;
}

.how-it-work-img-1 img{
	aspect-ratio: 1 / 1.16;
}

.how-it-work-img-2{
	position: absolute;
	max-width: 306px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border: 10px solid var(--white-color);
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}

.how-it-work-img-2 img{
	aspect-ratio: 1 / 1.02;	
}




















/************************************/
/*** 	32. Contact Us Page css   ***/
/************************************/

.page-contact-us{
	padding: 100px 0;
}

.page-contact-us .section-row .section-title{
	max-width: 600px;
}

.page-contact-box{
	position: relative;
	padding: 0 calc(30px + 5vw);
	background: url('../images/contact-box-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid var(--divider-color);
	box-shadow: 0px 0px 100px 2px #0000000D;
	border-radius: 30px;
	margin-top: 150px;
}

.page-contact-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #15151594;
	opacity: 80%;
	border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-info-list {
  position: relative;
  background: #ffffff14;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 100px;
  padding: 60px;
  margin: -150px 0 30px 0;
  z-index: 1;
  border: solid 1px #ffffff2b;
}


.contact-info-item:before{
	content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: var(--dark-divider-color);
    width: 1px;
    height: 85%;
}

.contact-info-item:last-child::before,
.contact-info-item:nth-child(3n + 3)::before{
	display: none;
}

.contact-info-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.contact-info-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--primary-color);
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.contact-info-content h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-content p{
	color: var(--white-color);
	opacity: 80%;
	margin: 0;
}

.contact-info-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.contact-info-content p a:hover{
	color: var(--primary-color);
}

.contact-us-form {
  position: relative;
  text-align: center;
  z-index: 1;
  backdrop-filter: blur(4px);
  border: 1px solid rgb(206, 184, 248);
  background-color: rgb(255 255 255 / 20%);
  padding: calc(15px + .5vw);
  border-radius: 22px;
}

.contact-us-form h2{
  color: white;
  text-transform: uppercase;
  margin: calc(15px + 0.1vw) 0;
  -webkit-text-stroke: 1px #ceb8f878;
}
.member-contact-form.contact-form .form-control{
	background: #00000045;
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
    height: 650px;
    width: 100%;
}

.google-map-iframe iframe{
	filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover{
	filter: grayscale(0%);
}





























/* EKYC PAGE */

/* section.section--ekyc-banner.section.p-0 {
  padding: calc(120px + 1vw) calc(10px + 1vw)!important;
} */
.nbb-buttons{
  display: flex;
  align-items: center;
}


.nbb-link.classic .section-tag.category-tag {
  border-radius: 30px;
  margin: 0;
  color: white;
  padding: 4px 20px;
  transition: all 0.3s ease-in-out;
}
.nbb-link.classic .section-tag.category-tag p {
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}


.nbb-link .special-arrow i {
  animation: arrowMove 1s ease-in-out infinite;
}

/* Animation keyframes */
@keyframes arrowMove {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(3px); } /* thoda aage */
  100% { transform: translateX(0); }   /* wapas peeche */
}
.nbb-link.classic .special-arrow {
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: -15px;
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.nbb-link.classic .special-arrow i {
  color: #d1cfff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}


.nbb-link.classic .section-tag.category-tag:hover{
  background:linear-gradient(90deg, #ede4ff 0%, #ece5f8 50%, #f0f0f0 100%) ;
}
.nbb-link.classic .section-tag.category-tag:hover .special-arrow{
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
}

.nbb-link.classic .section-tag.category-tag:hover .special-arrow i{
  color: #ffffff;
}

.nbb-link.classic .section-tag.category-tag:hover p{
  color: #2f2f2f;
}









.nbb-link.classic-2 .section-tag.category-tag {
  border-radius: 30px;
  margin: 0;
  color: #2f2f2f;
  padding: 4px 20px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #ede4ff 0%, #ece5f8 50%, #f0f0f0 100%);
}
.nbb-link.classic-2 .section-tag.category-tag p {
  color: #2f2f2f;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0!important;
}

.nbb-link.classic-2 .special-arrow {
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: -15px;
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.nbb-link.classic-2 .special-arrow i {
  color: #ffffff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}




.nbb-link.classic-2 .section-tag.category-tag:hover{
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
}
.nbb-link.classic-2 .section-tag.category-tag:hover .special-arrow{
  background: white;
}

.nbb-link.classic-2 .section-tag.category-tag:hover .special-arrow i{
  color: #d1cfff;
}

.nbb-link.classic-2 .section-tag.category-tag:hover p{
  color: #fff;
}

@media (min-width: 992px){

  .section__tag.banner_tag {
    position: absolute;
    top: 122px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;

  }
}










.section__tag {
  display: flex;
  max-width: fit-content;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
  border: solid 1px rgb(180 108 255 / 41%);
  margin-bottom: calc(10px + 1vw);
  /* margin-left: auto;
  margin-right: auto; */
}
.section__tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.225), transparent);
  animation: shine-tag 2s infinite;
}

.section__tag p {
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px!important;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 9px;
}
.section__tag i {
  color: #ffffff;
}



.section--banner{
  position: relative;
  width: 100%;
}


.promo-video img.img-fluid {
  max-height: 310px;
  margin: calc(15px + .5vw) 0;
  border-radius: 22px;
  margin-bottom: calc(15px + 1.5vw);
}


/* common base styles */
.banner-feature-list__item {
  position: absolute;
  max-width: calc(100px + 1vw);
}

/* ====== Different styles for each child ====== */
.banner-feature-list__item:nth-child(1) {
  top: 150px;
  left: 100px;
  transform: rotate(-30deg);
}
.banner-feature-list__item:nth-child(2) {
  top: 190px;
  right: 120px;
  transform: rotate(30deg);
}
.banner-feature-list__item:nth-child(3) {
  bottom: 160px;
  left: 80px;
  transform: rotate(-35deg);
}
.banner-feature-list__item:nth-child(4) {
  bottom: 180px;
  right: 80px;
  transform: rotate(35deg);
}



.banner-feature-list__item p {font-size: calc(0.4rem + 0.4vw)!important;}
.banner-feature-list__item .icn img {
  max-height: 70px;
  margin-top: -53px;
}

.our--team .banner-feature-list__item .icn img {
  max-height: 120px;
  margin-top: -53px;
}
.banner-content h1 {
  font-size: calc(1.5rem + 1.5vw);
  letter-spacing: 1px;
  line-height: 1.1;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 15px;
  z-index: 1;
}
.section--newbanner .banner-content p {
  font-size: calc(0.7rem + 0.33vw);
  line-height: 1.2;
  margin-bottom: 15px;
}

span.brand-color {
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 800;
font-family: inherit;
font-size: inherit;
}


.banner__action {
  display: flex;
}


.banner-content .icn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ceb8f878;
  margin-bottom: 5px;
}


.banner__action a:first-child {
  margin-right: 15px !important; 
}


span.color-primary{
}

.banner__head {
  margin-bottom: calc(10px + .2vw);
}


.highlited-shape {
  position: relative;
  display: inline-block;
  z-index: -1;
  background: linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #bc99ff 100%);
  padding: 2px 5px;
  color: white;
}













/* Light Contact Modal */
.contact-modal .modal-content{border:0;background:#ffffff;}
.contact-modal .modal-left {
  background: #f6deff59;
  border-right: 1px solid #edf0f5;
  backdrop-filter: blur(11px);
  color: black;
  border-right: solid 1px #ddaaff;
}
.contact-modal .modal-left h3 {
  font-weight: 700;
  color: #613575;
  font-family: "Nunito Sans";
}
.contact-modal .modal-left p{color:#4b4b4b;}
.contact-modal .modal-left i{color:#6f42c1;}
.contact-modal .modal-right h4{font-weight:800;color:#613575;font-family: "Nunito Sans";font-size: calc(12px + 1vw);}
.contact-modal .light-form .form-control,
.contact-modal .light-form .form-select{background:#fbfcfe;border:1px solid #e3e8ef;color:#1a1a1a;}
.contact-modal .light-form .form-control:focus,
.contact-modal .light-form .form-select:focus{border-color:#6f42c1;box-shadow:0 0 0 .2rem rgba(111,66,193,.15);}
.contact-modal .input-with-icon .input-group-text{background:#f1f4f9;border:1px solid #e3e8ef;color:#6b7280;}
.contact-modal .input-with-icon .form-control,
.contact-modal .input-with-icon .form-select{border-left:0;}
.contact-modal .input-with-icon .form-control:focus,
.contact-modal .input-with-icon .form-select:focus{border-left:0;}
.contact-modal .btn-primary{background:#1a73e8;border-color:#1a73e8;}
.contact-modal .btn-primary:hover{background:#155cc2;border-color:#155cc2;}
.contact-modal .form-check-input:checked{background-color:#1a73e8;border-color:#1a73e8;}
.contact-modal .btn-close{filter:none;}
span.input-group-text {
  background-color: #e3c0ff63;
  border-color: #eec0ff00;
  color: #797979;
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgb(107 107 107 / 75%) !important;
}
label.form-check-label {
  color: #939393;
}



span.input-group-text {
  background-color: #e3c0ff63;
  border-color: #eec0ff00;
  color: #797979;
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgb(107 107 107 / 75%) !important;
}
label.form-check-label {
  color: #939393;
}


.contact-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 120px;
  height: 140px;
  text-align: center;
  justify-content: center;

}
.contact-items img {
  max-height: 60px;

}
.contact-items p {
  font-size: 12px;
  font-family: 600;
  list-style: none;
  line-height: 1.2;

}

.section--contactus .card__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}










.contact-modal .card__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}






















.section--thankyou .card__img{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: calc(15px + 1vw);
}

.thankyou__desc {
font-size: 16px;
color: #555;
}

.thankyou__actions .thankyou__card {
  backdrop-filter: blur(4px);
  border-color: rgb(206, 184, 248);
  border-image: initial;
  background-color: rgb(255 255 255 / 64%);
  border: 1px solid #eee;
  max-width: 360px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.section--thankyou .social-icons a {
  margin: 0 6px;
  font-size: 18px;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px transparent;
}
.section--thankyou .social-icons a:hover {
  background: #cfb8f892;
  border-color: #CEB8F8;
}

.section--thankyou h5 {
  color: #464646;
  font-family: 'Red Hat Display';
  font-size: calc(12px + .5vw);
}

.thankyou__icon img{
  max-height: 160px;
  animation: nbb-cardBurstSpin 5s;
  transform-style: preserve-3d;
}





select.form-select {
  background: transparent;
  border-color: #80808033;
}






.swiper-button-next, .swiper-button-prev{
  display: none;
}

.section--contactusinput .form-control {
  color: black;
}









.section--our-portfolio{}


.section--our-portfolio .about-title {
  font-size: calc(20px + 7vw);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
  font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
  background: linear-gradient(to bottom, #946ac46e 30%, rgb(255 255 255 / 26%) 76%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}




@media (min-width:768px) {
  .custom--portfolio {
    margin-top: calc(60px + 5vw)!important;
}
}




@media (max-width:375px){
  .card--products {
    padding: 10px;
    max-width: 120px;
  }
  .product-tab--content-cards {
    gap: 5px;
}
.about-stats {
  gap: 10px;
}
.card--animated.banner-card {
  display: none;
}
}
@media (max-width:767px){
  .custom--portfolio {
    margin-top: calc(100px + 5vw)!important;
}
.section--our-portfolio .about-title {
  font-size: calc(20px + 4vw)!important;
}

}

.custom--portfolio {
  
}
.custom--portfolio .project-card {
  border: solid 1px #ceb8f8c9;
  background: white;
  border-radius: 25px;
  box-shadow: 0 8px 24px rgba(34, 18, 51, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.custom--portfolio .project-card .project-content{
  padding: calc(15px + 1vw);
}
.custom--portfolio .project-card .project-image img{
  border-radius: 25px;
}

.custom--portfolio .project-card .project-image{
  position: relative;
}
.custom--portfolio .project-card .project-image .nbb-buttons{
  position: absolute;
  top: 20px;
  right: 20px;
}



.custom--portfolio .project-card{
  
}

.custom--portfolio .project-card{
  
}

.custom--portfolio .project-card{
  
}

/* -------- Portfolio Cards: Image Heights & Scroll Animation -------- */
/* Fixed-height wrappers with overflow to pan tall landing images */
.custom--portfolio .project-card .project-image {
  position: relative;
  overflow: hidden;
}

/* Different height for first and second items within the row */
.custom--portfolio .row.g-4 > div:nth-child(1) .project-card .project-image { height: calc(300px + 5vw); }
.custom--portfolio .row.g-4 > div:nth-child(2) .project-card .project-image { height: calc(300px + 5vw); }
.custom--portfolio .row.g-4 > div:nth-child(3) .project-card .project-image { height: calc(300px + 5vw); }
.custom--portfolio .row.g-4 > div:nth-child(4) .project-card .project-image { height: calc(300px + 5vw); }
/* Default: scroll top → bottom */
.custom--portfolio .project-card .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  animation: nbbScrollY 14s linear infinite alternate;
  transition: object-position 2.5s ease-in-out;
}

/* Keyframes normal */
@keyframes nbbScrollY {
  0% { object-position: top; }
  100% { object-position: bottom; }
}


/* Hover: stop first and start reverse */
.custom--portfolio .project-card:hover .project-image img {
  animation: nbbScrollY-R 4s linear infinite alternate;
  transition: object-position 2.5s ease-in-out;
}

.custom--portfolio .project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(34, 18, 51, 0.12);
}



/* -------- Portfolio Cards: Content Styling -------- */
.custom--portfolio .project-category {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6f5aa1;
  background: #f5f0ff;
  border: 1px solid #ceb8f8;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.custom--portfolio h4 {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  margin: 6px 0 8px;
}

.custom--portfolio .project-content p {
  margin-bottom: 12px;
  color: #4a4a4a;
}

.custom--portfolio .project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 12px;
}

.custom--portfolio .tech-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #faf7ff;
  border: 1px solid #e7dbff;
  color: #5b3ea6;
  font-size: 12px;
  font-weight: 600;
}

.custom--portfolio .project-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.custom--portfolio .result-item {
  background: #f9f6ff;
  border: 1px dashed #ceb8f8;
  border-radius: 14px;
  padding: 10px 12px;
  text-align: center;
}

.custom--portfolio .result-number {
  display: block;
  font-weight: 800;
  color: #5b3ea6;
}

.custom--portfolio .result-label {
  display: block;
  font-size: 12px;
  color: #6b6b6b;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .custom--portfolio .row.g-4 > div:nth-child(1) .project-card .project-image,
  .custom--portfolio .row.g-4 > div:nth-child(2) .project-card .project-image {
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .custom--portfolio .row.g-4 > div:nth-child(1) .project-card .project-image,
  .custom--portfolio .row.g-4 > div:nth-child(2) .project-card .project-image {
    height: 320px;
  }
}

/* -------- Portfolio Tabs Design -------- */
.portfolio-tabs-container {
  margin: 40px 0 60px;
  position: relative;
}

.portfolio-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  background: rgb(255 255 255);
  padding: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(206, 184, 248, 0.2);
}


.tab-indicator {
  position: absolute;
  top: 8px;
  left: 8px;
  height: calc(10% - 16px);
  background: linear-gradient(135deg, #5b3ea600 0%, #ceb8f800 100%);
  border-radius: 40px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  box-shadow: 0 4px 15px rgba(91, 62, 166, 0.3);
}

/* Portfolio Grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.portfolio-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item.hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.portfolio-item .project-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio-item .project-image {
  height: 280px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.portfolio-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  animation: nbbScrollY 12s linear infinite alternate;
}

.portfolio-item:hover .project-image img {
  animation-direction: alternate-reverse;
}

.portfolio-item .project-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.portfolio-item .project-results {
  margin-top: auto;
  padding-top: 15px;
}



/* Animation for tab switching */
.portfolio-item.fade-in {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Portfolio Tabs */
@media (max-width: 768px) {
  .portfolio-tabs {
    display: flex;                
    flex-direction: row;
    align-items: stretch;
    gap: 8px;                    
    padding: 4px;
    width: 100%;
    overflow-x: auto;              
    overflow-y: hidden;         
    white-space: nowrap;         
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;       
  }
  
  .portfolio-tabs::-webkit-scrollbar {
    height: 6px;               
  }
  
  .portfolio-tabs::-webkit-scrollbar-thumb {
    background: #ccc;             
    border-radius: 3px;
  }
  
  .portfolio-tabs::-webkit-scrollbar-track {
    background: transparent;
  }
  
  
  .tab-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .portfolio-item .project-image {
    height: 220px;
  }
}

@media (max-width: 480px) {

  
  .tab-btn {
    text-align: center;
    margin: 2px 0;
  }
  
  .tab-indicator {
    display: none;
  }
}








.section-npcarousal{
  
}




















.our--team .banner__action {
  display: flex;
  justify-content: center;
  margin-top: calc(15px + 0.7vw);
}



.modern-blog-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 0;
  border-radius: 35px;
  overflow: hidden; }

.modern-blog-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  border-radius: 35px;
  z-index: 1;
}

.modern-blog-section .container,
.modern-blog-section .row,
.modern-blog-section .col-lg-7,
.modern-blog-section .col-lg-5 {
  position: relative;
  z-index: 2;
}


@media (min-width:992px){
  .modern-blog-section {
    height: 70vh;
    
  }
}

.blog-tagline {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  color: #ccc;
}
.blog-tagline i{
  margin-right: 10px;
  font-size: 18px;
}

.blog-heading {
    font-size: calc(24px + 2vw);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.blog-description {
  font-size: 16px;
  color: #ddd;
  max-width: 550px;
}

.blog-buttons .btn {
  padding: 10px 22px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 15px;
  text-decoration: none;
  transition: 0.3s ease;
}

.blog-buttons .btn-primary {
  background-color: #fff;
  color: #000;
}

.blog-buttons .btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.blog-buttons .btn-outline:hover {
  background-color: #fff;
  color: #000;
}

.blog-feature-cards {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.blog-feature-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 180px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-in-out;
  width: 300px;
  border: solid 2px #ceb8f8f5;
  margin-top: calc(5px + 12vw);
}

.section--blog .card.card_about-menu {
  background: #ffffff!important;
}
.card.card_about-menu img {
  max-height: 225px!important;
}


.blog-feature-card:hover {
}

.blog-feature-card .card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.blog-feature-card h5 {
  font-size: 16px;
  font-weight: 600;
  max-width: 80%;
  margin: 0;
}

.arrow-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 8px;
  transition: 0.3s ease;
  width: 30px;
  height: 30px;
  border: solid 1px white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-btn i {
  font-size: 12px;
}

.blog-feature-card:hover .arrow-btn {
  background-color: #ceb8f8;
}

.blog-feature-card:hover .arrow-btn i {
  filter: invert(1);
}









section.section--esign-banner.section.section--blog.nbb--boxes .custom--portfolio {
  margin-top: 0;
}













.blog-main-slider .card_about-menu {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  padding: 20px;
}

.blog-main-slider .card_about-menu:hover {
  transform: translateY(-5px);
}

.blog-main-slider .card-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-main-slider .category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #28a745;
  padding: 5px 12px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
}

.blog-main-slider .card_body {
  margin-top: 15px;
}

.blog-main-slider .card_body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-main-slider .card_body p {
  font-size: 15px;
  color: #666;
}

.blog-main-slider .card-foot {
  margin-top: 15px;
}

.blog-main-slider .section-tag {
  display: flex;
  align-items: center;
  color: #28a745;
  font-weight: 500;
  cursor: pointer;
}

.blog-main-slider .tag-img {
  width: 16px;
  height: auto;
}











.section--open-positions .card {
  background-color: white;
  color: #b48dff;
  font-family: 'Red Hat Display';
}


.section--open-positions .card h4{
  color: #b48dff;
  font-family: 'Red Hat Display', sans-serif;
  margin-top: 15px;
}


.section--open-positions .card p{

  color: #4a4a4a;
  font-family: 'Red Hat Display', sans-serif;
}


.section--open-positions .card a{
  color: #b48dff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section--open-positions .card a:hover{
  text-decoration: underline;
}
.section--open-positions .card a i{
margin-left: 10px;
font-size: 15px;
text-decoration: none!important;
}
.section--open-positions .card a:hover i{
  text-decoration: none!important;
  }

































/* #################### VALIDATION #################### */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  border: 1px solid #468847;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  border: 1px solid #B94A48;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/* #################### VALIDATION #################### */













.section-npcarousal__portfolio-item {
  transition: opacity 0.4s, visibility 0.4s;
}
.section-npcarousal__project-image {
  overflow: hidden;
  height: 240px; /* Adjust as needed */
  position: relative;
}
.section-npcarousal__img {
  transition: transform 2s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-npcarousal__project-image:hover .section-npcarousal__img {
  transform: translateY(-30%);
}

/* Tab fade/hidden states */
.portfolio-item.hidden, .section-npcarousal__portfolio-item.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.portfolio-item.fade-in, .section-npcarousal__portfolio-item.fade-in {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 0.4s, visibility 0.4s;
}

/* Remove old portfolio-item, project-card, project-image, project-content, project-category styles for portfolio section. Use only section-npcarousal__* classes below. */

.section-npcarousal__portfolio-item {
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 1;
  visibility: visible;
  position: relative;
  display: block;
}
.section-npcarousal__portfolio-item.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.section-npcarousal__portfolio-item.fade-in {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 0.4s, visibility 0.4s;
}
.section-npcarousal__project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-npcarousal__project-image {
  overflow: hidden;
  height: 240px;
  position: relative;
}
.section-npcarousal__img {
  transition: transform 2s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-npcarousal__project-image:hover .section-npcarousal__img {
  transform: translateY(-30%);
}
.section-npcarousal__project-content {
  padding: 24px 20px 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-npcarousal__project-category {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tab indicator and tabs */
.portfolio-tabs .tab-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 10px 24px;
  cursor: pointer;
  color: #222;
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
}
.portfolio-tabs .tab-btn.active {
  color: #9864ff;
  box-shadow: 0 4px 15px rgba(91, 62, 166, 0.1);
  border: solid 1px #ceb8f8;
}


/* Responsive grid (if needed) */
@media (max-width: 768px) {
  .section-npcarousal__project-image {
    height: 160px;
  }
  .section-npcarousal__project-content {
    padding: 16px 10px 14px 10px;
  }
}

/* Career Apply Modal Custom Styles */
#careerApplyModal .modal-content.nbb--boxes {
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(91,62,166,0.18);
  border: none;
}
#careerApplyModal .modal-header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: none;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(135deg, #5b3ea6 0%, #ceb8f8 100%);
  color: #fff;
}
#careerApplyModal .modal-title i {
  color: #fff;
  margin-right: 8px;
}
#careerApplyModal .btn-close {
  filter: invert(1);
}
#careerApplyModal .modal-body {
  background: #f8f6fc;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
#careerApplyModal .form-label i {
  color: #5b3ea6;
  margin-right: 4px;
}
#careerApplyModal .form-control, #careerApplyModal .form-select {
  border-radius: 8px;
  border: 1px solid #ceb8f8;
  background: #fff;
  box-shadow: none;
  font-size: 1rem;
  margin-bottom: 2px;
}
#careerApplyModal .form-control:focus, #careerApplyModal .form-select:focus {
  border-color: #5b3ea6;
  box-shadow: 0 0 0 2px #ceb8f84d;
}
#careerApplyModal textarea.form-control {
  min-height: 90px;
}
#careerApplyModal .btn.btn-primary {
  background: linear-gradient(135deg, #5b3ea6 0%, #ceb8f8 100%);
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(91,62,166,0.10);
  transition: background 0.2s;
}
#careerApplyModal .btn.btn-primary:hover {
  background: linear-gradient(135deg, #ceb8f8 0%, #5b3ea6 100%);
}

/*Amit Dev code start here*/
        .e-kyc-section {
            padding: 80px 0; 
            background: #f8f8f8; 
            position: relative;
            overflow: hidden;
        }

        .e-kyc-section .container {
            position: relative; 
            z-index: 1;
        }

        .e-kyc-section .lead {
            font-size: 1.15rem;
            color: #6c757d;
            max-width: 800px;
            margin: 0 auto 60px auto;
        }

        .step-card {
            background: linear-gradient(180deg,#a67cf7 0%,#ceb8f8 100%);
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 300px;
        }

        .step-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            border-color: #007bff; 
        }

        .step-card .icon-circle {
            background-color: #e6f7ff;
            color: #a37af1;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            margin: 0 auto 25px auto;
            transition: background-color 0.3s 
        ease, color 0.3s 
        ease;
            border: 2px solid rgb(158 118 236);
        }
        .step-card:hover .icon-circle {
            background-color: #cdb7f8;
            color: #ffffff; 
            border-color: #cdb7f8;
        }

        .step-card .step-number-bg {
            font-size: 4rem;
            font-weight: 600;
            color: rgb(205 183 248);
            position: absolute;
            top: 15px;
            left: 12%;
            transform: translateX(-50%);
            z-index: 0;
            line-height: 1;
        }

        .step-card h3 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #fff;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .step-card p {
            font-size: 1rem;
            color: #000;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 767.98px) {
            .e-kyc-section {
                padding: 60px 0;
            }
            .e-kyc-section h2 {
                font-size: 2.2rem;
            }
            .e-kyc-section .lead {
                font-size: 1rem;
                margin-bottom: 40px;
            }
            .step-card {
                padding: 25px;
                height: auto;
                margin-bottom: 0;
            }
            .step-card .step-number-bg {
                font-size: 3rem;
                top: 15px;
            }
            .step-card .icon-circle {
                width: 60px;
                height: 60px;
                font-size: 1.8rem;
                margin-bottom: 20px;
            }
            .step-card h3 {
                font-size: 1.4rem;
            }
        }
        .kyc-card {
            background: #fff;
            border: none;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
            border-left: 5px solid #764ba2; 
        }

        .kyc-card:hover {
            transform: translateX(10px);
            box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
        }

        .icon-box {
            width: 65px;
            height: 65px;
            background-color: #eae0fd;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gradient-icon {
            width: 32px;
            height: 32px;
            fill: #a37af1; 
        }

        .arrow-link {
            color: #764ba2;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.3s ease;
        }

        .kyc-card:hover .arrow-link {
            opacity: 1;
            transform: translateX(0);
        }

        .stop-color-1 { stop-color: #667eea; }
        .stop-color-2 { stop-color: #764ba2; }

        @media (max-width: 767px) {
            .kyc-card:hover {
                transform: translateY(-5px); 
            }
        }
        
        .nbb-unique-section {
            padding: 80px 0;
            background-color: #f4f7f6;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        .section-head {
            margin-bottom: 60px;
            text-align: center;
        }

        .section-head h2 {
            font-weight: 800;
            color: #1a202c;
            margin-bottom: 20px;
            font-size: 2.2rem;
        }

        .section-head p {
            color: #555;
            font-size: 1rem;
            line-height: 1.6;
            max-width: 900px;
            margin: 0 auto;
        }

        .unique-card {
            background: #ffffff;
            padding: 40px 25px;
            height: 100%;
            position: relative;
            transition: all 0.4s ease;
            border: none;
            border-radius: 40px 0 40px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-left: 4px solid transparent; 
            overflow: hidden;
            z-index: 1;
        }

        .bg-number {
            position: absolute;
            top: -10px;
            right: 5px;
            font-size: 5rem;
            font-weight: 900;
            color: #f0f2f5;
            z-index: -1;
            transition: all 0.4s ease;
        }

        .icon-box {
            width: 65px;
            height: 65px;
            background: #eef2ff; 
            color: #a37af1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            margin-bottom: 20px;
            transition: all 0.4s ease;
        }

        .unique-card h3 {
            font-size: 1.35rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 15px;
        }

        .unique-card p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 0;
        }

        .unique-card:hover {
            transform: translateY(-10px); 
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-left: 4px solid #a37af1; 
        }

        .unique-card:hover .icon-box {
            background: #a37af1;
            color: #ffffff;
            transform: rotateY(360deg); 
        }

        .unique-card:hover .bg-number {
            color: #e4dbf7;
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .section-head h2 { font-size: 1.8rem; }
            .unique-card { margin-bottom: 20px; }
            
            .banner__action {
                display: inline-block;
            }
        }
        
       .testimonial-swiper .swiper-button-prev,
        .testimonial-swiper .swiper-button-nextt {
            color: white !important;
            background-color: rgba(0, 0, 0, 0.5); 
            width: 44px;
            height: 44px;
            border-radius: 9999px;
            transition: background-color 0.3s;
            padding: 10px;
        }

        .testimonial-swiper .swiper-button-prev:hover,
        .testimonial-swiper .swiper-button-next:hover {
            background-color: rgba(0, 0, 0, 0.75);
        }

        .testimonial-swiper .swiper-button-prev::after,
        .testimonial-swiper .swiper-button-next::after {
            font-size: 1.5rem !important;
            display: none; 
        }
        
        .testimonial-swiper .swiper-pagination-bullet {
            background-color: #d1d5db !important;
            opacity: 1 !important;
            width: 10px;
            height: 10px;
            margin: 0 4px !important;
            transition: background-color 0.3s, width 0.3s;
        }

        .testimonial-swiper .swiper-pagination-bullet-active {
            background-color: #c5a7fe !important;
            width: 20px; 
            border-radius: 9999px;
        }
        
        .testimonial-swiper .swiper-slide-img {
            height: auto;
            width: 100%;
            box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
            border-radius: 20px;
        }
        .work{
            padding: 80px 0px;
        }
        .work img{
            width: 100%;
        }
        .work h2{
            font-size: 24px;
            color: #a988e8;
        }
        .work h3{
            font-size: 26px;
            padding: 10px 0px;
        }
        .work p{
            margin-bottom:10px;
            font-size: 16px;
        }
        .solution .bg1{
            background: #ccb6f5;
        }
        .solution .bg2{
            background: #6247aade;
        }
        .solution .bg2 h3{
            color: #fff;
        }
        .solution .bg2 p{
            color: #fff;
        }
        .feature-card{
            border-radius: 10px;
            display: flex;
            align-items: center;
            padding: 25px;
            height: 250px;
        }
        .feature-card .icon-bg{
            background: #fff;
        }
        .feature-card:hover{
            background:#3c096cde;
            color: #fff;
        }
        .feature-card:hover p{
            color: #fff;
        }
        
        .industry .icon-svg {
            width: 2.5rem;
            height: 2.5rem;
            color: #4f46e5; 
        }
        
        .industry .card-hover-effect {
            border-radius: 1rem; 
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            border: none; 
            height: 250px;
            background: #fff;
        }
        
        .industry .card-body{
            padding: 2rem;
        }
        .industry .card-hover-effect:hover {
            transform: translateY(-8px);
            box-shadow: 0 1rem 3rem rgba(79, 70, 229, 0.15) !important; /* Enhanced shadow with indigo tint */
        }

        .border-indigo { border-top: 4px solid #6366f1 !important; }
        .border-purple { border-top: 4px solid #a855f7 !important; }
        .border-green { border-top: 4px solid #22c55e !important; }
        .border-yellow { border-top: 4px solid #f59e0b !important; }
        .border-red { border-top: 4px solid #ef4444 !important; }
        .border-blue { border-top: 4px solid #3b82f6 !important; }
        
        .btn-custom {
            background-color: #4f46e5;
            border-color: #4f46e5;
            padding: 0.75rem 2rem;
            border-radius: 2rem;
            font-weight: 600;
            transition: background-color 0.3s;
        }
        .btn-custom:hover {
            background-color: #4338ca;
            border-color: #4338ca;
        }