﻿
/* BASIC */

html {
    background-color: #56baed;
}

 
.txtborder {
    
    border-top: none;
    border-left:none;
    border-right:none;
    background: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
}
 

input::placeholder, textarea::placeholder {
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.errormsg{
    color:red;
    padding-top:10px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
    z-index: 1000; /* Ensure it's above other content */
    display: none; /* Initially hidden */
}

#myPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: white;
    padding: 5px;
    border: 1px solid #ccc;*/
    z-index: 1001; /* Ensure it's above the overlay */
    display: none; /* Initially hidden */
}

.closeBtn {
    float: right;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: -20px;
    margin-right:  -20px;
    border:1px solid #000;
}

.buttondv {
    justify-content: center;
    align-items: center;
    display:inline-flex;
}

.btnregister {
    color: #fff !important;
    align-items: center;
    padding:0px 10px 0px 10px;
}
.clhidden {
    display: none;
}
.clhiddengap
{
    height:300px;
    padding-top:20px;
}
.ele
{
    padding:5px;
}

.dvReviewAnswer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: aquamarine;*/
    /*  border-radius: 25px;*/
   
    background-image: url(/images/result-bg-big.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
   /* opacity:.5;*/
}
.dvReviewAnswer2 {
    width: 100%;
    max-height: 10px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/images/result-bg-bottom-2.png);
    background-position: center bottom; 
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity:.5;*/
}
.txtResult {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.txtHead {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align:center;
}
.txtDetail {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

@media only screen and (min-width : 1224px) {
    .dv-container {
        width: 350px;
        margin: auto;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        height: 80vh;
        background: url(/images/hellokisan-bg.jpg) no-repeat center center;
        background-size:cover;
    }

    .registerdv {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
      /*  justify-content: center;
        align-items: center;*/
         margin-top:100px;
    }
}


/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
    .dv-container {
        width: 350px;
        margin: auto;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        height: 50vh;
        background: url(/images/hellokisan-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .registerdv {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
         justify-content: center;
       /*  align-items: center;
        margin-top: 100px;*/
    }
}
/* landscape orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : landscape) {
    .dv-container {
        width: 350px;
        margin: auto;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        height: 50vh;
        background: url(/images/hellokisan-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .registerdv {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*  align-items: center;*/
        margin-top: 100px;
    }
}
/* portrait orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : portrait) {
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {


    .dv-container {
        width: 300px;
        margin: auto;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        height: 95vh;
        background: url(/images/hellokisan-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .registerdv {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*   align-items: center;*/
        margin-top: 50px;
    }
}
/* landscape orientation */
        @media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {


            .dv-container {
                width: 300px;
                margin: auto;
                padding: 20px;
                background-color: rgba(255, 255, 255, 0.8);
                border-radius: 10px;
                background: url(/images/hellokisan-bg.jpg) no-repeat center center;
            }

            .registerdv {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-top: 100px;
            }
        }
        /* portrait orientation */
        @media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {


            .dv-container {
                width: 300px;
                margin: auto;
                padding: 20px;
                background-color: rgba(255, 255, 255, 0.8);
                border-radius: 10px;
                background: url(/images/hellokisan-bg.jpg) no-repeat center center fixed;
            }

            .registerdv {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-top: 100px;
            }
        }
   
        /* Custom CSS for the dot curtain and dots */
body
{
    margin: 0;
    overflow-x: hidden; /* Prevent horizontal scrollbar from content */
    font-family: "Inter", sans-serif; /* Set default font */
    /* Simulating a multi-color background with gradients for 'real-life' look 
    background: linear-gradient(to bottom right, #e0f2f7, #bbdefb, #e8f5e9, #c8e6c9);*/
    min-height: 150vh; /* Make body taller to allow scrolling and see fixed curtain */
   /* color: #333;*/
}

/* The main container for the dots */
#dot-curtain {
    position: fixed; /* Ensures it covers the entire viewport and stays when scrolling */
    top: 0;
    left: 0;
    width: 100vw; /* Viewport width */
    height: 100vh; /* Viewport height */
    pointer-events: none; /* Allows clicks and interactions to pass through to content below */
    z-index: 1000; /* Ensures it's above most other content */
    overflow: hidden; /* Crucial to prevent dots from creating scrollbars */
    /* Added a very subtle background to the curtain itself for better visibility on varied backgrounds */
    background-color: rgba(0, 0, 0, 0.02);
    min-height:150px;
}

/* Styling for each individual dot */
.dot {
    position: absolute;
    border-radius: 50%; /* Makes the elements circular */
    opacity: 0; /* Start invisible, will fade in via JS for smooth appearance */
    will-change: transform, opacity; /* Optimize for animation performance */
    transition: opacity 0.5s ease-out; /* Smooth fade-in for dots */
}

/* Basic styling for content behind the curtain */
.content-section {
    position: relative;
    z-index: 1; /* Ensure content is below the curtain but interactive */
    padding: 4rem 2rem;
    max-width: 1200px; /* Wider content area for a more realistic page */
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background for content blocks */
    border-radius: 0.75rem; /* rounded-lg */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-xl */
    margin-bottom: 2rem;
}

/* Specific style for a section with a different background color */
.dark-section {
    background-color: rgba(30, 41, 59, 0.9); /* Slate-800 equivalent with transparency */
    color: #f8fafc; /* Slate-50 equivalent */
    text-align: center;
}