@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  section {
    overflow-x: hidden;
  }

  /* HERO WRAPPER */
  .mainHeroWrapper {
    width: 100%;
    height: 550px;
    position: relative;
    background: linear-gradient(360deg, rgba(26, 224, 237, 0) 0%, #000000 100%);
    overflow: hidden;
  }

  .carouselContent h5 {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  /* NAVBAR */
  .navbar {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 10;
  }
  .waves_bg {
    display: none;
  }
  .rectagle_bg {
    display: none;
  }
  .navbar-toggler img {
    max-width: 50px;
    height: auto;
  }
  /* LOGO */
  .navbar-brand_logo {
    max-width: 114px;
    height: 37px;
    display: block;
  }
  .navbar_button {
    width: 103px;
    height: 48px;
    background: rgba(26, 224, 237, 0.1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moveShadow 4s linear infinite;
    animation-delay: 1ms;
    transition: background 0.3s ease, border 0.3s ease,
      backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .heroContents h1 {
    line-height: 37px;
  }

  /* LINE 1 — Solid white */
  .heroContents .line1 {
    font-size: 20.32px;
  }

  /* LINE 2 — Gradient bold */
  .heroContents .line2 {
    font-size: 33.61px;
  }

  /* LINE 3 — Stronger gradient, heavier weight */
  .heroContents .line3 {
    font-size: 33.61px;
  }

  .heroContents p {
    font-size: 14px;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .brakeTagXl {
    display: none;
  }
  .brakeTagSM {
    display: block;
  }
  .mainHeroButton {
    width: 260px;
    height: 56px;
    font-size: 16px;
    margin-top: 0px;
  }
  .curved_arrow_wrapper {
    position: absolute;
    bottom: -230px;
    left: 31px;
  }
  .coinLogo_wrapper {
    position: absolute;
    right: 35px;
    top: -25%;
  }

  .coinLogo_wrapper img {
    max-width: 66px;
    height: 65px; /* optional size */
  }

  .waves_bg_SM {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    display: block;
  }
  .waves_bg_SM img {
    width: 100%;
    opacity: 0.2; /* subtle like screenshot */
    display: block;
  }
  .rectagle_bg_SM {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: block;
  }
  .rectagle_bg_SM img {
    width: 100%;
    height: auto;
  }
  /* ABOUT_SECTION-styling */
  .mainPage_aboutSection {
    max-width: 100%;
    height: auto;
    position: relative;
    padding-top: 0px;
    padding-bottom: 57px;
  }
  .aboutSection_content img {
    max-width: 274px;
    height: 155px;
  }
  .currency_logo {
    animation: floatUpDown 1.5s linear infinite;
    animation-delay: 1ms;

    position: absolute;
    top: 103px;
    left: 15px;
  }
  .currency_logo img {
    max-width: 32px;
    height: 33px;
  }
  @keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px); /* height of floating */
    }
    100% {
      transform: translateY(0);
    }
  }
  .bag_logo {
    position: absolute;
    top: -1px;
    right: 12%;
  }
  .bag_logo img {
    max-width: 41px;
    height: 41px;
    z-index: 0;
  }
  .aboutSection_des p {
    font-size: 14px;
    line-height: 100%;
    margin-top: 31px;
    margin-bottom: 20px;
  }
  .aboutSection_btn button {
    width: 140px;
    height: 48px;
    border: none;
    border-radius: 28px;
    background: #ffffff33;
    box-shadow: 0px 4px 4px 0px #ffffff inset;
    color: #ffffff;
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .business_marketers_section .title h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .business_wrapper {
    margin-top: 40px;
  }
  .bussiness_owners_box {
    max-width: 362px;
    width: 100%;
    height: 504px;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
  }
  .marketers_box {
    max-width: 362px;
    width: 100%;
    height: 504px;
    padding: 20px;
    margin: auto;
  }
  .bussiness_owners_box_content h3 span {
    font-size: 21.91px;
    line-height: 40.18px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .bussiness_owners_box_content h3 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 36.52px;
    line-height: 40px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .business_man {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .business_man img {
    max-width: 221px;
    height: 358px;
  }
  .business_analyst {
    position: absolute;
    left: 23px;
    top: 180px;
  }
  .business_analyst img {
    max-width: 100%;
    height: auto;
    transition: filter 0.2s ease, transform 0.2s ease;
    opacity: 0.8;
    z-index: -1;
  }
  .business_ownerTag {
    max-width: 322px;
    width: 100%;
    height: 84px;
    border-radius: 60px;
    background: #ffffff4d;
    border: 1px solid #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;

    /* Smooth transitions */
    transition: background 0.5s ease, border-color 0.5s ease;
  }
  .business_ownerTag h3 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 0;

    /* Smooth text color transition */
    transition: color 0.5s ease;
  }
  .bussiness_owners_box:hover .business_ownerTag {
    background: #ffffff4d;
    border: 1px solid #ffffff;
  }
  .bussiness_owners_box:hover .business_ownerTag h3 {
    color: #ffffff;
  }
  /* Card hover → Icon becomes orange using filter */
  .bussiness_owners_box:hover .business_ownerTag span img {
    filter: none;
  }
  .bussiness_owners_box:hover .business_man img {
    transform: scale(1);
  }
  .marketers_box_content h3 span {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 21.91px;
    leading-trim: NONE;
    line-height: 40.18px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .marketers_box_content h3 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 29.22px;
    line-height: 40.18px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #ffffff;
  }
  .marketer_Tag {
    max-width: 322px;
    width: 100%;
    height: 84px;
    border-radius: 60px;
    background: #ffffff4d;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background 0.7s ease, border-color 0.7s ease;
  }
  .marketer_Tag h3 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .marketers_box:hover .marketer_Tag {
    background: #ffffff4d;
    border: 1px solid #ffffff;
  }
  .marketers_box:hover .marketer_Tag h3 {
    color: #ffffff;
  }
  .marketers_box:hover .marketer_Tag span img {
    filter: none;
  }
  /* Hover effect */
  .marketers_box:hover .marketer img {
    transform: scale(1);
  }
  .getAppMain {
    width: 100%;
    height: auto;
    margin-top: 88px;
  }

  .titleLine {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;

    /* Correct gradient text */
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* hidden initially */
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translateX(0);

    transition: none;
  }
  .getAppContentRow {
    margin-top: 13px;
  }
  .appInfoBox {
    max-width: 360px;
    width: 100%;
    height: 228px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column; /* stack items top → bottom */
    justify-content: space-between; /* center horizontally */
    gap: 10px;
    padding: 24px;
    position: static;
    margin-bottom: 30px;
    margin: auto;
    margin-top: 51px;
  }
  .appInfoBox-2 {
    max-width: 360px;
    width: 100%;
    height: 228px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column; /* stack items top → bottom */
    justify-content: space-between; /* center horizontally */
    gap: 10px;
    padding: 24px;
    position: static;
    top: 118px;
    left: 43px;
    margin: auto;
    margin-top: 30px;
  }
  .phoneWrapper {
    display: none;
  }
  .phoneWrapper_SM img {
    max-width: 80%;
    height: auto;
  }
  .phoneWrapper_SM {
    display: flex;
    justify-content: center;
  }
  .appInfoBox h3 span {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .appInfoBox h3 {
    font-family: "ClashDisplay";

    color: #ffffff;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .storeBtns img {
    max-width: 49%;
    height: auto;
    cursor: pointer;
  }
  .mapLogo {
    display: none;
  }

  .vectorLine {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(20%);
  }
  .operateCity {
    margin-top: 110px;
  }
  .appInfoBox-2 h3 span {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #ffffff;
  }
  .appInfoBox-2 h3 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #ffffff;
  }
  .operateCityTitle h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;

    /* GRADIENT TEXT FIX */
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .countryWrapper {
    display: flex;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .country {
    height: 40px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    padding: 10px;
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
  }
  .carouselContent {
    flex: 0 0 auto;
    width: 350px;
  }
  .carouselContent h5 {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 10px;
  }
  .servedInustriesTitle h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .servedIndustries {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .industriesTitle {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .footer_top_title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .company_growing_count-1 h5 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 41.24px;
    line-height: 29.45px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #3462eb;
  }
  .company_growing_count-2 h5 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 41.24px;
    line-height: 29.45px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #f8584f;
  }
  .company_growing_count-3 h5 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 41.24px;
    line-height: 29.45px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #289700;
  }
  .company_growing_count-4 h5 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 41.24px;
    line-height: 29.45px;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #f3ef4a;
  }
  .company_growing_count-1 p,
  .company_growing_count-2 p,
  .company_growing_count-3 p,
  .company_growing_count-4 p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 11.87px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
  }
  .company_growing_count-1 {
    padding-left: 30px;
    margin-top: 80px;
  }
  .company_growing_count-2 {
    padding-left: 40px;
  }
  .company_growing_count-3 {
    padding-left: 30px;
  }
  .company_growing_count-4 {
    padding-left: 40px;
  }
  .mainLogoFooter{
    display: none;
  }
  .footer_logo_SM {
    display: flex;
    justify-content: center;
  }
  .footer_logo_SM img {
    max-width: 50%;
    height: auto;
    margin: auto;
  }
  .addressWrapper,
  .contact_number_wrapper {
    padding-top: 24px;
  }
  .addressWrapper,
  .contact_number_wrapper {
    padding-top: 30px;
  }
  .footer_social_icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
  .footer_upper_btn {
    width: 76px;
    height: 76px;
    border: 1px solid #ffffff;
    background: #ffffff4d;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    overflow: hidden; /* ensures smooth animation */
    z-index: 10;
  }

  /* second_page_wrapper */
  .careersHeroWrapper {
    max-width: 100%;
    height: 60vh;
    background: #1ae0ed;
    position: relative;
    box-shadow: 0px 74px 140px 0px #ffffff33;
  }
  .businessOwners_hero_content .hero_content_title h1 span {
    font-family: "Benzin";
    font-weight: 700;
    line-height: 120%;
    font-size: 20px !important;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
  }
  .businessOwners_hero_content .hero_content_title h1 {
    font-family: "Benzin";
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2%;
    font-size: 30px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
  }

  .bottom_arrow_circle {
    width: 76px;
    height: 76px;
  }
  .aboutPage-about_content p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .about-about-bg {
    position: absolute;
    bottom: 0px;
    z-index: -1;
  }
  .about-about-bg img {
    max-width: 343px;
    height: 215px;
  }
  .aboutPage-about_section {
    padding-bottom: 124px;
  }
  .inMinuteSection_title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 51px;
  }
  .inMinuteSection_card {
    margin: auto;
    margin-bottom: 20px;
  }
  .about_big_text h1 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
  }
  .group_text {
    display: block;
    gap: 16px;
    align-items: center;
  }

  .group_text h6 {
    position: relative;
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #f4f8f9;

    white-space: nowrap; /* ✅ FORCE ONE LINE */
    padding-left: 16px; /* space for divider */
    text-align: center;
  }
  /* Vertical divider */
  .group_text h6:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 36px;
    background: rgba(255, 255, 255, 0.6);
    display: none;
  }
  .businessOwners_hero_content_left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .business_owners_hero_left_main {
    display: flex;
    align-items: center;
    justify-content: start !important;
  }
  .businessManMain img {
    width: 70% !important;
    height: auto;
  }

  .collaborate_section {
    padding-top: 77px;
    padding-bottom: 65px;
    position: relative;
  }
  .contact_section_title h1 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .collaborate_left .title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .collaborate_left .paragraph p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffffff;
  }
  .collaborate-ring-bg {
    position: absolute;
    top: 215px;
    left: -80px;
  }
  .collaborate-ring-bg img {
    max-width: 290px;
    height: 290px;
  }
  .collaborate_form_wrapper {
    max-width: 362px;
    width: 100%;
    height: auto;
    background: #ffffff33;
    border: 1px solid #ffffff80;
    border-radius: 30px;
    margin: auto;
    margin-top: 20px;
  }
  .short_jd p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 21px;
  }
  .experienceWrapper p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 0;
  }
  .job_position_wrapper {
    max-width: 362px;
    width: 100%;
    height: auto;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 24px;
    cursor: pointer;
    margin-bottom: 30px;
    /* smooth interaction */
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.6s ease;
  }

  .career_row-2 {
    margin-top: 0;
  }
  .modal-title {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
  }
  #modalJobExp {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-left: 4px !important;
  }
  #modalJobSalary {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-left: 4px !important;
  }
  .contact_section_title h1 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cube_logo {
    position: absolute;
    right: 26px;
    top: 0px;
  }
  .cube_logo img {
    max-width: 80px;
    height: 80px;
  }
  .contact_section_form_wrapper {
    max-width: 100%;
    height: auto;
    background: #ffffff33;
    border: 1px solid #ffffff80;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px;
  }
  .hero_download_section h6 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    color: #ffffff;
    margin-top: 20px;
  }
  .businessOwners_hero_content {
    margin-left: 20px;
  }
  .download_link img {
    max-width: 40% !important;
    height: auto;
    margin-bottom: 10px;
  }
  .marketer_dwn_btn img {
    max-width: 60% !important;
  }

  .business_owners_hero_left {
    display: flex;
    align-items: center;
    height: 60vh;
  }
  .business_owners_hero_right {
    display: block;
    height: 60vh;
  }
  .businessManMain {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .bussiness_owners_kartoon {
    max-width: 90%;
    text-align: end !important;
  }
  .marketers_kartoon {
    max-width: 90%;
    text-align: end !important;
  }
  .business_owner_about_section .about_section h1 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
  }
  .business_owner_about_section .about_section h1 span {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
  }
  .business_owner_about_section .paragraph {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 10px;
  }
  .whyGrro_businessOwners {
    position: relative;
    border-radius: 32px;
    background: linear-gradient(
      180deg,
      rgba(43, 255, 255, 0.2) 0%,
      rgba(43, 255, 255, 0) 100%
    );
    backdrop-filter: blur(84px);
    padding: 20px;
    margin-top: 43px;
    overflow: visible; /* IMPORTANT */
    z-index: 1; /* create stacking context */
  }

  .whyGrro_businessOwners_content h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .whyGrro_paragraph {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #ffffff;
  }

  .whyGrro_businessOwners .sub_paragraph {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
  }
  .bussiness_owners_points_wrapper {
    max-width: 152px;
    width: 100%;
    height: 152px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .point_title {
    color: #ffffff;
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .business_quotes_section h5 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 50px;
  }
  .what_you_unlocked_title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .points_number_wrapper {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    position: relative;

    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .points_number_wrapper span {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
  }
  .what_you_unlocked_points_1 p,
  .what_you_unlocked_points_2 p,
  .what_you_unlocked_points_3 p {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 0 !important;
    margin-left: 30px;
  }
  .what_you_unlocked_title,
  .unlock_point_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .what_you_unlocked_points_1 {
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .what_you_unlocked_points_2 {
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .what_you_unlocked_points_3 {
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .what_you_unlocked_section {
    margin-top: 100px;
    position: relative;
  }
  .smart_solution_section {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 32px;
    background: linear-gradient(
      180deg,
      rgba(43, 255, 255, 0.2) 0%,
      rgba(43, 255, 255, 0) 100%
    );
    backdrop-filter: blur(84px);
    padding: 20px 20px 10px;
    margin-top: 164px;

    overflow: visible; /* REQUIRED for floating image */
    z-index: 1; /* create stacking context */
  }
  .carouselCard {
    min-width: calc(50% - 12px);
    height: auto;
    background: #ffffff1a;
    border-radius: 20px;
    border: 1px solid #fff;
    backdrop-filter: blur(20px);
    color: #ffffff;
    padding: 20px;
  }
  .carouselCardContent h3 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .carouselCardContent p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .carouselCardInner_card-1 {
    max-width: 100%;
    width: 100%;
    height: 59px;
    background: #ffb26b;
    border: 1px solid #ffb26b;
    border-radius: 9px;
    margin-bottom: 14px;
  }
  .innerCradContent h4 {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 6px;
  }
  .carouselCardInner_card-2 {
    max-width: 100%;
    width: 100%;
    height: 59px;
    background: #3843ab;
    border: 1px solid #3843ab80;
    border-radius: 9px;
    margin-bottom: 14px;
  }
  .carouselCardInner_card-3 {
    max-width: 100%;
    width: 100%;
    height: 59px;
    background: #25ba6a;
    border: 1px solid #25ba6a80;
    border-radius: 9px;
    margin-bottom: 14px;
  }
  .carouselCardBottomText h4 {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .carouselCardInner_card-4 {
    max-width: 100%;
    width: 100%;
    height: 59px;
    background: #ff6b6b;
    border: 1px solid #ff6b6b80;
    border-radius: 9px;
  }
  .carouselCardInner_card-5 {
    max-width: 100%;
    width: 100%;
    height: 59px;
    background: #da42b7;
    border: 1px solid #ff6b6b80;
    border-radius: 9px;
    margin-bottom: 14px;
  }
  .carouselArrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .carouselControls {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
  } /* buttons */
  .carouselControls img {
    max-width: 50%;
    height: auto;
  }
  .how_it_work_title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
  }
  .how_it_work_box_img img {
    max-width: 100px;
    height: 100px;
  }

  .how_it_work_boxA {
    max-width: 1058px;
    width: 100%;
    height: 272px;
    background: #ffffff1a;
    border: 1px solid #ffffff80;
    border-radius: 20px;
    margin-bottom: 30px;
    margin: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  .number_Count {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .how_it_work_box_number p {
    font-family: "Benzin";
    font-weight: 700;
    font-style: ☞;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.3;
  }
  .how_it_work_box_content h6 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .how_it_work_box_content p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
  }
  .how_it_work_boxB {
    max-width: 1058px;
    width: 100%;
    height: 272px;
    background: #ffffff1a;
    border: 1px solid #ffffff80;
    border-radius: 20px;
    margin-bottom: 30px;
    margin: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-right: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .boxImg_last {
    position: absolute;
    top: 10px;
    left: 70% !important;
  }
  .best_suited_title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .best_suited_points h6 {
    font-family: "Benzin";
    font-weight: 500;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 4px;
    margin-bottom: 40px;
    text-align: center;
  }
  .best_suited_row-2 {
    margin-top: 0;
  }
  .best_suited_pointsImgwrapper {
    width: 92px;
    height: 92px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .inner_footer_Left h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .inner_footer_Left p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .footer_Top_container {
    display: block;
  }
  .connectButton button {
    width: 326px;
    height: 64px;
    font-family: "ClashDisplay";
    font-weight: 600;
    font-style: Semibold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    background: #ffffff33;
    box-shadow: 0px 4px 4px 0px #ffffff inset;
    border: none;
    border-radius: 40px;
    margin-bottom: 26px;
  }
  .connectButton {
    display: flex;
    justify-content: center;
  }
  .inner_footer_Right {
    margin-top: 40px;
  }

  .marketers_about_section h1 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
  }
  .marketers_about_section h1 span {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
  }
  .sub_paragraph-marketers {
    font-size: 30px !important;
    text-align: center;
  }

  .marketers_quotes_section p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #ffffff;
    margin-top: 0px;
    text-align: center;
  }
  .whyBecomeBoxTitle h5 {
    font-family: "ClashDisplay";
    font-weight: 600;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
  }
  .whyBecomeBox_points_wrapper li p {
    margin-bottom: 0;
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .whyBecomeBox {
    max-width: 332px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
  }
  .why_become_Row {
    margin-top: 30px;
  }
  .why_become_Row-2 {
    margin-top: 0px;
  }
  /* Gradient Border */
  .smart_solution_section::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 32px;

    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );

    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    z-index: -1; /* behind section content */
  }
  .marketers_middle_eclips {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .how_it_work_title h2 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 65px;
  }
  .marketers_point-three-section {
    margin-top: 100px;
    position: relative;
  }
  .marketers_point-three_left span {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 70px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
  }
  .marketers_point-three_left h3 {
    font-family: "Benzin";
    font-weight: 700;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.3) 0%,
      #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
  }
  .marketers_point-three_right ul li p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .marketers_point-three_right ul {
    padding: 0;
    margin-top: 40px;
  }
  .best_suited_section_wrapper {
    position: relative;
    border-radius: 32px;
    background: linear-gradient(
      180deg,
      rgba(43, 255, 255, 0.2) 0%,
      rgba(43, 255, 255, 0) 100%
    );
    backdrop-filter: blur(84px);
    margin-top: 136px;
    padding: 20px;

    overflow: visible; /* REQUIRED */
    z-index: 1;
  }
  .best_suited_title p {
    font-family: "ClashDisplay";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    color: #ffffff;
  }
  .job_position_wrapper {
    max-width: 420px;
    width: 100%;
    height: auto;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 24px;
    cursor: pointer;

    /* smooth interaction */
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.6s ease;
    margin: auto;
    margin-bottom: 30px;
  }

  .contactPage_address_wrapper {
    max-width: 392px;
    width: 100%;
    height: 208px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 20px;
  }
  .contactPage_address_wrapper-2 {
    max-width: 392px;
    width: 100%;
    height: 176px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: auto;

    margin-bottom: 20px;
  }
  .contactPage_address_wrapper-3 {
    max-width: 392px;
    width: 100%;
    height: 172px;
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin: auto;

    margin-bottom: 20px;
  }
  .addressWrapper_Row {
    margin-top: 40px;
  }
  .footer_logo_SM {
    display: block;
  }
  /* Floating Image */
  .about_section_top_img,
  .smart_solution_top_img,
  .best_suited_img {
    position: absolute;
    right: -80px;
    top: -45px;
    z-index: 10; /* above everything */
  }

  .about_section_top_img img,
  .smart_solution_top_img img,
  .best_suited_img img {
    max-width: 50%;
    height: auto;
    display: block;
  }
  .whyGrro_businessOwners_top_img,
  .whyGrro_businessOwners_img,
  .best_suited_Top_img {
    position: absolute;
    right: -120px;
    top: -60px;
  }
  .whyGrro_businessOwners_top_img img,
  .whyGrro_businessOwners_img img,
  .best_suited_Top_img img {
    max-width: 50%;
    height: auto;
  }
  .dollar_bag {
    position: absolute;
    left: -10px;
  }
  .dollar_bag img {
    max-width: 20%;
    height: auto;
    animation: pendulumSmooth 3.5s linear infinite;
    transform-origin: center center;
  }
  .industriesBag {
    position: absolute;
    top: 80px;
    right: -10%;
  }
  .industriesBag img {
    max-width: 60%;
    height: auto;
  }
  .coinGroup {
    position: absolute;
    bottom: -380px;
    left: 30px;
  }
  .coinGroup img {
    max-width: 60%;
    height: auto;
  }
  .fakePlaceholder {
    position: absolute;
    left: 0px;
    top: 35%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    font-size: 16px;
    font-family: "ClashDisplay";

    transition: 0.2s ease;
    color: #ffffff;
    display: block !important;
  }
}
