* {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.section_first {
    background: linear-gradient(90deg, rgba(104, 127, 151, 1) 0%, rgba(6, 22, 25, 1) 87%);
    width: 100%;
    height: auto;
}

.face_heading {
    color: white;
    font-size: 3.5em;
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.face_tagline {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
}

.duo_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;

}

.custom-text-primary {
    padding: 10px 0px;
}


.left_container {
    width: 50%;
    border-right: 1px solid #ffffff;
    padding: 20px 0px;
}

.right_container {
    width: 40%;
}

.custom-text-primary {
    color: white;
    text-align: center;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    /* border-radius: 5px; */
    padding: 5px 25px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    margin-top: 20px;
}

.btn-14 {
    background: rgb(255, 151, 0);
    border: none;
    z-index: 1;
}

.btn-14:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-14:hover {
    color: #000;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-14:active {
    top: 2px;
}

input[type=file] {
    /* padding: 10px; */
    border: 1px solid #ffffff;
}

.custom_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom_form input[type=file]::file-selector-button {
    border: none;
    background-color: #ff9700;
    color: #ffffff;
    font-weight: 600;
    border-right: 1px solid #ffffff;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}

input[type=file]::file-selector-button:hover {
    background-color: #eaf818;
    color: #000;
}

.input_width {
    width: 60%;
    color: white;
}

/* Scanner CSS */

.scanner_container {
    position: relative;
    height: 50vh;
    padding: 25px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container {
    position: relative;
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.suggestion-link>a:hover {
    font-size: large;
}

.image-container img {
    display: block;
    position: relative;
    max-width: 170px;
    width: 100%;
    height: auto;
    top: 12px;
    border-radius: 50px;
    max-height: 230px;
    margin: 0 auto;
    object-fit: cover;
}

.ocrloader {
    /* position: ; */
    width: 200px;
    height: 100%;
    padding: 14px;
    left: 0;
    top: 0;
    outline-offset: 10px;
    pointer-events: none;
    /* margin: 20px; */
}


.ocrloader span::before {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 4%;
    width: 5px;
    height: 90%;
    background: #18c89b;
    box-shadow: 0 0 50px 10px #18c89b;
    clip-path: inset(0);
    animation:
        x 1s ease-in-out infinite alternate,
        y 2s ease-in-out infinite;
}

.ocrloader p::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #18c89b;
    position: relative;
    right: 4px;
}

.ocrloader p {
    color: #18c89b;
    position: absolute;
    bottom: -30px;
    left: 25%;
    font-size: 16px;
    font-weight: 600;
    animation: blinker 1s linear infinite;
    font-family: sans-serif;
    text-transform: uppercase;
    margin: auto;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
    border-color: #18c89b;
    content: "";
    position: absolute;
    width: 45px;
    height: 46px;
    border-style: solid;
    border-width: 0px;
}

.ocrloader:before {
    left: 0;
    top: 0;
    border-left-width: 5px;
    border-top-width: 5px;
    border-radius: 5px 0 0 0;
}

.ocrloader:after {
    right: 0;
    top: 0;
    border-right-width: 5px;
    border-top-width: 5px;
    border-radius: 0 5px 0 0;
}

.ocrloader em:before {
    left: 0;
    bottom: 0;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-radius: 0 0 0 5px;
}

.ocrloader em:after {
    right: 0;
    bottom: 0;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-radius: 0 0 5px 0;
}

@keyframes move {

    0%,
    100% {
        transform: translateY(190px);
    }

    50% {
        transform: translateY(0%);
    }

    75% {
        transform: translateY(160px);
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes x {
    to {
        transform: translateX(-100%);
        left: 100%;
    }
}

@keyframes y {
    33% {
        clip-path: inset(0 0 0 -100px);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    83% {
        clip-path: inset(0 -100px 0 0);
    }


}

/* Gender Selection Styles */
.gender-selection {
    margin: 20px 0;
    text-align: center;
}

.gender-title {
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.gender-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.gender-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.gender-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.gender-option input[type="radio"] {
    display: none;
}

.gender-option input[type="radio"]:checked+.gender-label {
    font-weight: bold;
}

.gender-option:has(input[type="radio"]:checked) {
    background-color: #18c89b;
    border-color: #18c89b;
    box-shadow: 0 4px 15px rgba(24, 200, 155, 0.3);
}

.gender-label {
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: font-weight 0.3s ease;
}

/* Separate Recommendation Sections Styles */
.beard-recommendations-section,
.hairstyle-recommendations-section,
.glasses-recommendations-section {
    background: linear-gradient(90deg, rgba(104, 127, 151, 1) 0%, rgba(6, 22, 25, 1) 87%);
    width: 100%;
    padding: 40px 0;
    margin-top: 0;
}

.recommendation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.recommendation-title {
    color: white;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.recommendation-title .face-shape-text {
    color: #18c89b;
    font-weight: 700;
}

.recommendation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    justify-items: center;
    align-items: start;
}

.recommendation-item {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 280px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.recommendation-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(24, 200, 155, 0.3);
    border-color: #18c89b;
    background-color: rgba(255, 255, 255, 0.2);
}

.recommendation-item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.recommendation-item .item-name {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-top: 10px;
    line-height: 1.2;
    text-align: center;
    padding: 0 5px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    hyphens: auto;
    overflow-wrap: break-word;
    overflow: hidden;
}

.no-images-message,
.loading-message {
    grid-column: 1 / -1;
    text-align: center;
    color: #ccc;
    font-style: italic;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px dashed #666;
}

.loading-message {
    color: #18c89b;
    border-color: #18c89b;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* Additional text handling for recommendation items */
.recommendation-item .item-name {
    /* Handle very long text gracefully */
    max-width: 100%;
    word-break: break-word;
}

/* Ensure consistent grid item heights */
.recommendation-grid {
    align-items: stretch;
}

.recommendation-grid .recommendation-item {
    height: 100%;
}

/* Responsive Design for Gender Selection and Recommendations */
@media (max-width: 1024px) {
    .recommendation-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 600px;
    }

    .recommendation-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .gender-options {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .gender-option {
        width: 200px;
        justify-content: center;
    }

    .recommendation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 350px;
    }

    .recommendation-item {
        height: 220px;
        width: 100%;
        max-width: 160px;
        padding: 15px;
    }

    .recommendation-item img {
        width: 130px;
        height: 130px;
    }

    .recommendation-item .item-name {
        font-size: 13px;
        height: 50px;
        padding: 0 3px;
    }

    .recommendation-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .recommendation-container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .recommendation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 300px;
    }

    .recommendation-item {
        height: 200px;
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
        padding: 12px;
    }

    .recommendation-item img {
        width: 110px;
        height: 110px;
    }

    .recommendation-item .item-name {
        font-size: 12px;
        height: 45px;
        padding: 0 2px;
        line-height: 1.1;
    }

    .recommendation-title {
        font-size: 1.5em;
    }
}

/* Enhanced Face Shape Result Card - Compact Design */
.primary-result-card {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 5px 20px;
    margin: 10px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    border: 2px solid #18c89b;
}

/* Best Match Badge - Prominent Design */
.best-match-badge {
    position: absolute;
    top: -8px;
    right: 15px;
    background: #18c89b;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 12px rgba(24, 200, 155, 0.4);
    z-index: 10;
    text-transform: uppercase;
}

/* Shape Result Content */
.shape-result-content {
    text-align: center;
    margin-top: 10px;
}

.primary-shape-name {
    font-size: 1.4em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.primary-shape-percentage {
    font-size: 1.8em;
    font-weight: 700;
    color: #18c89b;
    margin-bottom: 10px;
}

/* Confidence Bar - Simplified */
.confidence-bar {
    width: 100%;
    height: 8px;
    background-color: rgba(24, 200, 155, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}

.confidence-fill {
    height: 100%;
    background: #18c89b;
    border-radius: 4px;
    transition: width 2s ease-in-out;
}

/* Suggestion Navigation Section */
.suggestion-navigation {
    margin: 30px 0;
    text-align: center;
}

.suggestion-navigation h3 {
    color: white;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
}

.nav-buttons-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.male-nav-buttons,
.female-nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

/* Navigation Buttons */
.nav-button {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px solid rgba(79, 172, 254, 0.3);
    border-radius: 12px;
    padding: 7px 10px;
    margin: 2px 0px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
}

.nav-button:hover {
    transform: translateY(-8px);
    border-color: #18c89b;
    box-shadow: 0 12px 35px rgba(24, 200, 155, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}

.nav-button:active {
    transform: translateY(-1px);
}

/* Navigation Button Content */
.nav-icon {
    font-size: 1.2em;
    margin-right: 8px;
    flex-shrink: 0;
}

.nav-text {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.nav-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-subtitle {
    font-size: 10px;
    opacity: 0.8;
    line-height: 1.1;
    white-space: nowrap;
}

.nav-arrow {
    font-size: 1em;
    margin-left: 6px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.nav-button:hover .nav-arrow {
    transform: translateX(5px);
}

/* Hover Effect Animation */
.nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.nav-button:hover::before {
    left: 100%;
}

/* Other Shapes Section */
.other-shapes-section {
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.other-shapes-section h3 {
    color: white;
    font-size: 1.2em;
    margin-bottom: 15px;
    text-align: center;
}

.other-shapes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.other-shape-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    border: 2px solid #18c89b;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.other-shape-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(24, 200, 155, 0.3);
}

.other-shape-name {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.other-shape-percentage {
    display: block;
    color: #18c89b;
    font-size: 16px;
    font-weight: 600;
}

/* Responsive Design for Enhanced Result Card and Navigation */
@media (max-width: 768px) {
    .primary-result-card {
        padding: 12px 15px;
        margin: 10px auto;
        width: 95%;
        max-width: 260px;
    }

    .primary-shape-name {
        font-size: 1.2em;
    }

    .primary-shape-percentage {
        font-size: 1.5em;
    }

    .best-match-badge {
        top: -6px;
        right: 12px;
        padding: 4px 12px;
        font-size: 10px;
    }

    .other-shape-name {
        font-size: 16px;
    }

    .nav-buttons-container {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .nav-button {
        width: 100%;
        max-width: 300px;
        padding: 10px 12px;
        margin: 0 auto;
    }

    .nav-title {
        font-size: 12px;
    }

    .nav-subtitle {
        font-size: 9px;
    }

    .nav-icon {
        font-size: 1em;
        margin-right: 6px;
    }

    .other-shapes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .scanner_container {
        padding: 20px 15px;
    }

    .image-container {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .primary-result-card {
        padding: 10px 12px;
        border-radius: 10px;
        width: 95%;
        max-width: 240px;
        margin: 10px auto;
    }

    .primary-shape-name {
        font-size: 1.1em;
    }

    .primary-shape-percentage {
        font-size: 1.3em;
    }

    .best-match-badge {
        top: -5px;
        right: 10px;
        padding: 3px 10px;
        font-size: 9px;
        border-radius: 15px;
    }

    .other-shape-name {
        font-size: 15px;
    }

    .other-shape-percentage {
        font-size: 14px;
    }

    .nav-buttons-container {
        flex-direction: column;
        gap: 8px;
        max-width: 280px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .nav-button {
        padding: 10px 12px;
        min-width: auto;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .nav-title {
        font-size: 12px;
    }

    .nav-subtitle {
        font-size: 9px;
    }

    .nav-icon {
        font-size: 1em;
    }

    .other-shapes-grid {
        grid-template-columns: 1fr;
    }

    .scanner_container {
        padding: 15px 10px;
        min-height: 220px;
    }

    .image-container {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 180px;
    }
}

.animation_player {
    padding: 33px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.animation_player dotlottie-player {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.loader_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.trio_inside {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* CSS for Result Container */
.result_container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 400px;
    margin: auto;
    color: #ffffff;
    text-align: center;
}

.result_container h3 {
    color: white;
    margin: 10px 0px;
}

.analysis_results {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.shape-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.error_display {
    text-align: center;
    color: #ffd536;
}

.shape-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 95%;
    margin: 5px;
}

.shape-name {
    font-size: 20px;
    font-weight: bold;
    color: hsl(61, 100%, 50%);
    margin-bottom: 5px;
}

.shape-percentage {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* For Responsive */
@media (max-width : 1080px) {
    .duo_container {
        flex-direction: column-reverse;
        padding: 20px;
    }

    .left_container {
        border: none;
        padding: 0px;
        width: 100%;
    }

    .section_first {
        height: auto;
    }

    .face_tagline {
        margin-top: 15px;
    }

    .animation_player {
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .error_display {
        margin-top: 10px;
    }

    .custom_form {
        margin-top: 10px;
    }

    .custom-text-primary {
        font-size: 1.25em;
    }

    .scanner_container {
        height: auto;
        min-height: 300px;
        padding: 20px 0;
    }

    .right_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .result_container {
        margin-top: 20px;
        width: 95%;
        max-width: 400px;
    }

    .shape-item {
        width: 92%;
        margin: 5px auto;
    }

    .input_width {
        width: 90%;
        max-width: 300px;
        color: white;
    }

    .image-container {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .image-container img {
        max-width: 150px;
        max-height: 200px;
    }

    .ocrloader {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .duo_container {
        padding: 15px;
    }

    .input_width {
        width: 95%;
        max-width: 280px;
        color: white;
    }

    .face_heading {
        font-size: 2.2em;
        padding: 30px 15px 0px 15px;
    }

    .face_tagline {
        font-size: 16px;
        padding: 0 15px;
    }

    .custom-text-primary {
        font-size: 18px;
        margin-bottom: 0px !important;
        padding: 0 15px;
    }

    .error_display {
        font-size: 14px;
        padding: 0 15px;
    }

    .result_container {
        width: 95%;
        max-width: 350px;
        padding: 15px;
        margin: 20px auto;
    }

    .scanner_container {
        min-height: 250px;
        padding: 15px 0;
    }

    .image-container {
        width: 100%;
        max-width: 200px;
    }

    .image-container img {
        max-width: 120px;
        max-height: 160px;
        border-radius: 30px;
    }

    .ocrloader {
        width: 150px;
        padding: 10px;
    }

    .animation_player {
        padding: 10px 0;
    }

    .custom_form {
        padding: 0 15px;
    }

    .custom-btn {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }

    .shape-item {
        width: 95%;
        margin: 8px auto;
        padding: 12px;
    }

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

    .shape-percentage {
        font-size: 14px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .face_heading {
        font-size: 2em;
        padding: 25px 10px 0px 10px;
    }

    .face_tagline {
        font-size: 14px;
        padding: 0 10px;
    }

    .duo_container {
        padding: 10px;
    }

    .custom-text-primary {
        font-size: 16px;
        padding: 0 10px;
    }

    .input_width {
        width: 98%;
        max-width: 260px;
    }

    .result_container {
        width: 98%;
        max-width: 320px;
        padding: 12px;
    }

    .primary-result-card {
        width: 98%;
        max-width: 300px;
        padding: 12px;
    }

    .image-container {
        max-width: 160px;
    }

    .image-container img {
        max-width: 100px;
        max-height: 140px;
        border-radius: 25px;
    }

    .ocrloader {
        width: 130px;
        padding: 8px;
    }

    .nav-buttons-container {
        max-width: 260px;
        padding: 0 10px;
    }

    .custom-btn {
        width: 110px;
        height: 36px;
        font-size: 13px;
        padding: 4px 20px;
    }

    .scanner_container {
        min-height: 200px;
        padding: 10px 5px;
    }

    .animation_player dotlottie-player {
        width: 250px !important;
        height: 250px !important;
    }
}
