/* Hero Section Layout */
.home-text-area {
    width: 55%;
    padding-top: 1rem;
    height: 100vh;
    position: relative;
    /* Adjusted padding for better spacing */
    /* padding-top: 6rem;  */
}

.yir24_section-hero {
    /* padding-top: 2rem !important; */
}

.yir24_heading-large {
    /* letter-spacing: -18px !important; */
    letter-spacing: -8px !important;
}

.yir24_hero-component {
    opacity: 1 !important;
}

/* Hero Content Wrapper - Flex layout for text and sale card */
.hero-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cryptoin1-logo-mobile{
    display: none;
}

/* Chef Character */
/* Sale Card Styling */
.cryto-sale-card {
    width: 45%;
    position: relative;
    border: 0;
    flex-shrink: 0;
    margin-top: 10px;
    text-align: center;
}
.card-container{
    padding: 0 2.5em;
    background-color: #fff;
    border-radius: 30px 0 30px 0;
}
.color-red {
    background: #ff4444;
}

.color-green {
    background: #4caf50;
}

/* Live Badge */
.live-badge {
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    margin-left: auto;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Card Header Section - Title and Live Badge */
.card-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 10px; */
    position: relative;
    align-items: flex-end;
}

/* Sale Info Wrapper */
.sale-info-wrapper {
    padding-top: 1em;
    text-align: center;
    margin-bottom: 0;
}

/* Top Section Layout */
.top-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    min-height: 60px;
}

/* Orange Character on Left */
.orange-character-left {
    position: absolute;
    top: 20px;
    left: 20px;
    flex-shrink: 0;
}

