/* LANDING SECTION */

html {
    overflow-x: hidden !important;
}
h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

.container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    flex-wrap: wrap !important;
}

#landing-section {
    margin-top: 100px;
}

#landing-section .home-background {
    padding: 100px 0px;
    background-image: url('../images/Donut-Graph.svg');
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

#landing-section .phone-container {
    /* margin-top: 200px; */
    text-align: right;
}

#landing-section .phone-image {
    width: 90%;
}

#landing-section .text-container {
    margin-top: 100px;
    padding-left: 100px;
}

#landing-section .text-container h1 {
    font-family: 'poppins-semiBold';
    font-size: 60px;
    letter-spacing: -1.92px;
    line-height: 1;
}

#landing-section .text-container .description {
    font-family: 'poppins-regular';
    font-size: 24px;
    color: #B2A1E5;
}

#landing-section .text-container .highlighted {
    color: #ff7b00;
}

#landing-section .text-container .button-container {
    margin-top: 100px;
    display: flex;
    gap: 15px;
    align-items: center;
}

#landing-section .text-container .button-container .store-badge-link {
    display: inline-block;
    transition: transform 0.3s ease;
    text-decoration: none;
}

#landing-section .text-container .button-container .store-badge-link:hover {
    transform: translateY(-5px);
}

#landing-section .text-container .button-container .store-badge-link img {
    height: 80px;
    width: auto;
    display: block;
}


#landing-section .text-container .button {
    background-color: #ff7b00;
    color: #100A20;
    padding: 30px 40px;
    border-radius: 10px;
    font-family: 'poppins-bold';
    font-size: 17px;
    line-height: 1;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
    text-transform: uppercase;

}

#landing-section .text-container a {
    text-decoration: none !important;
}

#landing-section .text-container .button:hover {
    background-color: #D2FFA6;
}


/* ABOUT SECTION */


#about-section h1 {
    font-family: 'poppins-semiBold';
    font-size: 50px;
    letter-spacing: -1.92px;
    line-height: 1;
}

#about-section .subtitle {
    font-family: 'poppins-bold';
    font-size: 20px;
    letter-spacing: 20px;
    color: #ff7b00;
    line-height: 1;
    text-transform: uppercase;
}

#about-section .description {
    margin: 0px auto;
    margin-top: 30px;
    color: #B2A1E5;
    font-size: 22px;
    line-height: 33px;
    width: 75%;
}

/* How it works */
#howitworks {
    padding: 100px 0px;
}

#howitworks h1 {
    font-family: 'poppins-semiBold';
    font-size: 50px;
    letter-spacing: -1.92px;
    line-height: 1;
}

#howitworks .image {
    width: 100%;
}

#howitworks .image-3 {
    width: 80%;
    margin-top: -100px;
}

#howitworks .text {
    text-align: center;
    line-height: 52px;
    font-size: 32px;
    font-family: 'poppins-semiBold';
    margin: 0 auto;
    max-width: 80%;
}

#howitworks .row-2 {
    margin-top: -300px;
}

#howitworks .text-3 {
    max-width: 60%;
    margin: 0 auto;
}

/* Key Features */

#keyfeatures {
    background-color: #1B0F36;
    padding-top: 50px;
}

#keyfeatures h1 {
    font-family: 'poppins-semiBold';
    font-size: 50px;
    letter-spacing: -1.92px;
    line-height: 1;
}

#keyfeatures .feature-box {
    position: relative;
    padding: 60px 90px;
    /* background: linear-gradient(10deg, #26134D, #10091F); */
    background:
        radial-gradient(ellipse 100% 60% at top, rgba(113, 58, 224, 0.8) 5%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(180deg, #20004e, #2d006f);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    color: white;
    text-align: left;
    overflow: hidden;

    box-shadow: 0px 4px 30px rgba(158, 111, 252, 0.2);
}

#keyfeatures .feature-box::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    width: 200%;
    height: 150%;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 40%);
    transform: translateX(-50%);
    filter: blur(100px);
    z-index: 0;
}

#keyfeatures .feature-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    mix-blend-mode: overlay;
    z-index: 0;
}

#keyfeatures .feature-box>* {
    position: relative;
    z-index: 1;
}



#keyfeatures .icon-container {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

#keyfeatures .id {
    color: #AB86EC;
    font-family: 'poppins-bold';
}

