/* Requirement Table */
.section--requirement .requirement-table-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(27,12,40,.08);} 
.section--requirement .requirement-table thead th{background:linear-gradient(90deg, #c5a7ff 0%, #ceb8f8 50%, #c5a7ff 100%);color:#fff;border:0;padding:16px 18px;font-weight:600;}
.section--requirement .requirement-table tbody td{padding:14px 18px;border-color:#f0ecf7;}
.section--requirement .requirement-table tbody tr:nth-child(even){background:#faf7ff;}
.section--requirement .requirement-table tbody tr:nth-child(odd){background:#ffffff;}
.section--requirement .section__description{color:#4b4b4b;}
.table>:not(caption)>*>* {
  background-color: #e3c0ff0d;
  color: black;
}
/* 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;
}
* {
    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;
  }
  



  


  /* Mobile and Tablet Mega Menu Styles */
  @media (max-width: 991px) {
    .nav-item.dropdown.dropdown-mega {
      position: relative;
    }


/* 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;
}








.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;
}





















  }

  /* 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-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: 99;
    width: 100%;
}

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












.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;
}










































body {
  
    background: #ffffff;
    overflow-x: hidden;
}


/* Custom Properties */
:root {
    --primary-color: #ceb8f8;
    --secondary-color: #11110b;
    --accent-color: #8d35ff;
    --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;
}





  







/* ----------- [ 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;
  font-size: calc(24px + 1.2vw);
  font-weight: 800;
  color: var(--text-secondary);
  font-family: 'Nunito Sans';
  letter-spacing: 1.5px;
}
.section {padding: calc(4rem + 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;}


.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: 30px;
    margin-top: calc(30px + 1.5vh + 1.5vw);
}
  
  .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;
  }
  
  .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;
  }
  
 


















  
  /* 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 + 1.5vw);
    color: black;
    text-align: center;
    background-color: #ceb8f821;
}


.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);} */





@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;}

 
  

}
@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;
}

.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;
}

.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;
}


















.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 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(16px + 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;
    /* 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: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
}
.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;
  }
  


































.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 {
    max-height: 60px;
}
  
.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%, #f9f8ff00 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: 60px;
    }
    
    .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;
}
.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: #ffffff;
        font-size: 13px;
        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 + 4vw);
        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, #946ac46e 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; }
    }
















.banner-feature-list__item p {font-size: calc(0.9rem + 0.4vw);}
.banner-feature-list [class*="col-"]:not(:last-child) .banner-feature-list__item:before {content: "";position: absolute;height: 80px;width: 1px;background: #cac4b2;right: -15px;}
.banner-feature-list__item {position: relative;padding: calc(1rem + 0.5vw);row-gap: calc(1rem + 0.5vw);display: flex;flex-direction: column;}
.banner-feature-list__item .icn img {
  max-height: 100px;
  margin-top: -53px;
}
.banner-content h1 {
  font-size: calc(1.5rem + 2vw);
  letter-spacing: 1px;
  line-height: 1.1;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 15px;
  z-index: 1;
}
.banner-content p {
  font-size: calc(0.7rem + 0.33vw);
  margin-bottom: 0;
  line-height: 1.2;
}

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;
}


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


span.color-primary{
}

.banner__head {
  margin-bottom: calc(50px + 1vw);
}


.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;
}

/* .highlited-shape:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/landing/highlighted-shape.png");
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
} */








.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;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  margin: 0 9px;
}
.section__tag i {
  color: #ffffff;
}











.card_whychoose {
  background-color: white;
  padding: 20px;
  border: none;
  height: 100%;
}

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

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


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

.card_whychoose .pl-content {
  margin-top: calc(15px + .5vw);
}

.card_whychoose 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;
}

.card_whychoose 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;
}
.card_whychoose .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%);
}

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

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



