section.hero {
    background: #102E4C;
    padding: 40px 0 0;
}
.main-content-banner {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    margin-top: 40px;
}

.main-content-banner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hero-content p {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    line-height: 1.2;
}
.hero-content p img {
    width: 150px;
}
.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    left: 13%;
    position: relative;
}
.hero-image {
    flex: 1;
}
/*App Download */

.app-installation {
    position: relative;
}
.cta-box {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 6px 21.7px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 15px;
    margin: 15px 0 0;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #fff;
}
.cta-box .qr img {
    width: 140px;
}
.cta-text a {
    background: linear-gradient(94.81deg, #2F5580 0%, #00BBFF 100%);
    border: 4px solid #FFFFFF;
    border-radius: 48px;
    width: 180px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
}
.cta-text a:hover {
    background: linear-gradient(94.81deg, #00BBFF 0%, #2F5580 100%);
}
.cta-text a img {
    width: 32px;
}
.cta-text span {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
/* Tabs Section */

.install-container {
    border-radius: 12px;
    width: 100%;
    padding: 30px;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.tab-buttons {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
}
.tab-image {
    order: 2;
}
.tab-button {
    display: flex;
    align-items: center;
    height: 50%;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
    position: relative;
    background: transparent;
    padding: 0;
    margin-right: 5px;
    transition: all 1s ease-in;
}
.tab-button-wrap {
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
    width: 200px;
}
.sidebar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-width: 160px;
    position: relative;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 165, 0, 0.2);
    overflow: hidden;
}

.sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(90deg, gold, rgba(255,255,255,0.2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: inset 0 0 15px rgba(255,255,255,0.15), 0 0 30px rgba(255, 200, 0, 0.4);
}

.tab-button.active .tab-button-wrap {
    background: #f6cf24;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 11.7px #FFFFFF;
    border-radius: 40px;
    text-align: center;
    color: #FFFFFF;
}
.tab-button-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 36px;
    gap: 12px;
    background: rgba(0, 0, 0, 0.004);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: inset -1px -1px 0px 0px #fff;
}
.app-installation {
    padding: 30px 0;
}
.pre_heading {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.4em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.pre_heading p, .pre_heading p span {
    font-size: 38px;
    line-height: 1.4em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: inline;
}
.pre_heading p img {
    width: 160px;
}
.tab-button-wrap-border {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tab-button-wrap-border span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 1;
}
.tab-button-wrap-border img {
    width: 32px;
}
.tab-button.active {
    /* background: transparent;
    background-color: transparent;*/
}
.tab-button img {
    width: auto;
    height: 36px;
    position: absolute;
    left: 20px;
}

.tab-button.active .tab-button-wrap-border span {
    color: #000;
}
.tab-content {
    display: none;
    width: 100%;
}
.tab-content.active {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}
.tab-image {
    flex: 1 1 300px;
    text-align: center;
}
.tab-image img {
    width: 100%;
    max-width: 180px;
    border-radius: 20px;
}
.tab-text {
    flex: 1 1 400px;
}
.tab-text h2 {
    color: #ffd000;
    margin-bottom: 15px;
    font-style: italic;
    text-transform: uppercase;
}
.tab-text ol {
    list-style: decimal;
}
.tab-text li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.tab-text li strong {
    color: #ffd000;
}
.tab-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.tab-text ol {
    margin-left: 18px;
    line-height: 1.7;
}
.tab-text li {
    margin-bottom: 10px;
}
/* Slide    */

.main-content {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.steps-section {
    flex: 1;
    min-width: 280px;
}
.step-item, .ios_step-item { 
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 19.9px #00BBFF;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset -1px -1px 0px 0px #fff, inset 2px 1px 0px 0px #fff;
    display: flex;
}
/*.step-item, .ios_step-item {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 19.9px #00BBFF;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 8px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset -1px -1px 0px 0px #fff;
    display: flex;
}*/
.step-item:hover {
    /*         border-color: rgba(255, 215, 0, 0.4);
        background: rgba(255, 255, 255, 0.03); */
}
.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    /*clip-path: polygon(0 2%, 100% 0, 100% 100%, 30% 100%, 0 80%);*/
    height: 54px;
    color: #ffd700;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
/*.step-number_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 30% 100%, 0 80%);
    color: #fff;
    transition: all 0.3s ease;
    flex-shrink: 0;
    color: #00e6ff;
    width: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}*/
.step-item.active .step-content_wrap,
.ios_step-item.active .step-content_wrap,
.step-item.active .step-number_wrap,
.ios_step-item.active .step-number_wrap {
    font-weight: bold;
}
.step-content_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 4px;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    width: 75%;
    text-align: center;
    margin: 15px auto;
}
.step-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80%;
    color: #ffd700;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}
.step-number_wrap { 
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 999px;
    border: 2px solid rgba(255, 215, 0, 0.5);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    box-shadow: 
    inset 0 0 10px rgba(255, 255, 255, 0.08),
    0 0 15px rgba(255, 200, 0, 0.2);
    transition: all 0.3s ease;
}

.step-number_wrap .text,
.step-number_wrap .num {
    font-size: 32px;
    font-weight: bold;
 }
.step-number_wrap .text {
  color: #ffffff;
}

.step-number_wrap .num {
  color: #ffcc00;
}

.step-number_wrap:hover {
  box-shadow: 
    inset 0 0 12px rgba(255, 255, 255, 0.12),
    0 0 20px rgba(255, 200, 0, 0.5);
  transform: scale(1.05);
}
/*.step-number_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 30% 100%, 0 80%);
    height: 45px;
    color: #ffd700;
    margin: 2px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}*/
.step-item, .ios_step-item {
    display: none;
}
.step-item.active, .ios_step-item.active {
    display: flex;
    flex-direction: column;
}


.step-number_inner::after {
    content: '';
    display: block;
    width: 1px;
    background: var(--glow-blue);
    height: 100%;
}
.step-content_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    color: #ffd700;
    margin: 2px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
    flex-shrink: 1;
}
.step-item.active,
.ios_step-item.active {
    transform: translate(10px, 0px);
}
.step-content_wrap {
    opacity: 0.8;
}
.step-item.active .step-content_wrap,
.ios_step-item.active .step-content_wrap {
    opacity: 1
}
.tab-button .tab-button-wrap {
    background: transparent;
    color: #fff;
}
[data-tab="ios"].tab-button.active .tab-button-wrap {
    color: #fff;
}
[data-tab="android"].tab-button .tab-button-wrap {
    color: #07211c;
}
[data-tab="android"].tab-button.active .tab-button-wrap {
    color: #fff;
}
[data-tab="ios"].active {
    color: #fff;
}
.step-content_wrap {
    position: relative;
}
.step-item.active .step-content {}
.step-item.active .step-number {}
.step-item.active .step-number_wrap {}
/*     .step-item.active .step-number {
        background: #ffd700;
        color: #0a1628;
        border-color: #ffd700;
    } */

.step-content {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
}
.slide-section {
    flex: 1;
    min-width: 320px;
    position: relative;
    perspective: 1000px;
    height: 320px;
}
.slide-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide {
    position: absolute;
    width: 260px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.slide.prev {
    transform: translateX(-180px) translateZ(-80px) rotateY(20deg) scale(0.88);
    opacity: 0.2;
    z-index: 1;
}
.slide.active {
    transform: translateX(0) translateZ(0) rotateY(0deg) scale(1);
    opacity: 1;
    z-index: 3;
}
.slide.next {
    transform: translateX(180px) translateZ(-80px) rotateY(-20deg) scale(0.88);
    opacity: 0.2;
    z-index: 1;
}
.slide-content-inner {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #ffd700;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}
.nav-arrow:hover {
    color: #ffed4e;
    transform: translateY(-50%) scale(1.2);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}
.nav-arrow.left {
    left: 0px;
}
.nav-arrow.right {
    right: 0px;
}
.benefit {
    position: relative;
}
.benefit_image {
    margin: 0 auto;
    width: 200px;
    position: relative;
}
.benefit_image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: -50px;
}

.benefit-content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    color: #fff;
    min-height: 200px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.main_wrapper.main.benefits_main {
    margin-top: 60px;
}
.section_benefits {
    padding: 40px 0;
    position: relative;
}

.section_benefits:before {
    transform: rotate(180deg);
    height: 30px;
    top: -25px;
}
.hero-image img {
    height: auto;
    width: 410px;
}

.section_providers {
    padding: 30px 0;
    position: relative;
}

.provider_image {
    margin-bottom: 15px;
}

@media (min-width: 1320px) { 
    .hero-content {
        left: 18%;
    }
    .cta-box { 
        width: 65%;
    }
}
@media (min-width: 1400px) { 
    .hero-content {
        left: 24%;
    }
    .cta-box { 
        width: 65%;
    }
    .hero-image img {
        position: relative;
        left: 15%;
    }
}

@media (min-width: 991px) {

    .cta-text a {
        width: 150px;
        padding: 5px 0;
        margin: 0 5px;
    }
}
.button-container {
    display: none;
}
@media (max-width: 768px) {

    .app-installation:before {
     
        height: 40px;

    }
    .main-content-banner {
        background-image: url('../images/back_img.png');
        background-position: top;
    }
    .benefit-content strong, .benefit-content .benefit-description p {
        line-height: 1.3;
        margin: 4px 0;
    }
    .hero-content p {
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        line-height: 1.7;
    }
    .main-content-banner {
        flex-direction: column;
        height: 100%;
        /*aspect-ratio: 2 / 4;*/
        padding: 25px 0;
    }
    .hero-image img {
        width: 320px;
    }
    .main-content-banner::after {
        left: 40%;
    }
    section.hero {
        overflow: hidden;
    }
    .hero-content {
        left: 0;
    }
    .cta-box {
        width: 100%;
    }
    .install-container {
        padding: 0;
        gap: 0;
    }
    .step-item.active {
        transform: translate(0, 0px);
    }
    .ios_step-item.active {
        transform: translate(0, 0px);
    }
    .benefit_image {
        width: 100px;
    }
    .benefit-content {
        padding: 20px 5px;
        min-height: 210px;
        margin-bottom: 60px;
        justify-content: center;
    }
    main.wrap {
        overflow: hidden;
    }
    .cta-box {
        padding: 0;
        margin-top: 10px;
    }
    .cta-box .qr img {
        width: 120px;
        padding: 10px;
    }
    .cta-text a {
        margin: 0 5px;
    }
    .step-content {
        height: auto;
    }
}

.floating-btn {
    bottom: 10px;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 15px rgb(255 203 0 / 50%), inset 0 0 10px rgb(255 203 0 / 25%);
    background: linear-gradient(90deg, #5D2B08 0%, #653008 100%);
	border: 4px solid #FFFFFF;
    border-radius: 48px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.floating-btn img {
    width: 24px;
    margin-right: 10px;
}
.floating-btn span {
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}
.floating-btn.sticky {
    position: fixed;
    bottom: 20px;
    width: 90%;
}
.floating-btn {
    visibility: hidden;
}
@media (max-width: 768px) {
    .button-container {
        display: block;
    }
    .floating-btn {
        visibility: visible;
        position: fixed;
        width: 94%;
        left: 3%;
    }
}


/* SECTION */
.elite {
  padding: 60px 20px;
  text-align: center;
}

/* TITLE */
.title {
  font-size: 40px;
  font-weight: 800;
}

.gold {
  color: #ffcc00;
}

.underline {
  width: 140px;
  height: 4px;
  margin: 10px auto 40px;
  background: linear-gradient(to right, #ffcc00 50%, #fff 50%);
}

/* LAYOUT */
.elite-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FEATURES */
.features {
  display: flex;
  flex-direction: column;
  max-width: 280px;
}

.feature {
  padding:0 20px 20px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.05);
  text-align: center;
  transition: 0.3s;
  box-shadow: inset 3px 3px 2px -3px color(srgb 1 1 1 / 0.5), inset -2px -2px 3px -2px #fff;
  margin-bottom: 40px;
      border: 1px solid transparent;
}

.feature:hover {
  
  box-shadow: 0 0 20px rgba(255,200,0,0.4);
}

.feature h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.feature p {
  font-size: 13px;
  line-height: 1.2rem;
}

.feature h3 {
    margin-top: -50px;
}
.icon {
  font-size: 28px;
  margin-bottom: 0px;
  top: -38px;
  position: relative;
}

/* COLORS */
.color_1 .icon, .color_1 h3 { color: orange; }
.color_2 .icon, .color_2 h3 { color: #00bfff; }
.color_3 .icon, .color_3 h3 { color: violet; }
.color_4 .icon, .color_4 h3 { color: red; }
.color_5 .icon, .color_5 h3 { color: #00ffd5; }
.color_6 .icon, .color_6 h3 { color: #00ff88; }

.feature:hover {
    box-shadow: 0 0 20px color(srgb 1 0.65 0 / 0.6);
    border: 1px solid color(srgb 1 0.65 0 / 0.6);
}


.feature_1:hover {
    box-shadow: 0 0 20px color(srgb 1 0.65 0 / 0.6);
    border: 1px solid color(srgb 1 0.65 0 / 0.6);
}

/* .feature_1:hover .icon img {
   box-shadow: 0 5px 25px 3px color(srgb 1 0.65 0 / 0.3);
   border-radius: 40px;
} */

.feature_2:hover {
    box-shadow: 0 0 20px color(srgb 0 0.75 1 / 0.6);
    border: 1px solid color(srgb 0 0.75 1 / 0.6);
}

/* .feature_2:hover .icon img {
   box-shadow: 0 5px 25px 3px color(srgb 0 0.75 1 / 0.3);
   border-radius: 40px;
} */


.feature_3:hover {
    box-shadow: 0 0 20px color(srgb 0.93 0.51 / 0.6);
    border: 1px solid color(srgb 0.93 0.51 / 0.6);
}

/* .feature_3:hover .icon img {
   box-shadow: 0 5px 25px 3px color(srgb 0.93 0.51 / 0.3);
   border-radius: 40px;
} */


.feature_4:hover {
    box-shadow: 0 0 20px color(srgb 1 0 0 / 0.6);
    border: 1px solid color(srgb 1 0 0 / 0.6);
}

/* .feature_4:hover .icon img {
   box-shadow: 0 5px 25px 3px color(srgb 1 0 0 / 0.3);
   border-radius: 40px;
}
 */
.feature_5:hover {
    box-shadow: 0 0 20px color(srgb 0 1 0.84 / 0.6);
    border: 1px solid color(srgb 0 1 0.84 / 0.6);
}

/* .feature_5:hover .icon img {
   box-shadow: 0 5px 25px 3px color(srgb 0 1 0.84 / 0.3);
   border-radius: 40px;
} */


.feature_6:hover {
    box-shadow: 0 0 20px color(srgb 0 1 0.53 / 0.6);
    border: 1px solid color(srgb 0 1 0.53 / 0.6);
}

/* .feature_6:hover .icon img {
   box-shadow: 0 5px 25px 3px color(srgb 0 1 0.53 / 0.3);
   border-radius: 40px;
} */

.elite h2.title p img {
    display: inline;
    position: relative;
    width: 110px;
    top: -20px;
}


    


/* PHONE */
.phone-area {
  position: relative;
}

.phone_mid {
 /* width: 260px;
  height: 520px;*/
  border-radius: 30px;
  z-index: 2;
  position: relative;
      top: -30px;
}

.phone_mid img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* GLOW STAGE */
.stage {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,180,0,0.8), transparent);
  filter: blur(10px);
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .elite-wrapper {
    flex-direction: column;
  }

  .features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .feature {
    width: 45%;
  }
}
.hero-section {
        color: #fff;
        padding: 0 0 80px 0;
        overflow: hidden;
        position: relative;
    }
.center-heading {
	margin-top: 40px;
}

    .left-img {
        position: absolute;
        max-width: 270px;
    }

    .left-img img {
        width: 100%;
    }

    .right-img {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .center-heading p {
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
    }

    .center-heading p img {
        width: 80px;
        position: relative;
        display: inline-block;
        top: -10px;
    }

    .phone {
        width: 350px;
    }

    .phone1 {
       /* right: 60px;
        top: -80px;
        transform: rotate(-10deg);*/
    }

    .phone2 {
        right: -20px;
        top: 50px;
        transform: rotate(10deg);
    }

    .center-content {
        max-width: 600px;
        margin: auto;
        z-index: 2;
        position: relative;
    }

    .center-content h1 {
        font-size: 48px;
        font-weight: 700;
        color: #ffcc33;
    }

    .center-content h1 span {
        font-size: 30px;
        color: #fff;
    }

    .center-content p {
        margin-top: 10px;
    }

    .scan-text {
        color: #ffc107;
        margin-top: 20px;
    }

    .qr-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qr-box img {
        width: 200px;
    }

    .apk-text {
        text-align: left;
    }

    .apk-text p {
        margin: 0;
        font-size: 18px;
    }

    .download-icon {
        color: #00ff66;
        font-size: 24px;
    }

    .cta-btn {
        margin-top: 20px;
        padding: 12px 25px;
        border-radius: 10px;
        border: none;
        background: rgba(255,255,255,0.1);
        color: #fff;
        font-weight: 600;
    }

@media (max-width: 768px) {

        .left-img {
            position: relative;
            max-width: 250px;
            margin: auto;
            text-align: center;
        }

        .right-img {
            position: relative;
            transform: none;
            margin-top: 20px;
            text-align: center;
        }

        .phone {
            position: relative;
            transform: none;
            width: 200px;
            margin: 10px;
        }

        .center-content h1 {
            font-size: 28px;
        }

        .center-content h1 span {
            font-size: 20px;
        }

        .qr-box {
            flex-direction: column;
        }
    }
@media (max-width: 600px) {
  .title {
    font-size: 26px;
  }

  .feature {
    width: 100%;
  }

  .phone_mid {
        width: 350px;
        height: 640px;
	      position: relative;
    top: -30px;
    }
	
  .features {
    order: 1;
  }
  .features.rightf {
    order: 2;
  }
	.phone_mid img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
}
      .phone-area {
        order: 3;
        position: relative;
        top: -100px;
    }
  .elite .title p, .elite .title p strong,
  .providers .title p, .providers .title p strong,
  .pre_heading p, .pre_heading p span {
    font-size: 22px;
  }
  .elite h2.title p img {
    width: 50px;
    top: -7px;
  }
  .elite {
    padding: 10px;
  }
  .elite-wrapper {
    margin-top: 50px;
  }
  .tab-content.active {
    gap: 190px;
  }
.main-content {
    margin-top: 80px;
}
.tab-button-wrap {
    width: 170px;
}
.hero-section {
    padding: 20px 0;
}
.providers {
    margin-top: 0px !important;
}
    .left-img {
        position: relative;
        max-width: 230px;
        text-align: center;
        z-index: 2;
        margin:0;
    }
    .right-img {
         position: absolute; 
        top: 70px;
        right: 0;
        z-index: 1;
    }
	.verified {
	
		font-size: 24px !important;
	
	}
	.brand img, .bottom .right img {
		width: 70%;
		margin: 0 auto;
	}
	.nav-arrow {
		top: 70%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px; 
	}
}