  body {
    margin: 0;
    overflow-x: hidden;
    background: #1c1c1c;
    cursor: none;
  }
a{
  text-decoration: none;
}



  /* preloader */
  .disable-ajaxload .preloader-wrap {
    display: none;
  }

  .preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1800;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .preloader-wrap .outer {
    padding: 0px;
    box-sizing: border-box;
  }

  .preloader-wrap .inner {
    vertical-align: middle;
    box-sizing: border-box;
  }

  .percentage-wrapper {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    z-index: 10;
    box-sizing: border-box;
    padding: 60px 0;
    overflow: hidden;
    mask-image: linear-gradient(180deg, transparent 5%, #000 15%, #000 85%, transparent 95%);
    -webkit-mask-image: linear-gradient(180deg, transparent 5%, #000 15%, #000 85%, transparent 95%);
  }

  .percentage {
    font-size: calc(1rem + 12vw);
    line-height: calc(1rem + 11vw);
    font-weight: 600;
    width: auto;
    height: calc(1rem + 11vw);
    color: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .percentage .number {
    display: block;
    text-align: center;
  }

  .percentage .number:first-child {
    display: block;
    text-align: right;
  }

  .percentage .number span {
    display: block;
  }

  .percentage-first {
    height: calc(1rem + 1.6vw);
    font-size: calc(1rem + 1vw);
    line-height: calc(1rem + 1.6vw);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    overflow: hidden;
  }

  .percentage-first span {
    position: relative;
    display: block;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }

  .percentage-last {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: calc(1rem + 4vw);
    line-height: inherit;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .percentage-last span {
    position: relative;
    display: block;
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
    opacity: 0;
  }

  .trackbar {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
    opacity: 1;
  }

  .loadbar {
    width: 300px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    transform-origin: center center;
    display: flex;
    justify-content: space-between;
  }

  .loadbar-inner {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: auto;
    right: auto;
    overflow: hidden;
    z-index: 20;
    clip-path: circle(0%);
  }

  .hold-progress-bar {
    width: 0%;
    height: 0px;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .preloader-intro {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
    float: left;
    z-index: 10;
    opacity: 1;
    mix-blend-mode: difference;
  }

  .preloader-intro span {
    position: relative;
    display: block;
    font-weight: 500;
    position: relative;
    font-size: 30px;
    line-height: 50px;
  }

  /* .percentage-last {
  font-size: calc(2rem + 6vw);
  font-weight: 800;
  color: white;
}
.percentage-last span {
  transform: translateY(200%);
  opacity: 0;
} */

  .percentage-first {
    transition: opacity 0.3s ease;
  }



  .hero-section {
    font-family: "Poppins", sans-serif;
    width: 100%;
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }

  .hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures full coverage without stretching */
    z-index: -1;
    /* keeps video behind the hero content */
  }


  .hero-title {
    font-size: 9vw;
    font-weight: bold;
    line-height: 1;
    color: #111319;
  }

  .hero-section h1 {
    display: inline-flex;
    /* ensures PR and CEPTION sit in one line */
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: rgba(173, 173, 173, 0.836);
    /* gap: 4px; */
  }

  .pr,
  .ception {
    font-size: 10vw;
    font-weight: bold;
    display: inline-block;
    /* color: rgb(2, 2, 2); */
    color: rgba(173, 173, 173, 0.842);
  }

  .ception {
    display: inline-flex;
    /* keep CEPTION letters in one line */
    flex-wrap: nowrap;
    white-space: nowrap;
    /* gap: 2px; */

  }

  .ception span {
    display: inline-block;
    transform: translateY(10px);
    opacity: 0;
  }

  .pr {
    transform: translate(0px, -10px) !important;
  }

  .hero-fade {
    opacity: 1;
    transition: opacity 0.6s ease;
  }

  .subtext {
    font-size: 1.5vw;
    font-weight: 300;
    margin-top: 1rem;
    position: absolute;
    bottom: 40px;
    text-align: center;
    color: rgba(173, 173, 173, 0.589);
  }

  .scroll-down {
    position: absolute;
    bottom: 20px;
    font-size: 1vw;
    left: 30px;
    color: rgba(177, 175, 175, 0.589);
  }

  .projects-link {
    position: absolute;
    bottom: 20px;
    font-size: 1vw;
    right: 30px;
    color: rgba(177, 175, 175, 0.589);
  }

  .second-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px;
    gap: 20px;
    opacity: 0;
    transform: translateY(100px);
  }

  .second-section h2 {
    font-size: 4.5vw;
    font-weight:500;
    margin: 0;
    line-height: 1.2;
    color: rgba(173, 173, 173, 0.589);
  }

  .bennet-placeholder {
    display: inline-block;
  }

  .carousel-words {
    display: inline-block;
    position: relative;
    height: 7vw;
    overflow: hidden;
    vertical-align: bottom;
  }

  .carousel-words span {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    font-family: serif;
    line-height: 1.1;
  }

  .carousel-words .active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0.6s ease-in-out;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero-bennet {
      font-size: 15vw;
    }

    .subtext {
      font-size: 4vw;
    }

    /* .second-section h1 {
        font-size: 10vw;
    } */

    .carousel-words {
      height: 10vw;
    }

    .hero-section {
      min-height: 75vh;
    }

    .pr {
      transform: translate(3px, -10px) !important;
    }
     .scroll-down,
     .projects-link{
      font-size: .7rem;
      bottom: 1px;
     }
  }

  /* section showcase */
  :root {
    --color-dark-1: #0e0e0e;
  }

  /* Showcase Section */
  .section-showcases-wrapper {
    /* background: #747474; */
    font-family: Arial, sans-serif;
    color: #fff;
    height: 170vh;
    /* enough scroll space for parallax */
    margin: 0;
    margin-top: 7rem;
  }

  .section-showcases {
    position: relative;
    padding-top: 67%;
    background: var(--color-dark-1);
    border: 0.625vw solid var(--color-dark-1);
    border-radius: 60px;
    overflow: hidden;
    transform: translateZ(0);
    isolation: isolate;
    margin: 50px;
  }

  .section-showcases-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .section-showcases-column {
    width: 24.6875%;
    padding-left: 0.625vw;
  }

  .section-showcases-column:first-child {
    width: 12.6875%;
    padding-left: 0;
  }

  .section-showcases-column:last-child {
    width: 13.25%;
  }

  .section-showcases-item {
    padding-top: 0.625vw;
    overflow: hidden;
    /* keeps image inside frame */
    border-radius: 20px;
  }

  .section-showcases-item:first-child {
    padding-top: 0;
  }

  .section-showcases-item img {
    width: 100%;
    display: block;
    border-radius: 20px;
  }

  /* Offset alternate columns */
  .section-showcases-column:nth-child(2),
  .section-showcases-column:nth-child(4) {
    margin-top: -5%;
  }
@media(max-width:726px){
   .section-showcases-wrapper {
    height: auto;
    margin: 0;
  }
  .section-showcases-column.first{
    padding-top: 9rem;
  }
  .section-showcases-column.second{
    margin-top: -6rem !important;
  }
  .section-showcases-column.third{
    padding-top: 5rem;
  }
   .section-showcases-column.fourth{
    margin-top: -10rem;
  }
  .section-showcases-column.fifth{
    padding-top: 6rem;
  }
}
@media(max-width:467px){
  .second-section{
    padding: 50px;
    gap: 1px;
  }
  .section-showcases{
    margin: 10px;
    border-radius: 20px;
  }
   .section-showcases-wrapper {
    height: auto;
    margin: 0;
  }
  .section-showcases-column.first{
    padding-top: 3rem;
  }
  .section-showcases-column.second{
    margin-top: -5rem !important;
  }
  .section-showcases-column.third{
    padding-top: 5rem;
  }
   .section-showcases-column.fourth{
    padding-top: 4rem;
  }
  .section-showcases-column.fifth{
    padding-top: 6rem;
  }
  .section-showcases-item img {
    border-radius: 0;
  }
  .section-showcases-item{
    border-radius: 0;
  }
}
  

  /* 
    02. Magic Cursor	 */

  #magic-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
    z-index: 10000;
    transition: opacity 0.2s ease;
  }

  #ball {
    position: fixed;
    width: 70px;
    height: 70px;
    border: 5px solid #767676;
    border-radius: 50%;
    pointer-events: none;
    transform: scale(0.5);
    transition: transform 0.2s ease;
  }

  /* Scale on hover */
  #ball.hovered {
    transform: scale(2.8);
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* Click effect */
  #ball.clicked {
    transform: scale(0.9);
    transition: transform 0.1s ease;
  }

  @media(max-width:996px) {

    #magic-cursor,
    #ball {
      display: none;
    }
  }


  /* grid section */
  .prception-section {
    min-height: 100vh;
    background: #000;
    color: #fff;
    padding-top: 4rem;
  }

  .main-layout {
    display: flex;
    justify-content: center;
    height: 100%;
    /* background: #000; */
    background-image: url(../images/grid-bg.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }

  .left-fixed {
    width: 23%;
    min-width: 200px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #333;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 1000;
    padding: 2rem;
  }

  .image-left {
    width: 100px;
    margin-bottom: 4rem;
  }

  .text p {
    color: #fff;

  }

  .socials a {
    font-size: 24px;
    color: #fff !important;
    padding: 13px;
  }

  .socials i {
    padding-top: 3rem !important;
  }

  .socials i:hover {
    color: #555555;
  }

  .custom {
    margin-top: 3rem;
    width: 7rem;
    border-radius: 20px;
    height: 2.5rem;
    border: none;
  }

  .custom:hover {
    background-color: rgb(62, 62, 63);
    color: white;

  }

  .right-scrollable {
    width: 75%;
    padding: 3rem 3rem;

  }

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


  .info-box {
    background-color: rgba(218, 214, 214, 0.164);
    backdrop-filter: blur(10px);
    color: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
  }

  /* .info-box.two{
    height: 60vh;
} */
  .info-box.three {
    background-color: #79fc0d7a !important;
    color: #000;
  }

  .first {
    background-image: url(../images/bg.png);
    background-size: cover;

  }

  .public {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    /* padding-top: 2rem; */

  }

  .prbtn {
    width: 15rem;
    font-size: 16px;
    height: 3.5rem;
    border-radius: 26px;
    color: rgb(255, 210, 161);
    border: none;
    padding-left: .6rem;
    padding-right: 1rem;
    background-color: #88888845;
    backdrop-filter: blur(10px);
    bottom: 0;
    left: 0;
    margin-top: 24rem !important;
  }

  .icon-img {
    width: 45px;
    padding: 10px;
  }

  /* .badge-group span {
  display: inline-block;
  margin: 0.2rem;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
} */

  .white-bg {
    /* background: #f8f9fa; */
    color: #111;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .main-layout {
      flex-direction: column;
      height: auto;
    }

    .left-fixed {
      display: none;
    }

    .right-scrollable {
      width: 100%;
      height: auto;
      overflow: visible;
      padding: 1rem;
    }

    /* .row {
    flex-direction: column;
  } */
    .col-md-6 {
      width: 100%;
    }
  }

  @media (max-width: 767.98px) {

    html,
    body {
      overflow: auto;
      /* Enable full page scroll for mobile */
    }

    .right-scrollable {
      overflow: visible;
      /* No fixed height on small screens */
      height: auto;
    }

    .public {
      font-size: 3rem;
    }

    .prbtn {
      margin-top: 3rem !important;
    }
  }
   @media (max-width: 486px) {
       .public {
      font-size: 2rem;
    }
   }


  .custom-carousel {
    border-radius: 20px;
    position: relative;
    margin: auto;
    font-family: sans-serif;
    overflow: hidden;
    color: white;
  }

  .carousel-container {
    position: relative;
    /* width: 100%; */
    height: 250px;
  }

  .carousel-slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .carousel-slide.active {
    left: 0;
    opacity: 1;
  }

  .logo-center img {
    width: 100px;
    height: auto;
  }

  .center-text {
    font-size: 2rem;
    font-weight: bold;
  }

  .bottom-left {
    position: absolute;
    bottom: 10px;
    left: 1px;
    font-size: 14px;
    text-align: left;
  }

  .controls {
    position: absolute;
    bottom: 1px;
    right: 5px;
  }

  .controls button {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.707);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.77);
    width: 30px;
    height: 30px;
    margin-left: 5px;
    padding-right: 2px !important;
    cursor: pointer;
    font-size: 14px;
  }

  .controls button:hover {
    background: white;
    color: #79fc0d;
  }

  /* services */
  .service{
    margin-bottom: 3rem;
  }

  .our {
    font-size: 5rem;
    font-family: 'Playfair Display', serif;
  }

  .our span {
    color: #79fc0d;
  }

  .services-stacked {
    position: relative;
    margin-top: 1rem;
  }

  .services-header {
    margin-bottom: 5rem;
  }

  .service-item {
    display: flex;
    /* justify-content: space-around; */
    position: relative;
    background: #111;
    color: white;
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.038);
    /* margin-top: 0px; */
    z-index: 1;
    transition: all 0.4s ease;
    overflow: hidden;
    justify-content: space-between;
  }




  .service-item h2 {
    font-size: 2.6vw;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    margin: 0;
    transition: color 0.4s ease;
    
  }

  .service-item p {
    margin: 1rem 0 0;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
  }

  .service-item .icon {
    font-size: 2rem;
    margin-left: 2rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
  }

  /* Hover effect */
  .service-item:hover {
    background: #1e1e1e;
    transform: scale(1.03);
    z-index: 5;
  }

  .service-item:hover h2 {
    color: #79fc0d;
  }

  .service-item:hover .icon {
    color: #79fc0d;
  }

  /* Make sure last one has bottom border */
  /* .service-item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

  /* Responsive */
  @media (max-width: 768px) {
    .service-item {
      margin-top: -40px;
      padding: 1.5rem;
    }

    .service-item h2 {
      font-size: 7vw;
    }

    .service-item p {
      font-size: 0.6rem;
    }

    .service-item .icon {
      font-size: 1.3rem;
    }

    .our {
      font-size: 4.7rem;
    }
  }

  @media (max-width: 425px) {
    .service-item {
      margin-top: -25px;
      padding: 1.5rem;
    }

    .service-item h2 {
      font-size: 4vw;
      padding-top: 1rem;
    }

    .service-item p {
      font-size: 0.4rem;
      padding-left: .5rem;
      text-align: right;
    }

    .service-item .icon {
      font-size: 1rem;
    }

    .our {
      font-size: 3rem;
    }

    .connect-section h2 {
      font-size: 2.8rem !important;
    }
    .services-stacked{
      margin-top: 0;
    }
    .service{
      padding-top: 0 !important;
    }
    .services-header{
      margin-bottom: 5rem;
    }
  }

  /* lets connect */

  .connect-section {
    background: #0a0a09;
    /* border: .01rem solid #a67c52; */
    padding: 3rem 2rem;
    border-radius: 12px;
    color: #eee;
    font-family: 'Inter', sans-serif;
  }

  .connect-section h2 {
    font-size: 4.5rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 2.5rem;
  }

  .connect-section h2 span {
    color: #79fc0d;
  }

  .connect-section .subtext {
    margin-bottom: 2rem;
    color: #bbb;
    font-size: 1rem;
  }

  .connect-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .input-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .input-group label {
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: #eee;
  }

  .input-group .optional {
    font-weight: normal;
    color: #888;
    font-size: 0.9rem;
  }

  .input-group input,
  .input-group textarea {
    background: #201f1d;
    border: 2px solid transparent;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .input-group textarea {
    resize: vertical;
    min-height: 120px;
  }

  .input-group input:focus,
  .input-group textarea:focus {
    border-color: #79fc0d;
    box-shadow: 0 0 8px rgba(166, 124, 82, 0.5), 0 0 16px rgba(166, 124, 82, 0.5);
    animation: pulseGlow 2s infinite ease-in-out;
  }

  @keyframes pulseGlow {

    0%,
    100% {
      box-shadow: 0 0 4px rgba(166, 124, 82, 0.4);
    }

    50% {
      box-shadow: 0 0 12px rgba(166, 124, 82, 0.7);
    }
  }

  .btn-submit {
    background: #131313;
    color: #fff;
    padding: 0.9rem 1.6rem;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-submit:hover {
    background: #79fc0d;
    box-shadow: 0 0 12px rgba(166, 124, 82, 0.6);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .input-row {
      flex-direction: column;
    }

    .connect-section h2 {
      font-size: 4.3rem;
    }
  }

  /* testimonial */

  .reviews-section {
    padding: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 4rem;
    border-radius: 20px;
    background-color: #41414198;
    color: #fff;
    font-family: 'Inter', sans-serif;
  }

  .reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .reviews-header h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }

  .rating-badge {
    background: #ffffff1d;
    backdrop-filter: blur(10px);
    padding: 10px 18px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }

  .rating-badge span {
    color: #f3b23a;
    font-weight: bold;
  }

  .testimonial {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
  }

  .testimonial:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .profile {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 250px;
    margin-bottom: 15px;
  }

  .profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }

  .profile-details {
    display: flex;
    flex-direction: column;
  }

  .profile-details strong {
    font-size: 16px;
  }

  .profile-details small {
    font-size: 14px;
    color: #ccc;
  }

  .quote {
    flex: 2;
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 650px;
  }

  @media (max-width: 768px) {
    .testimonial {
      flex-direction: column;
    }

    .quote {
      font-size: 1.1rem;
    }
  }

  /* process section */

  #process-section {
    background-color: transparent;
    padding: 60px 0;
    /* margin: 20px; */
    position: relative;
    z-index: 1;
  }

  .container {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: visible;
    /* max-width: 1200px; */
    margin: auto;
  }

  .process-ca {
    background: #ffffff;
    color: black;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  }

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

  .process-image-wrapper {
    flex: 1 1 45%;
    text-align: center;
  }

  .process-image {
    max-width: 400px;
    transform: scale(0.9);
  }

  .accordion-wrapper {
    flex: 1 1 45%;
  }

  .process-desc {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .cta-button {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    background: rgba(255, 255, 255, 0.516);
    backdrop-filter: blur(15px);
    cursor: pointer;
  }

  .accordion-button {
    background: rgba(255, 255, 255, 0.371) !important;
    color: black !important;
    border: none !important;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    transition: background 0.2s ease, color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
  }


  .accordion-button.active {
    color: #79fc0d !important;

  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #ffffffb8;
    transition: max-height 0.6s ease, padding 0.6s ease;
    padding: 0 15px;
  }

  .accordion-content.open {
    max-height: 200px;
    padding: 15px;
  }

  .numbers-ca {
    padding: 20px 20px 30px;
    background: #79fc0d;
    color: #fffefe;
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 0;
  }

  .stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }

  .numbers-ca .item {
    text-align: center;
    flex: 1 1 25%;
    padding: 20px;
  }

  .numbers-ca .item h2 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .numbers-ca .item span {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
  }

  @media (max-width: 768px) {
    .process-flex {
      flex-direction: column;
    }

    .accordion-wrapper,
    .process-image-wrapper {
      flex: 1 1 100%;
    }

    #process-section {
      margin: 0;
    }

    .process-ca {
      padding: 10px;
    }

    .container.process {
      padding: 0;
    }

    .process-desc {
      max-width: 600px;
    }

    .process-image-wrapper img {
      width: 300px;
    }
  }

  @media (max-width:465px) {
    .numbers-ca .item {
      flex: none;
    }
     .numbers-ca .item h2 {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
  .numbers-ca .item span{
    font-size: .7rem;
  }

  }

  /* floating elements like water */

  .info-box.two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    position: relative;
  }

  /* Fix pill container inside */
  #pill-container {
    position: relative;
    /* background-color: rgba(255, 255, 255, 0.211);
  backdrop-filter: blur(10px); */
    color: black;
    border-radius: 20px;
    height: 230px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin-top: auto;
    /* Push it to the bottom of .info-box.two */
  }

  #pill-container .item {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    cursor: grab;
  }

  #pill-container .item span {
    font-size: 14px;
    padding: 6px 18px;
    background: #EFF0FA;
    border-radius: 30px;
    white-space: nowrap;
    display: inline-block;
  }

  #pill-container .item span.bdark {
    background: #151515;
    color: #fff;
  }

  #pill-container .item span.bred {
    background: #79fc0d;
    color: #fff;
  }

  #pill-container .item img {
    width: 50px;
  }

  #pill-container .item.icon1 img {
    width: 70px;
  }

  @media (max-width: 767px) {
    #pill-container {
      height: 250px;
    }
  }

  /* Product (CRM) hero */
  .product-hero {
    position: relative;
    isolation: isolate;
    background: #060606;
    color: #e9e9e9;
    padding: 90px 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    /* margin: 40px 20px 80px; */
    overflow: hidden;
  }

  .product-hero::after {
    /* interactive light following the cursor */
    content: "";
    position: absolute;
    inset: -20% -10% -10% -10%;
    background: radial-gradient(
      40vw 40vw at var(--mx, 50%) var(--my, 40%),
      rgba(121, 252, 13, 0.18),
      rgba(121, 252, 13, 0.0) 60%
    );
    filter: blur(30px);
    pointer-events: none;
    z-index: 0;
  }

  .product-lights { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
  .product-lights .light { position: absolute; width: 60vw; height: 60vw; border-radius: 50%; filter: blur(80px); opacity: .5; mix-blend-mode: screen; }
  .product-lights .light-a { left: -20vw; top: -10vw; background: radial-gradient(circle, rgba(121,252,13,.22), rgba(121,252,13,0) 60%); animation: floatGlow 12s ease-in-out infinite; }
  .product-lights .light-b { right: -25vw; bottom: -15vw; background: radial-gradient(circle, rgba(0,255,204,.18), rgba(0,255,204,0) 60%); animation: floatGlow 16s ease-in-out infinite reverse; }

  @keyframes floatGlow {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(2vw, -1vw, 0) scale(1.05); }
  }

  .product-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .product-copy .eyebrow {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #b9ff7a;
    margin-bottom: 14px;
  }

  .product-copy h2 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 14px;
    color: #f5f5f5;
  }

  .product-copy .lead { color: rgba(235,235,235,0.8); max-width: 58ch; margin-bottom: 20px; }
  .product-copy .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }

  .btn-glow { box-shadow: 0 0 0 0 rgba(121,252,13,.5); transition: box-shadow .25s ease, transform .25s ease; background: #79fc0d; color: #000000; padding: 12px 24px; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; }
  .btn-glow:hover { box-shadow: 0 0 24px 6px rgba(121,252,13,.35); transform: translateY(-1px); }

  .feature-pills { list-style: none; padding: 0; margin: 6px 0 0; display: flex; gap: 10px; flex-wrap: wrap; }
  .feature-pills li { padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); font-size: 12px; color:#cfcfcf }

  .product-mock { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 10px; 
    perspective: 1000px; /* For 3D feel */
  }

  .mock-frame { 
    position: relative; 
    width: 100%; 
    background: #111; 
    border-radius: 12px; 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    overflow: hidden; 
    box-shadow: 0 40px 100px rgba(0,0,0,0.6), 
                0 0 0 1px rgba(255,255,255,0.05) inset;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Browser top bar simulation */
  .mock-frame::before {
    content: "";
    display: block;
    height: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-image: radial-gradient(circle, #ff5f56 0.15rem, transparent 0.15rem),
                      radial-gradient(circle, #ffbd2e 0.15rem, transparent 0.15rem),
                      radial-gradient(circle, #27c93f 0.15rem, transparent 0.15rem);
    background-size: 0.8rem 0.8rem;
    background-repeat: no-repeat;
    background-position: 0.75rem center, 1.7rem center, 2.65rem center;
  }

  .mock-frame:hover {
    transform: translateY(-10px) rotateX(2deg);
  }

  .product-video { 
    width: 100%; 
    display: block; 
    object-fit: cover; 
    aspect-ratio: 16 / 9;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
  }

  .mock-frame:hover .product-video {
    filter: brightness(1.1);
  }

  .mock-glow { 
    position: absolute; 
    inset: -80% -10% auto -10%; 
    height: 60%; 
    background: radial-gradient(40vw 20vw at 50% 100%, rgba(121, 252, 13, 0.15), rgba(121, 252, 13, 0) 70%); 
    filter: blur(30px); 
    pointer-events: none; 
    z-index: 2;
  }
  .replace-note { color: #9aa09a; font-size: 12px; opacity: .7; }

  @media (max-width: 992px) {
    .product-hero-inner { grid-template-columns: 1fr; gap: 28px; }
    .product-hero { padding: 70px 18px; margin: 20px 10px 60px; border-radius: 18px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .product-lights .light-a, .product-lights .light-b { animation: none; }
    .btn-glow { transition: none; }
  }