* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff !important;
    font-family: museo-sans, -apple-system, BlinkMacSystemFont, sans-serif;

}

body p {
    font-family: museo-sans, -apple-system, BlinkMacSystemFont, sans-serif;


}

.container {
    max-width: 1220px;
}

/* -----Top----Headr-------------- */
header.top-header.deskshow {

    background: linear-gradient(180deg, #FED358, #FFB472);

    padding: 5px 0px;
}

.sixclub-game {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* -------End---Top------Header---- */
header.myheader {
    background-color: #fff;
    position: relative;
    padding-bottom: 9px;
}

header.myheader ul li {
    list-style: none;
}

.nav__data {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.main-logo img {
    padding-top: 8px;
}

.first-section {
    padding: 40px 0px 40px;
}

a {
    text-decoration: none;
}

.nav__menu {
    position: relative;
}

ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
}


li.menu-link {
    position: relative;
    padding: 7px 9px;
    z-index: 1;
    margin-left: 10px;
}


li.menu-link a {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}

li.menu-link a:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    border-bottom: 1px solid #000;
    transition: all 0.5s ease-in-out;
    padding-top: 2px;
    z-index: -1;
}

li.menu-link a:hover:before {
    width: 100%;
}

.nav__toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    display: none;
}

.nav__toggle .pizza,
.close {
    position: absolute;
    max-width: max-content;
    max-height: max-content;
    inset: 0;
    margin: auto;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.close {
    opacity: 0;
    visibility: hidden;
}

.show-menu {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.show-icon .close {
    transform: rotate(90deg);
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: -103px;
    z-index: 999 !important;
}

.show-icon .pizza {
    opacity: 1;
    transform: rotate(360deg);
}

/* Dropdown */
.nav__menu ul.menu-list li.menu-link>ul.sunmenu {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 250px;
    padding: 15px 0px 0px;
    background-color: #fff;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
    box-shadow: -3px 3px 4px 0px #fff;
    z-index: 100;
    margin-left: -70px;
    margin-top: 8px;
}

.nav__menu ul.menu-list li.menu-link:hover ul.sunmenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.nav__menu ul.menu-list li.menu-link>ul>li>a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
    display: block;
    padding: 5px 20px;
}

.gl-box img {
    width: 100%;
}

section.gellary-section .col-lg-4 {
    padding: 0px;
    margin: 0px;
}

.homepage-last {
    position: relative;
}

.dealer-box {
    width: 100%;
    height: 79vh;
    background: url("../assets/imgs/9.webp") no-repeat center center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 31px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
}

.select-box {
    width: 350px;
    display: flex;
    margin: 10px 0;
    background: white;
    border: 1px solid #c2c2c2;
}

select {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
    appearance: none;
    background: transparent;
}

.btn {
    width: 70px;
    background: #6c6c6c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 0 !important;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 77px;
    background-color: #535c5d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.clear {
    clear: both
}

.top-header {
    height: 30px;
    width: 100%;
    background-color: #1c1e1c
}

.top-header span {
    color: #eaeaea;
    float: left;
    margin-top: 8px;
    font-size: 11px;
    margin-left: 23px
}

.menu-bar-search {
    float: right
}

.menu-bar-search #japanese-tech {
    float: right;
    width: 103px;
    margin-top: 6px;
    margin-right: 16px
}

#search-box {
    width: 70px;
    height: 70px;
    background-color: #343433;
    float: right;
    color: #fff;
    padding: 25px;
    font-size: 18px
}

#search-input {
    width: 200px;
    height: 70px !important;
    background-color: #343433;
    float: right;
    color: #fff;
    padding: 25px;
    font-size: 18px
}

#search-form {
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 19px;
    width: 184px;
    margin-top: -9px;
    background-color: #343433;
    color: #fff
}

.footer-links ul {
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}

.footer-links ul li {
    float: left;
    color: #fff;
    margin: 4px;
    font-family: sourcer
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
    border-right: 2px solid #fff;
    padding-right: 5px;
    padding-left: 0;
    font-size: 18px;
}

.footer-links ul li:last-child a {
    border: none
}

.footer-links {
    float: right;
    font-size: 17px;
}

ul li {
    margin-bottom: 0px !important;
}

.row {
    margin: 0px;
}

/* ----------Mobile---Page----Style---Code---------- */

.page {
    display: flex;
    width: 100%;
    padding: 30px 40px;
    gap: 30px;
}

/* SIDEBAR */
.sidebar {
    width: 260px;
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
}

.sidebar h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sidebar-section {
    margin: 25px 0;
}

.sidebar-section h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
}

.side-item {
    display: block;
    text-decoration: none;
    color: #111;
    padding: 6px 2px;
    border-radius: 4px;
    margin-bottom: 6px;
    transition: 0.15s;
}

.side-item:hover {
    background: #faf2f5;
    color: #e91e63;
}

.mobile-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    flex-wrap: nowrap;
}

