.mid-area {
    height: stretch;
    width: 100%;
    background-color: ;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 1rem;
}

.indexuserdetail {
    width: 100%;
    background: linear-gradient(rgb(131, 131, 245), rgb(241, 217, 217));
}

.indexuserdetaila {
    text-align: center;
    letter-spacing: 0.2rem;
    padding-top: 0.5rem;
    font-size: clamp(0.8rem, 1.2rem, 1.4rem);
    color: black;
}

.indexuserdetailb {
    text-align: center;
    letter-spacing: 0.1rem;
    padding-top: 0.5rem;
    font-size: clamp(0.8rem, 1rem, 1.4rem);
    color: rgba(0, 0, 0, 0.568);
}

.indexuserdetailc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: ;
}

.indexuserdetailca {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.7rem;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
    transition: all 0.3s ease;
    margin: 1rem 0;
}

.indexuserdetailca:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.45);
}

.indexuserdetailca:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

.choosebrancat {
    width: 100%;
    background: linear-gradient(rgb(131, 131, 245), rgb(241, 217, 217));
    margin-top: 1rem;
}

.choosebrancata {
    text-align: center;
    letter-spacing: 0.2rem;
    padding-top: 0.5rem;
    font-size: clamp(0.8rem, 1.2rem, 1.4rem);
    color: black;
}

.choosebrancatb {
    text-align: center;
    letter-spacing: 0.1rem;
    padding-top: 0.5rem;
    font-size: clamp(0.8rem, 1rem, 1.4rem);
    color: rgba(0, 0, 0, 0.568);
}

.choosebrancatc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: ;
}

.choosebrancatca {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.7rem;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
    transition: all 0.3s ease;
    margin: 1rem 0;
}

.choosebrancatca:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.45);
}

.choosebrancatca:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

#choosebrancatresult {
    text-align: center;
    padding: 1rem 0;
    font-size: clamp(0.7rem, 1rem, 1.3rem);
    letter-spacing: 0.2rem;
    color: rgb(7, 7, 7);
}

.choosebrand,
.choosecat,
.choosecountry {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: ;
    margin-top: 1.5rem;
}

option {
    background-color: rgb(223, 227, 231);
    height: 10rem;
}

#choosebranda,
#choosecata,
#choosecountrya {
    height: 2rem;
    width: 22rem;
    background: linear-gradient(rgb(206, 145, 145), white);
    padding: 0.2rem;
    border-radius: 0.2rem;
}

.brancattable {
    background: linear-gradient(rgb(245, 119, 119), rgb(255, 255, 255));
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.brancattablea {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    padding: 0.5rem 0;
}

.brancattableb {
    display: flex;
    place-items: center;
    justify-content: center;
    font-size: clamp(0.7rem, 0.9rem, 1.3rem);
}

.markettrenddetail {
    padding: ;
}

.markettrenddetaila {
    background-color: #1e293b;
    border: 1px solid #334155;
    color: white;
    border-radius: 15px;
    border-left: 8px solid blue;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.7s ease;
}

.markettrenddetaila h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
    color: white;
}

.markettrenddetaila h5 {
    letter-spacing: 0.2rem;
    padding: 0.5rem 0;
    font-size: clamp(0.8rem, 1rem, 1.3rem);
    font-weight: 500;
    color: white;
}

.markettrenddetaila div {
    font-size: clamp(0.6rem, 0.9rem, 1.2rem);
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    word-spacing: 0.5rem;
    text-align: justify;
    color: white;
}

