/* =========================================================
   Professional Gulf DropShip Footer - Clean Version
========================================================= */

.gds-site-footer {
    width: 100%;
    background:
        radial-gradient(circle at left top, rgba(37, 99, 235, 0.055), transparent 32%),
        linear-gradient(135deg, #eef8ff 0%, #f8fbff 46%, #fffaf0 100%);
    border-top: 1px solid #dbe7f6;
    color: #08245c;
    overflow: hidden;
}

.gds-footer-main {
    width: 100%;
    padding: 38px 0 32px;
}

.gds-footer-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.gds-footer-main .gds-footer-container {
    display: grid;
    grid-template-columns: 1.45fr 0.82fr 1fr 1.08fr;
    gap: 48px;
    align-items: flex-start;
}

.gds-footer-col {
    min-width: 0;
}

.gds-footer-logo-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.gds-footer-logo-wrap .custom-logo-link,
.gds-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #08245c;
}

.gds-footer-logo-wrap .custom-logo-link img,
.gds-footer-logo img,
.gds-footer-logo-wrap img {
    width: auto;
    max-width: 320px;
    max-height: 82px;
    object-fit: contain;
}

.gds-footer-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #cfe0f5;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 43, 95, 0.06);
}

.gds-footer-logo-text {
    color: #08245c;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.gds-footer-about {
    max-width: 380px;
    margin: 0 0 16px;
    color: #445b76;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.gds-footer-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gds-footer-trust-pills span {
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    color: #2378a7;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(15, 43, 95, 0.035);
}

.gds-footer-col h3 {
    margin: 0 0 14px;
    color: #08245c;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.gds-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.gds-footer-menu li {
    margin: 0;
    padding: 0;
}

.gds-footer-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #445b76;
    font-size: 13.5px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.18s ease;
}

.gds-footer-menu a::before {
    width: 21px;
    height: 21px;
    min-width: 21px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    color: #2378a7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 5px 12px rgba(15, 43, 95, 0.05);
    transition: all 0.18s ease;
}

.gds-footer-menu a:hover {
    color: #2563eb;
    transform: translateX(3px);
}

