/* Additive refinements only: the original Drake visual system remains the source of truth. */

/* ============================================================
   SECTION LABEL BADGES — Compact, Refined Style
   ============================================================ */
html, body {
    -webkit-text-size-adjust: none;
}

.subtitle {
    font-size: 11px;
    padding: 6px 14px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
    border-color: rgba(255, 255, 255, 0.15);
    gap: 6px;
    line-height: normal !important;
}
.subtitle i {
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 0;
}



.left-sidebar .address {
    line-height: 1.35;
}

.left-sidebar .sidebar-header {
    margin-bottom: 16px;
}

.left-sidebar .social-profile {
    margin-bottom: 48px;
}

.left-sidebar {
    display: none !important;
}

.custom-container {
    max-width: 1180px;
}

.content-width {
    margin-left: auto;
    margin-right: auto;
}



.profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.profile-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #999;
    border: 1px solid #565656;
    border-radius: 50%;
    background: transparent;
    font-size: 22px;
    transition: .25s;
}

.profile-links a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
}

.icon-menu {
    position: fixed;
    top: 58px;
    right: 68px;
}

.global-color {
    left: auto;
    top: 58px;
    right: 138px;
}

.global-color .setting-toggle {
    width: 55px;
    height: 55px;
    color: #999;
    border: 1px solid #575757;
    border-radius: 50% !important;
    background: #1f1f1f;
    transition: .25s;
}

.global-color .setting-toggle:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
}

.body-overlay.is-solid-theme {
    display: none;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 34px;
}

.hero-actions .download-resume {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: var(--primary_color);
    border: 1px solid #565656;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .25s;
}

.hero-actions .download-resume:hover {
    color: #fff;
    border-color: var(--primary_color);
}

.about-copy p {
    margin-bottom: 22px;
}
.about-profile-img {
    width: 270px;
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 12px 16px 12px;
    background: rgba(255, 255, 255, 0.03); /* Subtle glass/card background */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    filter: grayscale(100%) contrast(1.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    animation: floatProfile 6s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes floatProfile {
    0% { transform: translateY(0px) rotate(1.5deg); }
    50% { transform: translateY(-12px) rotate(-1deg); }
    100% { transform: translateY(0px) rotate(1.5deg); }
}

.about-profile-img:hover {
    filter: grayscale(0%) contrast(1);
    border-color: var(--primary_color);
    background: color-mix(in srgb, var(--primary_color) 5%, transparent);
    transform: scale(1.04) rotate(0deg);
    animation-play-state: paused;
    box-shadow: 0 20px 40px color-mix(in srgb, var(--primary_color) 20%, transparent);
}

@media (max-width: 576px) {
    .about-profile-img {
        width: 180px;
        border-radius: 20px;
        margin-bottom: 30px !important;
    }
}

.about-copy-full {
    max-width: 760px;
}

.about-copy a {
    color: var(--primary_color);
}

.experience-tabs {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 54px;
    align-items: start;
}

.experience-tab-list {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #344766;
}

.experience-tab {
    position: relative;
    width: 100%;
    padding: 16px 22px;
    color: #999;
    border: 0;
    border-left: 2px solid transparent;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    transition: .25s;
}

.experience-tab:hover,
.experience-tab.active {
    color: var(--primary_color);
    background: rgba(255, 255, 255, .035);
    border-left-color: var(--primary_color);
}

.experience-panel {
    min-height: 0;
}

.experience-panels {
    min-height: 420px;
}

.education-tabs .experience-panels {
    min-height: 430px;
}

.experience-panel h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
}

.experience-panel h3 span {
    color: var(--primary_color);
}

.experience-date {
    margin-bottom: 28px;
    color: #999;
    font-size: 14px;
}

.experience-panel ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.experience-panel li {
    position: relative;
    padding-left: 26px;
    color: #999;
    font-size: 14px;
    line-height: 1.65;
}

.experience-panel li::before {
    content: "▸";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary_color);
    font-size: 12px;
}

.capability-list .capability-card p {
    max-width: 82%;
}

