/* ==========================================================================
   GAME ON INDUSTRIES - STYLESHEET
   Official Image Logo in Header & Footer, Removed "GAME ON IND" Text,
   Enlarged Certificates, Working Get A Quote System.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700;1,900&family=Open+Sans:wght@400;600;700&family=Alex+Brush&family=Oswald:wght@500;700;800;900&display=swap');

:root {
    --cf-red: #d3122a;
    --cf-red-dark: #b00d21;
    --cf-black: #000000;
    --cf-dark-gray: #1a1a1a;
    --cf-light-bg: #f8f9fa;
    --cf-text-dark: #222222;
    --cf-text-muted: #666666;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --font-script: 'Alex Brush', cursive;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: var(--cf-text-dark);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    width: 100%;
    padding: 0 20px;
}

/* ==========================================================================
   HEADER & OFFICIAL IMAGE LOGO
   ========================================================================== */

.top-header-wrap {
    background: #ffffff;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 50;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Official Logo Box with Uploaded Image Logo */
.logo-box {
    background: #000000;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    min-width: 340px;
    cursor: pointer;
}

.logo-box img.official-brand-logo {
    max-height: 85px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s;
}

.logo-box:hover img.official-brand-logo {
    transform: scale(1.03);
}

.header-right-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.header-top-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    padding-bottom: 12px;
    padding-right: 15px;
}

.header-social-icons {
    display: flex;
    gap: 15px;
    margin-right: auto;
    padding-left: 30px;
}

.header-social-icons a {
    color: #000000;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.header-social-icons a:hover {
    color: var(--cf-red);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #444444;
}

.contact-item i {
    color: var(--cf-red);
    font-size: 1.1rem;
}

.btn-get-quote {
    background: var(--cf-red);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 18px rgba(211, 18, 42, 0.4);
    cursor: pointer;
    border: none;
}