.orange-character-left .orange-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.orange-character-left .orange-body {
    width: 100px;
    height: 100px;
    background: url('images/orange_character.png') no-repeat center center;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.orange-character-left .orange-collar {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 30px;
    background: url('images/blue-circle.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
}

/* Center Content */
.center-content {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.presale-round-title {
    border-radius: 1.75em;
    background: #fff;
    padding: 1em 1.25em;
    border: 7px solid #1458e4;
    /* margin-bottom: 10px; */
}
.presale-round-title h2{
    font-size: 18px;
    font-weight: 800;
    color: #1458E4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.round1-ended-mobile{
    display: none;
}
.round1-ended-desktop{
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    padding: 5px 10px;
    border: none;
    background: rgba(20, 88, 228, 0.76);
    color: #fff;
    align-items: center;
    gap: 5px;
}

/* Round Ended Tag */
.round-ended-tag {
    background: #ff4444 !important;
    color: white !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    box-shadow: 0 2px 4px rgba(255, 68, 68, 0.3) !important;
}
.presale-title {
    font-size: 12px;
    background: rgba(20, 88, 228, 0.76);
    font-weight: 400;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    margin-left: 1em;
}
.presale-info{
    display: flex;
    align-items: center;
    background: #fff;
    padding: .75em 1.25em 1em;
    border-radius: 1.75em 2em 0 0;
}
.presale-title-wrapper{
    width: 30%;
    background: #fff;
    border-radius: 2em 2em 0;
}
.presale-info-wrapper{
    width: 70%;
}
.presale-live-users {
    background-color: rgba(20, 88, 228, 0.5) !important;
}

.presale-live-users .users-icon {
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.packages-title {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

/* Packages with Chef Layout */
.packages-with-chef {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

/* Chef Character */
.chef-character {
    width: 120px;
    flex-shrink: 0;
}

.chef-head {
    display: none;
}

.chef-hat {
    display: none;
}

.chef-hat:after {
    display: none;
}

.chef-face {
    display: none;
}

.chef-eyes {
    display: none;
}

.chef-eyes .eye {
    display: none;
}

.chef-eyes .eye:after {
    display: none;
}

.chef-mouth {
    display: none;
}

.chef-torso {
    display: none;
}

.chef-buttons {
    display: none;
}

.chef-buttons .button {
    display: none;
}

.chef-arms {
    display: none;
}

.arm {
    display: none;
}

.left-arm {
    display: none;
}

.right-arm {
    display: none;
}

/* Package Slices */
.cryto-sale-packages {
    flex: 1;
    margin: 20px 0;
}

.price-label {
    font-size: 14px;
    color: rgba(20, 88, 228, 0.6);
    font-weight: 600;
    text-align: left;
}

.price-info {
    text-align: left;
    color: #1458E4;
    font-size: 18px;
    font-weight: 600;
}

/* Connect Wallet Button */
.connect-wallet-btn {
    width: 100%;
    /* background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%); */
    color: #2c3e50;
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 16px;
    /* font-weight: 800; */
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin: 20px 0 10px 0px; */
    /* box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3); */
}

.connect-wallet-btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 12px 25px rgba(255, 215, 0, 0.4); */
}

.live-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.muscat-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* USD Raised Section */
.usd-raised-section {
    text-align: center;
}

.progress-bar {
    width: 100%;
    height: 25px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.progress-fill {
    width: 33.33%;
    height: 100%;
    background: #1458E4;
    border-radius: 10px;
    position: relative;
}
.progress-fill span {
    position: absolute;
    left: 8em;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    white-space: nowrap;
}

.sold-out-info {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    text-align: center;
}

.progress-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 4px,
        rgba(255, 255, 255, 0.1) 4px,
        rgba(255, 255, 255, 0.1) 8px
    ); */
}

/* Orange Character at Top (Hidden - using new left positioning) */
.orange-character-top {
    display: none;
}

.orange-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.orange-body {
    display: none;
}

.orange-collar {
    display: none;
}

/* White Divider Line */
.white-divider-line {
    width: 320px;
    height: 4px;
    background: url('images/orange_bordered_stripe.png') no-repeat center center;
    background-size: contain;
    border-radius: 2px;
}

/* Sale Info Section */
.sale-info-section {
    margin-bottom: 15px;
    position: relative;
}

.sale-info-section::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 60px;
    background: url('images/orange_bordered_stripe.png') no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.sale-round {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sale-amount {
    font-size: 22px;
    font-weight: 800;
    color: #1458E4;
    margin: 0 0 5px 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.coin-price-badge {
    background: url('images/name_tag.png') no-repeat center center;
    background-size: contain;
    color: #ff6b1a;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
    min-width: 120px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-text {
    font-size: 12px;
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.payment-methods-section{
    padding-bottom: 2.5em;
}
.payment-methods-section,
.price-input-section,
.packages-section {
    margin-top: 1em;
}

.payment-methods-title {
    /* font-size: 14px;
    color: #666; */
    font-size: 18px;
    color: #1458e4;
    text-align: left;
    margin-bottom: .5em;
    font-weight: 600;
    margin-top: 1em;
}

.payment-methods-grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(4, 1fr);
    /* gap: 8px; */
    gap: 1px;
    /* margin-bottom: 15px; */
}

.payment-method {
    /* background: rgba(255, 107, 26, 0.1);
    background: rgba(255, 255, 255, 0.2); */
    background-color: #90B4FF;
    border: 2px solid transparent;
    /* border-radius: 15px; */
    border-radius: 8px;
    padding: 0px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 50px;
    position: relative;
    margin: 0;
}

.payment-method input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.payment-method input[type="radio"]:checked+.payment-content {
    border-color: #1458E4;
    background: #1458E4;
}

.payment-method:has(input[type="radio"]:checked) {
    border-color: #1458E4;
    background: #1458E4;
}

.payment-content {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    pointer-events: none;
    transition: all 0.3s ease;
}

.payment-method:hover {
    /* background: rgba(255, 255, 255, 0.2); */
    background: #1458E4;
    /* border: 2px solid #ff6b1a; */
}

.payment-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mastercard-icon,
.newvisa-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: auto;
}

.dotted-line-icon {
    background-image: url('images/dotted-line.svg');
}

.users-icon {
    background-image: url('images/users.svg');
}

.eth-icon {
    background-image: url('images/eth.svg');
}

.usdt-icon {
    background-image: url('images/tether.svg');
}

.visa-icon {
    background-image: url('images/marter-card.svg');
}

.newvisa-icon {
    background-image: url('images/visa.svg');
}

.mastercard-icon {
    background-image: url('images/mastercard.svg');
}

.btc-icon {
    background-image: url('images/btc.svg');
}


.arb-icon {
    background-image: url('images/arb.svg');
}

.usdc-icon {
    background-image: url('images/usdc.svg');
}

.bnb-icon {
    background-image: url('images/bnb.svg');
}

.payment-info {
    flex: 1;
    text-align: left;
}

.payment-name {
    /* font-size: 12px; */
    font-size: 14px;
    /* font-weight: 700; */
    font-weight: 500;
    /* color: #2c3e50; */
    color: #fff;
    margin-bottom: 2px;
}

.payment-chain {
    font-size: 10px;
    color: #666;
    font-weight: 500;
}

/* Payment Input Section */
.payment-input-section {
    /* display: flex;
    gap: 10px; */
    margin: .5em 0;
}

.input-group {
    flex: 1;
}

.input-group label {
    display: block;
    font-size: 12px;
    color: #1458e4;
    font-weight: 100;
    text-align: left;
}

.input-group .input-wrapper-currency {
    display: flex;
    align-items: center;
}

.input-group .input-wrapper-currency .currency-name {
    font-size: 14px;
    color: #1458e4;
    font-weight: 700;
    margin-left: 5px;
}

.input-wrapper {
    position: relative;
    /* background: rgba(0, 0, 0, 0.1); */
    background: #95B4F3;
    border-radius: 12px;
    /* border: 2px solid rgba(255, 255, 255, 0.2); */
    overflow: hidden;
    transition: border-color 0.3s ease;
    padding: .5em 0.7em;
}

.input-wrapper:focus-within {
    border-color: #ff6b1a;
}

.input-wrapper .input-icon {
    /* position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.input-wrapper .input-icon.usdt-icon {
    background-image: url('images/tether.svg');
}

.input-wrapper .input-icon.eth-icon {
    background-image: url('images/eth.svg');
}

.input-wrapper .input-icon.visa-icon {
    background-image: url('images/marter-card.svg');
}

.input-wrapper .input-icon.arb-icon {
    background-image: url('images/arb.svg');
}

.input-wrapper .input-icon.usdc-icon {
    background-image: url('images/usdc.svg');
}

.input-wrapper .input-icon.bnb-icon {
    background-image: url('images/bnb.svg');
}

.input-wrapper .orange-icon {
    background-image: url('/main_asset/float_icon/favicon.png');
}

.input-wrapper input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: none;
    background: transparent;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

.input-wrapper input::placeholder {
    color: #999;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 4em;
    margin-top: -5px;
    height: 65px;
}

/* Connect Wallet Button */
.connect-wallet-btn {
    width: 100%;
    /* background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%); */
    color: #2c3e50;
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 800;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin: 20px 0; */
    /* box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3); */
}

.connect-wallet-btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 12px 25px rgba(255, 215, 0, 0.4); */
}

/* Chef Character */
.chef-character {
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
}

.chef-body {
    width: 150px;
    height: 150px;
    position: relative;
    background: url('images/Muscat.png') no-repeat center center;
    background-size: cover;
}

/* Package Styling */
.cryto-sale-packages {
    flex: 1;
}

.package-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.package-item {
    flex: 1;
}

.package-slice {
    background: url('images/orange_slice.png') no-repeat center center;
    background-size: cover;
    border-radius: 10px 10px 60px 60px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.package-slice:hover {
    /* transform: scale(1.05); */
    /* box-shadow: 0 4px 12px rgba(255, 107, 26, 0.3); */
}

.package-slice.selected {
    transform: scale(1.1);
    /* box-shadow: 0 6px 16px rgba(255, 107, 26, 0.5); */
    border: 2px solid #ff6b1a;
}

.package-price {
    /* color: #fff; */
    color: #0F44B0C4;
    /* font-weight: 900; */
    font-weight: 700;
    font-size: 16px;
    /* text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); */
    z-index: 3;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    /* margin-left: 10px; */
    margin-left: 5px;
}




/* Package Radio Button Styles */
.package-selector {
    position: relative;
    cursor: pointer;
    display: block;
}

.package-selector input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.package-selector .package-slice {
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
}

.package-selector input[type="radio"]:checked+.package-slice {
    /* border: 3px solid #ff6b35; */
    transform: scale(1.05);
    /* box-shadow: 0 0 20px rgba(255, 107, 53, 0.4); */
}

.package-selector input[type="radio"]:checked+.package-slice::after {
    content: '✓';
    position: absolute;
    top: 0px;
    right: 2px;
    background: #1458E4;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
.package-selector-new {
    position: relative;
    cursor: pointer;
    display: block;
}
.package-selector img{
    margin-bottom: .5em;
}
.package-selector-new input[type="radio"]:checked+.package-slice-new::after {
    content: '✓';
    position: absolute;
    top: 30%;
    right: 40%;
    background: #1458E4;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
}
/* Disabled Payment Method Styles */
.payment-method.payment-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

.payment-method.payment-disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: inherit;
    pointer-events: none;
}

.payment-method.payment-disabled input[type="radio"] {
    cursor: not-allowed;
}

.payment-method.payment-disabled .payment-content {
    filter: grayscale(1);
}

/* Buy Package Button Styles */
.buy-package-btn {
    /* background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); */
    background: #1458E4;
    border: transparent;
    transition: all 0.3s ease;
    color: #fff;
}

.buy-package-btn:hover:not(:disabled) {
    /* background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%); */
    /* color: #000; */
    /* border: 1px solid #1458E4; */
    transform: translateY(-2px);
    /* box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3); */
}
.login-button-section{
    border: 6px solid #1458e4;
    border-radius: 1.75em 0 0 0;
    padding: 18px 0;
    background: #1458e4;
}
.login-btn {
    background: #5586EC;
    border: transparent;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
    /* margin-left: 10px; */
}

.login-btn:hover:not(:disabled) {
    color: #000;
    border: 1px solid #5586EC;
    transform: translateY(-2px);
}

.buy-package-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* MoonPay Integration Styles */
.moonpay-method {
    background: linear-gradient(135deg, #7B68EE 0%, #9370DB 100%);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.moonpay-method:hover {
    border-color: #7B68EE;
    box-shadow: 0 0 20px rgba(123, 104, 238, 0.3);
}

.moonpay-method input[type="radio"]:checked+.payment-content {
    background: rgba(255, 255, 255, 0.1);
}

.moonpay-icon {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTMuMDkgOC4yNkwyMCA5TDEzLjA5IDE1Ljc0TDEyIDIyTDEwLjkxIDE1Ljc0TDQgOUwxMC45MSA4LjI2TDEyIDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center;
    background-size: 16px 16px;
}

.moonpay-buy-btn {
    background: linear-gradient(135deg, #7B68EE 0%, #9370DB 100%);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.moonpay-buy-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #6A5ACD 0%, #8A2BE2 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(123, 104, 238, 0.4);
}

.moonpay-buy-btn:disabled {
    background: #666;
    cursor: not-allowed;
    opacity: 0.6;
}

.method-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: auto;
}

.payment-content {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.buy-buttons-section {
    width: 100%;
    background: #1458E4;
}
.buy-buttons-section div{
    border-radius: 0 0 1em;
    background: #fff;
    padding: 0 1em 1em 2.5em;
    border-radius: 0 0 2em 2em;
}

.hero-illustration{
    position: absolute;
    right: -3.5em;
    z-index: 1;
    bottom: -5em;
    height: 500px;
}
.connectivity-wrapper{
        text-align: left;
    margin-left: 2em;
}
.navbar_logo-white{
      height: 50px;
     }

@media (max-width: 1288px) {

}
/* Responsive Design */
@media (max-width: 1200px) {
    .hero-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .home-text-area {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .cryto-sale-card {
        width: 100%;
        max-width: 450px;
    }
}
@media (max-width: 1200px) {
    .hero-illustration{
        position: absolute;
        right: -3.5em;
        z-index: 1;
        bottom: -5em;
        height: 350px!important;
    }
}
    
/* Mobile Responsive Layout - Reorder elements */
@media (max-width: 768px) {
    .cryptoin1-logo{
        display: none;
    }
    .cryptoin1-logo-mobile{
        display: block !important;
    }
    .card-container{
        padding: 0 1.5em;
        border-radius: 30px 30px 30px 0;
    }
    .yir24_section-hero{
        padding-top: 0 !important;
    }
    .hero-content-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .round1-ended-mobile{
        display: flex;
    }
    .round1-ended-desktop{
        display: none;
    }
    /* Sale card appears first on mobile */
    .cryto-sale-card {
        order: 1;
        width: 100%;
        max-width: 460px;
        margin-top: 0;
    }
    
    /* Hero text appears second on mobile */
    .yir24_hero-component.home-text-area {
        order: 2;
        width: 100%;
        height: 60vh;
        text-align: center;
        padding-top: 2rem;
    }

    .button-container {
        height: 58px;
    }
    .login-button-section{
        padding: 13px 0!important;
    }
    .presale-title-wrapper {
        background: transparent;
    }
    .cryto-sale-card {
        max-width: 100%;
        /* max-width: 380px; */
        padding: 0px !important;
        margin: 0px auto 0;
    }

    .top-section {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .orange-character-left {
        position: static;
        margin-bottom: 15px;
    }

    .orange-character-left .orange-body {
        width: 80px;
        height: 80px;
    }

    .orange-character-left .orange-collar {
        width: 90px;
        height: 25px;
        bottom: -8px;
    }

    .packages-with-chef {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .chef-character {
        width: 100px;
    }

    .chef-body {
        width: 90px;
        height: 120px;
    }

    .presale-title {
        font-size: 18px;
    }

    .sale-amount {
        font-size: 20px;
    }

    .payment-methods-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .payment-input-section {
        flex-direction: column;
        gap: 12px;
    }

    .live-badge {
        padding: 6px 12px;
        font-size: 10px;
    }

    .card-header-section {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .package-row {
        gap: 8px;
    }

    .package-slice {
        height: 45px;
    }

    .package-price {
        font-size: 12px;
        margin-left: -5px;
    }

    .white-divider-line {
        width: 200px;
        height: 2px;
    }

    .payment-method {
        padding: 8px;
        min-height: 50px;
    }

    .payment-icon {
        width: 20px;
        height: 20px;
    }

    .payment-name {
        font-size: 11px;
    }

    .payment-chain {
        font-size: 9px;
    }

    .connect-wallet-btn {
        padding: 12px 19px;
        font-size: 14px;
    }
    .buy-buttons-section div{
        padding: 0 1em 1em 1.5em !important;
    }
    .presale-round-title{
        padding: .80em 1em;
    }
}
@media (min-width: 769px) {
    .yir24_hero-component.home-text-area {
        order: 1;
    }
    
    .cryto-sale-card {
        order: 2;
    }
}
@media (max-width: 500px){
    .cryto-sale-card{
        padding-left: 0;
        padding-right: 0;
    }
    .presale-title {
        font-size: 12px;
    }
    .presale-info-wrapper {
        width: 85%;
    }
    .presale-title-wrapper{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .navbar_container{
        justify-content: center !important;
    }
}