.capability-list .capability-card .projects {
    color: var(--primary_color);
    text-decoration: none !important;
}

.portfolio-items > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}

.portfolio-item {
    display: grid;
    grid-template-columns: minmax(240px, .92fr) minmax(0, 1.08fr);
    gap: 30px;
    align-items: center;
}

.portfolio-item .project-info {
    grid-column: 2;
    grid-row: 1;
}

.portfolio-item h3 {
    margin-bottom: 0 !important;
}

.portfolio-items .portfolio-item .portfolio-item-inner,
.portfolio-items .portfolio-item.portfolio-full .portfolio-item-inner {
    grid-column: 1;
    grid-row: 1;
    height: 270px;
    margin-bottom: 0;
}

.portfolio-items .portfolio-item .portfolio-item-inner img {
    filter: grayscale(1);
    transition: filter .35s, transform .35s;
}

.portfolio-items .portfolio-item:hover .portfolio-item-inner img {
    filter: grayscale(0);
    transform: scale(1.03);
}

.project-info .portfolio-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.project-info .portfolio-categories li a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    color: #c8c8c8;
    border: 1px solid #565656;
    border-radius: 999px;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .25s;
}

.project-info .portfolio-categories li a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
    background: transparent;
}

.project-toggle-wrap {
    margin-top: 16px;
    text-align: center;
}

.project-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 48px;
    padding: 10px 28px;
    color: #c8c8c8;
    border: 1px solid #565656;
    border-radius: 999px;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none !important;
    transition: .25s;
}

.project-toggle:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
    background: transparent;
}

.project-kicker {
    margin: 0 0 10px;
    color: var(--primary_color);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.project-tech span {
    padding: 5px 10px;
    color: #aaa;
    border: 1px solid #565656;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.2;
}

.proof-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 5px 14px;
    color: #a8b2d1;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.proof-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.proof-area .service-item {
    border: 1px solid #565656;
    border-radius: 20px;
    position: relative;
    padding: 44px 48px 41px;
    transition: .3s;
}

.proof-area .service-item:hover {
    border-color: var(--primary_color);
}

.proof-area .service-item > i {
    position: absolute;
    top: 45px;
    right: 50px;
    color: var(--primary_color);
    font-size: 30px;
}

.proof-area .service-item h3 {
    max-width: 88%;
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.35;
}

.proof-area .service-item p {
    margin-bottom: 22px;
    color: #999;
    font-size: 14px;
}

.proof-area .service-item .proof-kicker {
    margin-bottom: 8px;
    color: var(--primary_color);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.publication-card {
    margin-bottom: 10px;
}

.proof-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.proof-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    border: none !important;
    padding: 0 !important;
    margin-top: auto !important;
    padding-top: 15px !important;
    font-size: 12px;
    color: #999 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent !important;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.proof-link i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.proof-link:hover {
    color: var(--primary_color) !important;
    background: transparent !important;
}

.proof-link:hover i {
    transform: translate(3px, -3px);
}