#keyfeatures .icon-container {
    margin-left: 80px;
}


#keyfeatures .text-container {
    display: flex;
    flex-direction: column;
    margin-left: 50px;

}

#keyfeatures .text-container .title {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #AB86EC;
    font-family: 'poppins-bold';
    font-size: 20px;
}

#keyfeatures .text-container .description {
    font-size: 40px;
    font-family: 'poppins-semiBold';
    letter-spacing: -1.92px;
    line-height: 44px;
    max-width: 430px;
}


/* Subscribe */
.subscribeContainer {
    background-color: #FA9F1D;
    border-radius: 20px;
    padding: 80px 140px;
    position: relative;
    z-index: 9;
    margin-bottom: -100px;
}

.subscribeContainer input {
    /* border: 1px solid;
    border-image-source: linear-gradient(to bottom, #F27A24, #FFF);
    border-image-slice: 1; */
    border: 2px solid #FA9F1D;
    padding: 10px;
    font-size: 20px;
    background-color: #F27A24;
    outline: none;
    width: 70%;
    border-radius: 10px;
    color: #FFFFFF;
}

.subscribeContainer .subscribe-form {
    margin-top: 50px;
}

.subscribeContainer input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.subscribeContainer .submit {
    position: relative;
    background: linear-gradient(135deg, #251B4E, #2C205C);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 30px;
    border: 2px transparent;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    width: 70%;
}

.submit input {

    background: transparent;
    color: white;
    font-size: 16px;
    font-family: 'poppins-bold';
    border: none;
    text-transform: uppercase;
}

.subscribeContainer .submit::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #684CD9, #32256B);
    border-radius: 8px;
    /* Slightly larger to cover edges */
    z-index: -1;
}

.subscribeContainer .submit::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(135deg, #251B4E, #2C205C);
    border-radius: 8px;
    z-index: -1;
}

/* Inner shadow */
.subscribeContainer .submit {
    box-shadow: inset 0px -10px 25px -5px rgba(255, 255, 255, 0.5);
}


.subscribeContainer .submit:hover {
    opacity: 0.9;
    transition: 0.3s;
}


@media(max-width:992px) {
    #landing-section {
        margin-top: 20px;
    }

    #landing-section .home-background {
        padding: 0;
        background-image: url('../images/Donut-Graph.svg');
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
    }

    #landing-section .text-container {
        padding-left: 0;
        padding-top: 0;
    }

    #landing-section .text-container h1 {
        font-size: 40px;
        text-align: center;
    }

    #landing-section .text-container .description {
        font-size: 20px;
        text-align: center;
    }
    #landing-section .text-container .button-container{
        margin-top: 50px;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #landing-section .text-container .button-container .store-badge-link img {
        height: 80px;
    }

    #landing-section .text-container .button{
        padding: 15px 20px;
        font-size: 14px;
    }
    #landing-section .phone-container{
        margin-top: 80px;
        text-align: center;
    }
    #landing-section .phone-image{
        width: 100%;
    }

    #about-section h1{
        font-size: 40px;
    }

    #about-section .subtitle{
        line-height: 1.3;
        letter-spacing: 10px;
    }

    #about-section .description{
        font-size: 20px;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    #about-section .about-cards{
        max-width: 100%;
        margin-top: 10px;
    }

    #howitworks h1{
        font-size: 40px;
    }

    #howitworks .text{
        font-size: 20px;
        line-height: 1.1;
        max-width: 100%;
    }
    
    #howitworks .row-2{
        margin-top: 0;
    }
    #howitworks .image-3{
        width: 100%;
        margin-top: 0px;
    }

    #howitworks{
        padding: 30px 0px;
    }

    #keyfeatures h1{
        font-size: 40px;
    }

    #keyfeatures .feature-box{
        padding: 0;
    }

    #keyfeatures .icon-container {
        width: 100%;
        height: auto;
        background: none;
        border-radius: 50%;
        display: block;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
    }

    #keyfeatures .icon-container img{
        width: 50px;
        height: 50px;
    }
    #keyfeatures .icon-container{
        margin-left: 0;
    }
    #keyfeatures .text-container{
        margin-left: 0;
        text-align: center;
    }
    #keyfeatures .text-container .title{
        font-size: 16px;
    }
    #keyfeatures .text-container .description{
        font-size: 25px;
        line-height: 1.2;
        max-width: 100%;
    }

    #keyfeatures .id{
        margin-top: 20px;
    }

    .subscribeContainer{
        width: 95% !important;
        padding: 40px 10px;
        margin-bottom: 0;
        margin-top: 50px !important;
    }

    .subscribeContainer h1{
        font-size: 30px !important;
    }

    .subscribeContainer input{
        font-size: 16px;
        width: 90%;
    }
    .subscribeContainer input::placeholder {
        font-size: 16px !important;
    }
    .subscribeContainer .submit{
        padding: 5px;
        width: 90%;
    }
}


