/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f7f8fa;
    /*display: flex;*/
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    gap: 30px;
}
form {
    display: block;
}

a {
    text-decoration: none;
}

 
h2 {
    color: #003042;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}

#one-step-back {
    margin: 0;
    cursor: pointer;
}

.progress-logo {
    margin: 30px 0;
}

.cus-wrap {
    margin-bottom: 50px;
   /* margin-top: 20px;*/
    
    width: 100%;

}


.flexed-nav {
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    align-items: start; 
    gap: 40px; 
    max-width: 800px;
    margin: 0 50px;
}

/* Container Styling */
.cus-container {
    width: 100%;
    background-color: #EDF3F1;
    padding: 50px 100px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
    max-width: 1300px;
    margin: 0 auto;
    font-family: "DM Sans";
}

.cus-container-2 {
    width: 100%;
    padding: 50px 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    
    max-width: 1300px;
    margin: 0 auto;
    font-family: "DM Sans";
}

.prograss-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0;
    position: relative;
    width: 100%;
    max-width: 750px;
    font-family: "DM Sans";
    min-width: 450px;
}

.step-title {
    font-family: "Syne";
}

/* Progress Bar Container */
.progress-bar {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    gap: 30px;
}

.circle-back {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #1e3a55; 
    background-color: #1e3a55; 
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: white; 
    transition: all 0.3s ease;
}

/* Circle Styling */
.circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #d0d0d0; 
    background-color: white; 
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #1e3a55; 
    transition: all 0.3s ease;
}

/* Active State for Circles */
.circle.active {
    background-color: #F56476; 
    border-color: #F56476; 
    color: white; 
}

/* Completed State for Circles */
.circle.completed {
    background-color: #1e3a55;
    border-color: #1e3a55;
    color: white;
}

/* Connecting Lines */
.line {
    flex-grow: 1;
    height: 3px;
    background-color: #d0d0d0; 
    position: relative;
    z-index: 0;
    transition: background-color 0.3s ease;
}

/* Active Line */
.line.active {
    background-color: #1e3a55; 
}

/* Label Text */
.label {
    position: absolute;
    top: 50px;
    font-size: 14px;
    color: #6c757d; 
    text-align: center;
    width: 80px;
}

.circle.active .label,
.circle.completed .label {
    color: #1e3a55; 
}



.container--second {
    position: relative;
    z-index: 10000;
}

.container--second .container__items {
    width: 400px;
}

    .container--second::after {
        content: "Kampanje";
        position: absolute;
        top: 0;
        right: -10px;
        
        background-color: #F56476;
        border-radius: 6px;
        padding: 8px 16px;
        color: white;

    }


/* Option Styling */
.options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 2px solid rgba(0, 49, 66, 0.55);
    border-radius: 8px;
    background-color: #ffffff;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
    gap: 16px;
}

.option:hover {
    background-color: #f0f8ff; 
}

.option.selected {
    border: 5px solid #346070;
}

/* Option Content */
.option-content {
    flex-direction: row;
    display: flex; 
    gap: 16px; 
    align-items: center;
}

.option-content p {
    color: #3E3E3E;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.18px;
    margin-bottom: 0 !important;
    text-align: left;
}

.speed {
    font-size: 18px;
    background: #003142;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    flex-shrink: 0;
}

.price-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    gap: 15px;
    justify-content: center;
}

.quantity {
    color: #003142;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    flex-shrink: 0;
    
}

.price {
    color:#003142;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    flex-shrink: 0;
    width: 170px;
}

.select-button {
    padding: 6px 12px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: none;
}

/* Buttons */
.next-button, .prev-button,  .secondary-button, .home-button {
    background-color: #003142;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 38px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px !important;
    margin-bottom: 10px;
    font-family: 'Poppins';
    color:#ffffff;
    width: 50%;
    max-width: 224px;
}

.secondary-button {
    background-color: transparent;
    color: #003142;
    border: 2px solid #003142;
}

.secondary-button:hover {
    background-color: #e0f3ff;
}

