
/*the svg menu */
.menu-choosing {
    color: var(--primary) !important;
}

.menu-choosing svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
    fill: var(--primary) !important;
}

.str-header-primary-button svg,
.str-header-menu-button svg {
    transition: transform 0.3s;
}

.str-header-logo-container img {
    width: 100%;
    height: auto;
}
.str-header-page-name{
    font-size: 1.1rem;
    padding-left: 4px;
}
/*mobile nav*/
.str-header-primary-menu-button {
    flex: 1;
    background-color: none;
    display: flex;
    /*changed in header-media-style*/
    align-items: center;
    justify-content: right;
    margin-right: 10px;
}

.str-header-toggle-button:hover {
    opacity: 0.8;
}

.toggle-off {
    display: none;
}

.str-header-primary-navigation-container {
    position: fixed;
    background-color: var(--light);
    width: 100%;
    font-size: 1.2rem;
    height: calc(100% - var(--header-large));
    color: var(--primary--text); 
    font-weight: 400;
    display: none;
}

.str-header-primary-nav {
    position: relative;
    background-color: none;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.str-header-primary-child {
    position: relative;
    background: none;
    min-height: calc(100% - 60px);
    width: 100%;
    padding-top: 10px;
}

.str-header-primary-item {
    margin-bottom: 10px;
}

.str-header-primary-button {
    height: 60px;
    padding: 10px;
    background-color: none;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    
}

.str-header-primary-button:hover {
    opacity: 0.8;
}

.down-icon {
    background-color: none;
    flex: 1;
    display: flex;
    justify-content: right;
}

.str-header-primary-sign-container {
    background-color: none;
    height: 50px;
    margin-bottom: 10px;
}

.str-header-primary-sign-login {
    width: 90%;
    margin: 0 auto;
}

.str-header-primary-sign-login a {
    background-color: var(--primary);
    color: var(--light);
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*mobile drop down*/
.str-header-primary-dropdown {
    background-color: none;
    width: 100%;
    margin: 0 auto;
    min-height: 100px;
}

/*pc drop dropdown*/
.str-header-menu-dropdown {
    position: absolute;
    background-color: var(--light);
    width: auto;
    min-height: 100px;
    border-radius: 10px;
    font-size: 1.1rem;
    top: 60px;
    box-shadow: 0px 0px 10px 1px #c2c2c269;
    -webkit-box-shadow: 0px 0px 10px 1px #c2c2c269;
    -moz-box-shadow: 0px 0px 10px 1px #c2c2c269;
    color: var(--primary--text); 
}

.str-header-menu-dropdown-item {
    background-color: none;
    margin: 5px 10px;
    height: auto;
}

.str-header-menu-dropdown-item a {
    border-radius: 3px;
    background-color: none;
}

.str-header-menu-dropdown-item a:hover {
    color: var(--primary);
}

.str-header-dropdown-header {
    background-color: none;
    font-weight: 500;
    padding: 10px 10px 3px 10px;
}

.str-header-dropdown-info {
    padding: 0 10px 10px 10px;
    font-size: 14px;
}

/*drop down*/
#reseller-dropdown {
    display: none;
}

#api-dropdown {
    display: none;
}

#publisher-dropdown {
    display: none;
}

#reseller-primary-dropdown {
    display: none;
}

#api-primary-dropdown {
    display: none;
}

#publisher-primary-dropdown {
    display: none;
}/* ===== FOOTER SHELL ===== */
.str-ft {
    background: #0f0f12;
    color: #c8c8d0;
    margin-top: 60px;
    border-top: 3px solid var(--primary);
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.str-ft-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ===== TOP SECTION ===== */
.str-ft-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px 0 40px;
}

/* ===== BRAND COLUMN ===== */
.str-ft-logo-link {
    display: inline-block;
    margin-bottom: 18px;
}

.str-ft-logo {
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.92;
    display: block;
}

.str-ft-tagline {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #8a8a9a;
    margin-bottom: 22px;
    max-width: 300px;
}

.str-ft-payments {
    display: block;
    height: 28px;
    width: 70%;
    filter: brightness(0) invert(1);
    opacity: 0.45;
    margin-bottom: 24px;
}

/* ===== SOCIAL ICONS ===== */
.str-ft-socials {
    display: flex;
    gap: 10px;
}

.str-ft-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1e1e26;
    border: 1px solid #2a2a36;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.str-ft-social:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.str-ft-social img {
    width: 17px;
    height: 17px;
    filter: brightness(0) invert(1);
    opacity: 0.75;
    transition: opacity 0.2s;
}

.str-ft-social:hover img {
    opacity: 1;
}

/* ===== LINK COLUMNS ===== */
.str-ft-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
}

.str-ft-col-head {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px;
}

.str-ft-col-head--gap {
    margin-top: 28px;
}

.str-ft-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.str-ft-list a {
    font-size: 0.875rem;
    color: #8a8a9a;
    text-decoration: none;
    transition: color 0.2s;
    position: relative;
    display: inline-block;
}

.str-ft-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: width 0.25s ease;
}

.str-ft-list a:hover {
    color: #ffffff;
}

.str-ft-list a:hover::after {
    width: 100%;
}

/* ===== BOTTOM BAR ===== */
.str-ft-bottom {
    border-top: 1px solid #1e1e26;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.str-ft-copy {
    font-size: 0.78rem;
    color: #55555f;
}

.str-ft-bottom-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.str-ft-bottom-links a {
    font-size: 0.78rem;
    color: #55555f;
    text-decoration: none;
    transition: color 0.2s;
}

.str-ft-bottom-links a:hover {
    color: var(--primary);
}
