/* Global font family */
* {
    font-family: 'Poppins', sans-serif;
}

/* Hide mobile images on desktop, show on mobile */
.mobile_image {
    display: none;
}

.bold {
    font-weight: 800;
}

.main_text h1 {
    color: #d10000;
}

.charger_U5000_one .main_text .text_holder {
    color: #d10000;
}

.text-center {
    text-align: center !important;
}

.black {
    color: black;
}

.ps-5 {
    padding-left: 30px !important;
}

.pe-5 {
    padding-right: 30px !important;
}

.text-red {
    color: #d10000 !important;
}

.icon {
    height: 90px;
    width: auto;
}

.hero-text {
    position: absolute;
    z-index: 999;
    bottom: -60%;
    left: 0;
    height: 100%;
    width: 100%;
    top: unset;
    margin-top: 0;
}

.icon_holder.text-start.ps-5.black {
    padding-top: 200px;
}


.relative {
    position: relative;
}

.text-card.brown-bg.text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    background: linear-gradient(45deg, #846243, #a68654);
    transform: translate(-50%, -50%);
    color: white;
    padding: 40px 60px;
    border-radius: 20px;
    font-family: sans-serif;
    max-width: 400px;
}

ul#navigation a {
    font-size: 17px;
}

/* Audio Section Styles */
.audio-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Snap & Go Section Styles */
.snap-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.snap-section .main_img,
.snap-section .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.snap-section .main_img img,
.snap-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snap-content {
    position: relative;
    z-index: 10;
    padding-left: 100px;
    max-width: 600px;
}

.snap-content h2 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.snap-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.audio-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    max-width: 800px;
}

.sound-waves {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
}

.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.wave-1 {
    width: 100px;
    height: 100px;
    border-color: rgba(0, 255, 255, 0.8);
    animation-delay: 0s;
}

.wave-2 {
    width: 150px;
    height: 150px;
    border-color: rgba(138, 43, 226, 0.6);
    animation-delay: 0.4s;
}

.wave-3 {
    width: 200px;
    height: 200px;
    border-color: rgba(0, 255, 255, 0.4);
    animation-delay: 0.8s;
}

.wave-4 {
    width: 250px;
    height: 250px;
    border-color: rgba(138, 43, 226, 0.3);
    animation-delay: 1.2s;
}

.wave-5 {
    width: 300px;
    height: 300px;
    border-color: rgba(0, 255, 255, 0.2);
    animation-delay: 1.6s;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.audio-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.audio-text p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 400;
}

/* MagSafe Section Styles */
.magsafe-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

/* Versatile Tripod Section Styles */
.versatile-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.versatile-section .main_img,
.versatile-section .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.versatile-section .main_img img,
.versatile-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.versatile-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 40px;
    max-width: 900px;
}