.col-span-2 {
    grid-column: span 2 / span 2;
    flex-direction: row !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.secondary-button1 {
    background-color: transparent;
    color: #003142;
    border: 2px solid #003142;
    border-radius: 40px;
    padding: 10px 12px;
    width: 120px;
}

.home-button {
    background-color: #1e3a55;
    color: white;
    border: none;
}

.home-button:hover {
    background-color: #005bb5;
}

button:focus {
    background-color: #003142 !important;
    border-color: #003142 !important;
    color: #fff !important;
}

button:hover {
    background-color: #003142 !important;
    color: #fff !important;
}

.button-group {
    margin-top: 40px;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row;
}

#step1-next-button {
    margin-top: 40px !important; 
}
.option-router-1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 2px solid rgba(0, 49, 66, 0.55);
    border-radius: 8px;
    background-color: #ffffff;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
    gap: 16px;
}

.option-router-1:hover {
    background-color: #f0f8ff;
}




.router-option {
    flex-direction: row;
    width: 100%;
    background-color: #fff;
    max-width: 460px;
    margin: 30px auto;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.router-option:hover {
        background-color: #f0f8ff;
    }

.router-option.selected {
        border: 5px solid #346070;
    }

img.router-img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.router-content {
    padding: 20px;
    gap: 20px;
}

.router-content h3 {
    color: #003142;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.router-content p {
    color: #003142;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

/* TV Options Section */
.tv-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
}

.tv-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.tv-card:hover {
    cursor: pointer;
}

.tv-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 15px;
}

.tv-basic-image {
    border-radius: 15px 15px 15px 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basic-img-card {
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 20px;
}

.tv-title {
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    background-color: #003142; 
    padding: 10px 15px;
    border-radius: 40px;
    width: fit-content;
    margin: -22px auto 10px auto;
}

.tv-title-basic {
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    background-color: #003142; 
    padding: 10px 15px;
    border-radius: 40px;
    width: fit-content;
    margin: 20px auto 10px auto;
}

.old-tv-price {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #A4A4A4;
    margin-bottom: 8px;
    letter-spacing: -0.36px;
    border-radius: 5px;
    padding: 5px 7px;
}

.tv-price {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #003142;
    margin-bottom: 35px;
    letter-spacing: -0.36px;
    border-radius: 5px;
    background: rgba(231, 246, 242, 0.5);
    padding: 5px 7px;
}

.mnd {
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.tv-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #003142;
    margin-bottom: 15px;
    margin-top: 20px;
    letter-spacing: -0.24px;
    padding: 0 20px;
    text-align: left;
}

.tv-included {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 6px 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.tv-included span {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    background-color: #003142;
    color: #003142;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    height: 100%;
    padding: 0.25em;
    margin: auto;
}

.tv-included-2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 10px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.tv-included-2 span {
    border-radius: 5px;
    font-size: 14px;
    color: #003142;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    height: fit-content;
}

.tv-included span img {
    width: 100%;
}

.tv-included-2 span img {
    width: 100%;
}

.addon-item {
    min-height: 1em;
}


.flex-2 {
    font-family: Syne;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flex-2-orange {
    color: #F37D34;
}

.flex-2-bold {
    color: #F37D34;
    font-size: 30px;
    font-family: Syne;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tv-description1 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

.tv-description2 {
    margin: 40px 0 50px;
    text-align: left;
    padding-left: 20px;
    color: #003042;
}

.select-package {
    /*background-color: #1A5164;*/
    background-color: white;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #1A5164;
    width: 120px;
}

.select-package:hover {
    background-color: #005063; 
}



.select-package.selected {
    background-color: #005063;
    color: white;
}


.select-package-container-2 {
    margin: 40px 0;
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
}

/* Selected TV Card Styling */
.tv-card.selected-package {
    border: 4px solid #346070; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    border-radius: 19px;
    transform: scale(1.02); 
}



.channelItem {
    
    padding: .1875rem;
    
    justify-content: center;
    align-items: center;
    border: 1px solid #081429;
    background-color: #081429;
}


/* Number Input*/
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: none;
    display: inline-flex;
    padding: 20px;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input button:hover {
    background-color: transparent !important;
}
.number-input button:focus {
    background-color: transparent !important;
}

.number-input input[type=number] {
        width: 100%;
        padding: 12px 15px;
        border-top: 2px solid rgba(0, 49, 66, 0.55);
        border-bottom: 2px solid rgba(0, 49, 66, 0.55);
        border-radius: 8px;
        outline: none;
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #003042;
        transition: border-color 0.3s ease;
}


/* Form Section Styling */
#personal-info-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #003042;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-bottom: 2px solid rgba(0, 49, 66, 0.55);
    border-radius: 8px;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #003042;
    transition: border-color 0.3s ease;
}


input::placeholder {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus {
    border-color: #003042;
    box-shadow: 0 0 0 3px rgba(0, 48, 66, 0.2);
}

/* Date Picker Container */
.date-picker-container {
    position: relative;
    width: 100%;
}

.date-picker {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #003042;
    transition: border-color 0.3s ease;
    background-color: white;
    cursor: pointer;
    /* padding-left: 40px;  */
}

.date-picker:focus {
    border-color: #003042;
    box-shadow: 0 0 0 3px rgba(0, 48, 66, 0.2);
}

.date-picker::placeholder {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
}

/* Calendar Icon Styling */
.calendar-icon {
    position: absolute;
    left: 10px;
    top: 40%;
    transform: translateY(-40%);
    pointer-events: none;
    scale: 0.8;
}


.calendar-icon-step5-2 {
    position: absolute;
    left: 10px;
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
}

.calendar-icon-step5 {
    position: absolute;
    left: 10px;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
}
.internet-icon {
    position: relative;
    margin-bottom: 40px;
}
.internet-icon2 {
    position: relative;
}
#step5-next-button {
    margin-top: 30px !important;
}

/* Next Button */
.next-button {
    background-color: #003042;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 60px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    border: 2px solid #003142;
}

.next-button:hover {
    background-color: #005063;
}

/* Prev Button */
.prev-button {
    background-color: #a7bbc4;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 60px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    border: 2px solid #003142;
}
.prev-button:hover {
    background-color: #005063;
    color: white;
}

/* Step 6 Summary Styling */
.summary-products {
   margin-bottom: 40px;
}

.summary-products h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #003042;
    margin-bottom: 15px;
}

/* Product Card Common Styling */
.product-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 49, 66, 0.55);

}

