*, html{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
    font-family: 'Poppins', sans-serif;
}
body{
    background-image: linear-gradient(-180deg, rgba(245, 245, 245, 0)70%, rgba(92, 157, 255, 0.2));
    background-size: contain;
}
.enroll, .wlc{
    display: flex;
}
.loadScreen{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999; /* Ensure it's on top */
    }
    
    .spinner {
        border: 8px solid #f3f3f3; /* Light grey */
        border-top: 8px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
input[type=checkbox]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    font-size: clamp(.7rem, calc(.6vw + 6px), 1rem);
}
input[type="text"], input[type="number"], input:not([type="date"]), select, .shs1 label, .credp label {
    text-transform: capitalize;
    padding-left: 5px;
    margin-left: 5px;
    font-size: clamp(.7rem, calc(.6vw + 6px), 1rem);
    height: 30px;
    align-content: center;
  }
input[type="text"], input[type="number"], select{
    background-color: rgba(248, 247, 247, 0.685);
}

input[type="text"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 1px 0 #0358b9;
    outline: none;
}
.enav{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 60px;
    background-image: linear-gradient(90deg,  rgb(253, 81, 133),rgb(226, 20, 60, .2));
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    padding: 0 min(1rem, 8%);
    z-index: 99;
    box-shadow: 0 2px 5px #8b8b8b;
}
.etitle{
    width: 65%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.etitle img{
    margin: 10px 0;
    max-width: 50px;
    max-height: 50px;
    filter: drop-shadow(0 1px 1px #444444);
}
.eHead{
    margin: 0;
    font-weight: bold;
    font-size: clamp(1.2rem, calc(1.2vw + 8px),  2rem);
    color: white;
    text-shadow: 0 1px 2px #1a1a1a;
    align-content: center;
}
#eclock{
    font-weight: bold;
    text-align: right;
    font-size: clamp(.8rem, 1vw, 1rem);
    color: #03448f;
}
.icon{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 40px;
}
.icon .bth {
    font-weight: bold;
    position: relative;
    max-width: 110px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}
.icon .bth img {
    display: flex;
    max-width: 40px;
    flex-grow: 1;
    filter: drop-shadow(1px 1px 1px black);
}
.icon a h2 {
    font-size: clamp(8px, 1vw, 15px);
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
@keyframes colorChange{
    from{
        color: orange;
    }
    to{
        color: rgb(250, 234, 204, 0);
    }
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(80px);
    }

    to {
        opacity: 1;
        transform: translateY(120px);
    }
}

.privBtn{
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
}
.privBtn div{
    min-width: 60px;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.privBtn span{
    color: #0358b9;
    font-size: clamp(.8rem, 1.35vw, 1.8rem);
    font-weight: bold;
}

.privBtn img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.eprivOp{
    position: absolute;
    display: none;
    padding: min(20px, 10%);
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    height:auto;
    line-height: 1.5rem;
    transform:translateY(120px);
    border: 1px solid white;
    background-color: rgba(38, 138, 253, 0.9);
    border-radius: 10px;
    box-shadow: 1px 0 5px #afafaf;
    animation: slide-up .2s ease-in-out;
    z-index: 1;

}
.eprivOp li, .eprivOp p{
    font-size: clamp(.7rem, 1vw, 1.2rem);
    list-style:none;
    font-weight: bold;
    text-shadow: 0 1px 2px #6d6d6d;
}
/* ---------------------Welcome--------------- */
.wlc{
    margin-top: 80px;
    width: 100%;
    height: 100svh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05)0%, rgb(253, 81, 133, 0.1)100%) */
}
.wlcTxt{
    margin: min(35px, 8%) 0 0 0;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 2px #8b8b8b;
    pointer-events: none;
}
.wlcTxt span{
    width: 100%;
    font-size: clamp(3rem, calc(4vw + 1rem), 5rem);
    font-weight: bold;
    color: #278cff;
    line-height:3rem;
    white-space: pre-line;
}
.wlcLow{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-weight: bold;
    margin-bottom: 30px;
}
.wlcLow span{
    pointer-events: none;
    font-size: clamp(1rem, calc(1vw + 10px), 2rem);
}
.eBtn{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.tvlOp, .acadOp, .eColOp{
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.tvlOp li, .acadOp li, .eColOp li{
    width: 100%;
    text-decoration: none;
    list-style: decimal;
    list-style-position: inside;
    text-shadow: 0 1px 1px #6b6b6b;
    font-size: clamp(.8rem, calc(1vw + 2px), 1rem);
    margin-bottom: 5px;
}
.eColOp .elogo{
    background-color: #ffa600e3;
}
.tvlOp .elogo{
    background-color: #2c89f3;
}
.acadOp .elogo{
    background-color: #c00505e3;
}
.elogo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 20px;
    padding: min(20px, 5%);
    box-shadow: 0 0 5px #949494;
}
.elogo img{
    width:80%;
    height: auto;
    object-fit: cover;
    filter: drop-shadow(0 2px 2px #2e2e2e);
}
.elogo span{
    font-size: clamp(1rem, calc(1vw + 10px), 2rem);
    text-shadow: 0 1px 1px #6b6b6b;
    font-weight: bold;
    max-width: 300px;
    color: white;
}
.elogo img:hover{
    transform: scale(1.1);
    transition: .2s ease-in-out;
}
/* ----------------------courseImage Slide------------------ */
.img-cor-base{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* ---------------no-select command for css--------------- */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
            supported by Chrome, Edge, Opera and Firefox */
    /* box-shadow: 0 2px 0 #b1b1b1; */
}
@keyframes slideCon{
    0%{
        scale:.9;
        transform: translateY(100%);
    }
    4%, 30%{
        opacity: 1;
        scale: 1;
        transform: translateY(0%);
    }
    40%,100%{
        opacity: 0;
        transform: translateX(0%);
    }
}
.img-con{
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, 0%); */
    padding: 20px;
    position: absolute;
    animation: slideCon 18s ease-in-out infinite;
    opacity: 0;
}
.corImg{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 40px;
}
.img-con:nth-of-type(1){
    animation-delay: 0s;
}
.img-con:nth-of-type(2){
    animation-delay: 6s;
}
.img-con:nth-of-type(3){
    animation-delay: 12s;
}
.corImg li{
    font-size: clamp(.8rem, calc(1vw + 2px), 1rem);
    color: #0358b9;
    font-weight: bolder;
}
.courseImg{
    width: 80%;
    height: auto;
    object-fit: contain;
}
.techpro-left, .acad-left, .coll-left{
    max-width: 200px;
    height: auto;
    display: block;
    text-align: center;
}
.techpro-right{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    gap: 40px;
}
/* ---------------------SHS FORM---------------------- */
#etvl, #eacad, #ecol{
    width: 98%;
    height: 100%;
    justify-self: center;
    max-width: 1600px;
    margin-top: 100px;
}
.etvltitle, .eacadtitle, .ecoltitle {
    font-size: clamp(.6rem, 2vw, 1.6rem);
    text-align: center;
}
.fback{
    display: flex;
    rotate: 180deg;
    font-size: clamp(1.5rem, 2vw, 2.5rem);
}
.tvlsubmit:hover, .acadsubmit:hover, .colsubmit:hover{
    background-color:#06e737 !important;
}
.tvlbtm{
    background-color: #2c89f3;
}
.acadbtm{
    background-color: #c00505;
}
.colbtm{
    background-color: #ffa600e3;
}
.tvlbtm, .acadbtm, .colbtm{
    text-decoration: none;
    color: white;
    min-width: 30px;
    top: 0;
    right: 0;
    position: absolute;
    padding: min(5px, 1%) min(10px, 5%); 
    border-radius: 0 15px !important;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, .5) -1px 2px 5px 0px;
}
.etvlside{
    background-color: #2c89f3;  
}
.eacadside{
    background-color: #c00505;
}
.ecolside{
    background-color: #ffa600e3;
}
.etvlside, .eacadside, .ecolside{
    display: block;
    text-align: center;
    max-width: 280px;
    width: 20%;
    padding: min(20px, 8%) 5px;
    border-radius: 20px 0 0 20px;
    z-index: 2;
    text-shadow: 0 1px 2px #424242;
    margin-bottom: 40px;
    box-shadow: rgba(99, 99, 99, 0.9) 0px 2px 8px 0px;
}
.etvlside img, .eacadside img, .ecolside img{
    max-width: 200px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 1px 1px black);
}
/* #etvl form{
    border: 2px solid #2c89f3;
}
#eacad form{
    border: 2px solid #c00505;
}
#ecol form{
    border: 2px solid #ffa600;
} */
#etvl form, #eacad form, #ecol form{
    position: relative;
    background-color: floralwhite;
    color: #0358b9;
    width: 80%;
    padding: min(1rem, 5%) min(3rem, 1%);
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap !important;
    margin-bottom: 40px;
    box-shadow: 0 0 10px ;
    box-shadow: rgba(99, 99, 99, 0.9) 0px 2px 8px 0px;
}
form h3{
    text-align: center;
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: clamp(1rem, calc(1.2vw + 10px), 2rem);
    margin-bottom: 10px;
}
form p{
    color: #444444;
}
.tvl, .acad, .col{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    column-gap: 40px;
    max-width: 1200px;
    justify-content: space-evenly;

}
.tvlfhead h3, .acadfhead h3, .colfhead h3{
    font-size: clamp(1rem, 3vw, 1.2rem);
    animation: colorChange .7s ease-in-out alternate infinite;
    margin-bottom: 40px;
}
.tvl, .tvlpi, .tvleb, .tvleb1, .tvleb2, .tvleb3, .tvleb4, .tvlagree, .credp,
.acad, .acadpi, .acadeb, .acadeb1, .acadeb2, .acadeb3, .acadeb4, .acadagree,
.col, .colpi, .coleb, .coleb1, .coleb2, .coleb3, .coleb4, .colagree{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 25px;
}
.tvl2, .acad2, .col2{
    max-width: 45%;
}
.tvl2 label, .acad2 label, .tvl label, .acad label, .col label, .col2 label, .tvlpg, .acadpg, .colpg{
    width: 120px;
}
/* #tvlhome, #tvlfname, #tvlmname, #tvllname, #tvlbplace, #tvlrelig, #tvlpg, #tvlocc, #tvlrela, #tvlelem, #tvljh, #tvlpw,
#acadhome, #acadfname, #acadmname, #acadlname, #acadbplace, #acadrelig, #acadpg, #acadocc, #acadrela, #acadelem, #acadjh, #acadpw{
    text-transform: capitalize;
} */
.shs1{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.shs1 select{
    width: fit-content;
    border: 1px;
    border-bottom-style: outset;
    border-radius: 5px;
    outline: none;
}
.shs1 label, .shs1 span, .tvlagreeyn, .acadagreeyn, .colagreeyn{
    font-weight: bold;
}

.shs1 input{
    width: 35vmin;
    border: none;
    outline: none;
    border-bottom: 1px;
    border-bottom-style: outset;
    border-radius: 0 0 5px 0;
}
.tvlpi, .tvleb4, .acadpi, .acadeb4, .colpi, .coleb4{
    justify-content: space-evenly;
    margin-bottom: 15px;
}
.tvleb1, .acadeb1, .coleb1{
    justify-content: center;
    margin-bottom: 15px;
}
.tvleb1 .shs1:last-child input, .acadeb1 .shs1:last-child input, .coleb1 .shs1:last-child input{
    max-width: 80px;
}

.tvleb, .tvleb2, .acadeb, .acadeb2, .coleb, .coleb2{
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
}
.tvleb3, .tvlagreeyn, .acadeb3, .acadagreeyn, .coleb3, .colagreeyn{
    column-gap: 50px;
    justify-content: center;
}
.shsws{
    max-width: 80px !important;
}
#tvlpg, #acadpg, #colpg{
    max-width: 430px;
}
.cred{
    max-width: fit-content;
    font-size: clamp(.8rem, calc(.7vw + 6px), 1.2rem);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 0 #b1b1b1;
    margin-bottom: 20px;
}
.cred .shs1{
    justify-content: center;
    flex-direction: column;
}
.credp label{
    color: #4b4b4b63;
    margin-right: 10px;
}
#credo:checked + .credo,
#credp:checked + .credp,
#credpsa:checked + .credpsa,
#credlive:checked + .credlive,
#credg:checked + .credg,
#cred138:checked + .cred138,
#cred137:checked + .cred137,
#tor:checked + .credtor
{
    color: #0358b9;
}
.credp{
    max-width: fit-content;
    justify-content: space-evenly;
    gap: 5px 20px;
}
.credp div{
    display: flex;
    align-items: center;
}
.scred{
    padding-left: 10px;
}
.credp input{
    max-width: 20px !important;
}
#tvlage, #tvlhei, #tvlwei, #acadage, #acadhei, #acadwei, #colage, #colhei, #colwei{
    max-width: 50px;
}
#tvlbdate, #tvlnum, #tvlcomplex, #tvlstat, #tvlrelig, #tvlocc, #tvlrela, #tvlj,
#acadbdate, #acadnum, #acadcomplex, #acadstat, #acadrelig, #acadocc, #acadrela, #acadj,
#colbdate, #colnum, #colcomplex, #colstat, #colrelig, #colocc, #colrela, #colj{
    width:fit-content;
}
#tvlelemy, #tvljhy, #acadelemy, #acadjhy, #colelemy, #coljhy{
    max-width: 60px;
}
.tvlagree, .acadagree, .colagree, .cred{
    margin-top: 30px;
    max-width: 1200px;
    text-align: center;
    margin-bottom: 5px;
}
.tvlsubmit, .acadsubmit, .colsubmit{
    align-self: center;
    padding: min(10px, 2%) min(30px, 2%) !important;
    max-width: 150px;
    height: 50px !important;
    font-weight: bold;
    border: none;
    outline: none;
    color: white;
    background-color:#0358b9;
    border-radius: 8px;
    cursor: pointer;
    font-size: clamp(.8rem, calc(.6vw + 10px), 2rem) !important;
    margin-bottom: 30px;
}
.tvlagreeyn, .acadagreeyn, .colagreeyn{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.verImg{
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    inset: 50%;
    translate: -50% -50%;
  }
  .imgrot{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow:0 0 10px coral;
    background-color: white;
  }
#passtoken{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    flex: 1;
}
.toks{
    font-size: clamp(1rem, calc(1vw + 1rem), 2.5rem);
    color: coral;
    font-weight: bold;
    padding-right: 20px;
}
#ptoken{
    outline: none;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
    padding-left: 5px;
    width: 100px;
    height: 40px;
    font-size: 18px;
}
.tvlsubmit.n-a, .acadsubmit.n-a, .colsubmit.n-a{
    background-color: #b1b1b1;
    cursor:default;
    pointer-events: none;
}
@keyframes fadeup{
    from{
        opacity: 0;
        transform: scale(.5);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}
.footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:baseline;
    margin-top: 50px;
    padding: min(2rem, 4%) min(1rem, 2%);
    color: var(--text-color);
    font-size: var(--foot-font);
    /* ---------------no-select command for css--------------- */
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}
.foot1{
    animation: fadeup both;
    animation-timeline: view(100% 1%);
}

