html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*{
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    font-size: 16px;
}
body {
    line-height: 1;
    background: #DEDFFF;
    font-family: "Roboto", sans-serif;
    color: #000000;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:root {
    --dark-blue: #010367;
    --dark-gray: #3D4656;
    --gray: #535353
}
.container-big{
    max-width: 1360px;
    margin: 0 auto;
}
h1, h2{
    font-family: 'Alexandria', "Roboto", sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 3.44rem;
    line-height: 1.2;
}
h2{
    font-size: 3rem;
    line-height: 1;
}
h3{
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.93rem;
    line-height: 1.16;
}
section{
    padding: 80px 0;
}
.hidden{
    display: none;
}
.manifest-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.manifest-json{
    background: #000000;
    border-radius: 40px;
    padding: 40px;
    margin-top: 60px;
}
#manifest-json-content{
    background: #383838;
    color: #ffffff;
    padding: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    max-height: 1000px;
    overflow: scroll;
    margin-top: 16px;
}
#copy-json-btn{
    background: #01A2A7;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150.84%;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 22px;
    width: auto;
    margin-top: 0;
}
.card-body button.modify-btn{
    background: #9B3032;
}
.card-body button.download-btn{
    background: #46A740;
}
.report-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 17px;
}
.report-sections{
    max-width: 400px;
    margin: 0 auto;
}
.report-section{
   margin-bottom: 18px;
}
.report-section h4{
    font-weight: 700;
    margin-bottom: 10px;
}
/********* text **************/
.blue-text{
    color: var(--dark-blue);
}
.white-text{
    color: #ffffff;
}
.big-text{
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.14;
}
.border-text{
    text-shadow:
            -2px -2px 0 var(--gray),
            2px -2px 0 var(--gray),
            -2px 2px 0 var(--gray),
            2px 2px 0 var(--gray);
}
/******* background ************/
.gray-bg{
    background: var(--dark-gray);
    color: #ffffff;
}
.white-bg{
    background: #ffffff;
}
.digital-bg{
    background: url(../imgs/digitalBG1.jpg) no-repeat center / cover;
}
.digital-dark-bg{
    background: url(../imgs/digitalDarkBG.jpg) no-repeat center / cover;
}
/******** Home Page *************/
.logo{
    max-width: 100%;
    height: auto;
}
#hero-section{
    background: url(../imgs/heroBG.png) no-repeat right center / auto 100% #BCCEFF;
}
.demo-ver{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 23px;
    color: #000000;
    text-align: center;
}
.try-btn{
    display: inline-block;
    background: #306E9B;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    padding: 21px 40px;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1.16;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.white-cards{
    align-items: stretch;
}
.white-card{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 36px;
    height: 100%;

}
.white-card h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1.16;
    color: #010367;
    margin-bottom: 30px;
}
.white-card p{
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.47;
}
.proof-gen-steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proof-gen-step{
    background: #306E9B;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    padding: 40px 29px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1.16;
    color: #FFFFFF;
}
.prof-gen-arrow{
    width: 53px;
    height: 97px;
    background: url(../imgs/arrowRight.png) no-repeat center / contain;
}
.proof-gen-step-number{
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 39px;
    text-align: center;
    background: #5D9ACE;
    border: 2px solid #FFFFFF;
    margin-right: 10px;
    border-radius: 50%;
}
.gray-block{
    background: #EFF3FF;
    border-radius: 20px;
    padding: 70px 50px;
    text-align: center;
}
.gray-block h3{
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
    color: #010367;
    margin-bottom: 30px;
    font-style: normal;
}
.gray-block ul{
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}
.gray-block ul li{
    list-style: none;
    font-family: 'Roboto', Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.63;
    color: #000000;
    padding-left: 38px;
    background: url(../imgs/check.svg) no-repeat left top / 24px auto;
}
.gray-block  img{
    margin: 0 auto 30px;
    max-height: 40px;
}
.solution-text{
    font-style: italic;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
}
.asterisk{
    color: red;
}
.digit-block {
    border: 10px solid var(--dark-gray);
    padding: 45px 40px;
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #FFFFFF;
}
.digit-block img{
    margin: 0 auto 36px;
    display: block;
    max-width: 100%;
}
.notification{
    font-family: 'Roboto', Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.16;
}
.property-text{
    font-family: 'Alexandria', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
    color: #010367;
    margin-bottom: 30px;
}
.property-value{
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 900;
    font-size: 1.875rem;
    line-height: 1.16;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
/**************** Test Page *********************/
.card{
    background: transparent;
    margin-bottom: 16px;
    border-bottom-right-radius: 40px!important;
    border-bottom-left-radius: 40px!important;
    border-top-left-radius: 40px!important;
    border-top-right-radius: 40px!important;
    overflow: hidden;
}
.card-body{
    background: #FFFFFF;
    border-bottom-right-radius: 40px!important;
    border-bottom-left-radius: 40px!important;
    padding: 50px 110px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.card-body strong{
    font-weight: 900;
}
.card-header {
    padding: 35px 48px;
    background-color: var(--dark-gray);
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 40px!important;
    border-top-right-radius: 40px!important;
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
}
.card-header a{
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-decoration: none;
}
.card-header a.collapsed:before {
    transform: none
}
.card-header a:before{
    content: "";
    display: inline-block;
    margin-right: 27px;
    width: 31px;
    height: 31px;
    background: url(../imgs/triangle_white.svg) no-repeat center / contain;
    vertical-align: middle;
    transform: rotate(180deg);
    transition: all 500ms ease-in-out;
}
.note{
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    margin: 30px 0;
    font-style: italic;
}
.card-body button{
    background: #306E9B;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 30px;
    padding: 20px 60px;
    width: 100%;
}
/************** Upload file item ******************/
/* #methods and #used-tools-container now default to visible; start hidden via class in HTML */
#drop-zone {
    border: 2px dashed #000000;
    background: url(../imgs/folderIcon.png)  no-repeat center 10px #ffffff;
    background-size: 60px;
    border-radius: 10px;
    padding: 95px 20px 27px;
    text-align: center;
    min-height: 350px;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}
.drop-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: center;
    color: #000000;
    letter-spacing: 0;
}
.browse-title{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 13px;
}
.drop-description{
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 120%;
}
.drop-options{
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
    font-size: 0.75rem;
    line-height: 1.5;
}
.drop-notice{
    margin-top: 20px;
    font-family: 'Courier', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 0.5625rem;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}