.section--easyprocess .section__tag {
  
  margin-left: 0;
  margin-right: auto;
}
.section--easyprocess .easy-process-carousal {
  margin-top: 32px;
}
.section--easyprocess .easy-process-carousal {
  row-gap: 15px;
}
.section--easyprocess .carousel-indicators.horizontalDots {
  position: static;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  list-style: none;
}
.section--easyprocess .carousel-indicators.horizontalDots li {
  margin: 0;
  width: 100%;
  text-indent: 0;
  background: transparent;
}
.section--easyprocess .tile--services {
  border-radius: 12px;
  padding: 18px;
  border: 1px solid rgba(103, 58, 183, 0.4);
  background: rgba(255,255,255,0.04);
  transition: all .25s ease;
  min-height: 128px;
  justify-content: center;
}
.section--easyprocess .tile--services .tile__icn img {
  max-height: 98px;
}
.section--easyprocess .tile--services .tile__content p {
  font-weight: 600;
}
.section--easyprocess .carousel-indicators.horizontalDots li.active .tile--services,
.section--easyprocess .carousel-indicators.horizontalDots li:hover .tile--services {
  background: rgba(103, 58, 183, 0.15);
  border-color: rgba(103, 58, 183, 0.4);
}
.section--easyprocess .card--services {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(103, 58, 183, 0.4);
  border-radius: 14px;
  padding: 22px;
}

.section--easyprocess .card--services ul {
  margin: 0;
}
.section--easyprocess .card--services ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 5px;
  
}
.section--easyprocess .card--services ul li i {
  color: #8e6dfc;
}

@media (max-width: 991.98px) {
  .section--easyprocess .carousel-indicators.horizontalDots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .section--easyprocess .carousel-indicators.horizontalDots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .section--easyprocess .tile--services { min-height: 110px; }
}

ol.carousel-indicators.horizontalDots li {
  background-color: white!important;
  padding: 0;
  margin: 0!important;
  border: none!important;
  
}
.section--easyprocess .card--services .card__head h3 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.section--easyprocess .card_video{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.section--easyprocess video{
  max-height: 340px;
}

.card__foot{
  margin-top: 15px;
}
.section--easyprocess .step-title{
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
}
.section--easyprocess .step-description{
  font-weight: 300;
  color: #717171;
  font-size: 20px;
  font-family: "Nunito Sans";
}





.cta-result {
  background-color: #f5efff;
  margin-top: calc(2rem + 2vw);
  border: solid 1px #f8ddff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(227, 192, 192, 0.05), 0 2px 4px 0 rgba(227, 192, 192, 0.1), 0 12px 28px 0 rgba(227, 192, 192, 0.2);
  position: relative;
}

.cta-result {
  background-image: url(../images/landing/cta-image-bg-fill.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
@media (max-width: 767.98px) {
  .cta-result:after {
    display: none;
  }
}
.cta-result:after {
  content: "";
  position: absolute;
  height: calc(2rem + 2vw);
  width: calc(2rem + 2vw);
  background-image: url(../images/landing/navigate-arrow.webp);
  right: -1rem;
  top: -2rem;
  background-size: contain;
  background-repeat: no-repeat;
  filter: hue-rotate(258deg);
}

.cta-result h2 {
  font-size: calc(1rem + 1.7vw);
  color: #1a1a1a;
  font-family: "Unbounded";
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, #6b6b6b 0%, #4e495c 50%, #000000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
}

.cta-result .nbb-link {
  margin-right: 15px;
}

.cta-result {
  padding: calc(5rem + 3vw) calc(1rem + 1.6vw);
}





.section__tag {
  
  margin-left: auto;
  margin-right: auto;
}




.card_video.mod{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.card_video.mod video {
  max-height: 210px;
  border: solid 1px #e4c0ff69;
  border-radius: 22px;
}








.section--promo-video{
  position: relative
}

.promo-video{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  position: relative!important;
}



.promo-video video {
  max-height: 480px;
  position: relative;
}


@media (max-width: 768px) {
  .promo-video video {
    max-height: 280px;
  }
}






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

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

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


.card--animated.promo-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); }

}



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


.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;
}















/* =============================
   Industries Tiles Section
   ============================= */
