/* 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: 40px 50px;
    max-width: 600px;
    background: linear-gradient(135deg, rgba(130, 120, 110, 0.88) 0%, rgba(150, 140, 130, 0.88) 100%);
    margin-left: 80px;
    border-radius: 0;
}

.snap-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: none;
}

.snap-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: none;
}

.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: flex-end;
    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: left;
    color: white;
    padding: 40px 50px;
    max-width: 550px;
    background: linear-gradient(135deg, rgba(160, 160, 160, 0.88) 0%, rgba(180, 180, 180, 0.88) 100%);
    margin-right: 80px;
    margin-bottom: 0;
    border-radius: 0;
}

.versatile-content h2 {
    font-size: 52px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: none;
}

.versatile-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: none;
}

.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: 40px 50px;
    max-width: 550px;
    text-align: left;
    background: linear-gradient(135deg, rgba(140, 130, 120, 0.88) 0%, rgba(160, 150, 140, 0.88) 100%);
    margin-right: 80px;
    margin-bottom: 0;
    border-radius: 0;
}

.work-play-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: none;
}

.work-play-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: none;
}

.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: 40px 50px;
    max-width: 600px;
    background: linear-gradient(135deg, rgba(130, 120, 110, 0.88) 0%, rgba(150, 140, 130, 0.88) 100%);
    margin-left: 80px;
    margin-bottom: 0;
    border-radius: 0;
}

.compact-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-shadow: none;
}

.compact-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: none;
}

.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: 180px;
    bottom: 140px;
    background: linear-gradient(135deg, rgba(111,62,224,0.95) 0%, rgba(185,131,246,0.95) 100%);
    color: #ffffff;
    padding: 24px 32px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 440px;
    box-shadow: 0 20px 70px rgba(46, 12, 75, 0.5);
    z-index: 100;
}

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

.dot-indicator {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255,255,255,0.3);
}

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

/* small label style inside product card (e.g. TE15) */
.product-info-card .product-code {
    text-transform: uppercase;
    background: rgba(255,255,255,0.1);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
}
.icon-row-right {
    position: absolute;
    right: 180px;
    bottom: 60px;
    z-index: 100;
}

.icon-row-right .icon_holder ul {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.icon-row-right .icon_holder ul li {
    background: rgba(255,255,255,0.98);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.2s;
    max-height: 65px;
    height: 65px;
    padding: 0;
}

.icon-row-right .icon_holder ul li:hover {
    transform: translateY(-2px);
}

.icon-row-right .icon_holder ul li img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.product-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.product-spec {
    font-size: 15px;
    opacity: 0.96;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

/* 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: center;
}

.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: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 10;
    gap: 80px;
}

/* subtle dark overlay on left half for better contrast like the screenshot */
.charger_U5000_one::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    z-index: 5;
    pointer-events: none;
}

.hero-heading {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* left-align headline */
    justify-content: center;
    position: relative;
    text-align: left;
    padding-left: 20px; /* small nudge from the inset */
}

.product-card {
    background: rgba(210, 166, 97, 0.95);
    color: #ffffff;
    padding: 35px 40px;
    border-radius: 15px;
    max-width: 420px;
    min-width: 320px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.product-card .dot {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: -8px;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}

.product-code {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.product-title {
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

.product-description {
    font-size: 16px;
    opacity: 0.95;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

.hero-heading h1,
.hero-text h1 {
    font-size: 92px;
    line-height: 0.96;
    margin: 0;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    font-family: 'Poppins', sans-serif;
    max-width: 700px;
    letter-spacing: -1px;
}

/* 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: center;
    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 right below heading */
.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;
}

.icon_holder ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    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: 56px;
    }

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

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

    .icon_holder ul {
        gap: 15px;
    }

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

    .product-card {
        min-width: 280px;
        padding: 25px 30px;
    }
}

@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;
    }

    /* Remove overlay on mobile */
    .charger_U5000_one::before {
        display: none;
    }

    /* 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;
        height: auto !important;
        display: block !important;
    }

    .hero-content-new {
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
        height: auto;
        gap: 20px;
        max-width: 100%;
    }

    .hero-content-centered {
        gap: 20px;
        padding: 30px 20px;
    }

    .hero-heading {
        align-self: center;
        width: 100%;
        text-align: center;
        order: 1;
        flex-direction: column;
        align-items: center;
        padding-left: 0 !important;
    }

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

    .product-card .dot {
        left: 20px;
        transform: none;
    }

    .hero-heading h1,
    .hero-text h1,
    .hero-heading-center h1 {
        font-size: 32px !important;
        line-height: 1.2;
        color: #333 !important;
        text-shadow: none !important;
        text-align: center;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .icon_holder.text-right,
    .icon-row-center {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        margin-top: 20px;
        order: 3;
    }

    .icon_holder ul,
    .icon-row-center .icon_holder ul {
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .icon_holder ul li img,
    .icon-row-center .icon_holder ul li img {
        width: 36px;
        height: 36px;
    }

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

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

    .snap-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        background: linear-gradient(135deg, rgba(130, 120, 110, 0.92) 0%, rgba(150, 140, 130, 0.92) 100%);
        backdrop-filter: none;
        border-radius: 0;
    }

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

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

    /* 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 (3rd) 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;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        text-align: center;
        background: linear-gradient(135deg, rgba(160, 160, 160, 0.92) 0%, rgba(180, 180, 180, 0.92) 100%);
        backdrop-filter: none;
    }

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

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

    /* 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 (4th) 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;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        order: 2;
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 40px 20px;
        background: linear-gradient(135deg, rgba(140, 130, 120, 0.92) 0%, rgba(160, 150, 140, 0.92) 100%);
        backdrop-filter: none;
        border-radius: 0;
    }

    .work-play-content h2 {
        font-size: 28px;
        color: #ffffff;
        text-shadow: none;
    }

    .work-play-content p {
        font-size: 16px;
        color: #ffffff;
        text-shadow: none;
    }

    /* 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 (5th) mobile styles */
    .compact-section .mobile_image {
        order: 1;
    }

    .compact-section {
        align-items: flex-start !important;
    }

    .compact-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        order: 2;
        padding: 40px 20px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        background: linear-gradient(135deg, rgba(130, 120, 110, 0.92) 0%, rgba(150, 140, 130, 0.92) 100%);
        backdrop-filter: none;
        border-radius: 0;
    }

    .compact-content h2 {
        font-size: 28px;
        color: #ffffff;
        text-shadow: none;
    }

    .compact-content p {
        font-size: 16px;
        color: #ffffff;
        text-shadow: none;
    }

    /* 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%;
        width: 100%;
        padding: 20px;
        align-self: center;
        background: rgba(0, 0, 0, 0.85);
    }

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

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

    .icon-row-right {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 20px;
    }

    .icon-row-right .icon_holder ul {
        justify-content: center;
        gap: 12px;
    }

    .icon-row-right .icon_holder ul li {
        max-height: 50px;
        height: 50px;
    }

    .icon-row-right .icon_holder ul li img {
        width: 20px;
        height: 20px;
    }

    /* 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;
    }

    /* Product card mobile adjustments */
    .product-title {
        font-size: 22px;
    }

    .product-description,
    .product-spec {
        font-size: 14px;
    }

    .product-code {
        font-size: 14px;
    }

    /* Footer adjustments */
    .footer {
        padding: 30px 20px;
        text-align: center;
    }

    .footer h4 {
        font-size: 18px;
    }

    .footer p {
        font-size: 14px !important;
    }

    .copyright ul {
        flex-direction: column;
        gap: 10px;
    }

    .copyright ul li {
        font-size: 12px;
    }
}

