/* Checkout and Order Info Styles */
.checkout-order-info {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding: 0;
}

.checkout-order-info li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 30px;
}

.checkout-order-info li.title {
    padding: 24px 30px 2px 30px;
}

.checkout-order-info li.title p {
    font-size: 15px;
    color: #1b0031;
    float: left;
}

.checkout-order-info li.title span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    float: right;
}

.checkout-order-info li .total-single-box {
    position: relative;
    padding: 0px;
    min-height: 0;
}

.checkout-order-info li .single-box {
    position: relative;
    padding: 30px 0px 24px 110px;
    min-height: 80px;
}

.checkout-order-info li .single-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 88px;
    max-width: 100%;
    height: auto;
}

.checkout-order-info li .single-box h6, 
.checkout-order-info li .total-single-box h6 {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    float: left;
    font-weight: 500;
}

.checkout-order-info li .single-box span, 
.checkout-order-info li .total-single-box span {
    position: relative;
    display: block;
    float: right;
    font-size: 15px;
    color: #1b0031;
}

.checkout-order-info li.sub-total {
    padding: 17px 30px 10px 0px;
}

.checkout-order-info li.sub-total h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1b0031;
    float: left;
}

.checkout-order-info li.sub-total span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #848484;
    float: right;
}

.checkout-order-info li.order-total {
    padding: 17px 30px 11px 0px;
}

.checkout-order-info li.order-total h6 {
    font-size: 16px;
    font-weight: 700;
    color: #1b0031;
    float: left;
}

.checkout-order-info li.order-total span {
    position: relative;
    display: block;
    font-size: 18px;
    color: #1b0031;
    font-weight: 600;
    float: right;
}

/* Form Elements */
.custom-select-field {
    padding: 15px 30px;
    border-radius: 1px;
    box-shadow: none;
    border-color: #ddd;
}

.password-toggle {
    position: absolute;
    right: 30px;
    top: 14px;
}

.box-input-field {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 30px;
}

.box-input-field.with-shadow {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.box-input-field:focus-within {
    border-color: #081309;
    box-shadow: 0 0 5px rgba(6, 15, 7, 0.5);
}

.box-input-field .form-label {
    margin: 0 10px 0 0;
    position: relative;
    flex-shrink: 0;
}

.box-input-field .form-label .tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #122f2a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.box-input-field .form-label .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #122f2a transparent transparent transparent;
}

.box-input-field .form-label:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.box-input-field .form-input {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-input-field .form-input input, 
.box-input-field .form-input select, 
.box-input-field .form-input select:focus {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
    height: 40px;
    box-shadow: none;
}

.box-input-field .form-input button {
    margin-left: 10px;
    padding: 8px 40px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    min-height: 44px;
}

.box-input-field .form-input button:hover {
    background-color: #45a049;
}

/* Carousel Container - Responsive */
.custom-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: -20px auto 0 auto;
}

.custom-carousel-container .custom-carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 10px;
}