/* Hero Section */
#hero_section {
    background-color: #221245;
}


/* Why Wallet Section CSS */
#why_wallet {
    background-color: #3E2370;
    max-width: 100% !important;
}

.btn-custom {
    background-color: #FF8833;
    color: #241147;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
}

/* Buy CryptoCurrency */
#buy_crypto {
    background-color: #1f0f3e;
    max-width: 1320px;
}

.card {
    width: 400px;
    height: 312px;
    background: linear-gradient(115deg, #ff883336,  #b2a1e51f); /* Linear gradient */
    color: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.btn-custom {
    background-color: #FF8A00;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
}

.card-img {
    width: 55px; /* Adjust the size of the icon */
    height: 55px;
    margin-bottom: 15px; /* Adds space between the image and text */
    display: block;
    margin-left: auto;
    margin-right: auto; /* Centers the image */
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.crypto-card-section {
    display: flex;
    justify-content: space-evenly;
    gap: 16px 20px;

}

/* Beginner Friendly */
#beginner_friendly {
    background-color: #3E2370;
    max-width: 100% !important;
}

.card-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 20px;
}

.crypto-card {
    gap: 8px;
    display: flex;
    background: linear-gradient(69deg, #6663DE38, #FFFFFF38); /* New Linear gradient */
    color: white;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 304px;
    height: 120px;
}

.crypto-card p {
    font-size: 15px;
}

.btn-custom {
    background-color: #FF8A00;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
}

.crypto-card-img {
    width: 28px !important; /* Adjust the size of the icon */
    height: 28px !important;
    margin: auto;
    display: block;
}

/* Slider css */
.features-section {
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: 36px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
}

.section-subtitle {
    color: #FFFFFF !important;
    font-size: 17px !important;
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto 3.5rem !important;
    line-height: 1.6 !important;
}

.slider-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
}

.slider-card {
    flex: 0 0 calc(32% - 20px);
    height: 375px;
    background: url('../images/bitcoin_bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 35px 25px;
    border: 3px solid #B2A1E5;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.4); /* Ensuring text readability */
}

.slider-card:hover {
    border: 4px solid #F85C24;
    transform: translateY(-5px);
}

.feature-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    z-index: 2;
    position: relative;
}

/* Description hidden initially, becomes visible on hover */
.feature-description {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    z-index: 2;
    position: relative;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    transform: translateY(10px);
}

.slider-card:hover .feature-description {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
}

.slider-card:hover .feature-title {
    margin-bottom: 15px;
    transform: translateY(-10px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .slider-container {
        flex-direction: column;
        align-items: center;
    }

    .slider-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .crypto-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-subtitle {
        font-size: 1rem;
        padding: 0 15px;
    }

    .features-container {
        padding: 10px 15px;
    }

    .crypto-card {
        flex: 0 0 260px;
    }

    .card {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }

    .slider-card {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .slider-card .feature-title {
        font-size: 1.2rem;
    }

    .slider-card .feature-description {
        font-size: 14px;
    }

    .btn-custom {
        font-size: 14px;
        padding: 10px 20px;
    }

    .crypto-card {
        width: 100%;
    }
}

/* Get Started Process */

/* Section Background */
.getting-started-section {
    background: #241147;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Decorative Background Circles */
.getting-started-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(70, 50, 100, 0.15);
    border-radius: 50%;
    top: -250px;
    left: -200px;
    filter: blur(100px);
}

.getting-started-section::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(70, 50, 100, 0.15);
    border-radius: 50%;
    bottom: -250px;
    right: -200px;
    filter: blur(100px);
}

/* Content Container */
.content-box {
  width: 1250px;
    background: #3E2370;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

/* Step Cards */
.step-card {
    background: white;
    border-radius: 12px;
    padding: 1.8rem 1.2rem;
    text-align: center;
    transition: all 0.3s ease;
    width: 215px;
    height: 200px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Icon Circle */
.icon-circle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Step Text */
.step-text {
    color: #241147;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* Dotted Connector */
.connector {
    position: absolute;
    top: 50%;
    right: -35px;
    width: 150px;
    height: 2px;
    background: transparent;
    border-top: 4px dashed #FF8833;
    transform: translateY(-50%);
    z-index: -1;
}

/* CTA Button */
.cta-button {
    background: #FF8833;
    border: none;
    border-radius: 6px;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #241147;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.25);
}

/* Title Styling */
.section-title {
    font-size: 36px;
    font-weight: 700;
}

.steps-label {
    color: #ff6b35;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
}

/* Responsive */
@media (max-width: 991px) {
    .connector {
        display: none;
    }

    .step-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .content-box {
        border-radius: 20px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .icon-circle {
        width: 55px;
        height: 55px;
    }

    .icon-circle i {
        font-size: 1.5rem;
    }

    .step-text {
        font-size: 0.9rem;
    }
}

/* Crypto World */
.crypto-confidence-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 40px;
    border-radius: 12px;
}

.text-container {
    flex: 1;
    padding-right: 20px;
}

.text-container h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-container p {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 40px;
}

.text-container a {
    color: white;
}

.btn-download {
    margin-top: 10px;
    background-color: #FF8A00;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
}

.image-container {
    flex: 1;
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .crypto-confidence-section {
        flex-direction: column;
        text-align: center;
    }

    .image-container {
      max-width: 100%;
        margin-top: 20px;
    }
}

/* FAQ */
.faq-container {
    max-width: 80%;
    margin: 0 auto;
}

.accordion-item {
    background-color: #241147;
    border-bottom: 1px solid #CBD3F933;
    margin-bottom: 15px;
    padding: 12px;
    overflow: hidden;
}

.accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding: 20px 24px;
    border: none;
    box-shadow: none !important;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #ffffff;
}

.accordion-button::after {
    content: '+';
    background-image: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    transform: rotate(0deg);
}

.accordion-body {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 24px 20px 24px;
    font-size: 18px;
    line-height: 1.6;
}

.accordion-button:focus {
    border-color: rgba(255, 255, 255, 0.1);
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 8px 8px 0 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 0 8px 8px;
}

/* ============================================
   RESPONSIVE CSS FOR MOBILE AND TABLETS
   ============================================ */

/* ============================================
   TABLET DEVICES (768px - 1024px)
   ============================================ */

@media (max-width: 1024px) {
    /* Hero Section */
    #hero_section {
        padding: 40px 20px !important;
    }

    #hero_section h1 {
        font-size: 2.5rem;
    }

    #hero_section .lead {
        font-size: 1.1rem;
    }

    #hero_section p {
        font-size: 0.95rem;
    }

    .app-image {
        max-width: 80%;
        height: auto;
    }

    /* Why Wallet Section */
    #why_wallet {
        padding: 40px 20px !important;
    }

    #why_wallet h2 {
        font-size: 2rem;
    }

    #why_wallet .lead {
        font-size: 1rem;
    }

    .feature-list li {
        font-size: 0.95rem;
    }

    /* Buy Cryptocurrency Section */
    #buy_crypto {
        padding: 40px 20px !important;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .crypto-card-section {
        gap: 20px;
    }

    .card {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 312px;
    }

    /* Beginner Friendly Section */
    #beginner_friendly {
        padding: 40px 20px !important;
    }

    .card-section {
        gap: 15px;
    }

    .crypto-card {
        width: calc(50% - 10px);
        min-width: 280px;
    }

    /* Slider Section */
    .slider-card {
        flex: 0 0 calc(50% - 20px);
        min-width: 300px;
    }

    /* Getting Started Section */
    .getting-started-section .content-box {
        padding: 40px 30px !important;
    }

    .section-title {
        font-size: 2rem;
    }

    .step-card {
        width: 180px;
        height: 180px;
        padding: 1.5rem 1rem;
    }

    .connector {
        width: 100px;
        right: -25px;
    }

    /* Crypto World Section */
    .crypto-confidence-section {
        padding: 30px 20px;
    }

    .text-container h2 {
        font-size: 2rem;
    }

    .text-container p {
        font-size: 1rem;
    }

    /* FAQ Section */
    .faq-container {
        max-width: 90%;
    }

    .accordion-button {
        font-size: 1.3rem;
        padding: 18px 20px;
    }

    .accordion-body {
        font-size: 1rem;
        padding: 15px 20px;
    }
}