.gds-footer-menu a:hover::before {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

/* Company Icons */
.gds-footer-company-col .gds-footer-menu li:nth-child(1) a::before {
    content: "✉";
}

.gds-footer-company-col .gds-footer-menu li:nth-child(2) a::before {
    content: "🔒";
}

.gds-footer-company-col .gds-footer-menu li:nth-child(3) a::before {
    content: "📄";
}

.gds-footer-company-col .gds-footer-menu li:nth-child(4) a::before {
    content: "?";
}

/* Services Icons */
.gds-footer-services-col .gds-footer-menu li:nth-child(1) a::before {
    content: "🚚";
}

.gds-footer-services-col .gds-footer-menu li:nth-child(2) a::before {
    content: "🔎";
}

.gds-footer-services-col .gds-footer-menu li:nth-child(3) a::before {
    content: "🏬";
}

.gds-footer-services-col .gds-footer-menu li:nth-child(4) a::before {
    content: "🏦";
}

.gds-footer-services-col .gds-footer-menu li:nth-child(5) a::before {
    content: "💰";
}

/* Customer Service Icons */
.gds-footer-customer-col .gds-footer-menu li:nth-child(1) a::before {
    content: "⚙";
}

.gds-footer-customer-col .gds-footer-menu li:nth-child(2) a::before {
    content: "👤";
}

.gds-footer-customer-col .gds-footer-menu li:nth-child(3) a::before {
    content: "📝";
}

.gds-footer-customer-col .gds-footer-menu li:nth-child(4) a::before {
    content: "📊";
}

.gds-footer-customer-col .gds-footer-menu li:nth-child(5) a::before {
    content: "📦";
}

.gds-footer-bottom {
    border-top: 1px solid #dbe7f6;
    background: rgba(255, 255, 255, 0.55);
}

.gds-footer-bottom-inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.gds-footer-bottom p {
    margin: 0;
    color: #445b76;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 700;
}

/* =========================================================
   Mobile Bottom Navigation
========================================================= */

.gds-mobile-bottom-nav {
    display: none;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 992px) {
    .gds-footer-main {
        padding: 34px 0 28px;
    }

    .gds-footer-main .gds-footer-container {
        grid-template-columns: 1.15fr 0.9fr 1fr 1fr;
        gap: 28px;
    }

    .gds-footer-logo-wrap .custom-logo-link img,
    .gds-footer-logo img,
    .gds-footer-logo-wrap img {
        max-width: 250px;
        max-height: 72px;
    }

    .gds-footer-about {
        font-size: 13px;
        line-height: 1.6;
    }

    .gds-footer-menu a {
        font-size: 12.5px;
    }
}

/* =========================================================
   Mobile - 4 Columns in 1 Row
========================================================= */

@media (max-width: 768px) {
    body {
        padding-bottom: 76px;
    }

    .gds-footer-main {
        padding: 22px 0 16px;
    }

    .gds-footer-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gds-footer-main .gds-footer-container {
        display: grid !important;
        grid-template-columns: 0.72fr 1fr 1fr 1fr !important;
        gap: 8px !important;
        align-items: flex-start !important;
    }

    .gds-footer-brand-col {
        grid-column: auto !important;
    }

    .gds-footer-logo-wrap {
        margin-bottom: 0;
    }

    .gds-footer-logo-wrap .custom-logo-link,
    .gds-footer-logo {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .gds-footer-logo-wrap .custom-logo-link img,
    .gds-footer-logo img,
    .gds-footer-logo-wrap img {
        max-width: 78px !important;
        max-height: 52px !important;
        object-fit: contain !important;
    }

    .gds-footer-logo-mark {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 17px;
    }

    .gds-footer-logo-text,
    .gds-footer-about,
    .gds-footer-trust-pills {
        display: none !important;
    }

    .gds-footer-col h3 {
        margin: 0 0 8px;
        color: #08245c;
        font-size: 10.5px;
        line-height: 1.12;
        font-weight: 900;
        letter-spacing: -0.025em;
    }

    .gds-footer-menu {
        gap: 6px;
    }

    .gds-footer-menu a {
        display: flex;
        align-items: flex-start;
        gap: 4px;
        color: #445b76;
        font-size: 9.2px;
        line-height: 1.22;
        font-weight: 800;
        word-break: normal;
    }

    .gds-footer-menu a::before {
        width: 13px;
        height: 13px;
        min-width: 13px;
        border-radius: 5px;
        font-size: 7px;
        line-height: 1;
        margin-top: 0;
        box-shadow: none;
    }

    .gds-footer-menu a:hover {
        transform: none;
    }

    .gds-footer-bottom-inner {
        min-height: auto;
        padding: 8px 0 10px;
        justify-content: center;
        text-align: center;
    }

    .gds-footer-bottom p {
        font-size: 9.7px;
        line-height: 1.3;
    }

    .gds-mobile-bottom-nav {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 9999;
        min-height: 64px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #dbe7f6;
        border-radius: 22px;
        box-shadow: 0 18px 44px rgba(15, 43, 95, 0.18);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: 7px;
    }

    .gds-mobile-nav-item {
        border: 0;
        background: transparent;
        color: #526981;
        min-width: 0;
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        font-size: 10px;
        font-weight: 800;
        text-decoration: none !important;
    }

    .gds-mobile-nav-item:hover {
        color: #2563eb;
    }

    .gds-mobile-nav-center {
        background: linear-gradient(135deg, #f4bd35 0%, #ffd86d 100%);
        color: #08245c !important;
        border-radius: 16px;
    }

    .gds-mobile-nav-icon {
        width: 22px;
        height: 22px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .gds-mobile-nav-icon svg {
        width: 21px;
        height: 21px;
        fill: currentColor;
    }

    .gds-mobile-nav-badge {
        position: absolute;
        top: -7px;
        right: -9px;
        min-width: 16px;
        height: 16px;
        border-radius: 999px;
        background: #ef4444;
        color: #ffffff;
        font-size: 9px;
        line-height: 16px;
        text-align: center;
        font-weight: 900;
    }

    .gds-mobile-nav-text {
        font-size: 10px;
        line-height: 1;
    }
}

/* Very small mobile */
@media (max-width: 420px) {
    .gds-footer-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .gds-footer-main .gds-footer-container {
        grid-template-columns: 0.66fr 1fr 1fr 1fr !important;
        gap: 6px !important;
    }

    .gds-footer-logo-wrap .custom-logo-link img,
    .gds-footer-logo img,
    .gds-footer-logo-wrap img {
        max-width: 64px !important;
        max-height: 44px !important;
    }

    .gds-footer-col h3 {
        font-size: 6px;
        margin-bottom: 7px;
    }

    .gds-footer-menu {
        gap: 5px;
    }

    .gds-footer-menu a {
        font-size: 8.4px;
        line-height: 1.18;
        gap: 3px;
    }

    .gds-footer-menu a::before {
        width: 12px;
        height: 12px;
        min-width: 12px;
        border-radius: 4px;
        font-size: 6.5px;
    }

    .gds-footer-bottom p {
        font-size: 9px;
    }
}



















/* =========================================================
   Separate Mobile Footer Logo
========================================================= */

/* Desktop: show desktop logo, hide mobile logo */
.gds-footer-mobile-logo {
    display: none !important;
}

.gds-footer-desktop-logo {
    display: block !important;
}

/* Mobile: hide wide logo, show vertical logo */
@media (max-width: 768px) {
    .gds-footer-desktop-logo {
        display: none !important;
    }

    .gds-footer-mobile-logo {
        display: inline-flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        text-decoration: none !important;
    }

    .gds-footer-mobile-logo img {
        width: auto !important;
        max-width: 58px !important;
        max-height: 70px !important;
        object-fit: contain !important;
        display: block !important;
    }
}

/* Very small phones */
@media (max-width: 390px) {
    .gds-footer-mobile-logo img {
        max-width: 50px !important;
        max-height: 62px !important;
    }
}














/* =========================================================
   Mobile Footer Separate Logo - URL Image Fix
========================================================= */

.gds-footer-mobile-logo {
    display: none !important;
}

.gds-footer-desktop-logo {
    display: block !important;
}

@media (max-width: 768px) {
    .gds-footer-desktop-logo {
        display: none !important;
    }

    .gds-footer-mobile-logo {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        text-decoration: none !important;
    }

    .gds-footer-mobile-logo img {
        display: block !important;
        width: auto !important;
        max-width: 74px !important;
        max-height: 82px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 390px) {
    .gds-footer-mobile-logo img {
        max-width: 66px !important;
        max-height: 76px !important;
    }
}
























/* =========================================================
   FINAL MOBILE FOOTER LOGO SIZE FIX
   Paste at the very bottom of footer.css
========================================================= */

@media (max-width: 768px) {

    /* Give logo column more space */
    .gds-site-footer .gds-footer-main .gds-footer-container {
        grid-template-columns: 0.95fr 1fr 1fr 1fr !important;
        gap: 7px !important;
        align-items: flex-start !important;
    }

    /* Hide desktop logo */
    .gds-site-footer .gds-footer-desktop-logo {
        display: none !important;
    }

    /* Show mobile logo */
    .gds-site-footer .gds-footer-mobile-logo {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
        text-decoration: none !important;
    }

    /* Main mobile logo size */
    .gds-site-footer .gds-footer-brand-col .gds-footer-mobile-logo img,
    .gds-site-footer .gds-footer-mobile-logo img {
        display: block !important;
        width: 92px !important;
        max-width: 92px !important;
        height: auto !important;
        max-height: 92px !important;
        object-fit: contain !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Keep text hidden on mobile */
    .gds-site-footer .gds-footer-about,
    .gds-site-footer .gds-footer-trust-pills,
    .gds-site-footer .gds-footer-logo-text {
        display: none !important;
    }
}

/* Small phones */
@media (max-width: 390px) {

    .gds-site-footer .gds-footer-main .gds-footer-container {
        grid-template-columns: 0.92fr 1fr 1fr 1fr !important;
        gap: 5px !important;
    }

    .gds-site-footer .gds-footer-brand-col .gds-footer-mobile-logo img,
    .gds-site-footer .gds-footer-mobile-logo img {
        width: 84px !important;
        max-width: 84px !important;
        max-height: 88px !important;
    }
}



























/* =========================================================
   FINAL MOBILE SELLER NAVIGATION
   Home | Products | How Start | Payouts | Account
========================================================= */

.gds-mobile-place-order-fab {
    display: none !important;
}

.gds-mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 92px !important;
    }

    .gds-mobile-place-order-fab {
        position: fixed;
        right: 14px;
        bottom: 84px;
        z-index: 9999;
        min-height: 42px;
        padding: 0 16px;
        border-radius: 999px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%);
        color: #08245c !important;
        border: 1px solid rgba(245, 158, 11, 0.45);
        box-shadow: 0 16px 38px rgba(245, 158, 11, 0.34);
        text-decoration: none !important;
    }

    .gds-mobile-place-order-fab span {
        font-size: 14px;
        line-height: 1;
    }

    .gds-mobile-place-order-fab strong {
        color: #08245c !important;
        font-size: 12px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        letter-spacing: -0.01em !important;
    }

    .gds-mobile-bottom-nav {
        position: fixed;
        left: 9px;
        right: 9px;
        bottom: 9px;
        z-index: 9998;
        min-height: 68px;
        display: grid !important;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        background: rgba(255, 255, 255, 0.97);
        border: 1px solid #dbe7f6;
        border-radius: 24px;
        box-shadow: 0 18px 44px rgba(15, 43, 95, 0.18);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: 7px;
    }

    .gds-mobile-nav-item {
        position: relative;
        border: 0;
        background: transparent;
        color: #526981 !important;
        min-width: 0;
        min-height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        font-size: 10px;
        font-weight: 800;
        text-decoration: none !important;
        border-radius: 18px;
        transition: 0.2s ease;
    }

    .gds-mobile-nav-item:hover {
        color: #2563eb !important;
        background: #eff6ff;
    }

    .gds-mobile-nav-center {
        min-height: 62px !important;
        margin-top: -14px;
        background: linear-gradient(135deg, #f4bd35 0%, #ffd86d 100%) !important;
        color: #08245c !important;
        border-radius: 22px !important;
        box-shadow: 0 14px 30px rgba(245, 158, 11, 0.28);
        border: 1px solid rgba(245, 158, 11, 0.34);
    }

    .gds-mobile-nav-center .gds-mobile-nav-icon {
        width: 26px;
        height: 26px;
    }

    .gds-mobile-nav-center .gds-mobile-nav-icon svg {
        width: 24px;
        height: 24px;
    }

    .gds-mobile-nav-center .gds-mobile-nav-text {
        font-size: 10.5px;
        font-weight: 900;
        color: #08245c !important;
    }

    .gds-mobile-nav-icon {
        width: 22px;
        height: 22px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .gds-mobile-nav-icon svg {
        width: 21px;
        height: 21px;
        fill: currentColor;
    }

    .gds-mobile-nav-text {
        font-size: 9.7px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -0.01em;
    }
}

@media (max-width: 390px) {
    .gds-mobile-bottom-nav {
        left: 7px;
        right: 7px;
        bottom: 8px;
        min-height: 64px;
        border-radius: 22px;
        padding: 6px;
    }

    .gds-mobile-nav-item {
        min-height: 49px;
        gap: 3px;
    }

    .gds-mobile-nav-text {
        font-size: 8.8px;
    }

    .gds-mobile-nav-center {
        min-height: 58px !important;
        margin-top: -12px;
    }

    .gds-mobile-nav-center .gds-mobile-nav-text {
        font-size: 9.5px;
    }

    .gds-mobile-place-order-fab {
        right: 10px;
        bottom: 80px;
        min-height: 39px;
        padding: 0 13px;
    }

    .gds-mobile-place-order-fab strong {
        font-size: 11px !important;
    }
}



/* =========================================================
   Dynamic Mobile Seller Nav Label Fix
========================================================= */

@media (max-width: 768px) {
    .gds-mobile-place-order-fab {
        min-width: 132px !important;
        min-height: 42px !important;
        padding: 0 15px !important;
    }

    .gds-mobile-place-order-fab strong {
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }

    .gds-mobile-nav-center {
        min-width: 0 !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-text {
        font-size: 9.8px !important;
        white-space: nowrap !important;
    }

    .gds-mobile-nav-text {
        max-width: 100% !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .gds-mobile-nav-item:last-child .gds-mobile-nav-text {
        font-size: 8.8px !important;
    }
}

@media (max-width: 390px) {
    .gds-mobile-place-order-fab {
        min-width: 122px !important;
        padding: 0 12px !important;
    }

    .gds-mobile-place-order-fab strong {
        font-size: 10.5px !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-text {
        font-size: 8.9px !important;
    }

    .gds-mobile-nav-item:last-child .gds-mobile-nav-text {
        font-size: 7.8px !important;
    }
}


















/* =========================================================
   FINAL CLEAN CENTER MOBILE NAV BUTTON FIX
========================================================= */

@media (max-width: 768px) {

    /* make nav allow raised center button */
    .gds-mobile-bottom-nav {
        overflow: visible !important;
        align-items: flex-end !important;
    }

    /* center nav item */
    .gds-mobile-nav-center {
        position: relative !important;
        margin-top: -22px !important;
        min-height: 66px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        overflow: visible !important;
    }

    /* remove old extra circle / ring if exists */
    .gds-mobile-nav-center::before,
    .gds-mobile-nav-center::after {
        display: none !important;
        content: none !important;
    }

    /* icon wrapper */
    .gds-mobile-nav-center .gds-mobile-nav-icon {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
        margin: 0 auto 4px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;

        /* keep only one clean button style */
        box-shadow: 0 10px 22px rgba(15, 43, 95, 0.14) !important;
        border: 0 !important;
    }

    /* svg exactly center */
    .gds-mobile-nav-center .gds-mobile-nav-icon svg {
        width: 21px !important;
        height: 21px !important;
        display: block !important;
        margin: 0 !important;
    }

    /* label aligned properly */
    .gds-mobile-nav-center .gds-mobile-nav-text {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 9px !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    /* normal items align properly too */
    .gds-mobile-nav-item {
        justify-content: center !important;
    }

    .gds-mobile-nav-item .gds-mobile-nav-icon {
        margin: 0 auto 4px !important;
    }

    .gds-mobile-nav-item .gds-mobile-nav-text {
        margin: 0 !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }
}

/* small mobile */
@media (max-width: 390px) {
    .gds-mobile-nav-center {
        margin-top: -20px !important;
        min-height: 62px !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-icon {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-icon svg {
        width: 19px !important;
        height: 19px !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-text {
        font-size: 8px !important;
    }
}






/* =========================================================
   CENTER MOBILE NAV COLOR FIX
   Add color to white center circle + hover/touch effect
========================================================= */

@media (max-width: 768px) {

    .gds-mobile-nav-center .gds-mobile-nav-icon {
        background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
        color: #08245c !important;
        border: 1px solid rgba(245, 158, 11, 0.45) !important;
        box-shadow: 0 12px 28px rgba(245, 158, 11, 0.32) !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-icon svg {
        fill: #08245c !important;
        color: #08245c !important;
    }

    .gds-mobile-nav-center .gds-mobile-nav-text {
        color: #08245c !important;
        font-weight: 900 !important;
    }

    .gds-mobile-nav-center:hover .gds-mobile-nav-icon,
    .gds-mobile-nav-center:active .gds-mobile-nav-icon,
    .gds-mobile-nav-center:focus .gds-mobile-nav-icon {
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 16px 34px rgba(245, 158, 11, 0.42) !important;
    }

    .gds-mobile-nav-center:hover .gds-mobile-nav-icon svg,
    .gds-mobile-nav-center:active .gds-mobile-nav-icon svg,
    .gds-mobile-nav-center:focus .gds-mobile-nav-icon svg {
        fill: #ffffff !important;
        color: #ffffff !important;
    }
}








/* =========================================================
   Colorful Start Selling Rocket Icon
========================================================= */

@media (max-width: 768px) {

    .gds-mobile-start-rocket {
        width: 24px !important;
        height: 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        line-height: 1 !important;
        filter: drop-shadow(0 4px 8px rgba(245, 158, 11, 0.28)) !important;
        transform: translateY(-1px) !important;
    }

    .gds-mobile-nav-item:last-child:hover .gds-mobile-start-rocket,
    .gds-mobile-nav-item:last-child:active .gds-mobile-start-rocket {
        transform: translateY(-3px) scale(1.08) !important;
        filter: drop-shadow(0 7px 12px rgba(245, 158, 11, 0.38)) !important;
    }
}

@media (max-width: 390px) {
    .gds-mobile-start-rocket {
        font-size: 18px !important;
    }
}