body {
       font-family: 'Lexend Deca' !important;
      margin: 0;
      padding: 0;
    }

    /* Header */
    .main-header {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10;
      padding: 15px 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .main-header .logo {
      font-weight: bold;
      font-size: 1.5rem;
      color: white;
    }
   
    .b2blanding-button {
      position:relative;
      border-radius: 40px;
      font-family: 'Lexend Deca';
      font-size: 16px;
      font-weight:800;
      line-height: 100%;
      letter-spacing: 0%;
      text-transform: capitalize;
      /* background: linear-gradient(89.93deg, #FF6347 0.29%, #F5A300 99.99%); */
      background: #F5A300;
      color:#000;
      text-decoration:none;
      padding: 5px 3px 5px 13px;
      border:none;
    }

    .cart-icon{
      margin-left:10px;
    }
    /* Hero */
    .hero {
      background: url('https://xclusit.com/assets/b2blanding/images/b2blanding.png') center center/cover no-repeat;
      /* background: url('http://localhost/landingPageLaravel/assets/b2blanding/images/b2blanding.png') center center/cover no-repeat; */
      height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
    }
    .hero-exp{
      position:absolute;
      bottom: 0;
      right: 0;
    }
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.31%, rgba(0, 0, 0, 0.7) 56.02%);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      color: white;
      top: 250px;  
    }

    .hero-content h1{
      font-family: 'Lexend Deca';
      font-weight: 700;
      font-size: 48px;
      line-height: normal;
    }
    /* .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    } */

    .hero p {
      font-size: 1.1rem;
    }


    /* Scroll Banner */
    .scroll-banner {
      background: linear-gradient(269.77deg, #F5A300 6.05%, #60CCF7 55.12%, #F5A300 104.2%);
      color: #000;
      white-space: nowrap;
      overflow: hidden;
      font-size: 20px;
      padding:10px;
    }

    .scroll-banner span {
      display: inline-block;
      padding: 10px 0;
      animation: scroll-left 60s linear infinite;
    }

    @keyframes scroll-left {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
    }

    /* Section 2 */
    .social-shopping {
       background: url('https://xclusit.com/assets/b2blanding/images/social_shopping.png') center center/cover no-repeat;
       /* background: url('http://localhost/landingPageLaravel/assets/b2blanding/images/social_shopping.png') center center/cover no-repeat; */
      padding: 80px 20px;
    }

    .social-shopping .text-content h3 {
        font-size: 52px;
        font-weight: bold;
        margin: 0px 89px;
    }

    .social-shopping .text-content p {
      font-size: 1.2rem;
      color: #666;
    }

    @media (max-width: 767px) {
      .hero h1 {
        font-size: 2rem;
      }

      .main-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .hug-badge {
        margin-top: 10px;
      }

      .social-shopping .text-content {
        text-align: center;
      }
      .b2blanding-footer h2{
        font-size: calc(1.325rem + .9vw) !important;
      }
      .grow{
        order :1;
      }
      .grow-content{
        order: 2;
      }
      .position-relative {
          position: relative !important;
          top: 43px !important;
      }
      .hero::before {  
          background: linear-gradient(180deg, rgb(0 0 0 / 34%) 47.31%, rgba(0, 0, 0, 0.7) 56.02%) !important;
      }
    }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important
    }
}
@media (max-width: 1400px) {
      .grow-card {
      padding: 0px !important;
        }
           .social-shopping .text-content h3{
        font-size: calc(1.3rem + .6vw) !important; 
      }
      .social_shopping{
        width:50px;
      }
}


 /* Section 3 */
  .grow-scale {
      background: url('https://xclusit.com/assets/b2blanding/images/grow_scale.svg') center center/cover no-repeat;
      /* background: url('http://localhost/landingPageLaravel/assets/b2blanding/images/grow_scale.svg') center center/cover no-repeat; */
      padding: 80px 20px;
    }

  .grow-card {
   padding: 97px;
    }
    .grow-card h3 {
      font-family: 'Lexend Deca';
      font-weight: 800;
      font-size: 42px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .grow-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
    }
    dl, ol, ul {
          list-style-type: none !important;
          padding-left: 0px;
      }
    .grow-card ul li {
      display: flex;
      align-items: center;
      margin-bottom: 22px;
      font-family: 'Lexend Deca';
      font-weight: 500;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0%;
    }
    .check-icon {
      width: 20px;
      height: 20px;
      background: #F5A300;
      color: white;
      font-size: 13px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
      margin-right: 10px;
      flex-shrink: 0;
    }
    .grow-card ul li i {
      color: #fff;
      /* margin-right: 10px; */
      /* font-size: 18px; */
    }
    

