*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    height: 80vh;
    object-fit: contain;
}
.section2{
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
    background-color: #fff;
}
.section2 h2{
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    padding: 20px;
}
.section2 p{
    font-size: 25px;
    margin-bottom: 30px;
}
.section2 a{
    margin-top: 200px;
    text-decoration: none;
    color: #fff;
    background-color: #20b0eb;
    padding: 10px;
    border-radius: 10px;
}
.section3{
    width: 100%;
    height: 100%;
    margin-top: 50px;
}
.section3 h2{
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    padding: 20px;
}
.section3 h5{
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    padding: 20px;
}
.section4{
   width: 100%;
    height: 100%;
    margin-top: 50px;
    text-align: center; 
}
.section4 h4{
    font-size: 25px;
    font-weight: 800;
    padding: 50px;
    color: #fff;
    background-color: #2d4430;
}
.section4 img{
    width: 100%;
}
.section4 h5{
    font-weight: 700;
}
.product-card {
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.product-card img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: 18px 18px 0 0;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #ff007f;
    margin: 10px 0 20px 0;
}

.card-title {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}

/* Button Row */
.btn-row {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    gap: 20px;
}

/* Neon Button */
.neon-btn {
    padding: 12px 28px;
    border-radius: 30px;
    color: white !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: 0.25s;
}

/* Left Button — Aqua Glow */
.neon-btn.add {
    background-color: #61ce70;
    box-shadow:
        0 0 12px #ffffff,
        0 0 25px #feffff,
        0 0 25px #ffffff;
}

/* Right Button — Purple Glow */
.neon-btn.buy {
    background: linear-gradient(90deg, #8a2cff, #ff00cc);
    box-shadow:
        0 0 12px #8a2cff,
        0 0 25px #8a2cff,
        0 0 25px #ff00cc;
}

/* Hover Glow Boost */
.neon-btn:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 20px rgba(255, 255, 255, 0.8),
        0 0 50px rgba(255, 255, 255, 0.5);
}

.section5 h2{
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    padding: 20px;
}

.accordion-button::after{font-size:22px} 
    .accordion-item { border: 1px solid #e6e6e6; border-radius:4px; margin-bottom:12px; }
    .accordion-button { padding: 18px 20px; font-weight:600; color:#222; }
    .accordion-body { padding:18px 20px; color:#555; background:#fff; }
    .accordion-flush .accordion-item + .accordion-item { border-top: 0; }

.section6{
     width: 100%;
    height: 100%;
    margin-top: 50px;
}
.section6 h2{
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: 800;
    padding: 20px;
}
.bi-star-fill{
    color: #ffac33;
}
.section6 .card{
    width: 100%;
    height: 100%;
    padding: 20px;
    border: none;
}
.section6 .bi{
    font-size: 25px;
    margin: 3px;
}
#countdown{
    margin: 30px auto;
    text-align: center;
    width: 30%;
    background-color: red;
    padding: 20px;
    color: #fff;
    font-size: 35px;
    word-spacing: 10px;
}
footer{
    background-color: #222;
    width: 100%;
    height: 100%;
    padding: 40px;
}
footer h2{
    text-align: center;
    color: #20b0eb;
    font-weight: 800;
    font-size: 35px;
}
footer p{
    text-align: center;
    color: #aabbc2;
}
footer div p a{
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
}
footer hr{
    color: #20b0eb;
}

/*---------------------mega software Bundle --------------------- */
.section7{
    width: 100%;
    background-color: #20b0eb;
    padding: 30px;
}
.section7 h2{
    color: #fff;
    font-weight: 700;
}
 nav.breadcrumb{
    text-align: end;
}
.section8{
    width: 100%;
    padding: 30px;
}
.section8 img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
/*--------------cart -------------------------*/
.cart-container {
    max-width: 900px;
    margin: auto;
    padding: 25px;
}

.cart-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 18px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.cart-item img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.cart-info h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.price {
    color: #ff008c;
    font-size: 18px;
    font-weight: 700;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 28px;
    height: 28px;
    background: #eee;
    border-radius: 50%;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.qty-number {
    font-size: 18px;
    font-weight: 600;
}

.remove-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #ff004f;
}

.cart-total {
    margin-top: 25px;
    text-align: right;
}

.cart-total p {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.checkout-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #00eaff, #b300ff);
    box-shadow: 0 0 18px rgba(0, 238, 255, 0.6);
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: 600;
}
.cart-icon {
    position: relative;
    font-size: 22px;
    color: #000;
    text-decoration: none;
}
.section3 h5{
    font-weight: 700;
}
.section3 ul li{
    list-style: none;
}