.mobile-row input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* PRODUCTS */
.products {
    flex: 1;
    padding-left: 10px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    background: #f7f7f7;
    padding: 24px 16px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: 0.18s;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.product-card img {
    width: 80%;
    max-width: 220px;
}

.product-name {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.price {
    margin-top: 8px;
    font-size: 16px;
    color: #d63333;
    font-weight: 700;
}

.compare-btn {
    margin-top: 12px;
    padding: 10px 18px;
    background: #fff;
    border: 2px solid #444;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
}

@media(max-width:1100px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page {
        padding: 20px;
    }
}

@media(max-width:700px) {
    .page {
        flex-direction: column;
        padding: 16px;
    }

    .sidebar {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 18px;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.header-bred {
    background: #F25563;
    color: white;
    padding: 3px 40px;
    font-size: 28px;
    font-weight: 700;
}

/* Grid Layout */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
    text-align: center;
    font-size: 20px;
}

/* Exact colors from image */
.box1 {
    background: #FFFFFF;
}

/* Service Support */
.box2 {
    background: #ECEFF2;
}

/* Send SVC */
.box3 {
    background: #E7EFF5;
}

/* Marketing Support */

.box4 {
    background: #E0E0E0;
}

/* Warranty & AMC */
.box5 {
    background: #E7F3FB;
}

/* FAQs */
.box6 {
    background: #E0E0E0;
}

/* Manuals */

.box7 {
    background: #FFFFFF;
}

/* Buy AMC */
.box8 {
    background: #FFFFFF;
}

/* Service Center */
.box9 {
    background: #E0E0E0;
}

/* E-Waste */

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #d4d4d4;
}

.box img {
    width: 48px;
    margin-bottom: 12px;
}

.support-page .grid {
    gap: 0px;

}

.sp-pages {
    gap: 0px;
    padding: 30px 0px 30px 40px;
}

.sp-pages select {
    width: 50%;
    padding: 2px 11px;
    font-size: 14px;
    border: none;
    outline: none;
    appearance: none;
    background-color: #fff;
}

/* Top Navbar */
.wc-nav-wrapper {
    width: 100%;
    background-color: #ff6f7d;
    padding: 10px 0;
    display: flex;
    gap: 40px;
    padding-left: 50px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid #f54257;
}

.wc-nav-link {
    color: white;
    text-decoration: none;
}

/* Page Title */
.wc-page-title {
    color: #e62e45;
    font-size: 32px;
    padding-left: 40px;
    margin-top: 25px;
}

/* Main Content */
.wc-content-area {
    padding: 0 40px;
    line-height: 1.6;
    font-size: 17px;
    max-width: 1400px;
}

/* Bottom White Box */
.wc-warning-box {
    margin: 60px auto;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 90%;
    font-size: 16px;
    line-height: 1.7;
    background: #fff;
}

.static-page-content {
    margin: 30px 0px 40px;
    background-color: #f5f5f5;
    padding: 30px 10px;
}

/* Header Strip */
.top-bar {
    background: #e64a5e;
    color: white;
    padding: 4px 22px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Corporate Section */
.corporate {
    text-align: center;
    padding: 40px 20px;
}

.corporate h2 {
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 600;
}

.line {
    width: 90px;
    height: 3px;
    background: #e64a5e;
    margin: 15px auto;
}

.corporate p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

/* Options Section */
.options {
    display: flex;
    justify-content: space-between;
    padding: 40px 5%;
    background: #f4f4f4;
}

.box {
    width: 30%;
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 8px;
    transition: 0.3s;
}

.box.active {
    background: #e3e3e3;
}

.box:hover {
    transform: translateY(-5px);
}

.icon {
    width: 70px;
    opacity: 0.7;
}

.box h3 {
    font-size: 26px;
    margin: 20px 0 10px;
    font-weight: 600;
}

.box p {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.box a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #0066cc;
}

.box a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .options {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 90%;
        margin-bottom: 20px;
    }
}

/* ================================
       🔴 TOP NAVIGATION BAR
       ================================ */
.topnav-x9 {
    width: 100%;
    background: #e84c57;
    border-bottom: 6px solid #f5828b;
}

.topnav-wrap-x9 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.topnav-link-x9 {
    color: #fff;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

/* vertical divider */
.topnav-link-x9:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
}

.active-x9 {
    background: #e2434f;
}

.topnav-link-x9:hover {
    background: #e2434f;
}

/* ================================
       🔴 TITLE BAR
       ================================ */
.titlebar-x9 {
    background: #e2434f;
    padding: 20px 30px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

/* ================================
       🟣 FORM BOX
       ================================ */
.formbox-x9 {
    max-width: 1200px;
    margin: 40px auto;
    background: #eee;
    padding: 40px;
    border-radius: 4px;
}

.formrow-x9 {
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
}

.group-x9 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.group-x9 label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

.input-x9 {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
}

.input-x9:focus {
    border-color: #e2434f;
}

/* SUBMIT */
.submitarea-x9 {
    text-align: center;
    margin-top: 30px;
}

.submitbtn-x9 {
    background: #d62828;
    padding: 12px 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .formrow-x9 {
        flex-direction: column;
    }

    .topnav-wrap-x9 {
        flex-wrap: wrap;
    }

    .topnav-link-x9 {
        padding: 15px;
    }

    .topnav-link-x9:not(:last-child)::after {
        display: none;
    }

    .titlebar-x9 {
        font-size: 22px;
    }
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

.media-box img {
    width: 100%;
    margin: 20px 0px 2px;
    height: 392px;
}

.e-waste-recycle-page {
    background-color: #eaeaea;
    margin: 5px auto 10px;
    padding: 20px 30px;
    width: 67%;
}

.wc-nav-wrapper a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.social-icons i {
    margin: 4px;
    font-size: 40px !important;
}

.social-icons a {
    color: #fff;
}