/* Start CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
* {	
	box-sizing: border-box;
    /* outline: 1px solid red; */
}
table {
	border-collapse:collapse;
	border-spacing:0;
    width: 100%;
}
fieldset, img { 
	border:0;	
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
    scroll-padding-top: 30px;
}
:root {
	--black: #0A2140;
	--black: #383838;
	--orange: #FF8040;
	--orangeDark: #D16029;
	--orangeLight: #FFE1D2;
	--gray: #ECEEF0;
	--grayDark: #98A2AF;
	--grayLight: #F7F8F9;
	--green: #006A10;
	--greenLight: #DCF7E0;
    --red: #C60000;
    --redLight: #FBEDED;
	--blue: #030094;
	--blueLight: #DEDEF1;

}
a {
    text-decoration: none;
    color: var(--pink);
}
body {
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100vw;
    width: 100dvw;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    font-family: Inter, sans-serif;
    color: var(--black);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
.hideMe {
    display: none !important;
}
.wrapper {
    margin: 4px auto;
    max-width: 600px;
}
.hero {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.hero img {
    width: 100%;
    max-height: 240px;
    object-position: center;
}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 110px 44px 0;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-size: 28px;
    line-height: 1;
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 20%) 57.8%, #000 103.95%);
    flex-direction: column;
    gap: 12px;
}
.logo span {
    font-size: 16px;
    font-weight: 400;
    margin-top: -5px;
    max-width: 250px;
    line-height: 1.1;
}
.logo a {
    text-shadow: none !important;
    width: fit-content;
    font-weight: 400;
}
.inner {
    margin: 40px 0;
    position: relative;
}
h1, h3 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
}
.ad {
    border-radius: 2px;
    top: 0;
    position: sticky;
    z-index: 10;
    background-color: #fff;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 4px #00000029;
}
.ad span {
    font-weight: 300;
    color: var(--grayDark);
    font-size: 10px;
    padding-left: 10px;
    display: block;
}
/* Ad Gallery Styles */
.adGallery {
    position: relative;
    min-width: 600px;
    aspect-ratio: 700 / 175;
    /*height: 100px;  Adjust based on your ad height */
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
}
.adItem {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adItem.active {
    opacity: 1;
    z-index: 1;
}
.adItem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.ad span {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
}
.progress {
    display: flex;
    gap: 4px;
    margin: 8px auto 2px;
    justify-content: flex-start;
    height: 6px;
    background-color: #ededed;
    border-radius: 6px;
    overflow: hidden;
    max-width: 95%;
    width: 100%;
    height: 5px;
}
.progress div {
    height: 100%;
    background-color: #d4d5d7;
    border-radius: 6px;
    width: 0%;
}
.progress .done {
    background-color: #35ad46;
}
.card {
    margin: 20px auto 48px;
    background-color: var(--gray);
    padding: 16px;
    border-radius: 6px;
    max-width: fit-content;
}
form, .form {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
}
.mini {
    font-size: 12px;
    padding: 0 0 2px 6px;
}
input[type='text'], input[type='password'], input[type='number'], input[type='file'], select, textarea {
    border: none;
    background-color: var(--gray);
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 6px;
    min-width: 400px;
}
.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    background-color: var(--gray);
    box-sizing: border-box;
    padding: 4px;
    max-width: fit-content;
    font-size: 14px;
    font-weight: 500;
}
.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}  
.radio-inputs .radio input {
    display: none;
}  
.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 8px 12px;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    font-weight: 400;
}  
.radio-inputs .radio input:checked + .name {
    background-color: var(--black);
    color: #fff;
}
.radio-inputs .radio input:checked + .name img {
    filter: brightness(0) invert(1);
}
.radio-inputs .radio .name img {
    padding-left: 6px;
    margin-top: -2px;
}
.action {
    background-color: var(--orange);
    /* border: 2px solid var(--orange); */
    border: none;
    box-shadow: inset 0 0 0 2px var(--orange);
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    /* transition: box-shadow 100ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out; */
    overflow: hidden;

}
.action:hover, .action.ghost:hover {
    background-color: var(--orangeDark);
    color: #fff;
    /* border-color: var(--orangeDark); */
    box-shadow: inset 0 0 0 2px var(--orangeDark);
}
.note {
    background-color: var(--blueLight);
    color: var(--blue);
    border-radius: 4px;
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
}
.note.error {
    background-color: var(--redLight);
    color: var(--red);
}
.note.success {
    background-color: var(--greenLight);
    color: var(--green);
}
.row {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    padding: 20px 20px 34px;
    gap: 10px;
    border-bottom: 2px solid var(--grayLight);
    align-items: center;
    position: relative;
}
.row p {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.row p span {
    display: flex;
    gap: 6px;
}
.row .watermark {
    font-size: 130px;
    opacity: 0.4;
    color: var(--grayDark);
    position: absolute;
    left: 108px;
    left: 20%;
    top: -8px;
    left: unset;
    top: unset;
    right: 30px;
    bottom: 0;
    font-size: 34px;
}
.fourCol .row {
    grid-template-columns: 20px 5fr 1fr 1fr;
}
.row.heading {
    background-color: var(--grayLight);
    padding: 16px 20px;
    border-radius: 6px;
    border: none;
    font-size: 12px;
}
/*.row a {
    border-bottom: 2px solid transparent;
}
.row a:hover {
    border-bottom-color: var(--gray);
}*/
sup, sub, .answers label {
    color: var(--black);
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.perc {
    font-size: 24px;
    text-align: center;
}
.perc sup {
    display: inline;
    color: var(--black);
}
.count {
    display: flex;
    background-color: var(--black);
    color: #fff;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    max-width: 36px;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
}
.count.nill {
    background-color: var(--grayLight);
    color: var(--black);
}
.action.faded {
    opacity: .2;
    cursor: unset;
}
.paginate {
    display: flex;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
    max-width: 75%;
}
.paginate a, .paginate img, .paginate span {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    padding: 8px 8px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 36px;
}
.paginate img {
    padding: 2px 2px;
}
.paginate img:hover {
    filter: brightness(0) invert(1);
}
.paginate span img:hover {
    filter: unset;
}
.paginate .arrow {
    background-color: var(--gray);
}
.pages {
    display: flex;
    gap: 8px;
}
.pages a {
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.pages .active, .pages a:hover {
    background-color: var(--black);
    color: #fff;
}
.menu {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 40px auto;
    /* border: 3px solid var(--orangeLight); */
    border-radius: 30px;
    padding: 6px 9px;
    box-shadow: 0 0 10px var(--grayDark);
}
.menu img {
    width: 38px;
    transition: rotate 250ms ease-in-out;
}
.menu img:hover {
    rotate: 90deg;
}
.row img {
    scale: 0.9;
    transition: scale 250ms ease-in-out;
}
.row img:hover {
    scale: 1;
    /*rotate: 10deg;*/
}
.mode {
    background-color: var(--gray);
    display: inline-flex;
    gap: 1px;
    padding: 2px 4px 3px 2px;
    border-radius: 36px;
    position: absolute;
    right: 16px;
    margin-top: 10px;
}
.mode a {
    display: flex;
    border-radius: 50%;
}
.activated, .mode a:hover {
    background-color: var(--black);
}
.mode img {
    height: 24px;
    padding: 4px;
}
.activated img, .mode img:hover {
    filter: brightness(0) invert(1);
}
.action.ghost {
    color: var(--orangeDark);
    background-color: #fff;
    /* border-color: var(--orangeLight);
    box-shadow: inset 0 0 0 2px var(--orangeLight); */
    box-shadow: inset 0 0 0 2px transparent;
    font-weight: 300;
}
.theAnswers {
    display: none;
    /* transition: display 250ms ease-in-out; */
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
    border: 2px solid var(--grayLight);
    padding: 20px;
    width: 100%;
    border-radius: 8px;
}
.answer:last-child {
    border: none;
}
.answer {
    border-bottom: 3px solid var(--gray);
    padding-bottom: 24px;
}
.answer img {
    scale: 0.6;
    margin: -20px 0 -20px -41px;
    transition: scale 250ms ease-in-out;
}
.answer img:hover {
    scale: 1;
    margin: unset;
}
footer {
    color: #fff;
    background-color: var(--black);
    font-size: 13px;
    text-align: center;
    padding: 40px;
    font-weight: 300;
    border-radius: 8px;
}
footer a {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: border 250ms ease-in-out;
}
footer a:hover {
    border-bottom: 2px solid var(--grayDark);
}
@media only screen and (max-width: 620px) {
    .hero img {
        object-position: center !important;
    }
    /* Ad Gallery Styles */
    .adGallery {
        min-width: unset;
    }
    .wrapper {
        max-width: 480px;
        padding: 0 6px;
        /* margin: 20px auto; */
    }
    /* .ad {
        top: 8px;
    } */
    .hideSmall {
        display: none;
    }
    .paginate {
        max-width: unset;
    }
    input[type='text'], input[type='password'], input[type='number'], select, textarea {
        min-width: 280px;
    }
}