/* Dell Store CSS */

/* Support Section Styles */
.student-discount {
    padding: 40px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.discount-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.discount-header {
    margin-bottom: 30px;
}

.dell-support {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.discount-header h2 {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.support-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.support-card {
    background-color: #eef2f7;
    border-radius: 8px;
    padding: 25px 40px;
    min-width: 180px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.support-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
}

.headset {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-width='1.5' d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath fill='none' stroke='%23333' stroke-width='1.5' d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E") no-repeat center;
}

.warranty {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-width='1.5' d='M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0 1 12 2.944a11.955 11.955 0 0 1-9.618 5.04L12 21.944l9.618-13.96z'/%3E%3C/svg%3E") no-repeat center;
}

.parts {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-width='1.5' d='M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 0 0 .95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 0 0-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 0 0-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 0 0-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 0 0 .951-.69l1.519-4.674z'/%3E%3C/svg%3E") no-repeat center;
}

/* Student Banner Styles */
.student-banner {
    background-color: #0076CE;
    color: white;
    padding: 0;
    overflow: hidden;
}

.banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.banner-content {
    padding: 40px;
    flex: 1;
}

.back-to-college {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.banner-content h2 {
    font-size: 32px;
    margin: 0 0 20px;
}

.banner-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

.banner-content {
    color: white;

}

.coupon-btn {
    display: inline-block;
    width: 80%;
    background-color: white;
    color: #2f00ff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
}


.banner-image {
    flex: 1;
    text-align: right;
}

.banner-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
    }

    .banner-content {
        padding: 30px 20px;
        text-align: center;
    }

    .banner-image {
        text-align: center;
    }

    .banner-image img {
        margin: 0 auto;
    }

    .support-options {
        gap: 15px;
    }

    .support-card {
        padding: 20px;
        min-width: 150px;
    }
}

/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* 🌐 Responsive Styles */

/* ----------- Large Screens (default) ----------- */
/* Already good, कोई change नहीं चाहिए */

/* ----------- Tablets (max-width: 992px) ----------- */
@media (max-width: 992px) {

    .head-serch {
        padding: 10px 20px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .search-place {
        width: 55vw;

        font-size: 13px;
    }

    .nav-icons {
        gap: 20px;
    }

    .dropdown-menu {
        width: 220px;
        right: -60px;
    }
}

/* ----------- Small Tablets / Large Mobiles (max-width: 768px) ----------- */
@media (max-width: 768px) {

    .head-serch {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 15px;
    }

    .search-place {
        width: 100%;
    }

    .nav-icons {
        width: 100%;
        justify-content: space-around;
        gap: 10px;
    }

    .nav-icons li {
        font-size: 13px;
    }

    .dropdown-menu {
        top: 100%;
        right: 0;
        left: auto;
        width: 0px;
    }
}

/* ----------- Mobiles (max-width: 480px) ----------- */
@media (max-width: 480px) {

    header {
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }

    .logo-text {
        font-size: 12px;
    }

    .head-serch {
        padding: 8px 10px;
        gap: 8px;
    }

    .search-place {
        width: 100%;
        gap: 5px;
        font-size: 12px;
    }

    .nav-icons {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .nav-icons li a {
        font-size: 12px;
    }

    .icon-user,
    .icon-support,
    .icon-cart {
        width: 18px;
        height: 18px;
    }

    .dropdown-menu {
        width: 50vw;
        right: 5vw;
        left: auto;
        padding: 0.8rem;
    }
}

/* ----------- Extra Small Screens (max-width: 360px) ----------- */
@media (max-width: 360px) {

    .nav-icons {
        flex-direction: column;
        align-items: flex-start;
    }

    .dropdown-menu {
        width: 100%;
        position: static;
        box-shadow: none;
        border: none;
    }
}

body {
    background-color: #f5f5f5;
    color: #444;
    line-height: 1.6;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #444;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #0076ce;
}

/* Header Note */
.header-note {
    background-color: #eee;
    color: #333;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}

/* Header Styles */
header {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Logo Section */
.logo-text {
    color: #0076ce;
    font-size: 13px;
    margin-top: 4px;
}

/* Search + Header layout */
.head-serch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

/* Search Bar */
.search-place {
    width: 40vw;
    height: 7vh;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: #fff;
}

.search {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
}

/* Search Icon */
.icon-search {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23444' stroke-linecap='round' stroke-linejoin='round' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314' stroke-width='1'/%3E%3C/svg%3E");
}

/* --- Header layout --- */
.head-serch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

/* --- Right icon section --- */
.nav-icons {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

.nav-icons li {
    display: flex;
    align-items: center;
    gap: 1px;
    position: relative;
    font-size: 14px;
    color: #333;
}

.nav-icons li a {
    color: #333;
    font-weight: 500;
}

.nav-icons li:hover a {
    color: #0076ce;
}

.icon {
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.dropdown:hover .icon {
    transform: rotate(180deg);
}

/* --- Dropdown menu --- */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    right: -100%;

    background-color: #fff;
    border: 1px solid #ccc;
    width: 250px;
    padding: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    flex-direction: column;
    gap: 0.5rem;
}

.dropdown:hover .dropdown-menu {
    display: flex;
}

/* --- SVG icons --- */
.icon-user {
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23444' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 20c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}

.icon-support {
    width: 22px;
    height: 22px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23444' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 15v-2a4 4 0 0 1 8 0v2M9 19h6'/%3E%3C/svg%3E");
}

.icon-cart {
    width: 22px;
    height: 22px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23444' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 3h2l1 5h13l1-5h2M6 8l1.5 9h9L18 8H6z'/%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='15' cy='21' r='1'/%3E%3C/svg%3E");
}

/* --- Buttons --- */
.button {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    background-color: #0076ce;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.button:hover {
    background-color: #005fa3;
}

.list-num {
    display: flex;
    justify-content: space-between;
}

.list-2 {
    display: flex;


}

.list-3 {
    display: flex;

    flex-direction: column;

}

/* --------------------- Hero styles (Vostro) --------------------- */
.hero {
    background: linear-gradient(90deg, #6fb5bf 0%, #3b7f8b 100%);
    color: #fff;
    padding: 56px 16px;
}

.hero-inner {
    max-width: 1360px;
    /* increased container width */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 32px;
    align-items: center;
}

.hero-text .eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.hero-text h1 {
    font-size: 44px;
    line-height: 1.05;
    margin: 0 0 18px 0;
    color: #ffffff;
}

.hero-text .lead {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 560px;
    margin-bottom: 24px;
}

.cta {
    display: inline-block;
    background: #ffffff;
    color: #0b7f7f;
    padding: 14px 36px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}

.hero-media img {
    width: 100%;
    max-width: 520px;
    display: block;
    margin-left: auto;
    object-fit: contain;
}

@media (max-width: 880px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-media {
        margin-top: 22px;
    }

    .hero-text h1 {
        font-size: 32px;
    }
}

/* ------------------- end hero styles ------------------- */

/* ------------------- Animated Gallery Styles ------------------- */
.animated-gallery {
    padding: 56px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
    color: #0e1a24;
}

.gallery-inner {
    max-width: 1360px;
    /* wider gallery container */
    margin: 0 auto;
    text-align: center;
}

.gallery-title {
    font-size: 28px;
    margin-bottom: 10px;
    color: #133640;
}

.gallery-sub {
    color: #58666a;
    margin-bottom: 35px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    /* larger min width for wider cards */
    gap: 20px;
    align-items: stretch;
}

.gallery-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(16, 24, 32, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: transform 260ms cubic-bezier(.2, .9, .2, 1), box-shadow 260ms;
    will-change: transform;
    animation: fadeInUp 600ms ease both;
}

.gallery-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(16, 24, 32, 0.12);
}

.gallery-card img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    display: block;
    margin-bottom: 12px;
    animation: float 6s ease-in-out infinite alternate;
}

.gallery-card figcaption {
    font-weight: 700;
    color: #0b3a3a;
    margin-top: 6px;
}

/* Buy button (hidden until hover/focus) */
.gallery-card {
    position: relative;
}

.buy-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 12px) scale(0.98);
    bottom: 40px;
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    background: #0076ce;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(7, 43, 61, 0.12);
    transition: opacity 260ms ease, transform 260ms ease;
}

.gallery-card:hover .buy-btn,
.gallery-card:focus-within .buy-btn {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.buy-btn:focus {
    outline: 3px solid rgba(0, 118, 204, 0.18);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .buy-btn {
        transition: none;
        transform: translate(-50%, 0);
        opacity: 1;
        pointer-events: auto;
    }
}

/* Stagger entrance */
.gallery-grid .gallery-card:nth-child(1) {
    animation-delay: 0s;
}

.gallery-grid .gallery-card:nth-child(2) {
    animation-delay: 80ms;
}

.gallery-grid .gallery-card:nth-child(3) {
    animation-delay: 160ms;
}

.gallery-grid .gallery-card:nth-child(4) {
    animation-delay: 240ms;
}

.gallery-grid .gallery-card:nth-child(5) {
    animation-delay: 320ms;
}

.gallery-grid .gallery-card:nth-child(6) {
    animation-delay: 400ms;
}

/* Keyframes */
@keyframes float {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-8px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .gallery-card,
    .gallery-card img {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 880px) {
    .gallery-inner {
        padding: 0 12px;
    }
}

/* ------------------- end animated gallery styles ------------------- */

/* ------------------- Featured Products ------------------- */
.featured-products {
    padding: 50px 0px;
    background: #fff;
}

.fp-inner {
    max-width: 1450px;
    /* increased featured-products container */
    margin: 0 auto;
}

.fp-header {
    text-align: center;
    margin-bottom: 28px;
}

.fp-header .fp-eyebrow {
    display: block;
    color: #9aa6a8;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fp-header h2 {
    font-size: 30px;
    margin: 0;
    color: #0b2b2b;
}

.fp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* all four cards equal width */
    gap: 20px;
    align-items: stretch;
}

.fp-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 22px rgba(16, 24, 32, 0.06);
}

.fp-card--highlight {
    background: linear-gradient(180deg, #083b70 0%, #0b5aa7 100%);
    color: #fff;
    position: relative;
}

.fp-media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.fp-body {
    padding: 10px;
    flex: 1 1 auto;
}

.fp-kicker {
    display: block;
    color: rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    margin-bottom: 8px;
}

.fp-card--highlight .fp-kicker {
    color: rgba(255, 255, 255, 0.85);
}

.fp-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.fp-card--highlight .fp-title {
    font-size: 22px;
    color: #fff;
}

.fp-desc {
    color: #596a6c;
    font-size: 14px;
    line-height: 1.5;
}

.fp-card--highlight .fp-desc {
    color: rgba(255, 255, 255, 0.95);
}

.fp-btn {
    display: inline-block;
    width: calc(100% - 36px);
    margin: 18px;
    text-align: center;
    padding: 12px 16px;
    border-radius: 10px;
    background: #0076ce;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.fp-card--highlight .fp-btn {
    background: #7b61f0;
    /* violet CTA on highlight card */
    color: #fff;
}

.fp-btn:hover,
.fp-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(7, 43, 61, 0.1);
}

.fp-btn:focus {
    outline: 3px solid rgba(0, 118, 204, 0.14);
    outline-offset: 2px;
}

/* Responsive */
@media (max-width: 1100px) {
    .fp-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .fp-grid {
        grid-template-columns: 1fr;
    }

    .fp-media img {
        height: 160px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fp-btn {
        transition: none;
    }
}

/* ------------------- end Featured Products ------------------- */

/* ------------------- AI-powered feature ------------------- */
.ai-feature {
    /* full-bleed background image with dark overlay for text readability */
    background-image: linear-gradient(rgba(6, 12, 15, 0.45), rgba(6, 12, 15, 0.45)), url("https://dellstatic.luroconnect.com/media/wysiwyg/ai-powered-min.png");
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.ai-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    height: 90vh;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 70vh;
    /* make it feel like a desktop hero */
    padding: 0 16px;
}

/* hide the inline img on desktop since the background is used */
.ai-media {
    display: none;
}

.ai-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 28px 12px;
}

.ai-kicker {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.ai-title {
    font-size: 44px;
    margin: 0 0 14px 0;
    color: #fff;
}

.ai-desc {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 900px;
}

.ai-cta {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: #062b33;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.ai-cta:hover,
.ai-cta:focus {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(2, 29, 36, 0.22);
}

@media (max-width: 980px) {

    /* on small screens show the inline image above text instead of background */
    .ai-feature {
        background-image: none;
        background-color: #0b2b34;
        padding: 32px 0;
    }

    .ai-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ai-media {
        display: block;
        padding: 0 16px;
    }

    .ai-media img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 18px 40px rgba(7, 43, 61, 0.22);
        display: block;
        margin: 0 auto 18px;
    }

    .ai-content {
        text-align: left;
        padding: 0 16px;
    }

    .ai-title {
        font-size: 28px;
    }

    .ai-desc {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ai-cta {
        transition: none;
        transform: none;
    }
}

.three-boxx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.three-box {
    display: flex;
    justify-content: center;
}

.box {
    height: 15vh;
    width: 20vh;
    background-color: #ebf1f6;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

/* ------------------- Gaming Series Band ------------------- */
.gaming-series {
    padding: 48px 0;
    background: linear-gradient(90deg, #0b73bf 0%, #073b82 100%);
    color: #fff;
}

.gs-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 32px;
    align-items: center;
}

.gs-eyebrow {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.gs-title {
    font-size: 40px;
    margin: 0 0 16px;
    color: #fff;
}

.gs-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    max-width: 680px;
    margin-bottom: 24px;
}

.gs-cta {
    display: inline-block;
    width: calc(100% - 40px);
    max-width: 700px;
    background: #ffffff;
    color: #0b73bf;
    padding: 16px 24px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.gs-media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 20px 44px rgba(2, 29, 36, 0.28);
}

@media (max-width: 1000px) {
    .gs-inner {
        grid-template-columns: 1fr 360px;
    }

    .gs-title {
        font-size: 34px;
    }
}

@media (max-width: 780px) {
    .gaming-series {
        padding: 36px 0;
    }

    .gs-inner {
        grid-template-columns: 1fr;
    }

    .gs-media {
        order: -1;
        margin-bottom: 18px;
    }

    .gs-cta {
        width: 100%;
        display: inline-block;
    }

    .gs-title {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .gs-title {
        font-size: 22px;
    }

    .gs-desc {
        font-size: 15px;
    }

    .gs-cta {
        padding: 12px 16px;
    }
}

/* ------------------- Trust & Contact Band ------------------- */
.trust-section {
    padding: 56px 16px;
    background: #fff;
    color: #062b33;
}

.trust-inner {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
    padding: 0 12px;
}

.trust-title {
    font-size: 32px;
    margin-bottom: 24px;
    color: #062b33;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.trust-card {
    background: #f1f6f8;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(16, 24, 32, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 220px;
    text-align: center;
}

.trust-icon {
    display: block;
}

.trust-card h3 {
    font-size: 20px;
    margin: 0;
    color: #062b33;
}

.trust-card p {
    color: #4e6a6f;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.contact-cta {
    background: linear-gradient(180deg, #0773b8, #0a65aa);
    color: #fff;
    padding: 34px 16px;
}

.contact-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 12px;
}

.contact-eyebrow {
    display: block;
    opacity: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 6px;
}

.contact-heading {
    font-size: 28px;
    margin: 0 0 6px 0;
}

.contact-sub {
    opacity: 0.95;
    margin: 0;
}

.contact-chat {
    background: #fff;
    color: #0a65aa;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.contact-chat:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

.site-footer {
    background: #0569a8;
    padding: 18px 0;
}

.footer-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
    padding: 0 12px;
}

.footer-left {
    font-size: 14px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.95);
    margin-left: 14px;
    text-decoration: none;
    font-size: 14px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-inner {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 520px) {
    .trust-card {
        min-height: auto;
        padding: 20px;
    }

    .trust-title {
        font-size: 24px;
    }

    .contact-heading {
        font-size: 20px;
    }
}

/* What's Happening Section */
.whats-happening {
    padding: 40px 0;
    background: #fff;
    display: flex;
}

.happening-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.happening-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.happening-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.happening-card {
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(16, 24, 32, 0.06);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.happening-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(16, 24, 32, 0.12);
}

.happening-media img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    display: block;
}

.happening-meta {
    padding: 12px 16px;
}

.happening-heading {
    font-size: 16px;
    color: #0b2b2b;
    margin: 0 0 6px;
}

.happening-link {
    color: #0076CE;
    text-decoration: none;
    font-weight: 600;
}

.happening-link:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .happening-media img {
        height: 180px;
    }
}

.happening-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.happening-media img {
    width: 100%;
    max-width: 520px;
    max-height: 320px;
}

.happening-actions {
    justify-content: center;
}


@media (prefers-reduced-motion: reduce) {
    .happening-card {
        transition: none;
    }
}

.what {
    display: flex;
    width: 100vw;
    background-color: #fff;
}

/* ------------------- Product Cards Grid ------------------- */
.product-cards-grid {
    padding: 48px 16px;
    background: #fff;
}

.pc-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}

.pc-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(16, 24, 32, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pc-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.pc-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.pc-body h3 {
    margin: 0;
    font-size: 20px;
    color: #0b2b2b;
}

.pc-body p {
    margin: 0;
    color: #4e6a6f;
    line-height: 1.6;
}

.pc-btn {
    margin-top: auto;
    display: inline-block;
    background: #0b73bf;
    color: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}

.pc-btn:hover {
    opacity: 0.95;
}

@media (max-width: 1000px) {
    .pc-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pc-inner {
        grid-template-columns: 1fr;
    }

    .product-cards-grid {
        padding: 28px 12px;
    }

    .pc-body h3 {
        font-size: 18px;
    }
}

/* ------------------- Category Icon Row ------------------- */
.category-row {
    background: #fff;
    padding: 18px 0 26px;
}

.category-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 12px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
    align-items: center;
    justify-items: center;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #223436;
    text-decoration: none;
}

.category-icon svg {
    display: block;
}

.category-label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #4b5b5b;
}

@media (max-width: 900px) {
    .category-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 720px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .category-label {
        font-size: 13px;
    }
}

/* ------------------- Employee Purchase Section ------------------- */
.employee-purchase {
    padding: 56px 16px;
    background: #fff;
}

.ep-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 0 12px;
}

.ep-media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 12px 30px rgba(16, 24, 32, 0.08);
}

.ep-eyebrow {
    display: block;
    color: #9faeb0;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 13px;
}

.ep-title {
    font-size: 36px;
    color: #062b33;
    margin: 0 0 18px;
}

.ep-desc {
    color: #4e6a6f;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.ep-sub {
    color: #445a5d;
    margin: 14px 0 8px;
    font-weight: 600;
}

.ep-list {
    margin-left: 20px;
    margin-bottom: 18px;
    color: #4e6a6f;
}

.ep-list li {
    margin: 10px 0;
}

.ep-cta {
    display: inline-block;
    background: #0076CE;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}

.ep-cta:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

@media (max-width: 980px) {
    .ep-inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .ep-media {
        order: -1;
    }
}

@media (max-width: 640px) {
    .ep-title {
        font-size: 26px;
    }

    .ep-desc {
        font-size: 15px;
    }

    .ep-cta {
        width: 100%;
        text-align: center;
        display: block;
    }
}

/* hellooo.css - styles for product image demo */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: Segoe UI, Roboto, Arial, sans-serif;
    background: #f5f7f8;
    color: #222
}

.page {
    display: flex;
    gap: 20px;
    max-width: 1500px;
    margin: 30px auto;
    padding: 20px
}

/* left sidebar */
.filters {
    width: 260px
}

.filters h2 {
    font-size: 18px;
    margin-bottom: 12px
}

.filter {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 12px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    color: #333
}

/* main card */
.product-card {
    flex: 1;
    display: flex;
    gap: 24px;
    background: #fff;
    border-radius: 18px;
    padding: 26px;
    align-items: flex-start;
    box-shadow: 0 6px 18px rgba(31, 41, 55, 0.06)
}

.image-area {
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.image-area img {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.08)
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 28px;
    color: #2b6cb0;
    cursor: pointer;
    padding: 6px
}

.nav.prev {
    left: -8px
}

.nav.next {
    right: -8px
}

.details {
    flex: 1;
    padding-right: 10px
}

.details h1 {
    font-size: 22px;
    margin-bottom: 8px
}

.rating {
    color: #0b76d1;
    margin-bottom: 10px
}

.price {
    font-size: 20px;
    color: #0b76d1;
    margin: 8px 0 16px
}

.spec-list {
    color: #555
}

.spec-row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px dashed #f0f0f0;
    align-items: flex-start
}

.spec-row strong {
    width: 140px;
    color: #6b7280
}

.spec-value {
    flex: 1
}

.view-more {
    display: inline-block;
    margin-top: 10px;
    color: #0b76d1;
    text-decoration: none
}

/* purchase column */
.purchase-area {
    width: 300px;
    padding-left: 18px;
    border-left: 1px solid #f2f4f6
}

.purchase-area .price {
    font-size: 20px;
    color: #0b76d1;
    font-weight: 600
}

.purchase-area .tax {
    color: #6b7280;
    font-size: 13px;
    margin-top: 6px
}

.purchase-area .emi {
    margin: 12px 0;
    color: #333;
    font-size: 14px
}

.actions {
    display: flex;
    gap: 12px;
    margin: 14px 0
}

.btn {
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    cursor: pointer
}

.btn.compare {
    color: #0b76d1
}

.btn.buy {
    background: #0b76d1;
    color: #fff;
    border-color: #0b76d1
}

.order-code {
    font-size: 13px;
    color: #6b7280;
    margin: 10px 0
}

.order-code .code {
    color: #374151;
    font-weight: 600
}

.special-offers h3 {
    font-size: 14px;
    color: #111;
    margin-bottom: 8px
}

.special-offers ul {
    list-style: disc;
    padding-left: 18px;
    color: #374151
}

.special-offers li {
    margin: 6px 0
}

/* Responsive */
@media (max-width:920px) {
    .page {
        padding: 12px
    }

    .filters {
        display: none
    }

    .product-card {
        flex-direction: column;
        align-items: center
    }

    .image-area {
        width: 100%
    }

    .details {
        width: 100%;
        padding-top: 12px
    }

    .purchase-area {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-top: 12px
    }
}

/* Checkout page styles */
:root {
    --max: 1200px;
    --muted: #6b7c7f;
    --accent: #0b73bf;
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    color: #1b2b2b;
    background: #f5f7f8
}

.co-header {
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #e6eef0
}

.co-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 16px
}

.co-logo {
    color: var(--accent);
    text-decoration: none;
    font-weight: 700
}

.co-brand {
    margin: 0;
    color: #223436;
    font-size: 20px
}

.checkout .container {
    max-width: var(--max);
    margin: 28px auto;
    padding: 0 16px
}

.checkout-form {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start
}

/* Left form */
.checkout-form label {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: var(--muted)
}

.checkout-form input[type=text],
.checkout-form input[type=email],
.checkout-form input[type=tel],
.checkout-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1dee0;
    border-radius: 6px;
    margin-top: 6px
}

