html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.clshead1 {
    text-align: center;
    font-size: 1.4rem;
    font-family: sans-serif;
    color: white;
    font-weight: 600;
    margin: 0 !important;
    padding: 10px;
}

    .clshead1 span {
        text-decoration: underline;
    }
/*.clshead1 span {
        text-decoration: underline;
    }*/


.bg-color {
    background: #2d2727;
}

.gradient-custom-3 {
    /* fallback for old browsers */
    background: #84fab0;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
}

.gradient-custom-4 {
    /* fallback for old browsers */
    background: #84fab0;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
}

@font-face {
    font-family: 'OswaldCustom';
    src: url('/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700; /* supports multiple weights */
    font-style: normal;
}

.cls_card_heading_div {
    border-bottom: 1px dashed black;
}

.clshead2 {
    font-family: 'OswaldCustom', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.clshead4 {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.price::before {
    content: "\20B9"; /* Unicode escape sequence for the Indian Rupee symbol */
}

.actualprice, .offerprice {
    font-size: 20px;
}

.strike_price {
    font-size: 20px;
    color: red;
    text-decoration: line-through;
}

.section-vh-100 {
    height: 115vh !important
}

.clshead5 {
    font-weight: 600;
}

.cs-btn-success {
    background-color: #0eef27;
    border-color: #00ff89;
    font-size: 24px;
    font-weight: 600;
}
/* Countdown styling */
.countdown-card {
    background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.count-item {
    text-align: center;
    min-width: 80px;
}

.count-value {
    font-weight: 700;
    font-size: 1.75rem;
    color: #212529;
}

.count-label {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 4px;
}

.count-sep {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6c757d;
}

/* responsive */
@media (max-width: 576px) {
    .count-item {
        min-width: 60px;
    }

    .count-value {
        font-size: 1.25rem;
    }
}

.timer-heading {
    text-transform: uppercase;
}

.cls_card_2 {
    background-color: #0046af;
}

    .cls_card_2 h1 {
        color: white;
        font-family: 'OswaldCustom', sans-serif;
        font-weight: bold;
        font-size: 30px;
    }

.parts-content h4 {
    border-bottom: 2px solid #007bff;
    padding-bottom: 8px;
    color: white !important;
}

.parts-content .bg-light {
    border-left: 4px solid #007bff;
}

.btn-outline-primary:hover img {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #ffffff !important;
}
/* Payment Alert Styles */
.payment-alert {
    animation: slideInRight 0.3s ease-out;
    max-width: 400px;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.payment-alert i {
    margin-right: 8px;
}

/* Loader Styles */
#paymentLoader {
    backdrop-filter: blur(2px);
}

    #paymentLoader .spinner-border {
        border-color: #ffffff;
        border-right-color: transparent;
    }

#loaderMessage {
    font-weight: 500;
    margin-top: 1rem;
}

/* Disable button during processing */
.processing {
    pointer-events: none;
    opacity: 0.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .payment-alert {
        position: fixed !important;
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
    }
}

.detail_body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.status-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.status-header {
    background: @themeColor;
    color: white;
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

    .status-header::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid @themeColor;
    }

.status-icon {
    font-size: 4rem;
    margin-bottom: 15px;
    display: block;
}

.status-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.status-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 300;
}

.order-content {
    padding: 40px 30px;
}

.info-section {
    margin-bottom: 30px;
}

    .info-section h5 {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .info-section h5 i {
            color: @themeColor;
        }

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

    .info-row:last-child {
        border-bottom: none;
    }

.info-label {
    font-weight: 500;
    color: #6c757d;
    flex: 1;
}

.info-value {
    font-weight: 600;
    color: #2c3e50;
    flex: 2;
    text-align: right;
}

.price-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3rem;
    font-weight: 700;
}

.alert-info {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: none;
    border-left: 4px solid @themeColor;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

    .alert-info i {
        color: @themeColor;
        margin-right: 10px;
    }

.btn-home {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

    .btn-home:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
        color: white;
    }

    .btn-home:active {
        transform: translateY(-1px);
    }

.action-section {
    text-align: center;
    padding-top: 20px;
    border-top: 2px dashed #e9ecef;
    margin-top: 30px;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

    .floating-elements::before,
    .floating-elements::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        animation: float 6s ease-in-out infinite;
    }

    .floating-elements::before {
        width: 200px;
        height: 200px;
        top: -100px;
        left: -100px;
        animation-delay: -3s;
    }

    .floating-elements::after {
        width: 150px;
        height: 150px;
        bottom: -75px;
        right: -75px;
        animation-delay: -5s;
    }

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }

    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

@media (max-width: 768px) {
    .status-header {
        padding: 30px 20px;
    }

    .order-content {
        padding: 30px 20px;
    }

    .status-title {
        font-size: 1.5rem;
    }

    .status-icon {
        font-size: 3rem;
    }

    .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-value {
        text-align: left;
    }
}