.markettrendspan {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.markettrendspan img {
    height: 20px;
    cursor: pointer;
}

.reviews-container {
    padding: 1rem;
    background-color: ;
}

.reviews-container-header {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
    color: #ffffff;
}

.review-card {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info img {
    width: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.user-info h3 {
    color: #222;
    font-size: 1rem;
}

.user-info span {
    font-size: 0.85rem;
    color: #777;
}

.rating {
    color: #f5b301;
    font-size: 1.2rem;
    font-weight: bold;
}

.review-brand-name {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #000000;
}

.review-card h4 {
    margin-bottom: 10px;
    color: #333;
}

.review-card p {
    color: #0c0606;
    line-height: 1.6;
}

.topbrand {
    background-color: rgb(238, 236, 236);
    border-radius: ;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
}

.gheader {
    font-size: 1.5rem;
    padding-top: 0.5rem;
    font-weight: 500;
    text-align: center;
}

.g2header {
    font-size: 1rem;
    color: #444444;
    padding-top: 0.5rem;
    font-weight: 500;
}

.brand1 {
    width: 100%;
    height: auto;
    background-color: white;
    padding-top: ;
    margin-top: 1rem;
    filter: drop-shadow(4px 4px 8px solid black);
    /* margin: 1rem; */
    border-radius: 0.5rem;
    transition: all 0.6s ease;
}

.topbranddesc {
    display: flex;
    padding: 0.7rem 0;
    background-color: ;
}

.brandimg img {
    height: 25px;
}

.brandimg {
    background-color: ;
    padding-left: 1.5rem;
    width: ;
    display: flex;
    place-items: center;
    object-fit: cover;
}

.hbrandname {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    height: 30%;
    background-color: ;
    padding-left: 1.3rem;
    color: black;
}

.brandend {
    display: flex;
    justify-content: center;
    place-items: center;
    margin-left: auto;
    background-color: ;
    gap: 0.8rem;
    padding: 0 0.6rem;
}

.rankbrand {
    color: #7c3aed;
    font-weight: 500;
}

.flagimg img {
    height: 17px;
}

.flagimg {
    display: flex;
    justify-content: center;
    place-items: center;
}

.crownimg img {
    height: 17px;
}

.crownimg {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    place-items: center;
}

.brand-review {
    width: 100%;
    display: flex;
}

.hbrandname {
    background-color: ;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    height: auto;
    background-color: ;
    padding-left: 1.3rem;
    color: black;
}

.hbranddetails {
    height: auto;
    width: 80%;
    background-color: ;
    color: grey;
    padding: 1.3rem 1.5rem;
    text-align: justify;
}

.thumbalign img {
    height: 20px;
}

.thumbalign {
    display: flex;
    justify-content: center;
    place-items: center;
    width: 20%;
    gap: 1rem;
    background-color: ;
}

@media (max-width: 768px) {
    .brand1 {
        height: auto;
        margin: 1rem 0;
        padding: 0.5rem;
        border-left: 6px solid blue;
    }
    .hbrandname {
        font-size: 0.8rem;
        letter-spacing: 0.08rem;
        padding-left: 0.8rem;
    }
    .hbranddetails {
        padding: 0.4rem 0.6rem;
        letter-spacing: 0.06rem;
        font-size: 0.5rem;
    }
    .indexuserdetaila {
        letter-spacing: 0.1rem;
        font-size: clamp(0.6rem, 1rem, 1.2rem);
    }
    .indexuserdetailb {
        letter-spacing: 0.05rem;
        font-size: clamp(0.5rem, 0.8rem, 1rem);
        color: rgba(0, 0, 0, 0.568);
    }
    .indexuserdetailca {
        padding: 0.3rem 0.5rem;
        font-size: 0.8rem;
        border-radius: 0.4rem;
    }
    .brancattablea {
        padding: 0.4rem 0;
    }
    .brancattableb {
        font-size: clamp(0.5rem, 0.7rem, 1rem);
    }
    #choosebranda,
    #choosecata,
    #choosecountrya {
        height: 1.7rem;
        width: 16rem;
    }
    .reviews-container {
        padding: 0.5rem;
    }
    .rating {
        font-size: 0.8rem;
    }
    .review-card {
        padding: 0.6rem;
    }
    .review-card p {
        font-size: 0.8rem;
        line-height: 1.6;
    }
    .markettrenddetail {}
    .markettrenddetaila {
        color: white;
        border-radius: 15px;
        border-left: 8px solid blue;
    }
    .markettrenddetaila h2 {
        color: white;
    }
    .markettrenddetaila h5 {
        letter-spacing: 0.3rem;
        padding: 0.5rem 0;
        font-size: clamp(0.8rem, 1rem, 1.3rem);
        font-weight: 500;
        color: white;
    }
    .markettrenddetaila div {
        font-size: clamp(0.6rem, 0.9rem, 1.2rem);
        padding: 1rem;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        word-spacing: 0.05rem;
        color: white;
        font-weight: 400;
    }
    .markettrendspan {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }
    .topbrand {
        background-color: #eef2f7;
        border-radius: 20px;
    }
    .topbrand h1 {
        font-size: 1.2rem;
        padding-top: 0.5rem;
        font-weight: 500;
        text-align: center;
    }
    .topbrand h2 {
        font-size: 0.7rem;
    }
    .brandimg img {
        height: 12px;
    }
    .brandimg {
        padding-left: 1rem;
    }
    .flagimg img {
        height: 10px;
    }
    .crownimg img {
        height: 12px;
    }
    .thumbalign img {
        height: 10px;
    }
    .rankbrand,
    .crownimg {
        font-size: 0.7rem;
    }
    .brand-review {
        flex-direction: column;
    }
    .hbranddetails {
        padding: 1rem;
        width: 100%;
        font-size: 9px;
    }
}