.product-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.speed-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #003142;
    color: white;
    border-radius: 40px;
    width: 150px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#summary-tv-package.tv-title {
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #111111;
    background-color: #00314200; 
}

p#summary-speed-description {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #000;
    font-family: 'DM Sans';
}

p#summary-tv-description {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.tv-card-summary-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.details {
    flex-grow: 1;
    text-align: left;
}

.details p {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #333333;
}

.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #003042;
}

.product-card .details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-card .details .description {
    font-size: 14px;
    color: #6C757D;
    margin-top: 5px;
}

.product-card.selected {
    border: 3px solid #346070;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
}

.product-car.tv-card:hover {
    cursor: unset !important;
}

.summary-allente {
    background: #F37D34;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 20px;
    margin:0 10px;
}

/* Additional Information & Summary Payment Section Styling */
.additional-information,
.summary-payment {
    background-color: #ffffff; 
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); 
    margin-bottom: 40px; 
    font-family: 'Poppins', sans-serif;
    line-height: 1.6; 
    border-bottom: 2px solid rgba(0, 49, 66, 0.55);
}

/* Section Headings */
.additional-information h3,
.summary-payment h3 {
    color: #003042; 
    font-size: 20px; 
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left; 
}

/* Paragraph Styling */
.additional-information p {
    color: #3E3E3E; 
    font-size: 14px; 
    margin-bottom: 15px;
    line-height: 1.8; 
    text-align: left;
    font-family: 'DM Sans';
}

/* Checkbox Container */
.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #346070;
}

.checkbox-container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #003042; 
}

/* Payment Table Styling */
.payment-table {
    width: 100%;
    border-collapse: collapse; 
    margin: 5px 0px 30px 0px;
    font-size: 14px;
    text-align: left;
    font-family: "DM Sans";
    padding: 0px 15px;
}

/* Table Header (Left Column) */
.payment-table th {
    color: #000; 
    font-weight: 500;
    padding: 10px 0px; 
    font-size: 15px;
    text-align: left; 
}

/* Table Data (Right Column) */
.payment-table td {
    color: #000; 
    padding: 10px 0px; 
    font-weight: 400;
    font-size: 12px;
    text-align: right; 
}