#drop-zone.dragover {
    border-color: #007bff;
    background-color: #f0f8ff;
}
#exif-data-display{
    background: #000000;
    color: #ffffff;
    padding: 6px 6px 15px;
    height: auto;
    opacity: 1;
    width: 350px;
    border-radius: 40px;
}
.exif-error{
    color: red;
}
.exit-notification{
    color: #FFF200;
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom:20px;
}
#exif-data{
    background: #383838;
    overflow: scroll;
    word-break: break-word;
    padding: 10px 5px;
    margin: 15px 0 0;
    max-height: 700px;
}
#exif-data-bottom{
    margin: 0 6px;
    height: 25px;
    background: #383838;
    border-radius: 0 0 40px 40px;
}
#exif-data p{
    margin-bottom:5px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: #FFFFFF;
}

/* Organized EXIF display styles */
.exif-category-header {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    color: #00F7FF;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.exif-category-header:first-child {
    margin-top: 0;
}

.exif-data-row {
    margin-bottom: 8px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #FFFFFF;
}
.exif-label {
    font-weight: 600;
    color: #FFFFFF;
    margin-right: 8px;
}
.exif-value {
    font-weight: 400;
    color: #E0E0E0;
}
.exif-category-spacer {
    height: 15px;
    margin: 10px 0;
}
#file-name{
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    vertical-align: middle;
    margin: 34px auto 20px;
}
#file-name:before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background: url(../imgs/fileIcon.png) no-repeat center / contain;
    vertical-align: middle;
}
#exif-options label{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
    user-select:none;
    text-align: left;
}
#exif-options label input{
    display: none;
}
#exif-options label input ~ span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
#exif-options label input ~ span:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin-right: 19px;
    width: 17px;
    height: 17px;
    border: 1px solid #656565;
    background: #fff;
}
#exif-options label input ~ span .icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 19px;
    background: url(../imgs/triangle.svg) no-repeat right center /contain;
    /*transition: all 500ms ease-in-out;*/
}
#exif-options label input:checked ~ span:before{
    border: 5px solid #268EFF;
}
#exif-options label input ~ span .description{
    max-height: 0;
    font-weight: 400;
    /*transition: max-height 500ms ease-in-out;*/
    overflow: hidden;
}
#exif-options label input:checked ~ span .icon{
    transform: rotate(90deg);
}
#exif-options label input:checked ~ span .description{
    max-height: 500px;
}
#exif-options label input ~ span .description ul{
    list-style: disc;
    line-height: 1.25;
    padding-left: 20px;
    margin-top: 15px;
}
.exif-options{
    padding-left: 80px;
}
.exif-options p{
    margin-bottom: 30px;
}
.label-header{
    font-weight: 700;
    font-size: 1.375rem;
}
.input-row{
    margin-bottom: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.input-row label{
    font-weight: 600;
    font-size: 1rem;
    line-height: 150.84%;
    margin-bottom: 4px;
}
.input-row .input{
    background: #FFFFFF;
    border: 1px solid #A6A6A6;
    border-radius: 4px;
    padding: 17px 14px;
}
.input-row  .input-one-rows{
    display: flex;
    justify-content: start;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
.input-row  .input-one-rows .input{
    flex: 0 0 calc(30% - 8px);
    min-width: 0;
}
.input-row  .input-one-rows .input.big{
    flex: 0 0 calc(40%);
    min-width: 0;
}
.input-row  .radio_label{
    padding: 25px 20px 25px 60px;
    border-radius: 5px;
    margin-bottom:8px;
    position: relative;
    z-index: 0;
    color: #000000;
    border: 1px solid #000000;
    background: #E6E6E6;
}

.content-status {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 30px;
}
.ai .content-status{
    color: #ffffff;
}
.content-status-description {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 11px; /* exactly 3px smaller than previous 14px baseline */
    line-height: 18px; /* maintain readability */
}
.content-status-description.paren-red{
    color: red;
}
.radio_label.ai .notice{
    color: #FFFB00;
}
.input-row  .textarea_label{
    padding: 17px 21px;
    background: #7A0085;
    border-radius: 5px;
}
.input-row  .textarea_label textarea{
    width: 100%;
    height: 113px;
    border-radius: 5px;
    font-size: 0.75rem;
    border: none;
    padding: 10px
}
.input-row  .textarea_label textarea::placeholder{
    font-size: 0.75rem;
}
.input-row  .radio_label.ai{
    background: #7A0085;
    color:#ffffff;
}
.input-row  .radio_label input + .radio_label_mark{
    position: absolute;
    left: 20px;
    top: 50%;
    width: 17px;
    height: 17px;
    z-index: 100;
    border: 1px solid #656565;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff;
}
.input-row  .radio_label input:checked + .radio_label_mark{
    border: 6px solid #268EFF;
}
.input-row  .radio_label input{
    display: none;
}
.input-row textarea{
    height: 147px;
}
.checkbox-row  .switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 36px;
    background-color: #8F8F8F;
    border-radius: 20px;
    transition: all 0.3s;
    margin: 7px 10px;
}
.checkbox-row  .switch::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius:50%;
    background-color: white;
    top: 4px;
    left: 4px;
    transition: all 0.3s;
}
.checkbox-row  .checkbox:checked + .switch::after {
    left : 41px;
}
.checkbox-row  .checkbox-element{
    display: flex;
    align-items: center;
}
.checkbox-row  .switch-label, .checkbox-element span{
    font-weight: 600;
    font-size: 1rem;
    line-height: 150.84%;
    margin-bottom: 4px;
}
.checkbox-row  .checkbox:checked + .switch {
    background-color: #7A0085;
}
.checkbox-row  .checkbox {
    display : none;
}
#generate-button{
    width: 100%;
    background: #46A740;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 26px;
    color: #ffffff;
    border: none;
    height: 90px;
    cursor: pointer;
    margin-top: 22px
}
#result-panels{
    margin-top: 50px;
}
.thumbnail{
    padding: 6px;
    border: 1px solid #000000;
    margin: 0 auto 8px;
    display: block;
    width: 100px;
    height: auto;
}
.thumbnail-caption{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;

}
/***********************************************/
@media screen and (max-width: 1360px) {
    .container-big {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    html{
        font-size: 14px;
    }
    .mobile-center{
        text-align: center;
    }
    #hero-section {
        background: #BCCEFF;
        text-align: center;
    }
    #exif-data-display{
        margin: 0 auto 50px;
    }
    .exif-options {
        padding-left: 0;
    }
    .white-card, .gray-block{
        text-align: center;
        margin-bottom: 30px;
        height: auto;
    }
    .proof-gen-steps{
        flex-direction: column;
    }
    .prof-gen-arrow {
        transform: rotate(90deg);
    }
    .digit-block{
        text-align: center;
    }
    .property-block{
        margin: 50px auto;
        text-align: center;
    }
    .card-body {
        padding: 50px;
    }
}