    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Outfit', sans-serif;
      background-color: black;
      color: white;
      overflow-x: hidden;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 4rem;
    }

    nav ul {
      display: flex;
      list-style: none;
      gap: 1.5rem;
      font-size: 0.875rem;
      font-weight: 300;
    }

    nav a {
      text-decoration: none;
      color: #fff;
    }

    nav a:hover {
      color: rgb(159, 160, 160);
    }

    nav img {
      width: 24px;
      height: 24px;
    }

    .open-account-btn {
      background: white;
      color: black;
      font-weight: 500;
      font-size: 1rem;
      border: none;
      padding: 0.3rem 1.4rem;
      border-radius: 999px;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      position: relative;
      overflow: hidden;
    }

    .hero {
      text-align: center;
      padding: 4.5rem 1rem 5rem 1rem;
      position: relative;
      z-index: 2;
    }
    .tips{
      margin-top: 2.5rem !important;
    }
    .hero2 {
      text-align: start;
      padding: 4.5rem 1rem 5rem 1rem;
      position: relative;
      margin-left: 3rem;
      z-index: 2;
    }

    .badge-group {
      display: flex;
      justify-content: center;
      gap: 0.75rem;
      margin-bottom: 1.5rem;
    }

    .badge-new {
      background: white;
      color: black;
      font-size: 0.7rem;
      font-weight: bold;
      padding: 0.6rem 0.9rem;
      border-radius: 999px;
    }

    .trill {
      background: #1c1c1c;
      padding: 0.7rem 0.4rem;
      border-radius: 1.8rem;
    }

    .badge-info {
      color: white;
      font-size: 0.7rem;
      font-weight: 600;
      padding: 0.25rem 0.9rem;
      border-radius: 999px;
      letter-spacing: 0.05em;
    }
    .hero2 h1{
      font-size: 5.5rem;
      letter-spacing: -0.02rem;
    }
    h1 {
      font-size: 6.1rem;
      font-weight: 500;
      font-family: 'objectivityN';
      line-height: 1.2;
    }
    .hr-btn{
      margin-top: 1rem !important;
    }

    .hero-btn {
      margin-top: 6.5rem;
      background: white;
      color: black;
      padding: 1rem 2rem;
      border-radius: 999px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
    }

    .hero-btn span {
      background: black;
      color: white;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 1rem;
    }

    .bg-image {
      width: 100%;
      max-width: 1500px;
      opacity: 0.3;
      mix-blend-mode: lighten;
      display: block;
      margin: -20rem auto 0 auto;
       transform: translateX(60px) rotate(40deg);

  transition: all 0.6s ease;
      
    }
    .bg-image.fade-in{

  transform: translateX(0) rotate(10deg);
    }
   @keyframes blinkOnce {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.bg-image2 {
  width: 90%;
  max-width: 1500px;
  mix-blend-mode: lighten;
  display: block;
  margin: -35rem auto 0 auto;
  animation: blinkOnce 5s ease-out;
}


    .features-heading2{
      font-family: 'objectivityN';
      font-family: 100;
      color: #9ca3af;
      font-size: 1.1rem;
      max-width: 600px;
      width: 100%;
    }
   

    .arrow {
      background-color: black;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin-right: -10px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .arrow img {
      width: 35px;
      height: 35px;
      transition: transform 0.3s ease;
    }

    .arrow:hover img {
      transform: translate(27px, -35px);
    }





    /*  first section Responsive */


/* Base styles: Your existing styles remain unchanged */

/* Responsive tweaks */
@media (max-width: 1024px) {
  h1 {
    font-size: 4.5rem;
  }
  .hero2 h1 {
    font-size: 4.5rem;
  }
  .hero {
    padding: 3.5rem 1rem 4rem 1rem;
  }
  .badge-new,
  .badge-info {
    font-size: 0.6rem;
    padding: 0.5rem 0.75rem;
  }
  .hero-btn {
    font-size: 0.8rem;
    padding: 0.8rem 1.8rem;
    gap: 0.6rem;
  }
  .hero-btn span {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  .bg-image {
    max-width: 1000px;
    margin-top: -15rem;
    opacity: 0.15;
  }
  .bg-image2 {
    max-width: 1000px;
    margin-top: -15rem;
   
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
  .hero2 h1 {
    font-size: 3.5rem;
  }
  nav{
    display: none;
  }
  
  .hero {
    padding: 3rem 1rem 3.5rem 1rem;
  }
  .credit-p {
    font-size: 2rem !important;
}
.credit {
    width: 90% !important;
}
  .badge-new,
  .badge-info {
    font-size: 0.55rem;
    padding: 0.4rem 0.7rem;
  }
  .hero-btn {
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
    gap: 0.5rem;
  }
  .hero-btn span {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
  .bg-image {
    max-width: 700px;
    margin-top: -12rem;
    opacity: 0.12;
  }
  .bg-image2 {
    max-width: 700px;
    margin-top: -12rem;
    opacity: 0.12;
  }
  .arrow img {
    width: 19px;
    height: 19px;
    transition: transform 0.3s ease;
}
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .hero2 h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 1rem 0;
  }
  .features-heading2{
    font-size: 1.1rem;
  }
  .hero {
    padding: 2.5rem 1rem 3rem 1rem;
  }
  .badge-group {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .arrow img {
    width: 19px;
    height: 19px;
    transition: transform 0.3s ease;
}
  
.credit-p {
    font-size: 2rem
}
  .badge-new,
  .badge-info {
    font-size: 0.5rem;
    padding: 0.35rem 0.6rem;
  }
  .hero-btn {
    font-size: 0.7rem;
    padding: 0.6rem 1.2rem;
    gap: 0.4rem;
  }
  .hero-btn span {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
  .bg-image {
    max-width: 90%;
    margin-top: -8rem;
    opacity: 0.4;
    mix-blend-mode: lighten;
  }
  .bg-image2 {
    max-width: 90%;
    margin-top: -8rem;
   
    mix-blend-mode: lighten;
  }
}








@font-face {
  font-family: 'brixN';
  src: url('/font/67364c828710b04b9623650f_line-rounded-icon-font-brix.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brix';
  src: url('/font/67364c828710b04b96236763_Social-Media-Icon-Font-Brix.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'objectivity';
  src: url('/font/67364ed884cce7f9d4ae72aa_Objectivity-Medium.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'objectivityN';
  src: url('/font/67364f176dd55ca834d56e46_Objectivity-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}

.blah{
  margin-top: 8rem !important;
}
.credit{
    width: 64%;
    margin: 6rem auto;
    display: flex;
    flex-direction: column;
    
}
.credit-p{
    text-align: center;
    font-family: 'objectivityN';
    font-size: 4rem;
    margin: 2rem auto;
}
    .credit-label {
      font-size: 1rem;
      color: #fff;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
    }
    .credit-label2 {
      font-size: 1rem;
      color: #fff;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 0.5rem;
    }

.credit-description{
    font-weight: 100;
    font-size: 1.3rem;
    text-align: center;
    color: #b4b4b4;
}



/* second section*/

.credit-hero {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 4rem 2rem;
    width: 100%;
      margin: 12rem auto 0 auto;
   
    }

    .credit-stats {
      flex: 1 1 200px;
      display: flex;
      flex-direction: column;
      gap: 4rem;
      padding: 1rem;
    }
    .crack {

      display: flex;
      flex-direction: column;
      align-items: end !important;
      justify-content: center;
      
    }

    .credit-stat {
      text-align: left;
    }

    .credit-stat h2 {
      font-size: 3rem;
      font-weight: 100;
       font-family: 'objectivityN';
    }

    .credit-stat h4 {
      font-size: 1.3rem;
      margin-top: 0.2rem;
      font-weight: 100;
       font-family: 'objectivityN';
    }

    .credit-stat p {
      color: #b0b0b0;
      margin-top: 0.5rem;
      max-width: 230px;
      font-size: 0.95rem;
    }

 /* Desktop (keep as is) */
.credit-mockup {
  position: relative;
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  margin-left: 3rem;
  gap: 2rem;
}

.credit-mockup img {
  position: absolute;
  max-width: 350px;
  height: auto;
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.short-image{
    max-width: 500px !important;
    margin-top: 7rem !important;
}
.tall-image {
  transform: translateX(-60px) rotate(-5deg);
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease;
}

.short-image {
  transform: translateX(60px) rotate(-70deg);
  z-index: 3;
  
  opacity: 0;
  transition: all 0.6s ease;
}

.tall-image.fade-in {
  opacity: 1;
  transform: translateX(0) rotate(-5deg);
  margin-left: -17rem;
      margin-top: 6rem;
}

.short-image.fade-in {
  opacity: 1;
  transform: translateX(0) rotate(-80deg);
}



/* Responsive */

@media (max-width: 1024px) {
  .credit {
    width: 90%;
  }

  .credit-p {
    font-size: 3rem;
  }

  .credit-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 3rem 1.5rem;
  }

  .credit-stats {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0;
  }

  .credit-stat {
    max-width: 95%;
    text-align: center;
  }

  .credit-stat h2 {
    font-size: 2.5rem;
  }

  .credit-stat h4 {
    font-size: 1.2rem;
  }

  .credit-stat p {
    max-width: 180px;
    font-size: 0.9rem;
  }

}

@media (max-width: 600px) {
  .credit-p {
    font-size: 2.2rem;
    margin: 1.5rem auto;
  }

  .credit-stat h2 {
    font-size: 2rem;
  }

  .credit-stat h4 {
    font-size: 1.1rem;
  }

  .credit-stat p {
    font-size: 0.85rem;
    max-width: 100%;
  }

  .credit-stats {
    gap: 1.2rem;
  }

  .credit-mockup img {
    max-width: 190px;
  }
  .tall-image.fade-in {
    margin-left: -7rem;
  }
}

@media (max-width: 400px) {
  .credit-p {
    font-size: 1.8rem;
  }

  .credit-label {
    font-size: 0.85rem;
  }

  .credit-description {
    font-size: 1.1rem;
  }

  .credit-stat h2 {
    font-size: 1.6rem;
  }

  .credit-stat h4 {
    font-size: 1rem;
  }

  .credit-stat p {
    font-size: 0.8rem;
  }
}

    .cent-btn{
        display: flex;
        margin: 0 auto;
        justify-content: center;
        margin-top: 5em;
    }
    

/* third section */



.features-section {
  padding: 18rem 2rem 0rem 2rem;

  margin: auto;
}
.dec{
  margin-top: 0 !important;
}
.hero-btn2{
    margin-top: 4.5rem !important;
}
/* TEXT ROW (Heading + Paragraph) */
.text-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 3rem;
  justify-content: center;
    align-items: center;
}

.text-row h2 {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.2;
  font-family: 'objectivityN';
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.text-row h2.fade-up {
  opacity: 1;
  transform: translateY(0);
}

.text-row p {
  color: #b0b0b0;
  max-width: 100%;
  font-family: 'objectivityN';
}

/* FEATURE BOXES (AI and Savings) */
.features-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.4rem;
  
}

.feature-box {
  background-color: #111;
  border-radius: 16px;
  padding: 2rem;
  transform: scale(1.05); /* Slightly zoomed in by default */
  transition: transform 0.2s ease-in-out;
}

.feature-box:hover {
  transform: scale(1.03); /* Zoom out to normal on hover */
  cursor: pointer;
}


.feature-box:hover {
    border: 1px solid #424242;
}


.feature-box h3 {
  font-size: 1.8rem;
  font-family: 'objectivityN';
  margin-bottom: 1rem;
  font-weight: 100;

}

.feature-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.terro p{
    color: #ffff !important;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}



.feature-box h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: 'objectivityN';
}

.feature-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .text-row,
  .features-row {
    grid-template-columns: 1fr;
  }

  .text-row h2 {
    font-size: 2.2rem;
  }

  .feature-box h3 {
    font-size: 1.5rem;
  }
  .short-image{
    max-width: 265px !important;
    margin-top: 7rem !important;
}
  
}

    .observe-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

.fade-up {
  opacity: 1;
  transform: translateY(0);
}





/*  fourth section  */


/* Hero Section */
.hero-section {
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11rem;
  overflow-x: hidden !important;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Left - Phone Mockup */
.mockup-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rop{
  margin-left: -7rem;
}
.mockup-wrapper img {
  transform: translateX(60px) rotate(-20deg);
  opacity: 0;
  transition: all 0.6s ease;
}

.mockup-wrapper img.fade-in {
  transform: translateX(0) rotate(0deg);
  opacity: 1;
}



.phone-mockup {
  width: 95%;
  height: auto;
  filter: drop-shadow(0 0 30px #000);
  transition: all 0.5s ease;
  margin-left: -14rem;
}

/* Right - Text Content */
.text-content {
  flex: 1;
  color: white;
  max-width: 500px;
}

.text-content .why-us {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
  display: inline-block;
  margin-bottom: 1rem;
  font-family: 'objectivityN';
}

.text-content h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.75;
  margin-bottom: 2rem;
  font-family: 'objectivityN';
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 0.9rem 1.8rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-button .arrow {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 1.1rem;
}

.cta-button:hover {
  background: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .phone-mockup {
    max-width: 100%;
    margin-left: -2rem;
    margin-bottom: 2rem;
  }

  .text-content h1 {
    font-size: 2.2rem;
  }

  .text-content p {
    font-size: 1rem;
  }
  
}

.fade-out{
    background-image: linear-gradient(180deg, transparent, #040405);
    height: 52%;
    position: absolute;
    inset: auto 0 0 0;
}
.mockup-wrapper{
    position: relative;
}




/* fifth section */

.use-case-section {
  padding: 4rem 0rem;
  max-width: 1200px;
  margin: auto;
    margin-top: 15rem;
}

/* Header */
.use-case-header {
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;

}

.use-case-label {
  display: inline-block;
  font-size: 1.3rem;
  color: #ffff !important;
  font-family: 'objectivityN';
  text-transform: uppercase;

  margin-bottom: 1rem;
}

.use-case-header h4 {
  font-size: 3rem;
  margin: 0;
  font-weight: 100;
  font-family: 'objectivityN';
  line-height: 1.2;
}



/* Body Grid */
.use-case-body {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem;
}

/* Left: Image */
.use-case-image {
  flex: 1;
  min-width: 300px;
}

.use-case-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

/* Right: Cards */
.use-case-cards {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.card {
  background: #111112;
  border-radius: 2rem;
  padding: 1.8rem 1.5rem;
   transform: scale(1.05); /* Slightly zoomed in by default */
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: scale(1.03); /* Zoom out to normal on hover */
  cursor: pointer;
}
.card:hover{
    border: 1px solid rgb(71, 71, 71);
}

.card.expanded {
  background: #111112;
}
.card.expanded .toggle-icon{
    background-color: #ffff;
    padding: 10px;
    color: black;
    border-radius: 50%;
}
.hero-btn3{
  margin-top: 0rem !important;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
    margin: 3rem 0;
    font-weight: 100;
  font-family: 'objectivityN';
}
.toggle-icon{
    color: #7f7f7f;
}

.card a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-weight: 100;
  font-family: 'objectivityN';
  text-transform: uppercase;
  font-size: 1rem;
}
.drop-icon span{
    padding-left: 1rem;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 100;
  font-family: 'objectivityN';
    justify-content: center;
}


/* Responsive */
@media (max-width: 768px) {
  .use-case-header h4 {
    font-size: 2rem;
  }
  .use-case-body {
    flex-direction: column;
  }
  .use-case-header {
    flex-direction: column;
  }
}





/* sixth section */



    .account-section {
      padding: 8rem 2rem 3rem;
      text-align: center;
    }
    .crd span{
        font-size: 1.8rem;
    }

    .account-section h2 {
  font-size: 4rem;
  font-weight: 100;
  font-family: 'objectivityN';
  margin-bottom: 3rem;
  line-height: 1.4;
}

.stat h3 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  font-weight: 100;
  font-family: 'objectivityN';

}

    .tablet-image {
      max-width: 83%;
      height: auto;
      border-radius: 1rem;
      margin-bottom: 3rem;
    }

    .account-stats {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem;
      margin-bottom: 2rem;
    }

    .stat {
      text-align: center;
    }

 

    .stat p {
      font-size: 1.125rem;
      font-weight: 100;
  font-family: 'objectivityN';
      opacity: 0.7;
      margin: 0;
    }

    .account-cta {
      display: flex;
      flex-direction: column;
      align-items: start;
      text-align: start;
      gap: 1rem;
    }

    .account-cta p {
      max-width: 400px;
      font-size: 0.95rem;
      line-height: 1.6;
      font-weight: 100;
  font-family: 'objectivityN';
      opacity: 0.8;
    }
    .acc-sec{
        display: flex;
        justify-content: space-evenly;
    }

    .cta-button {
      background-color: #fff;
      color: #000;
      padding: 0.8rem 1.6rem;
      border-radius: 50px;
      font-weight: bold;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .account-section h1 {
        font-size: 2rem;
      }

      .stat h2 {
        font-size: 1.5rem;
      }

      .cta-button {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
      }
    }




    /* seventh section */


    .testimonial-section {
      max-width: 1200px;
      margin: auto;
      margin-top: 10rem;
    }

    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }

    .section-header h2 {
      font-size: 3.875rem;
      font-weight: bold;
      margin-top: 1rem;
      font-weight: 100;
  font-family: 'objectivityN';
      

    }
    .test-sec{
      display: flex;
      gap: 1rem;
    }

    .nav-buttons {
      display: flex;
      gap: 15px;
      margin-top: 15px;
    }

    .nav-buttons button {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1px solid #444;
      background-color: transparent;
      color: #fff;
      font-size: 20px;
      justify-content: center;
      display: flex;
      align-items: center;
     
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .nav-buttons button:hover {
      background-color: #353535;
      border: 1px solid #a4a4a4;
    }

    .slider-container {
      overflow: hidden;
      position: relative;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .testimonial-card {
      min-width: calc(80% - 80px);
      margin-right: 4px;
      background-color: #111;
      padding: 80px;
      border-radius: 40px;
    }

    .testimonial-card:last-child {
      margin-right: 0;
    }

    .testimonial-card img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .testimonial-card p {
      font-size: 2.25rem;
      line-height: 1.2;
      font-weight: 100;
  font-family: 'objectivityN';
      margin-bottom: 20px;
    }

    .testimonial-author {
      font-weight: bold;
      font-weight: 100;
      margin-bottom: 0.7rem;
  font-family: 'objectivityN';  
    }

    .testimonial-position {
      font-size: 1.125rem;
      color: #aaa;
      font-weight: 100;
  font-family: 'objectivityN';
    }

    @media (max-width: 768px) {
      .testimonial-card {
        min-width: 100%;
        margin-right: 18px;
      }

      .section-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .section-header h2 {
        margin-bottom: 15px;
      }
    }




    /* eight section */
   .news-header {
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
      margin-top: 14rem;
      margin-bottom: 4rem;
    }

    .news-header p:first-child {
      text-transform: uppercase;
      font-size: 0.875rem;
      letter-spacing: 0.1em;
      color: #9ca3af;
    }

    .news-header h2 {
      font-size: 3.875rem;
      font-weight: bold;
      
      font-weight: 100;
  font-family: 'objectivityN';
      margin: 0.5rem 0;
    }

    .news-header p:last-child {
      color: #9ca3af;
      font-weight: 100;
  font-family: 'objectivityN';
      margin-top: 1.875rem;
    }

    .news-card-grid {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, 1fr);
      max-width: 1200px;
      margin: 0 auto;
    }

    /* @media (min-width: 768px) {
      .news-card-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    } */

    .news-card {
      cursor: pointer;
      transition: filter 0.3s ease;
    }

    .news-image-box {
      overflow: hidden;
      border-radius: 1rem;
    }

    .news-image-box img {
      width: 100%;
      display: block;
      transition: transform 0.3s ease;
    }

    .news-card-content {
      text-align: left;
      margin-top: 1rem;
    font-weight: 100;
  font-family: 'objectivityN';
  
      padding: 1rem;
      border-radius: 0.5rem;
      transition: filter 0.3s ease;
    }

    .news-card:hover .news-image-box img {
      transform: scale(1.05);
    }

    .news-card-grid:hover .news-card:not(:hover) .news-image-box img,
    .news-card-grid:hover .news-card:not(:hover) .news-card-content {
      filter: blur(4px);
    }

    .news-card-content h2 {
      
      font-family: 'objectivityN';
  font-size: 2.25rem;
      font-weight: 100;
      margin-bottom: 0.5rem;
    }

    .news-tag-date {
      display: flex;
      align-items: center;
      font-size: 1.3rem;
      color: #9ca3af;
    }

    .news-tag {
      background-color: #1c1c1c;
      padding: 0.95rem 0.95rem;
      font-family: 'objectivityN';
      border-radius: 9999px;
      color: #ffff;
      font-weight: 900 ;
      margin-right: 0.5rem;
    }

    .news-btn {
      margin-top: 3rem;
      padding: 0.75rem 1.5rem;
      border: 1px solid white;
      border-radius: 9999px;
      color: white;
      cursor: pointer;
      background-color: transparent;
      transition: background 0.3s, color 0.3s;
    }

    /* .news-btn:hover {
      background-color: white;
      color: black;
    } */
    .centre-btn{
        display: flex;
        justify-content: center;
        
    }







    /* footer section */


footer{
    margin-top: 10rem;
    font-family: 'objectivityN';
}

    .footer-section {
  padding: 0px 20px;
  background-color: #000;
  max-width: 1300px;
 
}
  .footer-container {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 50px;
      flex-wrap: wrap;
    }

    .footer-sections {
      flex: 1;
      min-width: 200px;
    }

    .footer-title {
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 20px;
    }

    .footer-columns {
      display: flex;
      gap: 60px;
      flex-wrap: wrap;
    }

    .column {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-width: 120px;
    }

    .column a {
      color: #ccc;
      text-decoration: none;
      font-size: 0.95rem;
      transition: color 0.3s ease;
    }

    .column a:hover {
      color: #fff;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
         margin: 0;
      }

      .footer-columns {
        flex-direction: column;
        gap: 30px;
      }

      .column {
        min-width: 100%;
      }
    }
 .arrw img {
      width: 10px;
      height: 10px;
      filter: invert(1);
    }
    .arrw{
      align-items: center;
    }
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.hr-btn3{
  margin-top: 0rem !important;
}

.footer-brand {
  flex: 1 1 250px;
}

.footer-brand img {
  width: 150px;
  margin-bottom: 0px;
}

.footer-brand p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
}
.foot-ico{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.cta-button {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  border-radius: 9999px;
  padding: 12px 20px;
  font-weight: bold;
  width: fit-content;
  margin-bottom: 20px;
}

.cta-button .cta-circle {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  font-size: 0.85rem;
}

.follow-text {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.social-icons {
  display: flex;
  gap: 12px;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.social-icons img{
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.footer-links {
  flex: 1 1 200px;
}

.footer-links h4 {
  font-size: 1rem;
    margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.footer-links ul li strong {
  color: #fff;
}

@media (max-width: 900px) {
  .footer-grid {
    flex-direction: column;
   
  }

  .footer-brand, .footer-links {
    flex: 1 1 100%;
   
  }
}
@media (max-width: 992px){
  .use-case-section {
    padding: 0 20px;
    margin-top: 5rem;
}

.st-end{
  text-align: start !important;
}
.test-sec{
      flex-direction: column;
      gap: 1rem;
    }
.account-section h2 {
  font-size: 1.27rem;
  

}
.tall-image.fade-in {
  margin-top: 1rem;
}
.testimonial-card{
  padding: 14px;
}
.footer-final-row{
  padding: 60px 20px !;
}
.drop-icon span{
  font-size: 1.3rem;
}
.account-stats {
    display: flex
;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 0 20px;
    margin-bottom: 2rem;
}
.testimonial-section {
  padding: 0 20px;
}
.section-header h2{
  font-size: 2.875rem;

}
.news-header h2 {
    font-size: 2rem;
}
    .credit-hero {
      margin-top: 3rem;
    }
.news-card-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}
.news-header{
  margin-top: 7rem;
}
.tasto{
  padding: 0 20px;
}
.acc-sec {
  flex-direction: column;
}
.stat h3 {
    font-size: 2.7rem;
}
.account-section{
  padding: 5rem 20px 3rem;
}
.testimonial-card p {
    font-size: 1rem;
}
    .testimonial-card {
        min-width: 100%;
        margin-right: 18px;
    }
}

  .footer-final-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 60px 40px;
      flex-wrap: wrap;
      gap: 40px;
      max-width: 1400px;
      margin: auto;
    }

    /* Column 1: Copyright */
    .footer-col-copyright {
      flex: 1;
      min-width: 250px;
      font-size: 0.85rem;
      color: #aaa;
    }

    .footer-col-copyright a {
      color: white;
      font-weight: bold;
      text-decoration: none;
    }

    /* Column 2: Utility Pages */
    .footer-col-utility {
      flex: 1;
      min-width: 200px;
    }

    .footer-col-utility h4 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .footer-col-utility a {
      display: block;
      margin-bottom: 10px;
      color: #ccc;
      text-decoration: none;
      font-size: 0.95rem;
    }

    .footer-col-utility a:hover {
      color: #fff;
    }

    /* Column 3: Stay Tuned */
    .footer-col-subscribe {
      flex: 1.5;
      min-width: 300px;
      background-color: #111;
      border-radius: 30px;
      padding: 40px;
    }

    .footer-col-subscribe h2 {
      font-size: 1.8rem;
      margin-bottom: 15px;
    }

    .footer-col-subscribe p {
      font-size: 0.95rem;
      color: #ccc;
      margin-bottom: 30px;
    }

    .email-box {
      display: flex;
      align-items: center;
      background-color: #222;
      border-radius: 50px;
      overflow: hidden;
    }

    .email-box input {
      flex: 1;
      padding: 15px 25px;
      border: none;
      outline: none;
      font-size: 0.95rem;
      background-color: transparent;
      color: white;
    }

    .email-box button {
      background-color: white;
      color: black;
      font-weight: bold;
      padding: 15px 25px;
      border: none;
      border-radius: 50px;
      margin: 5px;
      cursor: pointer;
    }

@media (max-width: 992px) {
  .footer-final-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  /* Move only the copyright to the bottom visually */
  .footer-col-copyright {
    order: 3; /* 👈 push it to the end */
    text-align: center;
  }

  .footer-col-utility,
  .footer-col-subscribe {
    order: 1;
  }

  .footer-col-subscribe {
    padding: 30px 25px;
    width: 100%;
  }

  .footer-col-subscribe h2 {
    font-size: 1.5rem;
  }

  .email-box {
    align-items: stretch;
    gap: 10px;
  }

  .email-box input,
  .email-box button {
    width: 38%;
    border-radius: 30px;
    padding: 12px 10px;
    margin: 0;
  }

  .email-box button {
    margin-top: 5px;
  }
}
 /* Container for navbar - needs position relative for absolute sidebar */
        .navbar-container {
            position: relative;
            
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        /* res nav */
        .resnav {
            display: none;
        }

        @media (max-width: 768px) {
            .resnav {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 22px 20px 0 20px;
                height: 60px;
            }
            
            .wrap-menu-button {
                grid-row-gap: 6px;
                flex-direction: column;
                justify-content: center;
                background-color: #ffff;
                border-radius: 5px;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0;
                display: flex;
            }

            .line-menu {
                background-color: black;
                border-radius: 4px;
                width: 20px;
                height: 2px;
                padding: 0;
                transition: all 0.3s ease;
            }

            .menu-button {
                border-radius: 8px;
                width: 46px;
                height: 46px;
                border: none;
                background: transparent;
                cursor: pointer;
            }

            .menu-button.w--open {
                background-color: #ffff;
            }
        }

        .custom-sidebar {
    position: absolute;
    top: 100%;
    left: 0;
    
    font-family: 'objectivityN';
    width: 100%;
    background: black;
    display: flex
;
    flex-direction: column;
    align-items: start;
    padding: 20px 27px;
    z-index: 999;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            pointer-events: none;
            border-radius: 0 0 10px 10px;
            transition: max-height 0.6s ease, opacity 0.6s ease;
        }

        .custom-sidebar.show {
            max-height: 500px; /* adjust as needed */
            opacity: 1;
            pointer-events: auto;
            border: 1px solid black; 
        }

        /* Close button style - your original design */
        .menu-button.close {
            background-color: black;
            border-radius: 6px;
            
            transition: all 0.3s ease-in-out;
        }
        .menu-button.close .first-line {
            transform: rotate(45deg) translate(3px, 3px);
            background-color: black !important;
        }
        .menu-button.close .second-line {
            transform: rotate(-45deg) translate(3px, -3px);
            background-color: black !important;
        }
        .res-img img{
          width: 40px;
        }

        .held {
            color: #081423;
            font-weight: 600;
            padding-bottom: 4px !important;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 8px 0;
        }

        .circle-navbar {
            display: none;
        }

        .link-navbar, .link-navbar-star {
            text-decoration: none;
            color: inherit;
        }

        .embed-start-contact {
            display: inline-flex;
        }

        /* Demo content */
        .content {
            padding: 40px 20px;
            text-align: center;
        }

        @media (min-width: 993px) {
            .content {
                padding-top: 100px;
            }
        }




  /* About page style */


  .stats-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 0%;
      flex-wrap: wrap;
      margin-top: -3rem;
      background-color: #000;
    }

    .stat-box {
      flex: 1 1 200px;
      text-align: center;
      padding: 20px;
      min-width: 200px;
    }

    .stat-box h2 {
      font-size: 3.8rem;
      font-weight: 300;
      font-family: 'objectivityN';
      margin: 0 0 10px 0;
    }

    .stat-box p {
      font-size: 1rem;
      letter-spacing: 1px;
      color: #ccc;
      text-transform: uppercase;
      margin: 0;
    }
    .st-st{
      text-align: start;
    }
    .st-end{
      text-align: end;
    }
    @media (max-width: 1024px) {
      .stat-box h2 {
        font-size: 3rem;
      }
    }

    @media (max-width: 768px) {
      .stats-section {
        flex-direction: column;
        padding: 40px 20px;
      }

      .stat-box {
        padding: 20px 0;
      }

      .stat-box h2 {
        font-size: 2.5rem;
      }

      .stat-box p {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .stat-box h2 {
        font-size: 2rem;
      }

      .stat-box p {
        font-size: 0.85rem;
      }
    }

    /* story section */

 /* Container and Grid Layout */
.story-section {
  padding: 80px 5%;
  margin-top: 8rem;
}

.story-grid {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Left Side - Sticky */
.story-left {
  flex: 1 1 45%;
  position: sticky;
  top: 20px;
  padding-right: 7rem;
  height: fit-content;
}

.tag {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: inline-block;
}

.story-left h2 {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-top: 1rem;
  font-family: 'objectivityN';
  font-weight: 100;
  margin-bottom: 1.2rem;
}

.story-left .why-us {
  font-size: 1.4rem;
  font-weight: 100;
}

.story-left p {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.75;
  margin-bottom: 2rem;
  font-family: 'objectivityN';
}

/* Button Styles */
.hero-btn {
  background: #fff;
  color: #000;
  padding: 14px 28px;
  border: none;
  border-radius: 100px;
  font-weight: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}

.hero-btn:hover {
  background: #e5e5e5;
}

.arrow img {
  width: 16px;
  height: 16px;
}

/* Right Side - Sticky */
.story-right {
  flex: 1 1 31%;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.story-right h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: 'objectivityN';
  font-weight: 100;
  margin-bottom: 1.2rem;
}

.story-right p {
  color: #aaa;
  font-family: 'objectivityN';
  line-height: 1.6;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

/* Quote Box */
.quote-box {
  background: #111;
  padding: 34px;
  border-radius: 12px;
  margin-top: 30px;
}

.quote-box p {
  color: #fff;
  font-size: 1.5rem;
  font-family: 'objectivityN';
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-family: 'objectivityN';
}

.author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}


/* Medium screens */
@media (max-width: 1024px) {
  .stat-box h2 {
    font-size: 3rem;
  }
}

/* Small screens - 2 per row */
@media (max-width: 768px) {
  .stats-section {
    flex-direction: row;
    justify-content: center;
    padding: 40px 20px;
    gap: 20px;
  }
  .story-left {
    position: relative;
    padding-right: 0px;
  }
  .story-left h2{
    font-size: 2rem;
  }
  

  .stat-box {
    flex: 1 1 calc(50% - 20px);
    padding: 20px 10px;
    text-align: start;
  }

  .stat-box h2 {
    font-size: 2.5rem;
  }

  .stat-box p {
    font-size: 0.9rem;
  }
}

/* Extra small screens - 1 per row */
@media (max-width: 480px) {
  .stat-box {
    flex: 1 1 10%;
    
  }
  .stat-box{
    min-width: 130px !important;
  }

   .stats-section {
    flex-direction: row;
    justify-content: center;
    padding: 40px 20px;
    gap: 20px;
  }
  .story-right h3{
    font-size: 1.275rem;
  }

  .stat-box h2 {
    font-size: 2rem;
  }

  .stat-box p {
    font-size: 0.85rem;
  }
}


/*  values sectio from about page  */



/* Your Original Desktop Styles - Unchanged */
.values-section {
  margin: 0 auto;
  max-width: 1400px;
  gap: 2px;
  width: 90%;
  display: flex;
}

.values-section h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.values-section p {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 20px;
}

.qute {
  border-radius: 12px;
  flex: 1 1 65%;
  margin-top: 30px;
}

.value-box {
  background: #111;
  padding: 64px 24px;
  border-radius: 42px;
  flex: 1 1 50%;
  justify-content: start;
  display: flex;
  gap: 10px;
}

.value-box h3 {
  margin: 0;
  font-family: 'objectivityN';
  font-size: 2.25rem;
  font-weight: 100;
}

.value-box3 {
  background: #111;
  padding: 64px 24px;
  border-radius: 42px;
  flex: 1 1 50%;
  justify-content: start;
  
  gap: 10px;
}

.value-box3 h3 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 100;
  font-family: 'objectivityN';
  margin: 2rem 0;
}
.value-right h3{
  font-size: 2.25rem;
  font-weight: 100;
  font-family: 'objectivityN';
}
.value-right p{
  font-weight: 100;
  font-family: 'objectivityN';
  margin-top: 1rem;
  color: #b4b4b4; 
}

.qute p {
  
  color: #b4b4b4;  
  font-size: 1.125rem;
  margin-top: 1rem;
  font-weight: 100;
}

.qutes {
  display: flex;
  gap: 2px;
  margin-top: 2px;
}

.dule {
  margin-top: 2px;
}

.value-box2 {
  background: #111;
  padding: 48px 24px;
  border-radius: 42px;
  flex: 1 1 35%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value-box2 p {
  color: #b4b4b4; 
  font-weight: 100;
  font-family: 'objectivityN';
}

.value-text{
  width: 60%;
  align-items: start;
  justify-content: start;
}
.value-contact{
  color: #ffff !important;
  margin-top: 0.4rem !important;

}
.value-ct{
  margin-bottom: 0 !important;
}
.authors a{
  text-decoration: none;
}



.value-contact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.blue img {

  transition: transform 0.3s ease;
}
.authors a:hover{
  color: #b4b4b4; 
}

.value-contact:hover .blue img {
  transform: translateX(5px);
  color: #b4b4b4; 
  
}
/* ✅ Mobile & Tablet Responsiveness Only */
@media (max-width: 768px) {
  .values-section {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }

  .qute,
  .value-box,
  .value-box3,
  .value-box2 {
    flex: 1 1 100% !important;
    flex-direction: column;
    align-items: flex-start;
  }

  .value-box,
  .value-box3 {
    flex-direction: column;
    gap: 12px;
  }

  .qutes {
    flex-direction: column;
    gap: 16px;
  }

  .value-box img,
  .value-box3 img {
    width: 48px;
    height: 48px;
  }

  .value-box2 {
    margin-bottom: 30px;
  }

  .value-box2 .authors {
    margin-top: 20px;
  }
}



/* fifth sec of about */

 .openpos-section {
      padding: 4rem 1rem;
      max-width: 1400px;
      margin: auto;
      width: 100%;
    }

    .openpos-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .openpos-header h3 {
      font-size: 3.875rem;

    margin-top: 1rem;
    font-weight: 100;
    margin-bottom: 3rem;
    font-family: 'objectivityN';
    }

    .openpos-btn {
          padding: 1.2rem 1.8rem;
      border: 1px solid #fff;
      border-radius: 2rem;
      background: transparent;
      color: white;
      font-size: 1rem;
      text-transform: uppercase;
      cursor: pointer;
      font-weight: 500;
    }

    .openpos-card {
      background-color: #111;
      border-radius: 1.9rem;
      padding: 48px;
      margin-top: 2px;
      align-items: center;
      display: inline-flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
      transition: transform 0.3s ease;
      cursor: pointer;
    }

    .openpos-card:hover {
      transform: translateX(7px);
    }

    .openpos-left {
      flex: 1;
      min-width: 580px;
      margin-right: 6rem;
    }

    .openpos-title {
      font-size: 1.875rem;
      font-weight: 100;
  font-family: 'objectivityN';
   
    }

    .openpos-tag {
      display: inline-block;
      background: #333;
      color: #fff;
          padding: 0.6rem 1rem;
      border-radius: 9999px;
      font-size: 0.8rem;
      margin-left: 0.5rem;
    }

    .openpos-desc {
      margin: 1rem 0;
      color: #ffff;
      font-weight: 100;
  font-family: 'objectivityN';
  color: #b4b4b4; 
 
    }

    .openpos-center {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1.5rem;
      min-width: 200px;
    }
    .bom span{
      margin-right: 0.6rem;
      
    }

    .openpos-center div {
      font-size: 1.25rem;
      color: #ffff;
      font-weight: 100;
  font-family: 'objectivityN';
    }
   .openpos-arrow {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.arrws img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.arrws {
  display: flex;
  align-items: center;
  justify-content: center;
}

   .openpos-right {
     flex-shrink: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 25px;
}


   

@media (max-width: 768px) {
  .openpos-section {
    padding: 3rem 1rem;
  }

  .openpos-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .openpos-header h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .openpos-btn {
    padding: 0.9rem 1.4rem;
    font-size: 0.875rem;
  }

  .openpos-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    gap: 1.5rem;
  }

  .openpos-left {
    min-width: 100%;
    margin-right: 0;
  }

  .openpos-title {
    font-size: 1.4rem;
  }

  .openpos-tag {
    margin-top: 0.5rem;
    display: inline-block;
  }

  .openpos-desc {
    font-size: 1rem;
  }

  .openpos-center {
    width: 100%;
    gap: 1rem;
  }

  .openpos-center div {
    font-size: 1rem;
  }

.openpos-right {
  width: 60px; /* set your fixed width */
  padding: 28px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto; /* this pushes the box to the right */
}



  .arrws img {
    width: 14px;
    height: 14px;
  }
}




    /* about dropdown section */

    .unique-use-case-section {
  padding: 4rem 0rem;
  max-width: 1400px;
  margin: auto;
  width: 90%;
  margin-top: 15rem;
}
.duck{
  flex: 1;
  max-width: 389px;
  align-items: center;
  display: flex;
}
.poco{
  color: #aaa;
  font-family: 'objectivityN';
  line-height: 1.6;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.unique-use-case-header {
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.unique-use-case-label {
  display: inline-block;
  font-size: 1.3rem;
  color: #ffff !important;
  font-family: 'objectivityN';
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.unique-use-case-header h4 {
  font-size: 3rem;
  margin: 0;
  font-weight: 100;
  font-family: 'objectivityN';
  line-height: 1.2;
}

.unique-use-case-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.unique-use-case-image {
  flex: 1.2;
  min-width: 600px;
}

.unique-use-case-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.unique-use-case-cards {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.unique-card {
  background: #111112;
  border-radius: 2rem;
  padding: 45px;
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.unique-card:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.unique-card:hover {
  border: 1px solid rgb(71, 71, 71);
}

.unique-card.expanded {
  background: #111112;
}

.unique-card.expanded .unique-toggle-icon {
  background-color: #ffff;
  padding: 10px;
  color: black;
  border-radius: 50%;
}

.unique-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.unique-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.8;
  margin: 3rem 0;
  font-weight: 100;
  font-family: 'objectivityN';
}

.unique-toggle-icon {
  color: #7f7f7f;
}

.unique-card a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-weight: 100;
  font-family: 'objectivityN';
  text-transform: uppercase;
  font-size: 1rem;
}

.unique-drop-icon span {
  padding-left: 1rem;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 100;
  font-family: 'objectivityN';
  justify-content: center;
}

@media (max-width: 768px) {
  .unique-use-case-section {
    padding: 3rem 1rem;
    margin-top: 1rem;
  }

  .unique-use-case-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .unique-use-case-header h4 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .unique-use-case-label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .unique-use-case-body {
    flex-direction: column;
  }

  .unique-use-case-image {
    min-width: 100%;
  }

  .unique-use-case-image img {
    border-radius: 0.75rem;
  }

  .unique-use-case-cards {
    min-width: 100%;
    gap: 1.2rem;
  }

  .unique-card {
    padding: 30px;
    transform: scale(1);
  }

  .unique-card p {
    font-size: 0.95rem;
    margin: 2rem 0;
  }

  .unique-card-header {
    font-size: 1rem;
    
    align-items: flex-start;
    gap: 0.5rem;
  }

  .unique-drop-icon span {
    font-size: 2rem;
    padding-left: 0;
  }

  .poco {
    font-size: 1rem;
  }

  .duck {
    max-width: 100%;
    justify-content: flex-start;
  }
}




@media (max-width: 992px) {
  .value-text{
    width: 100%;
  }
      body {
        overflow-x: hidden !important;
      }
  .use-case-label{
    font-size: 1rem;
  }
  .footer-final-row{
    padding: 60px 20px;
  }
  .hero2{
    margin-left: 0rem;
  }
  .bg-image2{
    width: 100%;
    margin-top: -10rem;
    max-width: 100%;
  }
  .credit{
    margin: 0rem auto;
  }
  .des{
    margin-top: 3rem;
  }
  .story-section{
    margin-top: 0rem;
  }
  
.features-section {
  padding: 5rem 2rem 0rem 2rem !important;
}
.blah {
    margin-top: -5rem !important;
}
    .bg-image {
        max-width: 93% !important;
    
      
    }
    .credit-mockup {
   
    margin-left: 2rem;

}
.hero-section {
  
  margin-top: 2rem;
}
.trill{
  padding: 0.1rem 0.4rem;
}
}




/* ren nav */


  /* Mobile Navigation */
        .mobile-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 22px 20px;
            background: black;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: relative;
            z-index: 1000;
        }

        .brand-logo img {
            width: 50px;
            height: auto;
        }

        .toggle-btn {
          background-color: #ffff !important;
            border-radius: 8px;
            width: 46px;
            height: 46px;
            border: none;
            background: transparent;
            cursor: pointer;
            position: relative;
            z-index: 1001;
            transition: all 0.3s ease;
        }

        .toggle-btn:hover {
            background: rgba(0,0,0,0.05);
        }

        .hamburger-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            gap: 6px;
        }

        .hamburger-line {
            background-color: #333;
            border-radius: 2px;
            width: 20px;
            height: 2px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform-origin: center;
        }

        /* Hamburger to X animation */
        .toggle-btn.active .hamburger-line:first-child {
            transform: rotate(45deg) translate(3px, 3px);
        }
        
        .toggle-btn.active .hamburger-line:last-child {
            transform: rotate(-45deg) translate(3px, -3px);
        }

        .toggle-btn.active {
            background: rgba(0,0,0,0.1);
        }

        /* Dropdown Menu */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #000;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 30px 20px;
            z-index: 999;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            pointer-events: none;
            border-radius: 0 0 12px 12px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .dropdown-menu.visible {
            max-height: 500px;
            opacity: 1;
            pointer-events: auto;
        }

        .nav-item {
            color: white;
            font-weight: 500;
            font-size: 18px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 12px 0;
            padding: 8px 12px;
            border-radius: 8px;
            transition: all 0.3s ease;
            width: 100%;
            opacity: 0;
            transform: translateY(20px);
        }

        .dropdown-menu.visible .nav-item {
            opacity: 1;
            transform: translateY(0);
        }

        /* Staggered animation for menu items */
        .dropdown-menu.visible .nav-item:nth-child(1) { transition-delay: 0.1s; }
        .dropdown-menu.visible .nav-item:nth-child(2) { transition-delay: 0.15s; }
        .dropdown-menu.visible .nav-item:nth-child(3) { transition-delay: 0.2s; }
        .dropdown-menu.visible .nav-item:nth-child(4) { transition-delay: 0.25s; }
        .dropdown-menu.visible .nav-item:nth-child(5) { transition-delay: 0.3s; }
        .dropdown-menu.visible .nav-item:nth-child(6) { transition-delay: 0.35s; }

        .nav-item:hover {
            background: rgba(255,255,255,0.1);
            transform: translateX(8px);
        }

        .nav-dot {
            width: 6px;
            height: 6px;
            background: #007bff;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .nav-item:hover .nav-dot {
            opacity: 1;
        }

        .menu-link, .special-link {
            text-decoration: none;
            color: inherit;
        }

        .header-container {
            position: relative;
            overflow: visible;
        }

        .cta-button {
            background: linear-gradient(135deg, #007bff, #0056b3);
            color: white;
            border: none;
            padding: 14px 24px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .cta-button:hover {
            background: linear-gradient(135deg, #0056b3, #004085);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
        }

        .button-icon {
            width: 16px;
            height: 16px;
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .cta-button:hover .button-icon {
            transform: translateX(4px);
        }

        /* Overlay for mobile menu */
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 998;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .menu-overlay.visible {
            opacity: 1;
            pointer-events: auto;
        }

        /* Responsive adjustments */
        @media (min-width: 769px) {
            .mobile-header {
                display: none;
            }
        }

        /* Demo content */
        .demo-content {
            padding: 40px 20px;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .demo-content h1 {
            color: #333;
            margin-bottom: 20px;
            font-size: 2.5rem;
        }

        .demo-content p {
            color: #666;
            line-height: 1.6;
            font-size: 1.1rem;
        }