.payment-table tr {
    border-bottom: 1px solid #dcdcdc; 
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .next-button, .secondary-button, .home-button, .prev-button {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .product-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .product-price {
        align-self: flex-end;
        margin-top: 10px;
    }

    .tv-basic-image {
        border-radius: 15px 15px 0px 0px;
        height: 100%;
    }

    .sm-hide {
        display: none;
    }

    .button-group {
        flex-direction: column-reverse;
        gap: 0;
        
    }

    .progress-logo {
        margin: 0;
    }
}

/* Thank You Page Styling */

.thank-you-errormessage {
    background-color: orange;
    color: black;
    padding: 50px 20px;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.thank-you-message {
    background-color: #003142;
    color: white;
    padding: 50px 20px;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto 20px auto;
}


.thank-you-message h2, .thank-you-errormessage h2 {
    max-width: 500px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto 10px auto;
}

.thank-you-message p, .thank-you-errormessage p {
    max-width: 500px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    margin: auto;
}

.thank-you .form-group{
    text-align: left;
    padding: 15px;
}
.thank-you .form-group label {
        padding-bottom: 5px;
    }

.step4 .form-group {
    text-align: left;
    padding: 10px;
}

.step4 .form-group label {
    padding-bottom: 5px;
}



/* Accordion Styling */
.accordion-toggle {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #003042;
    transition: transform 0.3s;
}

.accordion-toggle.active span {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}

.tv-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.channel-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.channel-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #f0f0f0;
    padding: 5px;
}

.mobile-prograss-nav {
    display: none;
    width: 100%;
    margin: 30px 0;
}

/* Responsive Design Enhancements */
@media (max-width: 768px) {
    .cus-container {
        padding: 30px 20px;
        margin-top: 20px;
    }

    .progress-bar {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        padding: 0 30px;
    }

    .mobile-prograss-nav {
        display: block;
    }

    #one-step-back {
        margin: 0;
    }

    .flexed-nav {
        margin: 0;
    }

    .tv-options {
        flex-direction: column;
        gap: 20px;
    }

    .tv-card {
        width: 100%;
    }

    .option-router-1 {
        display: none;
        flex-direction: column;
        position: relative;
    }

    .option {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .option-content p {
        text-align: center;
    }

    .options {
        gap: 50px;
        margin-top: 40px;
    }

    .option-content {
        flex-direction: column;
    }

    .price-container {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    span.price {
        width: 100%;
    }

    .speed {
        text-align: center;
        margin: 0 auto;
        margin-top: -50px;
    }

    .prograss-nav {
        margin: 0 0 30px 0;
    }

    .product-content {
        flex-direction: column;
    }

    .product-card .details {
        text-align: center;
    }

    .product-price {
        align-self: center;
    }

    .tv-card-summary-content {
        flex-direction: column;
    }

    .product-price {
        align-self: center;

    }

    .tv-indicator {
        display: flex;
        flex-direction: column;
    }

    #summary-tv-package.tv-title {
        margin-top: 20px;
    }
    
   .tv-card-summary-content {
    position: relative;
    padding-bottom: 50px;
   }

   .accordion-toggle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
   }

   .tv-options {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
        margin: 60px auto;
    }

    .col-span-2 {
        grid-column: span 1 / span 1;
        flex-direction: column !important;
        gap: 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));    
    }

    .basic-img-card {
        width: 100%;
        height: 160px;
        padding: 0;
    }

    .tv-basic-image {
        border-radius: 15px 15px 0px 0px;
        height: 100%;
    }

    .tv-title-basic {
        margin: 20px auto 10px auto;
        margin: -22px auto 10px auto;
    }
}

@media (min-width: 1024px) {
    .select-button {
        display: block;
    }

    .tv-options {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px;
        margin: 60px auto;
    }

    .col-span-2 {
        grid-column: span 1 / span 1;
        flex-direction: column !important;
        gap: 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .basic-img-card {
        width: 100%;
        height: 160px;
        padding: 0;
    }

    .tv-title-basic {
        margin: -22px auto 10px auto;
    }

    .tv-basic-image {
        border-radius: 15px 15px 0px 0px;
        height: 100%;
    }
}