/* Section 4*/
.store{
   background: url('https://xclusit.com/assets/b2blanding/images/store.svg') center center/cover no-repeat;
   /* background: url('http://localhost/landingPageLaravel/assets/b2blanding/images/store.svg') center center/cover no-repeat; */
   padding: 100px 20px;
}
.store h1{
  font-family: 'Lexend Deca';
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.store p{
  font-family: 'Lexend Deca';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
}
/*Footer*/
footer {
    width: 100%;
    padding: 30px 0px;
    color: #fff;
    background-color: #000;
}

.footer-5-column {
    padding-top: 3rem;
    /* margin-top: 2rem; */
}

.footer-5-column p {
    color: #777777;
}

.footer-5-column .footer-container {
    max-width: 1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.footer-5-column .footer-container .footer-navbar-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details {
    width: 65%;
    max-width: 100%;
    flex: 0 0 auto;
    padding-right: 2rem;
    line-height: 1.428;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-logo {
    width: 122px;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-logo svg {
    width: 100%;
    height: auto;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-content {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.8;
    padding-right: 1rem;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons {
    margin-top: 1.5rem;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-right: 14px;
}

.footer-5-column .footer-container .footer-navbar-container .footer-company-details .footer-icons ul li a {
    width: 30px;
    padding: 6px;
}

.footer-5-column .footer-navbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    flex-grow: 1;
    line-height: 1.428;
    justify-content: space-between;
}

.footer-5-column .footer-navbar>.footer-navbar-col {
    width: 45%;
    flex: 0 0 auto;
}

.footer-5-column .footer-navbar .footer-navbar-col h5 {
    margin-bottom: 1.5rem;
    color: #000;
    overflow-wrap: break-word;
    padding: 0 0.5rem 0 0;
}

.footer-5-column .footer-navbar .footer-navbar-col ul {
    padding: 0 0.5rem 0 0;
    margin: 0;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li {
    list-style: none;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #c5c1c1;
    overflow-wrap: break-word;
}

.footer-5-column .footer-navbar .footer-navbar-col ul li a:hover {
    color: #fff;
}

.footer-5-column .footer-copyright {
    padding: 2rem 0;
    border-top: 1px solid rgb(219, 215, 215);
}

.footer-5-column .footer-copyright p {
    font-size: 14px;
    margin-bottom: 0;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }
}

@media all and (max-width: 1140px) {

    .footer-5-column .footer-container .footer-navbar-container,
    .footer-5-column .footer-navbar {
        row-gap: 3rem;
    }

    .footer-5-column .footer-container .footer-navbar-container .footer-company-details,
    .footer-5-column .footer-container .footer-navbar-container .footer-navbar {
        padding: 0;
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .footer-5-column .footer-navbar .footer-navbar-col {
        width: 50%;
    }
    .hero-content h1
    {
        font-size: 54px !important;
    }
}

@media all and (max-width: 576px) {
    .footer-5-column .footer-navbar .footer-navbar-col {
        /* width: 100%; */
    }
    .hero-content{
        top:0px  !important;
    }
      .hero-exp{
      position:relative;
      bottom: 0;
      /* right: 0; */
    }
    /* .hero{
        height:auto !important;
    } */
    h1{
         font-size: 3rem !important;
    }
    .highlight-banner{
        display:none !important
    }
    .hightlight2{
        transform:none !important;
    }
}
.waitlist-container {
    color: white;
}

.waitlist-input-group {
    display: flex;
    align-items: center;
    /* background: #FFFFFF1A; */
    border-radius: 999px;
    overflow: hidden;
    width: fit-content;
    margin-top: 8px;
}

.waitlist-input-group input {
    background-color: #FFFFFF1A;
}

.waitlist-input-group input {
    border: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    width: 330px;
    color: #c5c1c1;
}

.waitlist-input-group button {
    position: relative;
    left: -109px;
    background-color: #F5A300;
    border: none;
    color: black;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

/* .waitlist-input-group button:hover {
    background-color: #fff;
} */
/* === Responsive Fixes for Subscribe Form & Accordion === */
@media (max-width: 576px) {
  /* Footer: make subscribe form full‑width and stacked */
  .waitlist-input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    margin-top: 15px;
  }
  .waitlist-input-group input {
    width: 50% !important;
    padding: 12px;
    border-radius: 0px !important;
    background-color: #FFFFFF1A;
  }
  .waitlist-input-group button {
    position: static !important;
    left: auto !important;
    margin-top: 8px;
    padding: 12px;
    border-radius: 0px !important;
    width: 40%;
    font-size: 16px;
  }
}
.b2blanding-footer{
    background: #FFFFFF;
    margin: 0px 30px;
    border-radius: 40px;
}
.footer-experience{
  background: url('https://xclusit.com/assets/b2blanding/images/b2blanding-footer.svg') center center/cover no-repeat;
  /* background: url('http://localhost/landingPageLaravel/assets/b2blanding/images/b2blanding-footer.svg') center center/cover no-repeat; */
  padding:100px;
}
.b2blanding-footer h2{
  font-family: 'Lexend Deca';
  font-weight: 700;
  font-size: 50px;
  color:#000;
}
.b2blanding-footer p{
  font-family: 'Lexend Deca';
  font-weight: 500;
  font-size: 24px;
  color:#000;
}
.btn:hover{
  color:#000;
  background-color:#F5A300;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color:#fff;
}