.foot1 {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
    font-size: clamp(12px, calc(1vw + 2px), 18px);
    color: rgb(2, 35, 85);
}

.foot1 h3 {
    color: rgb(2, 35, 85);
}

.soc_icon {
    padding: 10px 25px 0px;
    width: 300px;
    display: flex;
    justify-content: center;
    gap: 20px;

}

.soc_icon img {
    filter: drop-shadow(1px 1px 2px black);
    width: 40px;
    height: 40px;
}
@media(min-width:2200px){
    .wlc{
        height: 100vh;
    }
}
@media(max-width:400px)  {
    .enav{
        padding: 0 10px;
    }
    .icon{
        gap: 5px;
    }
    .img-cor-base{
        display: block;
        justify-items: center;
        height: 400px;
        overflow: visible;
        max-height: none;
    }
    .img-con{
        display: block;
        height: 200px;
    }
    .corImg, .techpro-right{
        gap: 10px;
        max-width: 400px;
        flex-direction: column;
    }
    .techpro-left, .acad-left, .coll-left{
        max-width: 150px;
    }
    .privBtn{
        left: 0;
        top: 80%;
    }
    .privBtn div{
        max-width: 70px;
    }
    .eBtn{
        gap: 10px;
        margin-bottom: 20px;
    }
    .tvlOp, .acadOp, .eColOp{
       width:110px;
    }
    .wlc{
        margin-top: 80px;
        height: 100%;
        justify-self: center;
    }
    .wlcLow{
        margin-bottom: 20px;
    }
    #etvl, #eacad, #ecol{
        justify-content: center;
    }
    .shs1 input{
        width: 160px;
    }
    .tvl, .acad, .col, .tvlpi, .acadpi, .colpi, .tvleb1, .tvleb3, .acadeb1, .acadeb3, .coleb1, .coleb3{
        justify-content: start !important;
        padding: 0 20px 15px 20px;
        margin-bottom: 0;
    }
    .tvlpi, .acadpi, .colpi{
        flex-direction: column;
    }
    .tvl label, .acad label, .col label,
    .tvl2 label, .acad2 label, .col2 label,
    .tvleb1 label, .acadeb1 label, .coleb1 label,
    .tvleb2 label, .acadeb2 label, .coleb2 label, .tvlpg, .acadpg, .colpg, .tvlelemy, .tvljhy, .acadelemy, .acadjhy, .colelemy, .coljhy{
       min-width: 70px !important;
       max-width: 70px;
    }
    .coleb{
        margin-bottom: 0;
    }
    .etvlside, .eacadside, .ecolside{
        display: none;
    }
    form h3{
        margin-bottom: 10px;
    }
    #etvl form, #eacad form, #ecol form{
        width: 95%;
        border-radius: 20px;
        padding: 20px;
    }
    .tvlagree, .acadagree, .colagree{
        margin-top: 20px;
    }
    .credp{
        display: block;
    }
    .scred{
        padding-left: 0;
    }
    #ptoken{
        height: 30px;
        font-size: 15px;
    }
    .footer {
        margin-top: 0;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .foot1 {
        padding-top: 20px;

    }
}