.section--industries .industries-tiles-parent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 30px 0;
}
.section--industries .industries-tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 1200px;
}
.section--industries .industry-tile {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(206,184,248,0.13), 0 1.5px 6px rgba(111,66,193,0.07);
  padding: 32px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s, transform 0.3s;
  border: 1.5px solid #f0eaff;
  position: relative;
  min-height: 340px;
}
.section--industries .industry-tile:hover {
  box-shadow: 0 16px 48px rgba(206,184,248,0.22), 0 2px 8px rgba(111,66,193,0.13);
  transform: translateY(-6px) scale(1.03);
  border-color: #ceb8f8;
}
.section--industries .tile-icon {
  background: linear-gradient(135deg, #f5f3ff 0%, #ceb8f824 50%, #edeaff 100%);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(206,184,248,0.09);
  width: 90px;
  height: 90px;
}
.section--industries .tile-icon img {
  max-height: 80px;
  max-width: 80px;
  transition: transform 0.3s;
}
.industry-tile .nbb-link.classic .section-tag.category-tag p {
  display: none;
}
.industry-tile .nbb-link.classic .section-tag.category-tag {
  padding: 4px;
  
}
.section--industries .nbb-link.classic{
  margin-left: auto;
  margin-top: auto;
}
.industry-tile .nbb-link.classic .special-arrow {
  margin: 0!important;
}






.section--industries .tile-content {
  text-align: center;
}
.section--industries .industry-tile:hover .tile-icon img {
  transform: rotateY(360deg) scale(1.15);
}
.section--industries .tile-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 8px;
  font-family: 'Red Hat Display', Arial, sans-serif;
}
.section--industries .tile-content p {
  font-size: 1rem;
  color: #717171;
  margin-bottom: 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.section--industries .nbb-link.classic {
  margin-top: auto;
}
@media (max-width: 991px) {
  .section--industries .industries-tiles-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
  .section--industries .industry-tile {
    padding: 24px 12px 20px 12px;
    min-height: 260px;
  }
  .section--industries .tile-icon {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .section--industries .tile-icon img {
    max-height: 38px;
    max-width: 38px;
  }
}
@media (max-width: 575px) {
  .section--industries .industries-tiles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .section--industries .industry-tile {
    padding: 18px 10px 14px 10px;
    min-height: 180px;
  }
}










































body {
  
    background: #ffffff;
    overflow-x: hidden;
}


/* Custom Properties */
:root {
    --primary-color: #ceb8f8;
    --secondary-color: #11110b;
    --accent-color: #8d35ff;
    --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;
}





  







/* ----------- [ 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;
  font-size: calc(24px + 1.2vw);
  font-weight: 800;
  color: var(--text-secondary);
  font-family: 'Nunito Sans';
  letter-spacing: 1.5px;
}
.section {padding: calc(4rem + 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;}


.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: 30px;
    margin-top: calc(30px + 1.5vh + 1.5vw);
}
  
  .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;
  }
  
  .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;
  }
  
 


















  
  /* 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 + 1.5vw);
    color: black;
    text-align: center;
    background-color: #ceb8f821;
}


.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);} */





@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;}

 
  

}
@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;
}

.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;
}

.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;
}


















.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 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(16px + 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;
    /* 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: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
}
.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;
  }
  


































.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 {
    max-height: 60px;
}
  
.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%, #f9f8ff00 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: 60px;
    }
    
    .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;
}
.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: #ffffff;
        font-size: 13px;
        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 + 4vw);
        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, #946ac46e 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; }
    }
















.banner-feature-list__item p {font-size: calc(0.9rem + 0.4vw);}
.banner-feature-list [class*="col-"]:not(:last-child) .banner-feature-list__item:before {content: "";position: absolute;height: 80px;width: 1px;background: #cac4b2;right: -15px;}
.banner-feature-list__item {position: relative;padding: calc(1rem + 0.5vw);row-gap: calc(1rem + 0.5vw);display: flex;flex-direction: column;}
.banner-feature-list__item .icn img {
  max-height: 100px;
  margin-top: -53px;
}
.banner-content h1 {
  font-size: calc(1.5rem + 2vw);
  letter-spacing: 1px;
  line-height: 1.1;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 15px;
  z-index: 1;
}
.banner-content p {
  font-size: calc(0.7rem + 0.33vw);
  margin-bottom: 0;
  line-height: 1.2;
}

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;
}


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


span.color-primary{
}

.banner__head {
  margin-bottom: calc(50px + 1vw);
}


.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;
}

/* .highlited-shape:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/landing/highlighted-shape.png");
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
} */








.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;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  margin: 0 9px;
}
.section__tag i {
  color: #ffffff;
}











.card_whychoose {
  background-color: white;
  padding: 20px;
  border: none;
  height: 100%;
}

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

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


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

.card_whychoose .pl-content {
  margin-top: calc(15px + .5vw);
}

