@media (max-width: 1480px) {
    .about_crucial p {
    font-size: 17px;
    line-height: 27px;
}
    .crucial_tags ul li {
    font-size: 11px;
}
    body h2 {
        font-size: 32px;
        line-height: 42px;
    }
    body h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .micron_heading span.head_line {
        height: 5px;
        width: 100%;
    }

.micron_heading {
    display: grid;
    grid-template-columns: 60px 1fr;
}
body h3 {
    font-size: 22px;
}
.ssd_batch {
    font-size: 12px;
}
.ssd_iten_inner {
    height: 176px;
}
a.read_more .ssd_bt_icon {
    height: 32px;
    width: 32px;
}
.ssd_bt_icon svg {
    width: 14px;
}
body p {
    font-size: 13px;
    line-height: 21px;
}
.faq_box ul li{
    font-size: 13px;
    line-height: 21px;
}
.faq_number {
    display: none;
}
.faq_steps li:before {
    width: 22px;
    height: 22px;
    font-size: 12px;
}
.end_sec_row {
    display: grid;
    grid-template-columns: 1fr 34%;
}
    a.cta_main {
        font-size: 14px;
        padding: 6px 24px;
    }
    .end_sec_ctas {
        column-gap: 14px;
    }
    .end_sec_ctas a.cta_main {
        width: 100%;
        text-align: center;
    }
    .end_sec_content p {
        font-size: 22px;
        line-height: 32px;
    }
    .header_nav ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .logo img {
        width: 135px;
    }
    .header_nav nav ul {
    column-gap: 42px;
}
.dram_top_tag {
    color: #fff;
    background: #0068FF33;
    font-size: 11px;
    padding: 12px 16px;
    line-height: 1;
    border-radius: 40px;
    width: fit-content;
    margin-bottom: 12px;
}
.dram_tags ul li {font-size: 11px;}
.dram_cont_main p {margin-bottom: 16px;}
.dram_description {
    margin: 20px 0px;
    width: 85%;
}
body h4 {
    font-size: 15px;
    line-height: 25px;
}
.dram_usps {
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.du_cont p {
    font-size: 13px;
    line-height: 1;
}
.video_box_content h3 {
    font-size: 18px;
    line-height: 28px;
}
.padding {
    padding: 72px 0px;
}
.footer_logo img {
    width: 134px;
}
.footer_nav h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer_nav ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.policies_links a {
    font-size: 13px;
    color: #fff;
}
.copyright {
    padding-bottom: 40px;
}
.dram_usp_box {
    transition: all 0.3s ease;
    padding: 10px 4px;
    border-radius: 8px;
}
.dram_usps ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.dram_tag span {
    font-size: 24px;
    margin-bottom: 4px;
}
    }



/* Mobile Menu Toggle Button - Only visible below 992px */
.mobile_menu_toggle {
    display: none; /* Hidden by default on desktop */
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 10000;
}

/* Show toggle button below 992px */
@media (max-width: 991px) {
    .offer_banner_content h2 {
    font-size: 24px;
    line-height: 34px;
}
.offer_banner_content p {
    font-size: 18px;
    line-height: 28px;
}
table.rewards_table * {
    font-size: 13px;
    line-height: 23px;
}
    .ssd_grid ul {
    grid-template-columns: repeat(2, 1fr);
    }
        .micron_heading {
        align-items: flex-start;
    }
    span.head_line {
    margin-top: 16px;
}

    .dram_usps ul {
        grid-template-columns: 1fr 1fr;
    }
    .dram_usps ul {
        grid-template-columns: 1fr 1fr;
    }
    .du_icon img {
    width: 40px;
}
.du_icon {
    display: flex;
}
section#external-ssd .dram_row {
    display: flex;
    flex-direction: column-reverse;
}
.crucial_grid > ul {
    grid-template-columns: 1fr;
}
.dram_row {
    grid-template-columns: 1fr;
}
.end_sec_row {
    grid-template-columns: 1fr;
}
    .mobile_menu_toggle {
        display: block;
    }
    .header_nav nav ul li a.cta_main {
    background: transparent;
}
    .header_nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background: var(--dark-grey);
        transition: all 0.3s ease;
        z-index: 9999;
        padding: 60px 0 0 0;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    }
    
    .header_nav.active {
        left: 0;
    }
    
    .header_nav nav ul {
        flex-direction: column;
        gap: 0;
    }
    
    .header_nav nav ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .header_nav nav ul li a {
        display: block;
        padding: 15px 25px;
    }
    
    /* Overlay for Mobile Menu */
    .menu_overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999;
    }

    body.menu-open .menu_overlay {
        display: block;
    }
    
    body.menu-open {
        overflow: hidden;
    }
}

/* Toggle button hamburger icon */
.mobile_menu_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.mobile_menu_toggle span:nth-child(1) {
    top: 0px;
}

.mobile_menu_toggle span:nth-child(2), .mobile_menu_toggle span:nth-child(3) {
    top: 10px;
}

.mobile_menu_toggle span:nth-child(4) {
    top: 20px;
}

.mobile_menu_toggle.active span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.mobile_menu_toggle.active span:nth-child(2) {
    transform: rotate(45deg);
}

.mobile_menu_toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.mobile_menu_toggle.active span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

@media (max-width: 1199px) {
        .dram_usps ul {
        grid-template-columns: 1fr;
    }
    .crucial_tags ul {
    display: flex;
    column-gap: 8px;
    row-gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
}

@media (max-width: 767px) {
        .padding {
        padding: 45px 0px;
    }
     .micron_heading {
        display: flex;
        flex-direction: column-reverse;
        align-items: baseline;
    }
span.head_line {
    display: none !important;
}

.crucial_price {
    flex-direction: column;
    row-gap: 24px;
}
    .dram_description {
        width: 100%;
    }
    .dram_usps ul {
    grid-template-columns: 1fr;
}
.du_icon img {
    width: 64%;
    margin: auto;
}
.du_icon {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.dram_price {
    flex-direction: column;
    align-items: baseline;
    row-gap: 24px;
}
    .end_sec_content p {
        font-size: 20px;
        line-height: 30px;
    }
    section#external-ssd .dram_row {
    display: flex;
    flex-direction: column-reverse;
}
}
@media (max-width: 576px){
        body h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .crucial_box {
    padding: 12px;
}
    body h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .crucial_tags ul , .dram_tags ul {
    list-style: disc;
    padding-left: 16px;
}
.crucial_tags ul li , .dram_tags ul li{
    background: transparent;
    line-height: 1.5;
    padding: 0;
}
.crucial_tags ul li::marker , .dram_tags ul li::marker {
    color: var(--blue);
}
.owl-nav {
    display: none !important;
}
.end_sec_ctas a {
    width: auto;
}
.end_sec_ctas {
    flex-direction: column;
    row-gap: 12px;
}
.read_more {
    font-size: 16px;
    line-height: 1;
}
.dram_row {
    padding: 12px;
}
.dram_tag {
    display: none;
}
.dram_row {
    padding: 12px;
    gap: 24px;
}
    .end_sec_content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    .footer_new_inner {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
    align-items: baseline;
}
.end_sec_ctas a.cta_main {
    width: auto;
}
.logo img {
    width: 112px;
}
.footer_logo {
    margin-bottom: 22px;
}
.ssd_grid ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .ssd_grid_image img.mobile, section.hero_banner img.mobile {
    display: block;
}
.ssd_grid_image img.dekstop , section.hero_banner img.dekstop {
    display: none;
}
.crucial_tags ul , .dram_tags ul {
    flex-direction: column;
}
}