.btn-get-quote:hover {
    background: var(--cf-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(211, 18, 42, 0.5);
}

/* Red Slanted Header Bar */
.red-nav-bar {
    background: var(--cf-red);
    position: relative;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 25px;
    margin-left: 15px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.nav-links-list {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links-list a {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: opacity 0.2s;
    cursor: pointer;
}

.nav-links-list a:hover, .nav-links-list a.active {
    opacity: 0.85;
    text-decoration: underline;
}

.nav-search-icon {
    color: #ffffff;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 5px;
}

/* ==========================================================================
   HERO BANNER
   ========================================================================== */

.hero-banner-wrapper {
    position: relative;
    width: 100%;
    min-height: 580px;
    background: #111111;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.hero-content-center {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    max-width: 1000px;
    padding: 40px 20px;
}

.hero-title-outlined {
    font-family: var(--font-heading);
    font-size: 3.8rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #eab308;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 10px;
}

.hero-title-main {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.8);
}

.hero-subtitle-text {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #dddddd;
    text-transform: uppercase;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    color: #ffffff;
    font-size: 1.8rem;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.hero-arrow:hover { background: var(--cf-red); }
.hero-arrow.prev { left: 25px; }
.hero-arrow.next { right: 25px; }

.floating-whatsapp-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 100;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 6px 20px rgba(37,211,102,0.45);
}

.scroll-top-fixed {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    width: 48px;
    height: 48px;
    background: #c81e1e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 20px rgba(200,30,30,0.4);
    cursor: pointer;
}

/* ==========================================================================
   CATEGORY SLIDER & SECTION HEADER
   ========================================================================== */

.category-banner-section {
    background: #ffffff;
    padding: 40px 0;
    position: relative;
}

.category-banner-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.cat-black-strip {
    background: #000000;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.cat-item-box {
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s;
}

.cat-item-box:hover { transform: translateY(-4px); }

.cat-item-icon {
    font-size: 1.8rem;
    color: #c81e1e;
    margin-bottom: 10px;
}

.cat-item-box span {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
}

.cat-title-block {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #ffffff;
}

.script-sub-title {
    font-family: var(--font-script);
    font-size: 2.8rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 5px;
}

.red-bar-accent {
    width: 60px;
    height: 4px;
    background: var(--cf-red);
    margin-bottom: 12px;
}

.display-title-categories {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.display-title-categories span.our {
    color: #000000;
    -webkit-text-stroke: 1px #000000;
    color: transparent;
}

.display-title-categories span.cat {
    color: var(--cf-red);
    font-style: italic;
}

.dots-pattern-grid {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 100px;
    height: 80px;
    background-image: radial-gradient(#cccccc 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.6;
}

/* ==========================================================================
   CERTIFICATIONS SECTION (EXTRA LARGE)
   ========================================================================== */

.certifications-section-large {
    background: #f8f9fa;
    padding: 60px 0;
    border-top: 2px solid #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.certi-large-heading {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.certi-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.certi-img-item-extra-large {
    height: 160px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 25px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.certi-img-item-extra-large:hover {
    transform: translateY(-6px) scale(1.05);
    border-color: var(--cf-red);
    box-shadow: 0 15px 35px rgba(211,18,42,0.15);
}

.certi-img-item-extra-large img {
    height: 100px;
    max-width: 180px;
    object-fit: contain;
    margin-bottom: 8px;
}

.certi-label-text {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 800;
    color: #222222;
    text-transform: uppercase;
}

/* ==========================================================================
   WHO WE ARE? / ABOUT COMPANY
   ========================================================================== */

.who-we-are-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.who-we-are-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.action-img-container {
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
}

.red-offset-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 90%;
    background: #c81e1e;
    z-index: 1;
}

.main-action-photo {
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    width: 100%;
    border-radius: 4px;
}

.who-we-are-content { position: relative; }

.big-hollow-heading {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #dddddd;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0px;
}

.about-script-subtitle {
    font-family: var(--font-script);
    font-size: 2.5rem;
    color: #222222;
    margin-bottom: 10px;
}

.red-horizontal-line {
    width: 70px;
    height: 4px;
    background: var(--cf-red);
    margin-bottom: 25px;
}

.tagline-subtext {
    font-weight: 700;
    font-size: 1.1rem;
    color: #222222;
    margin-bottom: 20px;
}

.about-desc-para {
    color: var(--cf-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.read-more-link {
    color: var(--cf-red);
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--cf-red);
    cursor: pointer;
}

/* ==========================================================================
   BENEFIT & FEATURES
   ========================================================================== */

.benefit-features-section {
    padding: 80px 0;
    background: #ffffff;
}

.section-title-center {
    text-align: center;
    margin-bottom: 50px;
}

.section-title-center h2 {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 10px;
}

.red-black-bar-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #000000 50%, var(--cf-red) 50%);
    margin: 0 auto;
}

.benefit-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.single-benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 2px solid var(--cf-red);
    padding: 35px 25px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.single-benefit-card.active-card {
    background: #888888;
    color: #ffffff;
    border-top-color: #000000;
}

.single-benefit-card.active-card p { color: #ffffff; }

.single-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.benefit-card-icon {
    font-size: 2.5rem;
    color: var(--cf-red);
    margin-bottom: 20px;
}

.single-benefit-card.active-card .benefit-card-icon { color: var(--cf-red); }

.benefit-card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: inherit;
}

.benefit-card-text {
    font-size: 0.9rem;
    color: var(--cf-text-muted);
    line-height: 1.6;
}

/* ==========================================================================
   OUR TRENDING PRODUCTS & FIXED SIDE PROMO IMAGE
   ========================================================================== */

.trending-products-section {
    padding: 80px 0;
    background: #ffffff;
}

.trending-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    align-items: stretch;
}

.product-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.products-flex-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    width: 100%;
    min-width: 0;
}

.products-flex-slider::-webkit-scrollbar { display: none; }

.trending-product-card {
    min-width: 250px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 3px solid var(--cf-red);
    padding: 20px;
    text-align: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.trending-product-card:hover { transform: translateY(-5px); }

.trending-product-img {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.trending-product-img img {
    max-height: 100%;
    object-fit: contain;
}

.trending-cat-label {
    font-size: 0.8rem;
    color: var(--cf-red);
    font-weight: 600;
    margin-bottom: 5px;
}

.trending-code-label {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 900;
    color: #000000;
}

.slider-arrow-btn {
    width: 45px;
    height: 45px;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.slider-arrow-btn:hover { background: var(--cf-red); }

/* Fitted Right Side Promo Card */
.promo-collection-card-fitted {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    min-height: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.promo-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.promo-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%);
    z-index: 2;
}

.promo-content-text {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.promo-content-text h3 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: #ffffff;
}

.promo-content-text p {
    color: #dddddd;
    font-size: 0.95rem;
    margin-bottom: 22px;
}

.btn-view-all-red {
    background: var(--cf-red);
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.9rem;
    padding: 12px 26px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
    cursor: pointer;
}

.btn-view-all-red:hover { background: var(--cf-red-dark); }

/* ==========================================================================
   HIERARCHICAL PRODUCTS RANGE STYLING
   ========================================================================== */

.category-filter-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.category-tab-btn {
    background: #f1f5f9;
    color: #333;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 26px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    transition: all 0.2s;
}

.category-tab-btn:hover, .category-tab-btn.active {
    background: var(--cf-red);
    color: #ffffff;
    border-color: var(--cf-red);
    box-shadow: 0 4px 18px rgba(211,18,42,0.35);
}

.subcategory-filter-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    background: #f8f9fa;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.subcat-tab-btn {
    background: #ffffff;
    color: #444;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #d1d5db;
    cursor: pointer;
    transition: all 0.2s;
}

.subcat-tab-btn:hover, .subcat-tab-btn.active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

/* ==========================================================================
   DIRECT INSTANT QUOTE INQUIRY POPUP MODAL
   ========================================================================== */

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-backdrop-custom.active {
    opacity: 1;
    visibility: visible;
}

.modal-box-custom {
    background: #ffffff;
    border-radius: 10px;
    max-width: 650px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    position: relative;
    padding: 35px;
}

.modal-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    background: none;
    border: none;
}

.modal-close-btn:hover { color: var(--cf-red); }

/* ==========================================================================
   FOOTER LOGO & LINKS
   ========================================================================== */

footer {
    background: #0a0a0a;
    color: #ffffff;
    padding-top: 60px;
    border-top: 4px solid var(--cf-red);
}

.footer-top-links {
    border-bottom: 1px solid #222222;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.footer-top-links ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-top-links a {
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    cursor: pointer;
}

.footer-top-links a:hover { color: var(--cf-red); }

.footer-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-logo-box {
    background: #000000;
    padding: 15px 25px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 4px;
}

.footer-logo-box img.official-brand-logo {
    max-height: 65px;
    width: auto;
    object-fit: contain;
    display: block;
}

.footer-address-list li {
    margin-bottom: 10px;
    color: #aaaaaa;
    font-size: 0.9rem;
}

.footer-address-list strong { color: #ffffff; }

.copyright-bottom {
    background: #000000;
    padding: 20px 0;
    font-size: 0.85rem;
    color: #777777;
    text-align: center;
}

/* Responsive Queries */
@media (max-width: 1024px) {
    .header-row { flex-direction: column; }
    .header-right-area { width: 100%; }
    .category-banner-grid, .who-we-are-grid, .trending-layout-grid { grid-template-columns: 1fr; }
    .benefit-cards-grid { grid-template-columns: 1fr 1fr; }
    .red-nav-bar { clip-path: none; margin-left: 0; padding: 10px 15px; }
}

@media (max-width: 640px) {
    .benefit-cards-grid { grid-template-columns: 1fr; }
    .certi-flex-container { gap: 20px; }
    .certi-img-item-extra-large { height: 130px; min-width: 160px; }
    .logo-box { height: 90px; min-width: 280px; }
    .logo-box img.official-brand-logo { max-height: 65px; }
}
