/*
Theme Name: SoundSphere Child
Theme URI: https://soundsphere.qodeinteractive.com
Description: A child theme of SoundSphere
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: soundsphere
Template: soundsphere
*/

/* ================================
   REMOVE PARALLAX IMAGES
================================ */
.qodef-parallax-img-wrapper,
.qodef-parallax-img,
main .qodef-parallax-img-wrapper,
main .qodef-parallax-img,
.qodef-parallax-img-wrapper img.qodef-parallax-img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* ================================
   SOCIAL ICON PERFECT ALIGNMENT
================================ */

.qodef-header-social-icons,
.qodef-header-social-icons .qodef-icon-holder,
.qodef-header-social-icons svg {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.qodef-header-social-icons svg {
    width: 18px !important;
    height: 18px !important;
}

.qodef-header-social-icons .qodef-icon-holder {
    margin: 0 10px !important;
}

.qodef-header-social-icons svg path {
    transform: translateY(1px);
}

.qodef-header-social-icons-wrapper,
.qodef-header-social-icons {
    display: flex !important;
    align-items: center !important;
}

.qodef-header-social-icons-wrapper {
    gap: 12px !important;
}

/* ================================
   GO TO R SERIES — FINAL WORKING HOVER STYLE
================================ */

/* 全部 submenu hover 变橙色 */
.sub-menu a:hover .qodef-menu-item-text-inner {
    color: #FF6A00 !important;
    border-bottom: 2px solid #FF6A00 !important;
    transition: 0.2s ease-in-out !important;
}

/* 强制 GO TO R SERIES（ID:10896） 单独指定 — 100% 生效 */
.menu-item-10896 a:hover .qodef-menu-item-text-inner {
    color: #FF6A00 !important;
    background-image: linear-gradient(#FF6A00, #FF6A00) !important;
    background-size: 100% 2px !important;
    background-position-y: calc(100% - 2px) !important;
    background-repeat: no-repeat !important;
    transition: 0.2s ease-in-out !important;
}

/* FINAL — Force GO TO R SERIES hover to orange */
.menu-item-10896 .qodef-menu-item-text-inner {
    --underline-color: #ffffff !important; /* default color (white) */
}

.menu-item-10896:hover .qodef-menu-item-text-inner {
    color: #FF6A00 !important;
    --underline-color: #FF6A00 !important;
}

.rydanz-tire-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.tire-card {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s;
}

.tire-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255,100,0,0.35);
}

.tire-thumb img {
    width: 100%;
    border-radius: 8px;
}

.tire-title {
    font-size: 22px;
    margin: 15px 0;
}

.tire-btn {
    display: inline-block;
    margin-top: 10px;
    color: #FF6A00;
    font-weight: bold;
}