.project-summary {
    margin: 8px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 1.65;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.design-grid .service-item {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.design-grid .service-item p {
    flex-grow: 1;
}

.proof-subheader {
    margin-top: 90px;
}

.credential-accordions {
    border-top: 1px solid #565656;
}

.credential-accordions details {
    border-bottom: 1px solid #565656;
}

.credential-accordions summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 4px;
    color: #fff;
    cursor: pointer;
    list-style: none;
}

.credential-accordions summary::-webkit-details-marker {
    display: none;
}

.credential-accordions summary::after {
    content: "+";
    color: var(--primary_color);
    font-size: 24px;
    font-weight: 300;
}

.credential-accordions details[open] summary::after {
    content: "−";
}

.credential-accordions summary span {
    font-size: 18px;
    font-weight: 300;
}

.credential-accordions summary small {
    margin-left: auto;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

.credential-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.credential-links > a,
.credential-links > div {
    display: flex;
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.credential-links > a:last-child,
.credential-links > div:last-child {
    border-bottom: none;
}

.credential-links > a:hover {
    background: rgba(255, 255, 255, 0.04);
}

.credential-links > a::after {
    content: "\f35d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    color: #565656;
    font-size: 18px;
    transition: all 0.25s ease;
}

.credential-links > a:hover::after {
    color: var(--primary_color);
    transform: translate(2px, -2px);
}

.credential-links > a,
.credential-links > div {
    position: relative;
    padding-right: 82px;
}

.credential-links b {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.credential-links span {
    margin-top: 5px;
    color: #999;
    font-size: 10px;
}

.community-grid .service-item p:not(.proof-kicker) {
    min-height: 64px;
}

.contact-card {
    text-align: center;
}

.contact-card .contact-note {
    max-width: 560px;
    margin: 18px auto 0;
    color: #999;
}

.site-footer-note {
    margin-top: 24px;
    color: #999;
    text-align: center;
}

.compact-item {
    padding-bottom: 30px !important;
}

@media (max-width: 767px) {
    .experience-tabs {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .experience-tab-list {
        flex-direction: row;
        overflow-x: auto;
        border-left: 0;
        border-bottom: 1px solid #344766;
    }

    .experience-tab {
        flex: 0 0 auto;
        width: auto;
        border-left: 0;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
    }

    .experience-tab:hover,
    .experience-tab.active {
        border-left-color: transparent;
        border-bottom-color: var(--primary_color);
    }

    .experience-panel {
        min-height: 0;
    }

    .experience-panels,
    .education-tabs .experience-panels {
        min-height: auto;
    }

    .design-grid {
        grid-template-columns: 1fr;
    }

    .capability-list .capability-card p {
        max-width: 100%;
        padding-right: 34px;
    }

    .portfolio-item {
        display: block;
    }

    .portfolio-items .portfolio-item .portfolio-item-inner,
    .portfolio-items .portfolio-item.portfolio-full .portfolio-item-inner {
        height: 300px;
        margin-bottom: 28px;
    }

    .portfolio-item h3 {
        margin-top: 35px !important;
    }

    .credential-links > a,
    .credential-links > div {
        padding-right: 18px;
    }

    .credential-links > a::after {
        right: 14px;
    }

    .proof-area .service-item {
        padding: 36px 28px 32px;
    }

    .proof-area .service-item > i {
        top: 35px;
        right: 28px;
    }

    .services-items .service-item i {
        font-size: 30px !important;
        top: 35px !important;
        right: 28px !important;
    }

    .proof-area .service-item h3,
    .proof-area .service-item .proof-kicker {
        max-width: 82%;
    }
    .proof-area .service-item h3 {
        font-size: 22px;
    }

    .proof-subheader {
        margin-top: 70px;
    }

    .credential-accordions summary {
        align-items: center;
    }

    .credential-accordions summary span {
        max-width: 65%;
        font-size: 15px;
    }


}

@media (max-width: 420px) {
    .proof-area .service-item h3,
    .proof-area .service-item .proof-kicker {
        max-width: 100%;
        padding-right: 34px;
    }

    .proof-meta {
        gap: 6px;
    }
    .proof-meta span {
        padding: 4px 10px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    .scroll-animation {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media print {
    .body-overlay,
    .page-loader,
    .icon-menu,
    .global-color,
    .responsive-sidebar-menu,
    .scroll-nav,
    .drake-main > .left-sidebar,
    #home,
    #capabilities,
    #portfolio,
    #credentials,
    #contact {
        display: none !important;
    }

    body,
    .drake-main,
    #smooth-wrapper,
    #smooth-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #111 !important;
        background: #fff !important;
    }

    .left-sidebar {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 24px !important;
        padding: 0 0 18px !important;
        border: 0 !important;
        border-bottom: 2px solid #111 !important;
        border-radius: 0 !important;
        text-align: left !important;
    }

    .left-sidebar img,
    .left-sidebar .social-profile,
    .left-sidebar .theme-btn {
        display: none !important;
    }

    .elementor,
    .custom-container,
    .content-width {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #about,
    #experience,
    #education {
        display: block !important;
        min-height: 0 !important;
    }

    .about-area,
    .resume-area {
        padding: 24px 0 !important;
    }

    h1, h2, h3, h4, p, span, a {
        color: #111 !important;
    }

}

/* Community Grid Refinements */
.community-grid .service-item {
    display: flex;
    flex-direction: column;
}

.community-grid .service-item h3 {
    min-height: 70px;
}

.community-grid .service-item p {
    flex-grow: 1;
}

.community-grid .proof-link {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    border: none !important;
    padding: 0 !important;
    margin-top: 25px;
    font-size: 11px;
    color: #999 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent !important;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.community-grid .proof-link i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.community-grid .proof-link:hover {
    color: var(--primary_color) !important;
    background: transparent !important;
}

.community-grid .proof-link:hover i {
    transform: translate(3px, -3px);
}

/* Verified Works Interactive List */
.verified-works-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.verified-work-item {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 24px 30px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

.verified-work-item:hover {
    border-color: var(--primary_color);
    background: color-mix(in srgb, var(--primary_color) 2%, transparent);
    transform: translateY(-2px);
}

.work-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.work-icon i {
    font-size: 24px;
    color: var(--primary_color);
}

.verified-work-item:hover .work-icon {
    background: var(--primary_color);
}

.verified-work-item:hover .work-icon i {
    color: #000;
}

.work-content {
    flex-grow: 1;
}

.work-meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--primary_color);
    margin-bottom: 6px;
}

.work-content h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    color: #fff;
    font-weight: 500;
}

.work-content p {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.5;
}

.work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.work-tags span {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    color: var(--primary_color);
    background: color-mix(in srgb, var(--primary_color) 8%, transparent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
}

.work-arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.work-arrow i {
    font-size: 20px;
    color: #fff;
}

.verified-work-item:hover .work-arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .verified-work-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 16px;
    }
    
    .work-arrow {
        position: absolute;
        top: 24px;
        right: 24px;
    }
}

.publication-card {
    display: flex;
    flex-direction: column;
}
.publication-card p:not(.proof-kicker) {
    flex-grow: 1;
}

/* ========== Full Screen Sections (Desktop Only) ========== */
@media (min-width: 992px) {
    .hero-section,
    .contact-area {
        min-height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero-section .custom-container,
    .contact-area .custom-container {
        width: 100%;
    }
}

/* Featured Projects - Perfect 50/50 Balanced Layout */
.bento-contact-section {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

.bento-title {
    font-size: 2.8rem !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.bento-subtitle {
    color: #999;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* Base Card — Premium Glassmorphism */
.bento-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 30px;
    text-decoration: none !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.bento-card:hover {
    border-color: var(--primary_color);
    color: #fff;
    text-decoration: none !important;
}

/* ========== Email Card ========== */
.bento-email {
    align-items: flex-start;
}

.bento-email h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
    text-transform: none !important;
}

.bento-email:hover h3 {
    color: #fff;
}

.bento-action-text {
    color: var(--primary_color);
    font-size: 15px;
    margin: 0;
    z-index: 2;
    transition: 0.3s;
    font-weight: 500;
    text-transform: none !important;
}

.bento-card:hover .bento-action-text {
    opacity: 1;
}

.bento-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #a8b2d1;
    z-index: 2;
    background: rgba(0,0,0,0.2);
    padding: 0 16px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.03);
    text-transform: none !important;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary_color);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.status-dot::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background-color: var(--primary_color);
    opacity: 0.4;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% { transform: scale(1); opacity: 0.6; }
    70% { transform: scale(2.2); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}

.bento-email .bento-icon-large {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    opacity: 0.04;
    transition: 0.5s ease;
    color: #fff;
}

.bento-email:hover .bento-icon-large {
    opacity: 0.04;
}

/* ========== Resume Card ========== */
.bento-resume {
    align-items: flex-start;
}

.bento-resume .bento-icon-large {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 150px;
    opacity: 0.03;
    z-index: 1;
    transition: 0.5s ease;
    color: #fff;
}

.bento-resume:hover .bento-icon-large {
    opacity: 0.03;
}

.bento-resume h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
    text-transform: none !important;
}

.bento-resume:hover h3 {
    color: #fff;
}

.bento-action-text i {
    transition: transform 0.3s ease;
}

.bento-card:hover .bento-action-text i {
    transform: none;
}

/* ========== Socials Grid ========== */
.bento-socials {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    padding: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    min-height: auto;
    overflow: visible;
}

.bento-socials:hover {
    border-color: transparent !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.social-box {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 10px;
    font-size: 32px;
    color: #e2e8f0;
    text-decoration: none !important;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.social-box span {
    font-size: 11px;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 1px;
    color: #8892b0;
    transition: 0.3s;
}

.social-box:hover {
    border-color: var(--primary_color);
    color: var(--primary_color);
}

.social-box:hover span {
    color: #fff;
}

/* ========== Responsive ========== */
@media (max-width: 992px) {
    .bento-contact-section {
        grid-template-columns: 1fr;
    }
    .bento-socials {
        grid-column: span 1;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .bento-title { font-size: 2.2rem !important; }
    .bento-subtitle { font-size: 15px; }
    .bento-socials {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Fix odd numbered gap by making last item span 2 columns */
    .bento-socials a.social-box:last-child {
        grid-column: span 2;
    }
}

/* ========== GitHub Stats Footer ========== */
.site-footer-note {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.github-stats-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: 'Fira Code', 'Roboto Mono', monospace;
    font-size: 13px;
    color: #8892b0;
    text-decoration: none !important;
    transition: color 0.3s ease;
    margin-bottom: 20px;
}

.github-stats-footer:hover {
    color: var(--primary_color);
}

.github-stats-footer .stats-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.github-stats-footer .stats-icons span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.github-stats-footer .stats-icons i {
    font-size: 15px;
}

.featured-project-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch; /* Forces both columns to be exactly the same height */
    margin-bottom: 100px;
}

.featured-project-card:last-of-type {
    margin-bottom: 50px;
}

/* Left Align: Image Left, Content Right */
.featured-project-card.left-align .project-image {
    grid-column: 1 / 2;
    grid-row: 1;
}
.featured-project-card.left-align .project-content {
    grid-column: 2 / 3;
    grid-row: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Right Align: Content Left, Image Right */
.featured-project-card.right-align .project-content {
    grid-column: 1 / 2;
    grid-row: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-project-card.right-align .project-image {
    grid-column: 2 / 3;
    grid-row: 1;
}

.featured-project-card .project-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.5);
    display: flex;
}

.featured-project-card .project-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-project-card .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes the image fill the entire height of the text block */
    display: block;
    transition: transform 0.4s ease;
}
.featured-project-card .project-image:hover img {
    transform: scale(1.03);
}

.featured-project-card .project-kicker {
    margin: 0 0 10px 0;
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}

.featured-project-card h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2;
}

.featured-project-card h3 a {
    color: #e2e8f0;
    transition: var(--transition);
}

.featured-project-card h3 a:hover {
    color: var(--primary_color);
}

.featured-project-card .project-summary-box {
    color: #a8b2d1;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.featured-project-card .project-summary-box p {
    margin: 0;
}

.featured-project-card .project-tech {
    display: flex;
    flex-wrap: wrap;
    color: #8892b0;
    font-size: 14px;
    font-family: var(--font_monospace), monospace;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.featured-project-card .project-tech span {
    margin-right: 25px;
    margin-bottom: 5px;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.featured-project-card .portfolio-categories {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-project-card .portfolio-categories li {
    margin-right: 20px;
}

.featured-project-card .portfolio-categories a {
    color: #e2e8f0;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.featured-project-card .portfolio-categories a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.featured-project-card .portfolio-categories a i {
    font-size: 22px;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .featured-project-card {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 60px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        padding: 20px;
    }
    
    .featured-project-card.left-align .project-image,
    .featured-project-card.right-align .project-image {
        grid-column: 1 / -1;
        grid-row: 1;
        aspect-ratio: 1 / 1; /* Project artwork is square; keep the full image visible on mobile */
    }
    
    .featured-project-card.left-align .project-content,
    .featured-project-card.right-align .project-content {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    
    .featured-project-card h3 {
        font-size: 28px;
    }
}

.featured-project-card h3 a:hover {
    color: var(--primary_color);
}

.featured-project-card .project-summary-box {
    color: #a8b2d1;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.featured-project-card .project-summary-box p {
    margin: 0;
}

.featured-project-card .project-tech {
    display: flex;
    flex-wrap: wrap;
    color: #8892b0;
    font-size: 14px;
    font-family: var(--font_monospace), monospace;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.featured-project-card .project-tech span {
    margin-right: 25px;
    margin-bottom: 5px;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.featured-project-card .portfolio-categories {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-project-card .portfolio-categories li {
    margin-right: 20px;
}

.featured-project-card .portfolio-categories a {
    color: #e2e8f0;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.featured-project-card .portfolio-categories a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.featured-project-card .portfolio-categories a i {
    font-size: 22px;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .featured-project-card {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 60px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        padding: 20px;
    }
    
    .featured-project-card.left-align .project-image,
    .featured-project-card.right-align .project-image {
        grid-column: 1 / -1;
        grid-row: 1;
        aspect-ratio: 1 / 1; /* Project artwork is square; keep the full image visible on mobile */
    }
    
    .featured-project-card.left-align .project-content,
    .featured-project-card.right-align .project-content {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    
    .featured-project-card h3 {
        font-size: 28px;
    }
}

/* Hide the green tint overlay on project images */
.featured-project-card .project-image .img-overlay {
    display: none;
}

/* ==========================================================================
   BENTO BOX CONTACT SECTION — Matching Site Style
   ========================================================================== */
.bento-contact-section {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

/* ========== Responsive ========== */
@media (max-width: 992px) {
    .bento-contact-section {
        grid-template-columns: 1fr;
    }
    .bento-socials {
        grid-column: span 1;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .bento-title { font-size: 2rem !important; }
    .bento-subtitle { font-size: 14px; }
    .bento-socials {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Hide mobile elements on desktop */
@media (min-width: 992px) {
    .mobile-header {
        display: none !important;
        visibility: hidden !important;
    }
    .icon-menu {
        display: none !important;
        visibility: hidden !important;
    }
    
    /* On desktop, settings button takes the hamburger's spot */
    .global-color {
        right: 68px !important;
        top: 60px !important;
        left: auto !important;
        bottom: auto !important;
    }
}

/* Hide the toggle button completely when the settings menu is open */
.global-color.active .setting-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.responsive-sidebar-menu .sidebar-menu-inner .menu-close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.responsive-sidebar-menu .sidebar-menu-inner .menu-close:hover {
    color: var(--primary_color);
}

@media (max-width: 991px) {
    /* ============================================================
       FULL-SCREEN MOBILE SIDEBAR MENU
       ============================================================ */

    /* Overlay must sit above mobile header */
    .responsive-sidebar-menu {
        z-index: 99999 !important;
    }

    /* Dark overlay behind menu */
    .responsive-sidebar-menu .overlay {
        background: #000 !important;
        opacity: 0.7 !important;
    }

    /* Menu panel: full width on mobile */
    .responsive-sidebar-menu .sidebar-menu-inner {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: -100% !important;
        padding: 80px 30px 40px !important;
        background: #191919 !important;
    }
    .responsive-sidebar-menu.active .sidebar-menu-inner {
        margin-right: 0 !important;
    }

    /* Close button: top-right corner */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-close {
        position: absolute !important;
        top: 25px !important;
        right: 25px !important;
        left: auto !important;
        bottom: auto !important;
        font-size: 28px !important;
        z-index: 100 !important;
        color: #fff !important;
        cursor: pointer !important;
    }

    /* Menu title "Menu" */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap p {
        font-size: 14px !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        color: #666 !important;
        margin-bottom: 30px !important;
    }

    /* Menu items wrapper: full width */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 10px !important;
    }

    /* Menu list */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        gap: 0 !important;
        margin-bottom: 30px !important;
    }

    /* Each menu item */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    }
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li:last-child {
        border-bottom: none !important;
    }

    /* Menu links */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li a {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        font-size: 18px !important;
        padding: 16px 0 !important;
        color: #ccc !important;
        transition: color 0.2s !important;
    }
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li a:hover,
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li a.active {
        color: #fff !important;
    }
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li a span {
        color: inherit !important;
    }

    /* Menu icons */
    .responsive-sidebar-menu .sidebar-menu-inner .menu-wrap .dmenu li a i {
        font-size: 20px !important;
        margin-right: 16px !important;
        width: 24px !important;
        text-align: center !important;
        color: var(--primary_color) !important;
    }

    /* Social links at bottom of menu */
    .responsive-sidebar-menu .sidebar-menu-inner .global-color-option,
    .responsive-sidebar-menu .sidebar-menu-inner .sidebar-social {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 10px !important;
    }

    /* Settings panel close button */
    .global-color .inner .global-color-option .close-settings {
        position: fixed !important;
        top: 25px !important;
        right: 25px !important;
        font-size: 28px !important;
        z-index: 100 !important;
    }

    /* Settings panel scrollability and custom scrollbar */
    .global-color .inner .global-color-option {
        overflow-y: auto !important;
    }

    /* Settings panel scrollability and custom scrollbar */
    }
    .global-color .inner .global-color-option::-webkit-scrollbar {
        width: 6px;
    }
    .global-color .inner .global-color-option::-webkit-scrollbar-track {
        background: #191919;
    }
    .global-color .inner .global-color-option::-webkit-scrollbar-thumb {
        background: #333;
        border-radius: 3px;
    }
    .global-color .inner .global-color-option::-webkit-scrollbar-thumb:hover {
        background: var(--primary_color);
    }

/* Theme active line override */
.global-color .inner .global-color-option .global-color-option-inner .themes li a::before {
    top: auto !important;
    bottom: -5px !important;
    background: var(--primary_color) !important;
}
.music-player-section {
    margin-top: 30px;
}
.music-player-section p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #999;
}
.player-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #1e1e1e;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #333;
    max-width: 300px;
}
.cd-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #565656;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
.cd-image::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1e1e1e;
    border-radius: 50%;
    border: 1px solid #565656;
}
.cd-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: spin 3s linear infinite;
    animation-play-state: paused;
}
.cd-image.playing img {
    animation-play-state: running;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
.buttons {
    display: flex;
    gap: 10px;
}
.buttons button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons button:hover {
    color: var(--primary_color);
}
.song-info {
    font-size: 13px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

/* ==========================================================================
   MOBILE REDESIGN & ADAPTIVE TYPOGRAPHY
   ========================================================================== */

/* Desktop intro heading size (moved from inline style so mobile can override) */
.intro-heading {
    font-size: 60px;
    line-height: 70px;
}

/* Mobile Header Structure */
.mobile-header {
    display: none;
}

@media (max-width: 991px) {
    /* ============================================================
       1. GLOBAL TYPOGRAPHY & SPACING (Mobile Standardized)
       ============================================================ */
    body {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .custom-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .page-section {
        padding: 60px 0 !important;
    }
    .hero-section {
        min-height: calc(100vh - 120px) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding-top: 0 !important;
    }
    
    /* Standardized Headings */
    h1, .section-header h1 {
        font-size: 36px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.5px !important;
    }
    .section-header h1 span {
        display: inline-block;
    }
    h2, .section-header h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    h3, .experience-panel h3, .service-item h3 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .subtitle {
        font-size: 10px !important;
        padding: 5px 10px !important;
        margin-bottom: 10px !important;
        letter-spacing: 1px !important;
    }
    .subtitle i {
        font-size: 11px !important;
        margin-right: 5px !important;
    }
    .hero-content p:not(.subtitle), .about-copy p:not(.subtitle), .service-item p:not(.subtitle) {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* ============================================================
       2. PREMIUM MOBILE HEADER
       ============================================================ */
    .mobile-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 70px !important;
        padding: 0 20px !important;
        background: rgba(28, 28, 28, 0.85) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        z-index: 9999 !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    }
    .mobile-logo {
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .mobile-logo img {
        height: 32px !important;
        width: auto !important;
        border-radius: 0 !important;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    }
    
    /* Sleek Hamburger Menu */
    .mobile-header .icon-menu {
        position: static !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-end !important;
        background: transparent !important;
        border: none !important;
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        cursor: pointer;
    }
    .mobile-header .icon-menu .bar {
        background: #fff !important;
        height: 2px !important;
        border-radius: 2px !important;
        transition: 0.3s ease !important;
    }
    .mobile-header .icon-menu .bar:nth-child(1) {
        width: 28px !important;
        margin-bottom: 6px !important;
    }
    .mobile-header .icon-menu .bar:nth-child(2) {
        width: 20px !important;
        margin-bottom: 0 !important;
    }

    /* ============================================================
       3. HERO BUTTONS (Forced Side-by-Side)
       ============================================================ */
    .hero-buttons-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        width: 100% !important;
        margin-top: 25px !important;
    }
    .btn-download-resume, .btn-connect {
        flex: 1 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 12px 0 !important;
        font-size: 11px !important;
        letter-spacing: 0.5px !important;
        white-space: nowrap !important;
        border-radius: 30px !important;
    }
    
    /* Shrink icons inside buttons slightly to save space */
    .btn-download-resume i, .btn-connect i {
        font-size: 14px !important;
        margin-right: 4px !important;
    }

    /* ============================================================
       4. RELOCATE CUSTOMIZATION BUTTON
       ============================================================ */
    .global-color {
        top: auto !important;
        bottom: 20px !important;
        left: auto !important;
        right: 20px !important;
        transform: none !important;
        z-index: 10000 !important;
    }
    .global-color .setting-toggle {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }

    /* Settings panel overlay: full screen, above everything */
    .global-color .inner {
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        z-index: 99999 !important;
    }

    /* When settings panel is open, boost above mobile header */
    .global-color.active {
        z-index: 99999 !important;
    }

    /* Settings panel content: full width on mobile */
    .global-color .inner .global-color-option {
        position: relative !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-right: -100% !important;
        padding: 80px 30px 40px !important;
        background: #191919 !important;
        overflow-y: auto !important;
    }
    .global-color.active .inner .global-color-option {
        margin-right: 0 !important;
    }

    /* Settings panel close button */
    .global-color .inner .global-color-option .close-settings {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        font-size: 30px !important;
        z-index: 100 !important;
        cursor: pointer !important;
        color: #fff !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }


    /* Settings panel heading */
    .global-color .inner .global-color-option h3 {
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }

    /* Theme options: tighter spacing */
    .global-color .inner .global-color-option .global-color-option-inner .themes li {
        margin-right: 40px !important;
        margin-bottom: 30px !important;
    }

    /* Color swatches: wrap nicely */
    .global-color .global-color-option .color-boxed {
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    /* ============================================================
       5. FIX MASSIVE EMPTY SPACES (min-height overrides)
       ============================================================ */
    .experience-panels,
    .education-tabs .experience-panels {
        min-height: auto !important;
    }
}
/* ============================================================
   DESKTOP CUSTOMIZATION PANEL COMPACTNESS (Responsive height)
   ============================================================ */
@media (min-width: 992px) {
    .global-color .inner .global-color-option {
        padding: 8vh 134px !important;
        overflow-y: auto !important;
    }
    .global-color .inner .global-color-option h3 {
        margin-bottom: 7vh !important;
    }
    .global-color .global-color-option .color-boxed {
        margin-bottom: 8vh !important;
        padding-top: 2vh !important;
    }
    .global-color .inner .global-color-option .global-color-option-inner p {
        margin-bottom: 2vh !important;
    }
    .global-color .inner .global-color-option .global-color-option-inner .themes {
        padding-top: 2vh !important;
    }
    .global-color .inner .global-color-option .global-color-option-inner .themes li {
        margin-bottom: 5vh !important;
    }
    .music-player-section {
        margin-top: 2vh !important;
    }
}