.custom-carousel-container .custom-carousel-slide {
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-carousel-container .custom-carousel-pagination {
    text-align: center;
    margin-top: 10px;
}

.custom-carousel-container .custom-carousel-pagination button {
    border: none;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
}

.custom-carousel-container .custom-carousel-pagination button.active {
    background-color: #333;
}

/* Bank and Membership Cards - Responsive */
.custom-carousel-container .bank-card, 
.custom-carousel-container .membership-card {
    background-color: #9ed0fd;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 280px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-carousel-container .membership-card {
    background-color: #007bff;
    color: white;
    padding: 20px 15px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    position: relative;
    flex-direction: column;
    margin-right: 20px;
}

.custom-carousel-container .membership-card h1 {
    font-weight: 800;
    color: #e6e103;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.custom-carousel-container .membership-card h3 {
    margin-bottom: 5px;
    font-size: clamp(1rem, 3vw, 1.125rem);
}

.custom-carousel-container .membership-card p {
    margin: 5px 0;
}

.custom-carousel-container .membership-card .price {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-weight: bold;
}

.custom-carousel-container .membership-card .arrow-right {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #007bff;
}

.custom-carousel-container .bank-card img {
    width: 100px;
    max-width: 35%;
    height: auto;
    margin-right: 15px;
    border-radius: 5px;
}

.custom-carousel-container .bank-details {
    text-align: left;
}

.custom-carousel-container .bank-details p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.custom-carousel-container .bank-details p:nth-child(1), 
.custom-carousel-container .bank-details p:nth-child(3) {
    color: #d32f2f;
}

.custom-carousel-container .bank-details p:nth-child(2), 
.custom-carousel-container .bank-details p:nth-child(4) {
    color: #000;
    font-size: 15px;
}

/* Buttons and Links */
.signup-register-button {
    display: flex;
    justify-content: right;
}

.main-footer__bottom__inner.footer-copyright-section a:hover {
    text-decoration: underline;
}

/* Login Page */
.login-page__form .account-info {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-page__form .account-info p {
    margin-bottom: 0px;
}

/* Modal Styles */
.modal-body .upload-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    flex-direction: column;
    background-color: var(--alefox-gray, #f6f4ec);
    padding: var(--bs-modal-header-padding);
    transition: all 0.5s ease-in-out;
}

.codeinput-row, .keyboard-row, .actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.keyboard-row button, .actions button {
    flex: 1;
    padding: 10px;
    font-size: 1.5rem;
    text-align: center;
    min-width: 44px;
    min-height: 44px;
}

.keyboard-row button {
    padding: 20px;
}

.modal.registration .modal-content .modal-body .success-icon {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.modal.registration .modal-content .modal-body .success-message {
    text-align: center;
    margin-bottom: 40px;
    line-height: 40px;
}

.modal.registration .modal-content .modal-body .checkmark {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: draw 2s forwards;
    stroke-width: 2;
}

/* Button Variations */
.btn-soft-blue {
    border: 1px solid #333;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 100;
    color: #000;
}

.btn-soft-blue:hover, .btn-soft-blue:focus {
    border: 1px solid #000;
    box-shadow: 0 0 0 .2rem rgba(92, 91, 91, 0.125);
}

.btn-light-grey {
    background-color: #D3D3D3;
    color: white;
}

.btn-light-grey:hover, .btn-light-grey:active {
    border: 1px solid #D3D3D3;
}

.btn-bright-orange {
    border: 1px solid #333;
    font-size: 1.0rem;
    font-weight: 100;
    color: #000;
}

.btn-bright-orange:hover, .btn-bright-orange:active {
    border: 1px solid #FFA500;
}

.btn-strong-green {
    border: 1px solid #333;
    font-size: 1.0rem;
    font-weight: 100;
    color: #000;
}

.btn-strong-green:hover, .btn-strong-green:active {
    border: 1px solid #32CD32;
}

/* Bank Option Styles */
.bank-option {
    display: flex;
    align-items: center;
}

.bank-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Select2 Styles */
.select2-container {
    min-height: 40px;
}

.select2-container--default .select2-selection--single {
    border: none;
    padding: 10px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: wrap;
    font-size: 12px;
    line-height: 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

/* Header Styles */
.main-header--three .mobile-nav__btn {
    margin-left: -40px !important;
    margin-right: 10px !important;
}

/* Investment Packages */
.investment-packages {
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.investment-packages .package-amt {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #44a05b;
    color: #fff;
    box-shadow: 0 0 7px #000;
}

/* Animations */
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Carded Body Styles */
.carded-body {
    --background-color: #18181B;
    --text-color: #A1A1AA;
    --carded-background-color: rgba(255, 255, 255, .015);
    --carded-border-color: rgba(255, 255, 255, 0.1);
    --carded-box-shadow-1: rgba(0, 0, 0, 0.05);
    --carded-box-shadow-1-y: 3px;
    --carded-box-shadow-1-blur: 6px;
    --carded-box-shadow-2: rgba(0, 0, 0, 0.1);
    --carded-box-shadow-2-y: 8px;
    --carded-box-shadow-2-blur: 15px;
    --carded-label-color: #FFFFFF;
    --carded-icon-color: #D4D4D8;
    --carded-icon-background-color: rgba(255, 255, 255, 0.08);
    --carded-icon-border-color: rgba(255, 255, 255, 0.12);
    --carded-shine-opacity: .1;
    --carded-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #10B981 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --carded-line-color: #2A2B2C;
    --carded-tile-color: rgba(16, 185, 129, 0.05);
    --carded-hover-border-color: rgba(255, 255, 255, 0.2);
    --carded-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --carded-hover-box-shadow-1-y: 5px;
    --carded-hover-box-shadow-1-blur: 10px;
    --carded-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --carded-hover-box-shadow-2-y: 15px;
    --carded-hover-box-shadow-2-blur: 25px;
    --carded-hover-icon-color: #34D399;
    --carded-hover-icon-background-color: rgba(52, 211, 153, 0.1);
    --carded-hover-icon-border-color: rgba(52, 211, 153, 0.2);
    --blur-opacity: .01;
}

/* Responsive Grid */
.carded-body .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.carded-body .carded-box {
    background-color: var(--background-color);
    box-shadow: 0px var(--carded-box-shadow-1-y) var(--carded-box-shadow-1-blur) var(--carded-box-shadow-1), 0px var(--carded-box-shadow-2-y) var(--carded-box-shadow-2-blur) var(--carded-box-shadow-2), 0 0 0 1px var(--carded-border-color);
    padding: 56px 16px 16px 26px;
    border-radius: 15px;
    position: relative;
    transition: box-shadow 0.25s;
    display: flex;
    flex-direction: column;
}

.carded-body .carded-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color: var(--carded-background-color);
}

.carded-body .carded-box .icon {
    z-index: 2;
    position: relative;
    display: table;
    padding: 8px;
}

.carded-body .carded-box .icon::after {
    content: "";
    position: absolute;
    inset: 4.5px;
    border-radius: 50%;
    background-color: var(--carded-icon-background-color);
    border: 1px solid var(--carded-icon-border-color);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    transition: background-color 0.25s, border-color 0.25s;
}

.carded-body .carded-box .icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 35px;
    height: 35px;
    transform: translateZ(0);
    color: var(--carded-icon-color);
    transition: color 0.25s;
}

.carded-body .carded-box h4 {
    z-index: 2;
    position: relative;
    margin: 12px 0 4px 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    color: var(--carded-label-color);
}

.carded-body .carded-box p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color);
}

.carded-body .carded-box .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.carded-body .carded-box .shine:before {
    content: "";
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: var(--carded-shine-opacity);
    transform: translateX(-50%);
    background-image: var(--carded-shine-gradient);
}

.carded-body .carded-box .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
}

