
     .Binance-stats {
         text-align: center;
         padding: 50px 0;
     }

     .Binance-span {
         font-weight: 600;
     }

     .Binance-Script {
         padding: 50px 0;
     }

     .Binance-Script-wrap {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 20px;
         position: relative;
     }

     .Binance-Special {
         text-align: center;
     }

     .Binance-Script-txt {
         text-align: start;
     }

     .Binance-Script-txt .blue_btn {
         padding: 20px;
         font-size: 16px;
     }

     .Binance-Special-txt,
     .Binance-Special-img {
         flex: 1;
         text-align: start;
     }

     .Binance-Special-txt h3 {
         font-size: 25px;
         font-weight: 600;
     }

     .Binance-Special-wrap {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 20px;
     }

     .Binance-Special-txt .blue_btn {
         padding: 20px;
         font-size: 16px;
     }

     .Binance-Special-txt,
     .Binance-Special-img {
         flex: 1;
     }

     .tinder-clone-wrapper {
         display: flex;
         align-items: center;
         justify-content: space-between;
     }

     .tinder-clone-image img {
         height: auto;
         max-width: 85%;
         margin: 0 auto;
     }

     .tinder-heading {
         margin-bottom: 20px;
     }

     .tinder-text {
         line-height: 1.4;
         margin-bottom: 18px;
     }

     .tinder-clone-interface-slider-wrapper {
         position: relative;
         overflow: hidden;
         margin: 0 40px;
         background: #ecfaf6;
         border-radius: 20px;
     }

     .tinder-clone-interface-track {
         display: flex;
         transition: transform 0.6s ease;
     }

     .tinder-clone-interface-slide {
         min-width: 100%;
         display: flex;
         justify-content: center;
         transform: scale(0.75);
         transition: 0.4s;
     }

     .tinder-clone-interface-slide img {
         width: 100%;
         border-radius: 20px;
     }

     .tinder-clone-interface-slide.active {
         opacity: 1;
         transform: scale(1);
     }

     .tinder-clone-interface-arrow {
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         background: #ffffff;
         border: none;
         font-size: 24px;
         width: 45px;
         height: 45px;
         border-radius: 50%;
         cursor: pointer;
         box-shadow: 0 4px 8px rgb(0 0 0 / 98%);
         z-index: 10;
         color: #2196F3;
     }

     .tinder-clone-interface-prev {
         left: 10px;
     }

     .tinder-clone-interface-next {
         right: 10px;
     }


     .tinder-clone-interface-text-center {
         text-align: center;
         max-width: 900px;
         margin: 0 auto 30px;
     }


     .section_des {
         line-height: 1.4;
     }

     .Binance-Premium-slide-inner {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 20px;
     }

     .Binance-Premium-slide-img,
     .Binance-Premium-slide-txt {
         flex: 1;
     }

     .Binance-Premium-slide-txt h3 {
         font-size: 40px;
         font-weight: 600;
     }

     .Binance-Premium-slide-txt p {
         font-size: 18px;
     }


     .Binance-Prime-tab {
         text-align: center;
         padding: 50px 0;
         background-color: #fbfbff;
     }

     .Binance-Prime-left {
         display: flex;
         gap: 30px;
         position: relative;
         align-items: start;
     }

     .Binance-Prime-tabs {
         display: flex;
         flex-direction: column;
         gap: 20px;
         flex: 50%;
     }

     .Binance-Prime-right {
         position: sticky;
         top: 0;
         text-align: start;
         flex: 60%;
     }

     button.Binance-Prime-tab {
         padding: 14px 20px;
         background: #f1f3fa;
         border: none;
         cursor: pointer;
         font-size: 15px;
         font-weight: 600;
         color: #333;
         text-align: left;
         border-radius: 6px;
         transition: all 0.3s ease;
     }

     button.Binance-Prime-tab.active {
         background-color: #fff;
         color: #001f4e;
         box-shadow: 4px 1px 13px 0px #a394ff33;
         border-radius: 0 6px 6px 0;
         border-bottom: 10px solid;
     }

     .Binance-Prime-content.active {
         display: block;
     }

     .Binance-Prime-txt {
         width: 90%;
         margin: auto;
     }

     .Binance-Prime-content {
         display: none;
         text-align: start;
         background: rgba(0, 0, 0, 0) linear-gradient(180deg, #EFECFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
         box-shadow: inset 0px 3px 6px #d8d2ff;
         border-radius: 15px;
         opacity: 1;
         padding: 20px;
         margin-bottom: 15px;
     }

     .Binance-Prime-content h3 {
         font-size: 20px;
         font-weight: 600;
     }

     .Binance-Prime-right .blue_btn {
         padding: 15px;
         font-size: 15px;

     }

     .Binance-Script-img,
     .Binance-Script-txt {
         flex: 1;
     }

     .Binance-Cryptocurrency {
         text-align: center;
         padding: 50px 0;
         background-image: url(https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
     }

     .Binance-Cryptocurrency-tab ul {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 20px;
         justify-content: flex-start;
         align-items: center;
     }

     .Binance-Cryptocurrency-inner {
         width: 90%;
         margin: auto;
     }

     .Binance-Cryptocurrency-card {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 20px;
         background: #fff;
         border-radius: 30px;
         padding: 30px;
         text-align: start;
         background: rgba(242, 246, 255, 0.3803921569);
         box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.0784313725);
         backdrop-filter: blur(19px);
         border: 2px solid #fff;
         -webkit-backdrop-filter: blur(19px);

     }

     .Binance-Cryptocurrency-card h3 {
         font-size: 25px;
         font-weight: 600;
     }

     .Binance-Cryptocurrency-card-text,
     .Binance-Cryptocurrency-card-img {
         flex: 1;
     }

     .Binance-Cryptocurrency-tab li {
         list-style: none;
         padding: 15px 30px;
         background-color: #4a425a;
         border-radius: 40px;
         box-shadow: 0px 0px 13px #00000029;
         color: #fff;

     }

     .Binance-Cryptocurrency-tab li a {
         text-decoration: none;
         font-weight: 700;
         font-size: 16px;
     }


     .Binance-Cryptocurrency-tab li.active {
         background: #0083d4;
         color: #fff;
         border: 2px solid #fff;
     }

     .Binance-Cryptocurrency-txt-inner {
         display: none;
     }

     .Binance-Cryptocurrency-txt-inner.active {
         display: block;
     }

     .Binance-Prime-content img {
         width: 60%;
     }

     .Binance-Revenue-wrap {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         align-items: center;
         justify-content: center;
         gap: 20px;
         max-width: 90%;
         margin: auto;
     }




     .Binance-Revenue {
         padding: 50px 0;
         text-align: center;
     }

     .Binance-Revenue-card {
         position: relative;
         background-color: #ffffff;
         border-radius: 6px;
         padding: 20px;
         overflow: hidden;
         border: 1px solid #cccccc;
         transition: all 0.3s ease;
         text-align: start;
     }

     .Binance-Revenue-card:hover {
         border: 1px solid #37a5e9;
         transform: translateY(-6px);
         box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
     }

     .Binance-Revenue-card h3 {
         font-size: 20px;
         font-weight: 600;
         margin-top: 20px;
     }

     .Binance-Revenue-card p {
         margin: 0;
         font-size: 14px;
         line-height: 1.5;
     }

     .Binance-Revenue-corner {
         position: absolute;
         top: 0;
         right: 0;
         height: 100%;
         width: 20px;
         transform: skew(6deg);
         margin-right: -40px;
         background-image: linear-gradient(96.74deg,
                 #37a5e9 7.29%,
                 #0083d4 90.69%);
         display: flex;
         align-items: flex-start;
         justify-content: center;
         padding-top: 10px;
         transition: all 0.3s ease;
     }

     .Binance-Revenue-arrow {
         transform: skew(-6deg);
         color: #ffffff;
         font-size: 18px;
         opacity: 0;
         transition: all 0.3s ease;
     }

     .Binance-Revenue-card:hover .Binance-Revenue-corner {
         margin-right: -12px;
     }

     .Binance-Revenue-card:hover .Binance-Revenue-arrow {
         opacity: 1;
     }

     .dimmer {
         position: absolute;
         inset: 0;
         background: rgba(0, 0, 0, 0.03);
         opacity: 0;
         transition: all 0.3s ease;
     }

     .Binance-Revenue-card:hover .dimmer {
         opacity: 1;
     }



     .lyft-Offerings-tab ul {
         display: flex;
         gap: 20px;
         justify-content: flex-start;
         align-items: center;
         padding: 20px 0;
     }

     .lyft-Offerings-tab li {
         list-style: none;
     }

     .lyft-Offerings-tab li a {
         text-decoration: none;
         margin: 10px;
         padding: 15px 30px;
         color: #fff;
         background-color: #4a425a;
         font-size: 16px;
         border-radius: 40px;
         font-weight: 700;
         box-shadow: 0px 0px 13px #00000029;
     }

     .lyft-Offerings-tab li a.active {
         background: #0083d4;
         color: #fff;
         border: 2px solid #fff;
     }

     .lyft-Offerings-card {
         border-radius: 50px;
         padding: 25px;
         border: 2px solid #fff;
         transition: all 0.3s ease;
         height: 100%;
         text-align: start;
         background: rgba(242, 246, 255, 0.3803921569);
         box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.0784313725);
         backdrop-filter: blur(19px);
         width: 30%;
         -webkit-backdrop-filter: blur(19px);
         border: 2px solid #fff;
     }

     .lyft-Offerings-card:hover {
         border-color: #0083d4;
     }

     .lyft-Offerings-card img {
         width: 70px;
         height: 70px;
         margin-bottom: 20px;
     }

     .lyft-Offerings-txt-inner {
         display: none;
     }

     .lyft-Offerings-txt-inner.active {
         display: flex;
         gap: 20px;
         margin: auto;
         padding-top: 30px;
     }

     .lyft-Offerings-card .blue_btn {
         padding: 15px 20px;
         font-size: 16px;
         margin-top: 15px;
     }

     .lyft-Offerings-card h3 {
         font-size: 18px;
         font-weight: 900;
     }

     .lyft-Offerings-card img {
         transition: all 0.4s ease;
     }

     .lyft-Offerings-card:hover img {
         transform: scale(1.1) rotate(5deg);
     }

     .lyft-Offerings {
         text-align: center;
         padding-top: 50px;
     }

     .lyft-Offerings-tab {
         display: flex;
         align-items: center;
     }

     .Binance-Trioangle {
         text-align: center;
         padding: 50px 0;
         background-image: url(https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png);
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
     }

     .Binance-Trioangle-inner {
         display: flex;
         position: relative;
         align-items: flex-start;
         justify-content: center;
         gap: 30px;
         padding-top: 20px;
     }

     .Binance-Trioangle-left {
         flex: 40%;
         position: sticky;
         top: 0;
     }

     .Binance-Trioangle-righr {
         flex: 60%;
     }

     .Binance-Trioangle-card {
         box-shadow: 0px 0px 9px 0px rgba(163, 148, 255, .2705882353);
         border-radius: 8px;
         padding: 20px;
         text-align: start;
         border: 2px solid #fff;
         margin: 20px;
     }

     .Binance-Trioangle-card h3 {
         font-size: 20px;
         font-weight: 700;
     }

     .Binance-Trioangle-card p {
         margin: 0;
     }

     .partner-grid {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 20px 50px;
         max-width: 1200px;
         margin: 0 auto;
     }

     .partner-card {
         background: white;
         border-radius: 40px;
         border: 2px solid;
         position: relative;
         padding: 25px 45px 25px 25px;
         box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
         display: flex;
         align-items: center;
         overflow: visible;
     }

     .card-content {
         display: flex;
         align-items: center;
         gap: 20px;
         flex: 1;
     }

     .divider {
         width: 1.5px;
         height: 70px;
         background: #d1d7db;
         border-radius: 5px;
     }

     .text {
         text-align: left;
     }

     .count {
         position: absolute;
         top: 50%;
         right: -35px;
         transform: translateY(-50%);
         background: #5fc2a7;
         width: 72px;
         height: 72px;
         border-radius: 50%;
         color: white;
         font-weight: 700;
         font-size: 20px;
         display: flex;
         justify-content: center;
         align-items: center;
         box-shadow: 0 0 0 4px white;
         z-index: 2;
         border: 2px solid #5fc2a7;
         clip-path: ellipse(50% 100% at 50% 50%);
     }

     .text h3 {
         font-size: 18px;
         margin-bottom: 8px;
         color: #34495e;
         font-weight: 600;
     }

     .text p {
         font-size: 14px;
         color: #7f8c8d;
         line-height: 1.6;
         margin: 0;
     }

     .Binance-Platform {
         text-align: center;
         padding-top: 50px;
     }

     .uber-clone-UberX-row {
         display: grid;
         gap: 30px;
         grid-template-columns: repeat(3, 1fr);
         justify-items: center;
         align-items: center;
     }

     .uber-clone-UberX-card {
         background: #fff;
         padding: 20px;
         border-radius: 14px;
         position: relative;
         overflow: hidden;
         height: 100%;
         transition: 0.4s;
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
     }

     .uber-clone-UberX-card::before {
         content: "";
         position: absolute;
         inset: 0;
         background: linear-gradient(96.74deg,
                 #37a5e9 7.29%,
                 #0083d4 90.69%);
         opacity: 0;
         transition: 0.4s;
         z-index: 0;
     }

     .uber-clone-UberX-card .accent {
         position: absolute;
         left: 0;
         top: 0;
         width: 5px;
         height: 100%;
         transition: 0.4s;
     }

     .uber-clone-UberX-card h3 {
         font-size: 20px;
         font-weight: 600;
     }

     .uber-clone-UberX-card:hover {
         transform: translateY(-10px);
         box-shadow: 0 15px 40px rgba(0, 131, 212, 0.25);
     }

     .uber-clone-UberX-card svg {
         width: 30px;
         height: 30px;
         margin-bottom: 15px;
     }

     .uber-clone-UberX-row> :nth-last-child(-n+2) {
         grid-column: span 1;
         width: 100%;
         margin-left: 300px;
     }

     .solutions-container {
         margin: auto;
         position: relative;
     }

     .solutions-header {
         height: 320px;
         background: linear-gradient(90deg, #3c86f7, #5aa2ff);
         border-radius: 20px;
         position: relative;
         margin: 0 auto;
         text-align: center;
         padding: 40px 0;
     }

     .solutions-grid {
         display: grid;
         grid-template-columns: repeat(5, 1fr);
         gap: 20px;
         margin-top: -150px;
         width: 100%;
         padding: 0px 10px;
     }

     .solutions-numbers {
         position: absolute;
         width: 100%;
         display: grid;
         grid-template-columns: repeat(5, 1fr);
         text-align: center;
         font-size: 30px;
         font-weight: 700;
         color: #fff;
     }

     .solutions-card {
         background: rgba(255, 255, 255, 0.55);
         backdrop-filter: blur(28px);
         padding: 42px 22px 33px;
         border-radius: 22px;
         box-shadow: 0 13px 22px rgb(3 169 244 / 11%);
         position: relative;
         text-align: start;
         transition: 0.3s;
         border-top: 3px solid #fff;
     }

     .solutions-icon {
         width: 72px;
         height: 72px;
         background: #fff;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: -70px auto 20px;
         box-shadow: inset 0 12px 30px #2896ee14, 0 4px 10px rgb(139 138 138);
     }

     .solutions-icon img {
         width: 36px;
         filter: invert(41%) sepia(86%) saturate(1600%) hue-rotate(175deg) brightness(95%) contrast(95%);
     }

     .solutions-card h4 {
         font-size: 20px;
         font-weight: 700;
         color: #3b79d8;
         letter-spacing: 1px;
         margin-bottom: 14px;
     }

     .solutions-arrow {
         position: absolute;
         bottom: 7px;
         right: 7px;
         font-size: 38px;
         color: #3c86f7;
         font-weight: 700;
     }

     .Binance-Workflow {
         text-align: center;
         background: #00e17824;
         padding: 50px 0;
     }

     .Binance-Workflow-card {
         border: 2px solid #fff;
         box-shadow: -3px 4px 18px rgba(61, 239, 188, .15);
         backdrop-filter: blur(21px);
         height: 110px;
         border-radius: 54.5px;
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
         position: relative;
         overflow: hidden;

     }

     .Binance-Workflow-left {
         flex: 40%;
         display: flex;
         flex-direction: column;
         gap: 20px;

     }

     .Binance-Phase {
         text-align: center;
         padding: 50px 0;
     }

     .Binance-Workflow-right {
         flex: 40%;
         position: sticky;
         top: 0;
     }

     .Binance-Workflow-wrap {
         display: flex;
         flex-direction: row-reverse;
         align-items: flex-start;
         justify-content: center;
         gap: 20px;
         position: relative;
     }

     .Binance-Workflow-txt {
         display: flex;
         height: 100%;
         width: 100%;
         position: relative;
         align-items: center;
         overflow: hidden;
     }

     .Workflow-txt-inner {
         width: 100%;
     }

     .Workflow-title {
         font-size: 20px;
         font-weight: 600;
         transition: all 0.4s ease;
     }

     .Binance-Workflow-icon {
         height: 85px;
         width: 85px;
         padding: 8px;
         background-color: #318F5A;
         border: 3px solid #fff;
         border-radius: 50%;
         position: absolute;
         left: 11px;
         top: 11px;
         transition: all 0.4s ease;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .Workflow-description {
         opacity: 0;
         max-height: 0;
         overflow: hidden;
         transition: all 0.4s ease;
         text-align: start;
         padding-left: 40px;
         width: 80%;
     }

     .Binance-Workflow-card:hover .Workflow-title {
         opacity: 0;
         transform: translateX(-20px);
     }

     .Binance-Workflow-card:hover .Binance-Workflow-icon {
         left: calc(100% - 95px);
     }

     .Binance-Workflow-card:hover .Workflow-description {
         opacity: 1;
         max-height: 200px;
     }


     .invest-grid {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 30px;
     }

     .invest-card {
         background: #eeeeee8f;
         padding: 30px 40px;
         border-radius: 16px;
         position: relative;
         overflow: hidden;
         transition: .4s;
         box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
     }

     .invest-card::before {
         content: "";
         position: absolute;
         top: -60px;
         right: -60px;
         width: 140px;
         height: 140px;
         background: linear-gradient(96.74deg,
                 #37a5e9 7.29%,
                 #0083d4 90.69%);
         border-radius: 50%;
         transition: .4s;
     }

     .invest-card span {
         position: absolute;
         top: 10px;
         right: 15px;
         font-size: 35px;
         font-weight: 800;
         color: #ffffff;
         opacity: 0.4;
     }

     .invest-card h3 {
         font-size: 20px;
         position: relative;
         z-index: 2;
         font-weight: 900;
     }

     .invest-card p {
         font-size: 16px;
         line-height: 1.6;
         position: relative;
         z-index: 2;
         margin-bottom: 0;
     }


     .invest-card:hover {
         transform: translateY(-12px);
         box-shadow: 0 20px 50px rgba(0, 131, 212, 0.15);
     }

     .invest-card:hover::before {
         transform: scale(1.4);
     }

     .instacart-clone-techstack-container {
         width: 100%;
         margin: auto;
         text-align: center;
         position: relative;
     }

     .instacart-clone-techstack-heading {
         background: linear-gradient(90deg, #3F51B5, #03A9F4);
         display: inline-block;
         padding: 12px 40px;
         border-radius: 6px;
         color: #fff;
         box-shadow: 0 10px 30px rgba(0, 114, 255, .4);
     }

     .instacart-clone-techstack-horizontal-line {
         position: absolute;
         top: 107px;
         left: 0;
         width: 100%;
         height: 2px;
         background: rgb(0 0 0 / 20%);
     }

     .instacart-clone-techstack-grid {
         display: grid;
         grid-template-columns: repeat(6, 1fr);
         gap: 30px;
         position: relative;
         margin-top: 46px;
     }

     .instacart-clone-techstack-item {
         position: relative;
     }

     .instacart-clone-techstack-dot {
         position: absolute;
         top: -18px;
         left: 50%;
         transform: translateX(-50%);
         width: 20px;
         height: 20px;
         border-radius: 50%;
         border: 3px solid #fff;
         z-index: 2;
     }

     .instacart-clone-techstack-small-line {
         width: 2px;
         height: 117px;
         background: rgb(0 0 0 / 30%);
         margin: auto;
         position: absolute;
         top: -15px;
         left: 50%;
         transform: translateX(-50%);
     }

     .instacart-clone-techstack-circle {
         width: 130px;
         height: 130px;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 60px auto 15px;
         position: relative;
         box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
     }

     .instacart-clone-techstack-circle img {
         width: 45px;
         filter: invert(1);
     }

     .instacart-clone-techstack-item h3 {
         font-size: 20px;
         font-weight: 700;
         color: #000;
         margin-top: 10px;
     }

     .instacart-clone-techstack-box {
         margin-top: 20px;
         background: rgba(255, 255, 255, .08);
         border: 1px solid rgb(6 1 1 / 15%);
         border-radius: 15px;
         padding: 20px;
         backdrop-filter: blur(12px);
         box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
     }

     .instacart-clone-techstack-box div {
         text-align: left;
         display: flex;
         align-items: center;
         gap: 7px;
         margin-bottom: 8px;
         font-size: 14px;
         color: #000;
         padding: 6px 40px 4px 10px;
         background: rgb(70 51 51 / 5%);
         border-radius: 5px;
     }

     .instacart-clone-techstack-box img {
         width: 30px;
         height: 30px;
     }

     .bg1 {
         background: linear-gradient(135deg, #ff9800, #ff5722);
     }

     .bg2 {
         background: linear-gradient(135deg, #e53935, #b71c1c);
     }

     .bg3 {
         background: linear-gradient(135deg, #2196f3, #0d47a1);
     }

     .bg4 {
         background: linear-gradient(135deg, #9c27b0, #4a148c);
     }

     .bg5 {
         background: linear-gradient(135deg, #4caf50, #1b5e20);
     }

     .bg6 {
         background: linear-gradient(135deg, #009688, #004d40);
     }

     .stats-wrapper {
         display: grid;
         grid-template-columns: repeat(4, 1fr);
         gap: 30px;
     }

     .stat-card {
         background: #fff;
         padding: 30px;
         border-radius: 15px;
         position: relative;
         overflow: hidden;
         box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
         border-bottom: 4px solid #2196F3;
         transition: 0.4s ease;
         z-index: 1;
     }

     .stat-card::before {
         content: "";
         position: absolute;
         left: 0;
         bottom: 0;
         width: 100%;
         height: 0%;
         background: #2196f330;
         transition: height 0.4s ease;
         z-index: -1;
     }

     .stat-divider {
         height: 1px;
         background: #e5e5e5;
         margin-bottom: 20px;
     }

     .stat-content {
         display: flex;
         align-items: center;
         gap: 15px;
     }

     .stat-content p {
         margin: 0;
         font-size: 18px;
         font-weight: 600;
     }

     .stat-card:hover {
         transform: translateY(-3px);
         box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
     }

     .stat-card {
         font-size: 34px;
         font-weight: 700;
         margin-bottom: 15px;
     }

     .stat-card:hover::before {
         height: 100%;
     }

     .why-choose-solutions-clone-app-dev {
         padding: 50px 0;
     }

     .uber-clone-UberX {
         text-align: center;
     }

     @media (max-width: 768px) {

         .Binance-Script-wrap {
             flex-direction: column;
         }

         .Binance-Premium-slide-inner {
             flex-direction: column-reverse;
         }

         .Binance-Special-wrap {
             flex-direction: column;
         }

         .Binance-Prime-left {
             flex-direction: column;
         }

         .Binance-Prime-tabs {
             display: flex;
             flex-direction: row;
             flex: 1;
             overflow-x: auto;
             overflow-y: hidden;
             gap: 12px;
             /* optional spacing */
             padding-bottom: 10px;
         }

         .Binance-Prime-tabs>* {
             flex: 0 0 auto;
         }

         .Binance-Script-img {
             order: -1;
         }

         .Binance-Trioangle-inner {
             flex-direction: column;
         }

         .Binance-Trioangle-left {
             flex: 1;
             position: unset;
         }

         .partner-grid {
             grid-template-columns: repeat(2, 1fr);
         }

         .uber-clone-UberX-row {
             grid-template-columns: repeat(2, 1fr);
         }

         .uber-clone-UberX-row> :nth-last-child(-n+2) {
             grid-column: unset;
             width: 100%;
             margin-left: unset;
         }

         .solutions-grid {
             grid-template-columns: repeat(3, 1fr);

         }

         .Binance-Workflow-wrap {
             flex-direction: column-reverse;
         }

         .Binance-Workflow-right {
             flex: 1;
             position: unset;
             top: 0;
         }

         .invest-grid {
             grid-template-columns: repeat(2, 1fr);
         }

         .instacart-clone-techstack-small-line {
             display: none;
         }

         .instacart-clone-techstack-box {
             display: grid;
             grid-template-columns: repeat(2, 1fr);
             gap: 10px;
         }

         .instacart-clone-techstack-circle {
             margin: 0 auto 15px;
         }
     }

     @media (max-width: 430px) {
         .Binance-Cryptocurrency-tab ul {
             display: flex;
             overflow-x: auto;
             overflow-y: hidden;
             gap: 12px;
         }

         .count {
             display: none;
         }

         .Binance-Cryptocurrency-tab ul li {
             flex: 0 0 auto;
             /* prevent shrinking */
         }

         .Binance-Cryptocurrency-inner {
             width: 100%;
         }

         .Binance-Cryptocurrency-card {
             flex-direction: column;
         }

         .Binance-Revenue-wrap {
             grid-template-columns: repeat(1, 1fr);
             max-width: 100%;
         }

         .lyft-Offerings-txt-inner.active {
             flex-direction: column;
         }

         .lyft-Offerings-card {
             width: 100%;

         }

         .partner-grid {
             grid-template-columns: repeat(1, 1fr);
         }

         .uber-clone-UberX-row {
             grid-template-columns: repeat(1, 1fr)
         }

         .solutions-grid {
             grid-template-columns: repeat(1, 1fr);
         }

         .solutions-numbers {
             display: none;
         }

         .invest-grid {
             grid-template-columns: repeat(1, 1fr);
         }

         .instacart-clone-techstack-grid {
             grid-template-columns: repeat(1, 1fr);
         }

         .stats-wrapper {
             grid-template-columns: repeat(1, 1fr);
         }

         .tinder-clone-interface-slider-wrapper {
             margin: 0;
         }

         .Binance-Premium-slide-txt {
             padding: 0 20px;
             text-align: center;
         }

         .Binance-Premium-slide-txt h3 {
             font-size: 30px;
         }

         .Binance-Workflow-card {
             height: unset;
             padding: 20px;
             text-align: center;
         }

         .Binance-Workflow-card:hover .Workflow-title {
             opacity: 1;
             transform: unset;
         }

         .Workflow-description {
             opacity: 1;
             max-height: unset;
             overflow: hidden;
             transition: all 0.4s ease;
             text-align: center;
             padding-left: unset;
             width: 100%;
         }

         .Binance-Workflow-icon {
             display: none;
         }

     }