.checkout-form h2 {
    margin: 0 0 12px 0;
    color: #0b3a3a
}

.row {
    display: flex;
    gap: 12px
}

.row.small {
    gap: 10px
}

.row>div {
    flex: 1
}

.radio,
.checkbox {
    display: block;
    margin-top: 10px
}

.card-fields {
    margin-top: 10px
}

.actions {
    margin-top: 18px
}

.primary {
    background: var(--accent);
    color: #fff;
    padding: 12px 18px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer
}

/* Summary column */
.summary {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e7eef0
}

.summary h2 {
    margin-top: 0
}

.product {
    display: flex;
    gap: 12px;
    align-items: center
}

.product img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 8px
}

.prod-meta .muted {
    color: var(--muted);
    font-size: 13px
}

.price {
    font-weight: 700;
    margin-top: 6px
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: var(--muted)
}

.summary-row.total {
    font-weight: 800;
    color: #0b3a3a
}

.coupon {
    display: flex;
    gap: 8px;
    margin-top: 8px
}

.coupon input {
    flex: 1
}

.coupon .apply {
    background: #fff;
    border: 1px solid #d1dee0;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer
}

.legal {
    font-size: 13px;
    color: var(--muted);
    margin-top: 12px
}

/* Responsive */
@media (max-width: 980px) {
    .checkout-form {
        grid-template-columns: 1fr 320px
    }
}

@media (max-width: 760px) {
    .checkout-form {
        grid-template-columns: 1fr
    }

    .summary {
        order: -1
    }
}

.co-footer {
    padding: 22px;
    text-align: center;
    color: var(--muted);
    font-size: 14px
}