.carded-body .carded-box .background .tiles {
    opacity: 0;
    transition: opacity 0.25s;
}

.carded-body .carded-box .background .tiles .tile {
    position: absolute;
    background-color: var(--carded-tile-color);
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    opacity: 0;
}

.carded-body .carded-box .background .tiles .tile.tile-4, 
.carded-body .carded-box .background .tiles .tile.tile-6, 
.carded-body .carded-box .background .tiles .tile.tile-10 {
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
}

.carded-body .carded-box .background .tiles .tile.tile-3, 
.carded-body .carded-box .background .tiles .tile.tile-5, 
.carded-body .carded-box .background .tiles .tile.tile-8 {
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
}

.carded-body .carded-box .background .tiles .tile.tile-2, 
.carded-body .carded-box .background .tiles .tile.tile-9 {
    -webkit-animation-delay: -6s;
            animation-delay: -6s;
}

.carded-body .carded-box .background .tiles .tile.tile-1 {
    top: 0;
    left: 0;
    height: 10%;
    width: 22.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-2 {
    top: 0;
    left: 22.5%;
    height: 10%;
    width: 27.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-3 {
    top: 0;
    left: 50%;
    height: 10%;
    width: 27.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-4 {
    top: 0;
    left: 77.5%;
    height: 10%;
    width: 22.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-5 {
    top: 10%;
    left: 0;
    height: 22.5%;
    width: 22.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-6 {
    top: 10%;
    left: 22.5%;
    height: 22.5%;
    width: 27.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-7 {
    top: 10%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-8 {
    top: 10%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-9 {
    top: 32.5%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}

.carded-body .carded-box .background .tiles .tile.tile-10 {
    top: 32.5%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}

@-webkit-keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}

@keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}

.carded-body .carded-box .background .line {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}

.carded-body .carded-box .background .line:before, 
.carded-body .carded-box .background .line:after {
    content: "";
    position: absolute;
    background-color: var(--carded-line-color);
    transition: transform 0.35s;
}

.carded-body .carded-box .background .line:before {
    left: 0;
    right: 0;
    height: 1px;
    transform-origin: 0 50%;
    transform: scaleX(0);
}

.carded-body .carded-box .background .line:after {
    top: 0;
    bottom: 0;
    width: 1px;
    transform-origin: 50% 0;
    transform: scaleY(0);
}

.carded-body .carded-box .background .line.line-1:before {
    top: 10%;
}

.carded-body .carded-box .background .line.line-1:after {
    left: 22.5%;
}

.carded-body .carded-box .background .line.line-1:before, 
.carded-body .carded-box .background .line.line-1:after {
    transition-delay: 0.3s;
}

.carded-body .carded-box .background .line.line-2:before {
    top: 32.5%;
}

.carded-body .carded-box .background .line.line-2:after {
    left: 50%;
}

.carded-body .carded-box .background .line.line-2:before, 
.carded-body .carded-box .background .line.line-2:after {
    transition-delay: 0.15s;
}

.carded-body .carded-box .background .line.line-3:before {
    top: 55%;
}

.carded-body .carded-box .background .line.line-3:after {
    right: 22.5%;
}

.carded-body .carded-box:hover {
    box-shadow: 0px 3px 6px var(--carded-hover-box-shadow-1), 0px var(--carded-hover-box-shadow-2-y) var(--carded-hover-box-shadow-2-blur) var(--carded-hover-box-shadow-2), 0 0 0 1px var(--carded-hover-border-color);
}

.carded-body .carded-box:hover .icon::after {
    background-color: var(--carded-hover-icon-background-color);
    border-color: var(--carded-hover-icon-border-color);
}

.carded-body .carded-box:hover .icon svg {
    color: var(--carded-hover-icon-color);
}

.carded-body .carded-box:hover .shine {
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0s;
}

.carded-body .carded-box:hover .background .tiles {
    opacity: 1;
    transition-delay: 0.25s;
}

.carded-body .carded-box:hover .background .tiles .tile {
    -webkit-animation-name: tile;
            animation-name: tile;
}

.carded-body .carded-box:hover .background .line {
    opacity: 1;
    transition-duration: 0.15s;
}

.carded-body .carded-box:hover .background .line:before {
    transform: scaleX(1);
}

.carded-body .carded-box:hover .background .line:after {
    transform: scaleY(1);
}

.carded-body .carded-box:hover .background .line.line-1:before, 
.carded-body .carded-box:hover .background .line.line-1:after {
    transition-delay: 0s;
}

.carded-body .carded-box:hover .background .line.line-2:before, 
.carded-body .carded-box:hover .background .line.line-2:after {
    transition-delay: 0.15s;
}

.carded-body .carded-box:hover .background .line.line-3:before, 
.carded-body .carded-box:hover .background .line.line-3:after {
    transition-delay: 0.3s;
}

.carded-body {
    min-height: 100vh;
    display: flex;
    font-family: "Inter", Arial;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
    overflow: hidden;
}

.carded-body:before {
    content: "";
    position: absolute;
    inset: 0 -60% 65% -60%;
    background-image: radial-gradient(ellipse at top, #10B981 0%, var(--background-color) 50%);
    opacity: var(--blur-opacity);
}

/* Reward Page Tables */
.reward-page.table-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 0 1rem;
}

.reward-page .table-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
}

.reward-page .table-header {
    background-color: #007bff;
    color: white;
    padding: 16px;
    text-align: center;
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-weight: bold;
}

.reward-page .table-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.reward-page .table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    min-width: 600px;
}

.reward-page .table th,
.table td {
    padding: 12px 16px;
    text-align: left;
}

.reward-page .table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.reward-page .table th.headed {
    background-color: hsl(0, 67%, 49%);
    color: white;
}

.reward-page .table tr {
    background-color: #ffffff;
}

.reward-page .table tr.grey {
    background-color: #f8f6f6;
}

.reward-page .table tr.blue {
    background-color: #948dff;
}

.reward-page .table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.reward-page .table tr td {
    background-color: transparent;
}

.reward-page .table tr td.gold {
    background-color: #D4AF37;
    color: white;
    font-weight: bold;
}

.reward-page .table tr td.platinum {
    background-color: #E5E5EA;
    font-weight: bold;
}

/* Incentive Section */
.incentive-section {
    background: #fff;
    padding: 20px;
    margin: 40px auto;
    max-width: 1200px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.incentive-section h2 {
    text-align: center;
    color: #333;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.incentive-options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    gap: 2rem;
    flex-wrap: wrap;
}

.incentive-options div {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.incentive-options span {
    height: 50px;
    width: 50px;
    background-color: #112d28;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px auto;
    color: #fff;
    font-weight: 700;
}

.incentive-options img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
}

/* Go-to Links */
.hiw-goto-link {
    padding: 15px 30px;
    display: flex;
    margin: 50px auto 0 auto;
    background-color: #1c1c1f;
    border-radius: 10px;
    border: 1px solid #2b2b2d;
    width: 100%;
    max-width: 458px;
    align-items: center;
    gap: 10px;
    text-align: left;
    line-height: 25px;
}

.hiw-goto-link:hover {
    box-shadow: 0 0 4px #111;
}

.rwd-goto-link {
    padding: 15px 30px;
    display: flex;
    margin: 50px auto 0 auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    width: 100%;
    max-width: 445px;
    align-items: center;
    gap: 10px;
    text-align: left;
    line-height: 25px;
}

.rwd-goto-link:hover {
    box-shadow: 0 0 4px #ccc;
}

/* Service Image - Responsive Aspect Ratio */
.service-one__item__image {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    overflow: hidden;
}

.service-one__item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Coupon - Responsive */
.coupon {
    width: 100%;
    max-width: 350px;
    background: linear-gradient(135deg, #ff6f61, #ff9966);
    color: #fff !important;
    border-radius: 15px;
    position: relative;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: auto;
}

.coupon::before, .coupon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.coupon::before {
    left: -10px;
}

.coupon::after {
    right: -10px;
}

.coupon-content {
    text-align: center;
    z-index: 2;
    position: relative;
}

.coupon-content h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
    margin-bottom: 10px;
    color: #fff !important;
    font-weight: bold;
}

.coupon-content p {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
}

.coupon-content svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-bottom: 10px;
}

.coupon-code {
    background: #fff;
    color: #333;
    padding: 5px 15px;
    border-radius: 10px;
}

.coupon-code span {
    font-size: clamp(1.1rem, 4vw, 1.4rem);
    font-weight: bold;
}

/* Scene Modal */
.scene-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    z-index: 1000;
}

.scene-modal.active {
    display: flex;
}

.scene-modal .scene-loader {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border: 5px solid #fff;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: scenespin 1s linear infinite;
}

.scene-modal .capture-button {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    min-height: 44px;
}

.scene-modal .capture-button:hover {
    background-color: #0056b3;
}

@keyframes scenespin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.scene-modal .scene-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.scene-modal .scene-canvas {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 25px;
    visibility: hidden;
}

.scene-modal .scene-canvas.active {
    visibility: visible;
}

.scene-modal .scene-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1100;
    min-height: 44px;
}

.scene-modal .scene-interface {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f4f4f4;
    padding: 10px 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    gap: 50px;
    visibility: hidden;
    flex-wrap: wrap;
}

.scene-modal .scene-interface.active {
    visibility: visible;
}

.scene-modal .material-section {
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 0;
    display: flex;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.scene-modal .material-buttons {
    display: flex;
    gap: 10px;
}

.scene-modal .material-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

.scene-modal .material-button.fabric {
    width: 60px;
    border-radius: 10px;
    background-size: contain;
}

.scene-modal .material-button.active {
    border: 1px solid #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.scene-modal .material-button span {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.scene-modal .material-button.fabric span {
    border-radius: 10px;
}

.scene-modal .material-button.active span {
    border: 3px solid #fff;
}

.scene-modal .action-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    gap: 20px;
    flex-wrap: wrap;
}

.scene-modal .action-section button {
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scene-modal .action-section button i {
    font-size: 18px;
}

.scene-modal .action-section #light-slider {
    width: 150px;
    cursor: pointer;
}

.scene-modal .action-section .theme-mode {
    padding: 15px 10px 10px;
    border-radius: 5px;
    background-color: rgb(68, 68, 68);
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 10px;
    position: relative;
    min-height: 44px;
}

.scene-modal .action-section .theme-mode i {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Tablet Media Queries */
@media screen and (max-width: 991px) {
    /* Adjust grid for tablets */
    .carded-body .grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    /* Maintain aspect ratio on tablets */
    .service-one__item__image {
        padding-bottom: 65%; /* Slightly taller for tablets */
    }
    
    /* Adjust table font sizes */
    .reward-page .table {
        font-size: 14px;
    }
    
    /* Adjust padding for smaller screens */
    .checkout-order-info li {
        padding: 0 20px;
    }
}

/* Mobile Media Queries */
@media screen and (max-width: 768px) {
    /* Typography adjustments */
    h4.cta-four__title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }
    
    /* Button adjustments */
    .box-input-field .form-input button {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    
    /* Carousel adjustments */
    .custom-carousel-container {
        margin-top: 0;
    }
    
    .custom-carousel-container .custom-carousel-slide {
        min-width: 200px;
    }
    
    /* Layout adjustments */
    .signup-register-button {
        justify-content: left;
    }
    
    .main-footer__bottom__inner.footer-copyright-section {
        flex-direction: column;
        text-align: center;
    }
    
    .main-footer__bottom__inner.footer-copyright-section p:nth-child(2) {
        margin: 20px 0 0 0;
        font-size: 12px;
    }
    
    /* Table responsive */
    .reward-page .table-card {
        border-radius: 0;
    }
    
    .reward-page .table {
        font-size: 12px;
    }
    
    .reward-page .table th,
    .reward-page .table td {
        padding: 8px 12px;
    }
    
    /* Incentive options vertical on mobile */
    .incentive-options {
        flex-direction: column;
        gap: 3rem;
    }
    
    .incentive-options div {
        min-width: 100%;
    }
    
    /* Service image aspect ratio for mobile */
    .service-one__item__image {
        padding-bottom: 56.25%; /* 16:9 for mobile */
    }
    
    /* Slider adjustments */
    .slick-arrow {
        display: none !important;
    }
    
    .slick-slider:hover .slick-arrow {
        display: flex !important;
    }
    
    /* Scene modal adjustments */
    .scene-modal {
        padding: 5%;
    }
    
    .scene-modal .scene-canvas {
        border-radius: 15px;
    }
    
    .scene-modal .capture-button {
        bottom: 8%;
    }
    
    /* Grid adjustments for mobile */
    .carded-body .grid {
        padding: 0 0.5rem;
        gap: 1rem;
    }
    
    /* Checkout info adjustments */
    .checkout-order-info li {
        padding: 0 15px;
    }
    
    .checkout-order-info li .single-box {
        padding: 20px 0px 20px 80px;
    }
    
    .checkout-order-info li .single-box img {
        width: 60px;
    }
}

/* Small Mobile Media Queries */
@media screen and (max-width: 575px) {
    /* Typography for small screens */
    h4.cta-four__title {
        font-size: clamp(1.25rem, 6vw, 1.5rem);
    }
    
    h5.cta-four__sub-title {
        font-size: clamp(0.875rem, 4vw, 1rem);
    }
    
    /* Single column grid on small mobile */
    .carded-body .grid {
        grid-template-columns: 1fr;
        padding: 0;
    }
    
    /* Text adjustments */
    .skill-one__wrapper__title.engaged_txt {
        font-size: 14px !important;
    }
    
    /* Box input field vertical layout */
    .box-input-field {
        flex-direction: column;
        padding: 15px;
    }
    
    .box-input-field .form-label {
        margin: 0 0 5px 0;
        font-style: italic;
        width: 100%;
        border-bottom: 1px dotted #aaa;
        font-size: 12px;
    }
    
    .box-input-field .form-input {
        flex-grow: 1;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    
    .box-input-field .form-input input, 
    .box-input-field .form-input select, 
    .box-input-field .form-input select:focus {
        padding: 8px 0px;
    }
    
    .box-input-field .password-toggle {
        right: -5px;
        top: 7px;
    }
    
    /* Scene modal full screen on mobile */
    .scene-modal {
        padding: 0;
    }
    
    .scene-modal .scene-canvas {
        border-radius: 0px;
    }
    
    .scene-modal .capture-button {
        bottom: 20px;
    }
    
    /* Coupon adjustments */
    .coupon {
        margin: 0 15px;
        padding: 15px;
    }
    
    /* Table scroll indicator */
    .reward-page .table-content {
        position: relative;
    }
    
    .reward-page .table-content::after {
        content: '→';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(to right, transparent, white);
        padding: 10px;
        font-size: 20px;
        color: #007bff;
        pointer-events: none;
    }
    
    /* Investment packages full width */
    .investment-packages {
        padding: 0 15px;
    }
    
    .investment-packages .package-amt {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* Extra Small Devices */
@media screen and (max-width: 380px) {
    /* Further reduce font sizes */
    .coupon-content h1 {
        font-size: 1.1rem !important;
    }
    
    .coupon-content p {
        font-size: 0.85rem;
    }
    
    /* Reduce padding on very small screens */
    .carded-body .carded-box {
        padding: 40px 12px 12px 20px;
    }
    
    /* Adjust modal buttons */
    .scene-modal .material-button {
        width: 40px;
        height: 40px;
    }
    
    .scene-modal .action-section button {
        width: 44px;
        height: 44px;
    }
}

/* Print Styles */
@media print {
    /* Hide unnecessary elements */
    .scene-modal,
    .slick-arrow,
    .password-toggle,
    .custom-carousel-pagination {
        display: none !important;
    }
    
    /* Ensure tables print properly */
    .reward-page .table-content {
        overflow: visible;
    }
    
    .reward-page .table {
        page-break-inside: avoid;
    }
    
    /* Reset colors for print */
    .carded-body {
        background: white;
        color: black;
    }
    
    .carded-body .carded-box {
        border: 1px solid black;
        box-shadow: none;
    }
}