.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: none;
    }

    .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;
    }

    .footer img {
        max-width: 200px;
        height: auto;
    }

    /* Ensure all text is readable */
    body {
        overflow-x: hidden;
    }

    /* Product carousel at top */
    .jcarousel-skin-tango.product_thumb {
        padding: 10px 5px;
    }

    .jcarousel-skin-tango.product_thumb ul li {
        margin: 0 5px;
    }

    .jcarousel-skin-tango.product_thumb ul li a {
        font-size: 11px;
    }

    .jcarousel-skin-tango.product_thumb ul li img {
        max-width: 50px;
        height: auto;
    }

    /* Text cards */
    .text-card {
        padding: 30px 20px !important;
        max-width: 90% !important;
    }

    .text-card h3 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .text-card p {
        font-size: 16px !important;
    }

    .text-card.green-bg.text-center {
        top: 50% !important;
    }

    .text-card.brown-bg.text-center {
        max-width: 90% !important;
    }

    /* Ensure proper spacing */
    .charger_U5000_one,
    .charger_U5000_two,
    .charger_U5000_three,
    .charger_U5000_four,
    .charger_U5000_five {
        margin-bottom: 0;
    }

    /* Hero centered layout mobile */
    .hero-heading-center h1 {
        font-size: 32px !important;
    }

    .icon-row-center {
        width: 100%;
    }
}

/* Centered Hero Layout for gadget_GGFF25 */
.hero-content-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    gap: 40px;
}

.hero-heading-center {
    text-align: center;
    width: 100%;
}

.hero-heading-center h1 {
    font-size: 80px;
    line-height: 1.1;
    margin: 0 auto;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    text-align: center;
}

.icon-row-center {
    position: relative;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
}

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

.icon-row-center .icon_holder ul li {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.icon-row-center .icon_holder ul li:hover {
    transform: translateY(-3px);
}

.icon-row-center .icon_holder ul li img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
    filter: invert(1);
}

@media screen and (max-width: 767px) {
    .hero-heading-center h1 {
        font-size: 36px;
        text-align: center;
    }
    
    .icon-row-center .icon_holder ul {
        gap: 12px;
    }
    
    .icon-row-center .icon_holder ul li {
        padding: 0;
    }
    
    .icon-row-center .icon_holder ul li img {
        width: 24px;
        height: 24px;
    }
}