/* ============================================
   TABLET PORTRAIT (768px - 991px)
   ============================================ */

@media (max-width: 991px) {
    /* General spacing adjustments */
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    /* Hero Section */
    #hero_section .row {
        flex-direction: column-reverse;
    }

    #hero_section .col-md-6,
    #hero_section .col-md-5 {
        text-align: center;
        margin-bottom: 30px;
    }

    #hero_section h1 {
        font-size: 2.2rem;
        margin-top: 20px;
    }

    #hero_section .d-flex {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Why Wallet Section */
    #why_wallet .row {
        flex-direction: column;
    }

    #why_wallet .col-md-6 {
        text-align: center;
        margin-bottom: 30px;
    }

    #why_wallet .feature-list {
        text-align: left;
        display: inline-block;
    }

    /* Buy Cryptocurrency Cards */
    .crypto-card-section {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
    }

    /* Beginner Friendly Section */
    #beginner_friendly .row {
        flex-direction: column;
    }

    .crypto-card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 15px;
    }

    /* Slider Cards */
    .slider-card {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    /* Getting Started Section */
    .connector {
        display: none !important;
    }

    .step-card {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px;
    }

    /* Crypto World Section */
    .crypto-confidence-section {
        flex-direction: column;
        text-align: center;
    }

    .text-container {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .image-container {
        margin-top: 20px;
    }
}

/* ============================================
   MOBILE DEVICES (576px - 767px)
   ============================================ */

@media (max-width: 767px) {
    /* Hero Section */
    #hero_section {
        padding: 30px 15px !important;
    }

    #hero_section h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    #hero_section .lead {
        font-size: 1rem;
    }

    #hero_section p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    #hero_section .d-flex img {
        width: 100px;
    }

    /* Why Wallet Section */
    #why_wallet {
        padding: 30px 15px !important;
    }

    #why_wallet h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    #why_wallet .lead {
        font-size: 0.95rem;
    }

    .feature-list li {
        font-size: 0.9rem;
        margin-bottom: 1rem !important;
    }

    .btn-custom {
        font-size: 15px;
        padding: 10px 20px;
    }

    /* Buy Cryptocurrency Section */
    #buy_crypto {
        padding: 30px 15px !important;
    }

    .section-header h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .section-header .lead {
        font-size: 0.95rem;
    }

    .card {
        width: 100%;
        height: auto;
        padding: 25px 15px;
    }

    .card h5 {
        font-size: 1.2rem;
    }

    .card p {
        font-size: 0.9rem;
    }

    /* Beginner Friendly Section */
    #beginner_friendly {
        padding: 30px 15px !important;
    }

    #beginner_friendly h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    #beginner_friendly .lead {
        font-size: 0.95rem;
    }

    .crypto-card {
        width: 100%;
        height: auto;
        min-height: 92px;
        padding: 15px;
    }

    .crypto-card p {
        font-size: 0.85rem;
    }

    /* Slider Section */
    .features-section {
        padding: 30px 0 !important;
    }

    .section-title {
        font-size: 1.6rem !important;
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: 0.95rem !important;
        padding: 0 15px;
        margin-bottom: 2rem !important;
    }

    .slider-card {
        flex: 0 0 85%;
        height: auto;
        min-height: 300px;
        padding: 25px 20px;
    }

    .feature-title {
        font-size: 1.4rem !important;
    }

    .feature-description {
        font-size: 0.9rem !important;
    }

    /* Getting Started Section */
    .getting-started-section {
        padding: 30px 0 !important;
    }

    .getting-started-section .content-box {
        padding: 30px 15px !important;
        border-radius: 20px;
    }

    .getting-started-section .section-title {
        font-size: 1.5rem;
    }

    .steps-label {
        font-size: 14px;
    }

    .step-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle img {
        width: 35px;
        height: 35px;
    }

    .step-text {
        font-size: 1rem;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 12px 25px;
        width: 100%;
        max-width: 350px;
    }

    /* Crypto World Section */
    .crypto-confidence-section {
        padding: 30px 15px;
    }

    .text-container h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .text-container p {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .btn-download {
        font-size: 0.9rem;
        padding: 12px 20px;
        display: inline-block;
    }

    /* FAQ Section */
    .faq-container {
        max-width: 95%;
        padding: 0 10px;
    }

    .accordion-item {
        padding: 8px;
        margin-bottom: 12px;
    }

    .accordion-button {
        font-size: 1.1rem;
        padding: 15px;
    }

    .accordion-body {
        font-size: 0.9rem;
        padding: 15px;
        line-height: 1.6;
    }

    .accordion-button::after {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

/* ============================================
   SMALL MOBILE DEVICES (320px - 575px)
   ============================================ */

@media (max-width: 575px) {
    /* Hero Section */
    #hero_section h1 {
        font-size: 1.5rem;
    }

    #hero_section .lead {
        font-size: 0.95rem;
    }

    #hero_section p {
        font-size: 0.85rem;
    }

    #hero_section .d-flex {
        flex-direction: column;
        gap: 15px !important;
    }

    #hero_section .d-flex a {
        width: 100%;
        max-width: 200px;
    }

    /* Why Wallet Section */
    #why_wallet h2 {
        font-size: 1.4rem;
    }
	
    .feature-list li {
        font-size: 0.85rem;
    }

    /* Buy Cryptocurrency Section */
    .section-header h2 {
        font-size: 1.4rem;
    }

    .card {
        padding: 20px 15px;
    }

    .card h5 {
        font-size: 1.1rem;
    }

    .card p {
        font-size: 0.85rem;
    }

    .card-img {
        width: 45px;
        height: 45px;
    }

    /* Beginner Friendly Section */
    #beginner_friendly h2 {
        font-size: 1.4rem;
    }

    .crypto-card {
        height: auto;
        padding: 12px;
    }

    .crypto-card p {
        font-size: 0.8rem;
    }

    .crypto-card-img {
        width: 20px;
        height: 20px;
    }

    /* Slider Section */
    .section-title {
        font-size: 1.4rem !important;
    }

    .section-subtitle {
        font-size: 0.85rem !important;
    }

    .slider-card {
        flex: 0 0 95%;
        min-height: 280px;
    }

    .feature-title {
        font-size: 1.2rem !important;
    }

    .feature-description {
        font-size: 0.85rem !important;
    }

    /* Getting Started Section */
    .getting-started-section .section-title {
        font-size: 1.3rem;
    }

    .step-card {
        padding: 1.2rem;
    }

    .step-text {
        font-size: 0.9rem;
    }

    .cta-button {
        font-size: 0.85rem;
        padding: 10px 20px;
    }

    /* Crypto World Section */
    .text-container h2 {
        font-size: 1.4rem;
    }

    .text-container p {
        font-size: 0.85rem;
    }

    /* FAQ Section */
    .accordion-button {
        font-size: 1rem;
        padding: 12px;
    }

    .accordion-body {
        font-size: 0.85rem;
        padding: 12px;
    }
}