.versatile-content h2 {
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.versatile-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.split-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.image-half {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.image-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.gym-image {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}

.golf-image {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

.magsafe-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    color: white;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.magsafe-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
    color: #ffffff;
}

.magsafe-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

/* Portable Section Styles */
.portable-section {
    position: relative;
    min-height: 100vh;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Work & Play Section Styles */
.work-play-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.work-play-section .main_img,
.work-play-section .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.work-play-section .main_img img,
.work-play-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-play-content {
    position: relative;
    z-index: 10;
    padding-right: 100px;
    max-width: 700px;
    text-align: right;
}

.work-play-content h2 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.work-play-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.portable-section .main_img,
.portable-section .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.portable-section .main_img img,
.portable-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portable-content {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: left;
    max-width: 400px;
    padding: 40px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.8) 100%);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.portable-content h2 {
    font-size: 56px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.portable-content p {
    font-size: 20px;
    color: #666666;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

/* Playtime Section Styles */
.playtime-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

/* Compact & Portable Section Styles */
.compact-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.compact-section .main_img,
.compact-section .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.compact-section .main_img img,
.compact-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compact-content {
    position: relative;
    z-index: 10;
    padding-left: 100px;
    max-width: 600px;
}

.compact-content h2 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.compact-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.playtime-section .main_img img,
.playtime-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.playtime-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 80px 60px 80px;
}

.playtime-text {
    align-self: flex-start;
    margin-top: 150px;
}

.text_holder h1.bold {
    font-weight: 600 !important;
}

.playtime-text h2 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.playtime-text p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.product-info-card {
    position: absolute;
    right: 580px;
    bottom: 180px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 24px 30px;
    border-radius: 16px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 350px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.product-info-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.dot-indicator {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.product-code {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8;
}

.product-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.product-spec {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
    font-weight: 400;
}

/* Branding Section Styles */
.branding-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.branding-section .main_img,
.branding-section .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.branding-section .main_img img,
.branding-section .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.branding-content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 10;
}

.branding-content h2 {
    font-size: 64px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

.text-card.green-bg.text-center {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 99;
    background: linear-gradient(45deg, #73bea5, #75b8c1);
    transform: translate(-50%, -50%);
    color: white;
    padding: 40px 80px;
    border-radius: 20px;
    font-family: sans-serif;
}

.text-card h3 {
    font-size: 40px;
    margin: 0;
    line-height: 42px;
}

.text-card p {
    font-size: 20px;
}

.hero-text h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

/* New hero layout styles to match the design */
.charger_U5000_one {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
}

.charger_U5000_one .main_img,
.charger_U5000_one .mobile_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.charger_U5000_one .main_img img,
.charger_U5000_one .mobile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    gap: 30px;
    padding: 0 60px 80px 60px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 10;
}

.hero-heading {
    align-self: flex-end;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.product-card {
    background: rgba(14, 35, 51, 0.75);
    color: #ffffff;
    padding: 30px 36px;
    border-radius: 16px;
    max-width: 420px;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    align-self: flex-start;
    backdrop-filter: blur(8px);
}

.product-card .dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.product-code {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-title {
    font-size: 28px;
    margin: 6px 0 8px 0;
    line-height: 1.1;
    font-weight: 700;
}

.product-sub {
    font-size: 15px;
    opacity: 0.95;
    margin: 0;
}

.hero-heading h1,
.hero-text h1 {
    font-size: 76px;
    line-height: 0.98;
    margin: 0;
    font-weight: 800;
    color: #ffffff;
    text-align: right;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
    flex: 1;
    order: 2;
}

/* Position hero-text over the large hero image */
.charger_U5000_one .hero-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

.charger_U5000_one .ps-5.pe-5 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* allow inner elements to receive pointer events */
.hero-content-new>* {
    pointer-events: auto;
}

/* Position icons on the left */
.icon_holder.text-right {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    width: auto;
    pointer-events: auto;
    z-index: 10;
    order: 1;
}

.icon_holder ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}

.icon_holder ul li {
    margin: 0;
}

.icon_holder ul li img {
    width: 50px;
    height: 50px;
    transition: transform 0.2s;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.icon_holder ul li img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
    .hero-heading h1 {
        font-size: 60px;
    }

    .product-title {
        font-size: 24px;
    }

    .hero-content-new {
        padding: 0 40px 60px 40px;
        gap: 25px;
    }

    .icon_holder ul {
        gap: 15px;
    }

    .icon_holder ul li img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 767px) {

    /* Mobile layout - image on top, content below */
    .charger_U5000_one,
    .charger_U5000_two,
    .charger_U5000_three,
    .charger_U5000_four,
    .charger_U5000_five,
    .portable-section,
    .playtime-section,
    .branding-section,
    .audio-section,
    .magsafe-section,
    .snap-section,
    .versatile-section,
    .work-play-section,
    .compact-section {
        position: relative;
        min-height: auto !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    /* Show mobile image, hide desktop image */
    .main_img {
        display: none !important;
    }

    .mobile_image {
        display: block !important;
        position: relative !important;
        width: 100%;
        height: auto !important;
        order: 1;
    }

    .mobile_image img {
        width: 100%;
        height: auto !important;
        object-fit: contain !important;
        display: block;
    }

    /* Hero section - first section */
    .charger_U5000_one .hero-text {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        order: 2;
        padding: 30px 20px;
        background: white;
    }

    .hero-content-new {
        flex-direction: column;
        align-items: center;
        padding: 0;
        height: auto;
        gap: 20px;
    }

    .hero-heading {
        align-self: center;
        width: 100%;
        text-align: center;
        order: 2;
        flex-direction: column;
        align-items: center;
    }

    .product-card {
        max-width: 100%;
        min-width: auto;
        padding: 20px;
        border-radius: 10px;
        order: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-card .dot {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-heading h1 {
        font-size: 28px;
        line-height: 1.2;
        color: #333 !important;
        text-shadow: none;
        text-align: center;
        order: 1;
    }

    .icon_holder.text-right {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        margin-top: 20px;
        order: 2;
    }

    .icon_holder ul {
        justify-content: center;
    }

    .icon_holder ul li img {
        width: 40px;
        height: 40px;
    }

    .icon_holder.black img {
        filter: none !important;
    }

    /* Snap section mobile styles */
    .snap-section .mobile_image {
        order: 1;
    }

    .snap-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        text-align: center;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.7);
    }

    .snap-content h2 {
        font-size: 28px;
    }

    .snap-content p {
        font-size: 16px;
    }

    /* Audio section mobile styles */
    .audio-section .mobile_image {
        order: 1;
    }

    .audio-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        text-align: center;
        max-width: 100%;
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    }

    .audio-text h2 {
        font-size: 28px;
    }

    .audio-text p {
        font-size: 16px;
    }

    /* Versatile section mobile styles */
    .versatile-section .mobile_image {
        order: 1;
    }

    .split-image-container {
        display: none !important;
    }

    .versatile-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        max-width: 100%;
        border-radius: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
    }

    .versatile-content h2 {
        font-size: 28px;
    }

    .versatile-content p {
        font-size: 16px;
    }

    /* MagSafe section mobile styles */
    .magsafe-section .mobile_image {
        order: 1;
    }

    .magsafe-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        max-width: 100%;
        border-radius: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
    }

    .magsafe-content h2 {
        font-size: 28px;
    }

    .magsafe-content p {
        font-size: 16px;
    }

    /* Work play section mobile styles */
    .work-play-section .mobile_image {
        order: 1;
    }

    .work-play-content {
        position: relative !important;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        order: 2;
        text-align: center;
        max-width: 100%;
        padding: 40px 20px;
        background: rgba(0, 0, 0, 0.7);
    }

    .work-play-content h2 {
        font-size: 28px;
        color: #ffffff;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .work-play-content p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    /* Portable section mobile styles */
    .portable-section .mobile_image {
        order: 1;
    }

    .portable-content {
        position: relative !important;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        order: 2;
        text-align: center;
        max-width: 100%;
        padding: 40px 20px;
        backdrop-filter: none;
        box-shadow: none;
        border: none;
        background: rgba(255, 255, 255, 0.95);
    }

    .portable-content h2 {
        font-size: 28px;
        color: #333;
    }

    .portable-content p {
        font-size: 16px;
        color: #666;
    }

    /* Compact section mobile styles */
    .compact-section .mobile_image {
        order: 1;
    }

    .compact-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        text-align: center;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.7);
    }

    .compact-content h2 {
        font-size: 28px;
        color: #ffffff;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .compact-content p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    /* Playtime section mobile styles */
    .playtime-section .mobile_image {
        order: 1;
    }

    .playtime-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        background: #f8f9fa;
    }

    .playtime-text {
        margin-top: 0;
        align-self: center;
        text-align: center;
    }

    .playtime-text h2 {
        font-size: 28px;
        color: #333;
        text-shadow: none;
    }

    .playtime-text p {
        font-size: 16px;
        color: #666;
        text-shadow: none;
    }

    .product-info-card {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        max-width: 100%;
        padding: 20px;
        align-self: center;
        background: rgba(0, 0, 0, 0.85);
    }

    .product-name {
        font-size: 18px;
    }

    .product-spec {
        font-size: 13px;
    }

    /* Branding section mobile styles */
    .branding-section .mobile_image {
        order: 1;
    }

    .branding-content {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        order: 2;
        text-align: center;
        padding: 40px 20px;
        background: white;
    }

    .branding-content h2 {
        font-size: 32px;
        color: #333;
        text-shadow: none;
    }
}

.text-blue {
    color: #3d9df9;
}

.charger_U5000_one .main_text .icon_holder {
    padding: 700px 0 0 0;
    width: 580px;
    float: left;
}

.text-green {
    color: #bffe00 !important;
}

.invert {
    filter: invert(1);
}

.text-right {
    text-align: right !important;
}

.text-start {
    text-align: start;
}

.w-50 {
    width: 50%;
}

.ms-auto {
    margin-left: a;
}

.text-white {
    color: white !important;
}

.float-right {
    float: right !important;
}

.charger_U5000_four .main_text .text_holder {
    text-align: start;
    color: #c0ff00;
    padding-left: 0;
}

.charger_U5000_five .main_text {
    margin-top: -1040px;
}

.text-black {
    color: black;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .charger_U5000_one .main_text .icon_holder {
        padding: 0;
        width: 100%;
        float: left;
    }

    .versatile-content,
    .work-play-content,
    .compact-content,
    .snap-content {
        width: 100%;
    }

    .ps-5.pe-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    * {
        box-sizing: border-box;
    }

    .hero-text h1.text-white.bold {
        text-align: center;
    }

    .icon_holder.text-right.black li:nth-child(1) img {
        filter: invert(1) !important;
    }

    .icon_holder.text-right.black {
        width: 100%;
        margin-left: auto !important;
    }

    .sound-waves {
        display: none;
    }

    h2 {
        font-size: 26px !important;
    }

    .footer,
    .copyright {
        width: 100%;
    }

    .copyright {
        padding-top: 20px;
    }
}