.card_whychoose 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;
}

.card_whychoose 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;
}
.card_whychoose .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%);
}

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

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



.section--easyprocess .section__tag {
  
  margin-left: 0;
  margin-right: auto;
}
.section--easyprocess .easy-process-carousal {
  margin-top: 32px;
}
.section--easyprocess .easy-process-carousal {
  row-gap: 15px;
}
.section--easyprocess .carousel-indicators.horizontalDots {
  position: static;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  list-style: none;
}
.section--easyprocess .carousel-indicators.horizontalDots li {
  margin: 0;
  width: 100%;
  text-indent: 0;
  background: transparent;
}
.section--easyprocess .tile--services {
  border-radius: 12px;
  padding: 18px;
  border: 1px solid rgba(103, 58, 183, 0.4);
  background: rgba(255,255,255,0.04);
  transition: all .25s ease;
  min-height: 128px;
  justify-content: center;
}
.section--easyprocess .tile--services .tile__icn img {
  max-height: 98px;
}
.section--easyprocess .tile--services .tile__content p {
  font-weight: 600;
}
.section--easyprocess .carousel-indicators.horizontalDots li.active .tile--services,
.section--easyprocess .carousel-indicators.horizontalDots li:hover .tile--services {
  background: rgba(103, 58, 183, 0.15);
  border-color: rgba(103, 58, 183, 0.4);
}
.section--easyprocess .card--services {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(103, 58, 183, 0.4);
  border-radius: 14px;
  padding: 22px;
}

.section--easyprocess .card--services ul {
  margin: 0;
}
.section--easyprocess .card--services ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 5px;
  
}
.section--easyprocess .card--services ul li i {
  color: #8e6dfc;
}

@media (max-width: 991.98px) {
  .section--easyprocess .carousel-indicators.horizontalDots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .section--easyprocess .carousel-indicators.horizontalDots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .section--easyprocess .tile--services { min-height: 110px; }
}

ol.carousel-indicators.horizontalDots li {
  background-color: white!important;
  padding: 0;
  margin: 0!important;
  border: none!important;
  
}
.section--easyprocess .card--services .card__head h3 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.section--easyprocess .card_video{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.section--easyprocess video{
  max-height: 340px;
}

.card__foot{
  margin-top: 15px;
}
.section--easyprocess .step-title{
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
}
.section--easyprocess .step-description{
  font-weight: 300;
  color: #717171;
  font-size: 20px;
  font-family: "Nunito Sans";
}





.cta-result {
  background-color: #f5efff;
  margin-top: calc(2rem + 2vw);
  border: solid 1px #f8ddff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(227, 192, 192, 0.05), 0 2px 4px 0 rgba(227, 192, 192, 0.1), 0 12px 28px 0 rgba(227, 192, 192, 0.2);
  position: relative;
}

.cta-result {
  background-image: url(../images/landing/cta-image-bg-fill.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
@media (max-width: 767.98px) {
  .cta-result:after {
    display: none;
  }
}
.cta-result:after {
  content: "";
  position: absolute;
  height: calc(2rem + 2vw);
  width: calc(2rem + 2vw);
  background-image: url(../images/landing/navigate-arrow.webp);
  right: -1rem;
  top: -2rem;
  background-size: contain;
  background-repeat: no-repeat;
  filter: hue-rotate(258deg);
}

.cta-result h2 {
  font-size: calc(1rem + 1.7vw);
  color: #1a1a1a;
  font-family: "Unbounded";
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, #6b6b6b 0%, #4e495c 50%, #000000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
}

.cta-result .nbb-link {
  margin-right: 15px;
}

.cta-result {
  padding: calc(5rem + 3vw) calc(1rem + 1.6vw);
}





.section__tag {
  
  margin-left: auto;
  margin-right: auto;
}




.card_video.mod{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.card_video.mod video {
  max-height: 210px;
  border: solid 1px #e4c0ff69;
  border-radius: 22px;
}








.section--promo-video{
  position: relative
}

.promo-video{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  position: relative!important;
}



.promo-video video {
  max-height: 480px;
  position: relative;
}


@media (max-width: 768px) {
  .promo-video video {
    max-height: 280px;
  }
}






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

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

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


.card--animated.promo-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); }

}



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


.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;
}