/* ============================================
   LANDSCAPE MODE ADJUSTMENTS
   ============================================ */

@media (max-width: 991px) and (orientation: landscape) {
    #hero_section,
    #why_wallet,
    #buy_crypto,
    #beginner_friendly,
    .features-section,
    .getting-started-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .app-image {
        max-width: 300px;
    }

    .step-card {
        height: auto;
        min-height: 150px;
    }
}

/* ============================================
   UTILITY CLASSES FOR RESPONSIVE
   ============================================ */

@media (max-width: 767px) {
    .text-center-mobile {
        text-align: center !important;
    }

    .mb-mobile-3 {
        margin-bottom: 1rem !important;
    }

    .px-mobile-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .w-100-mobile {
        width: 100% !important;
    }
}

/* ============================================
   OVERFLOW AND SCROLLING
   ============================================ */

@media (max-width: 991px) {
    /* Enable smooth horizontal scrolling for slider */
    .d-flex.overflow-auto {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    /* Hide scrollbar but keep functionality */
    .d-flex.overflow-auto::-webkit-scrollbar {
        display: none;
    }

    .d-flex.overflow-auto {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

/* ============================================
   IMAGE OPTIMIZATIONS
   ============================================ */

@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .app-image {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}

/* ============================================
   BUTTON ADJUSTMENTS
   ============================================ */

@media (max-width: 575px) {
    .btn-custom,
    .btn-download,
    .cta-button {
        width: 100%;
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ============================================
   ROW AND COLUMN SPACING
   ============================================ */

@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

