#update-banner{
    display: none;
}

.update_your_device {
    display: flex;
    gap: 120px;
    margin-bottom: 80px;
}

.update_device_portal, .steps, .need_your_help_section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    margin-bottom: 80px;
}

.update_device_portal h3{
    margin-bottom: 16px;
}

.udp_text_section, .udp_video_section{
    flex: 1;
}

.form_title{
    font-size: 36px;
}

.breadcrum {
    padding: 24px 0;
    width: 50%;
}

.separator {
    margin: 0 16px;
}

.udp_text_section h1 {
    font-size: 36px;
}

.udp_video_section h3 {
    font-size: 20px;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    padding-bottom: 12px;
    margin: 0;
}

.upd_sub_text p, .your_device_section p {
    color: #666666;
}

.update_section_without_device h3{
    margin-bottom: 16px;
}

.video-container{
    margin-bottom: 24px;
}

.help-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio (height/width) */
    overflow: hidden;
    margin-bottom: 24px;
}

.help-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.option_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.option_list div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.option_list button {
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
    letter-spacing: 0.3px;
    margin: 16px 0;
}

.option_list button:hover {
    color: #4f4f4f;
    cursor: pointer;
}

.option_list img{
    width: 40px;
    height: 40px;
}

.option_list p{
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.option_list p:hover{
    color: #4f4f4f;
    cursor: pointer;
}

.your_device_section .radio_buttons {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

.radio_button {
    display: flex;
    gap: 8px;
    flex: 50%;
}

.radio_button img {
    width: 80px;
    height: 54px;
    align-self: center;
}

.radio_option {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* The radio_container */
.radio_container {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    align-self: anchor-center;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.checkmark {
    background-color: #E5E5E5;
}

/* When the radio button is checked, add a red background */
.radio_container input:checked~.checkmark {
    background-color: #DF1B12;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

img.product_image{
    width: 100px;
    height: 60px;
}

.product_sr_no {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.update_list {
    display: flex;
    flex-direction: column;
    max-height: 320px;
    overflow-y: auto;
}

.update_item{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 8px;
    padding-bottom: 24px;
}

.update_item:last-child{
    border-bottom: none;
}

.update_item p:first-child{
    margin-top: 0;
}

.update_item p{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
}

.update_item p>span{
    color: #DF1B12;
    font-size: 12px;
}

.update_item span{
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
    margin-left: 8px;
}

.steps_section {
    margin-bottom: 80px;
}

.steps {
    text-align: -webkit-center;
    text-align: center;
    gap: 80px;
}

.step {
    max-width: 300px;
}

.step_count {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    margin-bottom: 24px;
}

.step_count span {
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 18px;
    letter-spacing: .2px;
    color: #fff;
    font-weight: bold;
}

.step_image {
    background: #F2F2F2;
    padding: 24px;
    border-radius: 10px;
}

.step_image img {
    height: 146px;
}

.step_text {
    margin-top: 12px;
    text-align: left;
}

.step_text h5 {
    margin-bottom: 8px;
    font-size: 14px;
}

.step_text p {
    color: #666666;
    margin-top: 8px;
}

.read_faq ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.read_faq li {
    margin-bottom: 24px;
}

.read_faq a {
    box-shadow: inset 0 -1px 0 0.01px #0000, inset 0 -1px;
}

.read_faq a:hover {
    background-color: #6666661a;
    box-shadow: none;
    transition: all 0.3s;
}

.ask_chatbot button {
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #DF1B12;
    vertical-align: middle;
    cursor: pointer;    
    border: none;
    background: transparent;
    padding: 0;
}

.ask_chatbot img{
    margin-left: 8px;
}

.update_section_without_device {
    max-width: 300px;
    margin-bottom: 80px;
}

.no_device_linked p {
    border: 1px solid #DF1B12;
    padding: 12px;
    border-radius: 10px;
}

.login_error_modal {
    position: fixed; /* or absolute, depending on your layout */
    z-index: 1000;
    /* Center the modal */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Other styling */
    transition: opacity 0.4s;
}

.login_error {
    background: #fff;
    border-radius: 20px;
    max-width: 420px;
    margin: auto;
    margin-top: 400px;
    position: relative;
}

.login_error span img {
    width: 12px;
    height: 12px;
}

.login_error p {
    margin: 0 0 16px 0;
    padding: 40px 40px 0 40px;
}

.login_error button {
    margin: 0 0 40px 36px;
}

.login_error .upd_close{
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    transition: transform 0.3s;
    transform-origin: center;
    position: absolute;
    top: 16px;
    right: 16px;
}

.login_error .upd_close:hover {
    transform: rotate(90deg);
    /* transition: all 0.3s; */
}

.need_your_help_section h5, .steps_section h5 {
    font-size: 16px;
}
 
@media (max-width: 1439px) {

    .update_device_portal, .steps, .need_your_help_section{
        grid-template-columns: repeat(3, 1fr);
    }
    
}
 
@media (max-width: 768px) {

    .update_device_portal, .steps, .need_your_help_section{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
 
@media (max-width: 425px) {

    .update_device_portal, .steps, .need_your_help_section{
        grid-template-columns: repeat(1, 1fr);
        gap:40px;
    }

    .upd_sub_text p, .your_device_section p {
        margin-top: 12px;
    }

    .update_device_portal h3 {
        margin-bottom: 12px;
    }
    
}