*{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(4,9,30,0.7)),url(lets-see.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header1024{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 1, 5, 0.7), rgba(96, 97, 102, 0.7)),url(desktop-wallpaper-master-oogway-practicing-his-tai-chi-underneath-the-peach-peach-tree-anime.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 200px;
    margin-left: 30px;
    margin-top: 10px;
}
.nav-links{
    flex: 1;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: aqua;
    display: block;
    margin: auto;
}
.Copyright a{
    color: #5ce1e6;
}
.nav-links ul li:hover::after{
    width: 100%;
    transition: 0.5s;
}
.content{
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.title{
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
    height: 100px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    font-family: sans-serif;
}
button{
    padding: 15px 25px;
    margin: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    border: 2px solid #777;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    transition: 0.5s;
}
button:hover{
    color: #fff;
    background-color: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.slider{
    color: #5ce1e6;
    margin-left: 12px;
    box-sizing: border-box;
    animation: slider 6s linear infinite;
}
@keyframes slider{
    0%{ margin-top: -400px;}
    5%{ margin-top: -200px;}
    30%{ margin-top: -200px;}
    35%{ margin-top: 0px;}
    65%{ margin-top: 0px;}
    70%{ margin-top: 200px;}
    100%{ margin-top: 200px;}
}
.text-box{
    color: lightgray;
    margin-top: 15%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
}
.text-box h1{
    font-size: 60px;
    line-height: 160px;
    margin-top: -50px;
}
.text-box p{
    font-size: 20px;
    color: white;
}
.auto{
    color: azure;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 5px 5px 7px #5ce;
}
.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.coursecol{
    flex-basis: 31%;
    background-color: aquamarine;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.coursecol:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campuscol{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campuscol img{
    width: 443px;
    height: 310px;
    display: flex;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
body{
    overflow-x: hidden;
}
.layer:hover{
    background: rgba(28, 146, 57, 0.8);
}
.layer h3{
    font-size: 20px;
    font-weight: 200;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;    
}
.sidebar{
    width: 155px;
    height: 100vh;
    background: rgba(29,31,58,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.search-icon{
    width: 20px;
    display: block;
    margin: 120px auto 0;
}
.social-links{
    width: 20px;
    display: block;
    margin: 220px auto 0;
    text-align: center;
}
.social-links img{
    height: 15;
    margin-bottom: 30px;
}
.info-icon{
    width: 20px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.msg-container{
    width: 600px;
    height: 380px;
    position: absolute;
    left: 14%;
    top: 40%;
    transform: translateY(-10%);
    transform: translateX(15%);
    font-size: 15px;
    overflow: hidden;
}
#slider{
    display: inline-flex;
    transition: 0.5s;
}
.msg-col{
    width: 600px;
    height: 280px;
}
.msg-col h1{
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    margin: 10px 0;
}
.msg-col p{
    color: #ddd;
    font-size: 13px;
    line-height: 25px;    
}
.msg-col a{
    display: inline-block;
    text-decoration: none;
    color: #555;
    background: #fff;
    font-size: 15px;
    padding: 10px;  
    border-radius: 30px;
    margin-top: 25px;  
}
.controller{
    width: 1px;
    height: 320px;
    display: block;
    background: #c0c0c0;
    position: absolute;
    top: 55%;
    right: 50px;
    transform: translateY(-50%);
}
#line1,#line2,#line3,#line4{
    height: 80px;
    width: 10px;
    cursor: pointer;
    transform: translateX(-50%);
}
#active{
    width: 5px;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}
.footer{
    background-color: #1f1f1f;
    height: 70px;
    margin-top: 50px;
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
}
.footer img{
    margin-top: 20px;
}
.footer-links{
    flex: 1;
    text-align: right;
    margin-top: 10px;
    margin-right: 40px;
}
.footer-links ul h1{
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-right: 40px;
}
.footer-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    margin-right: -3px;
}
.footer-links ul li a{
    color: darkgray;
    text-decoration: none;
    font-size: 11px;
}
.footer-links ul li a:hover{
    color: gray;
}
.footer2{
    background-color: #1f1f1f;
}
.footer2-links{
    flex: 1;
    text-align: right;
    margin-right: 40px;
}
.footer2-links ul h1{
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-right: 52px;
}
.footer2-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    margin-right: 6px;
}
.footer2-links ul li a{
    color: darkgray;
    text-decoration: none;
    font-size: 11px;
}
.footer2-links ul li a:hover{
    color: gray;
}
.footer3{
    background-color: #1f1f1f;
}
.footer3 h1{
    text-align: center;
    color: #ddd;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
}
.login-btn{
    padding: 10px 25px;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #5ce1e6;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(to right, transparent 50%, #5ce1e6 50%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.5s;
}
.login-btn:hover{
    background-position: right;
    color: #fff;
    box-shadow: none;
}
.weslide{
    background-color: #fff;
    width: 100%;
    height: 400px;
    padding-top: 50px;
}
.msg-container1{
    width: 600px;
    height: 380px;
    position: weslide;
    left: 20%;
    top: 80%;
    transform: translateY(-10%);
    transform: translateX(15%);
    font-size: 15px;
    overflow: hidden;
}
#slider1{
    display: inline-flex;
    transition: 0.5s;
    position: weslide;
}
.msg-col1{
    width: 600px;
    height: 280px;
    position: weslide;
}
.msg-col1 h1{
    color: #1f1f1f;
    font-size: 38px;
    font-weight: 100;
    margin: 1px 8px;
    position: weslide;
    text-decoration: underline darkorange;
}
.msg-col1 p{
    color: #777;
    font-size: 13px;
    text-align: justify;
    line-height: 25px; 
    position: weslide;
}
.msg-col1 a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #777;
    font-size: 12px;
    padding: 10px;  
    border-radius: 30px;
    margin-top: 15px; 
    transition: 0.5s; 
}
.msg-col1 a:hover{
    background: darkorange;
}
.controller1{
    width: 1px;
    height: 320px;
    display: block;
    background: #c0c0c0;
    position: absolute;
    top: 62%;
    right: 50px;
    transform: translateY(-50%);
    margin: 625px 0 0 0;
}
#line1a,#line2a,#line3a,#line4a{
    height: 80px;
    width: 10px;
    cursor: pointer;
    transform: translateX(-50%);
}
#active1{
    width: 5px;
    height: 80px;
    border-radius: 10px;
    background: darkorange;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}
.imgg{
    padding-left: 850px;
    padding-bottom: 0;
    position: weslide;
    margin: -415px 0 0 0;
    margin-bottom: 80px;
}
.imgg img{
    width: 500px;
    height: 350px;
    border: 2px solid #555;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.5s;
}
.imgg img:hover{
    box-shadow: 0px 3px 5px 3px darkorange;
}
.roll-up{
    width: 90%;
    margin-left: 80px;
}
.roll-up h1{
    text-align: right;
    font-size: 50px;
    font-weight: 200;
    text-decoration: underline green;
    padding-top: 50px;
}
.roll-up p{
    text-align: left;
    font-size: 27px;
    color: #777;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: -50px;
    line-height: 25px;
}
.roll-up h2{
    font-size: 30px;
    font-weight: 200;
    padding-top: 20px;
    text-align: center;
    color: #777;
    border: none;
    transition: 0.5s;
    margin-bottom: 50px;
}
hr{
    width: 1200px;
    color: #777;
    margin: auto;
    border: 2px solid #777;
    border-radius: 2px;
}
.finish{
    margin-top: 50px;
    margin-bottom: 50px;
}
.finish h1{
    text-align: center;
    font-size: 35px;
    color: #777;
    font-weight: 400;
    text-decoration: underline #5ce1e6;
    transition: 0.5s;
}
.finish h3{
    font-weight: 200;
    color: #989898;
    transition: 0.5s;
}
.btn-fin{
    padding: 20px 65px;
    margin: 50px 0 40px 635px;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #777;
    border-radius: 40px;
    background-color: #fff;
    color: #777;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
    transition: 0.5s;
}
.btn-fin:hover{
    color: #fff;
    background-color: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.btn-fin1{
    padding: 20px 65px;
    margin: 50px 0 40px 635px;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #777;
    border-radius: 40px;
    background-color: #fff;
    color: #777;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
    transition: 0.5s;
}
.btn-fin1:hover{
    color: #fff;
    background-color: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.header11{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(39, 42, 53, 0.7)),url(fantasy-style-galaxy-background_23-2151114373.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header4013{
    min-height: 3vh;
    width: 100%;
    background: #1f1f1f;
    background-position: center;
    background-size: cover;
    position: relative;
}
.outline-map{
    background: #fff;    
}
.outline-map h1{
    text-align: center;
    height: 50px;
    font-size: 30px;
    padding-top: 10px;
    width: 350px;
    margin: 30px auto;
    color: #fff;
    font-weight: 300;
    background-color: #1f1f1f;
    border-radius: 70px;
    border: 2px solid #777;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.outline-map h3{
    text-align: center;
    color: #777;
    text-decoration: underline lightsteelblue;
    padding-top: 25px;
    padding-bottom: -10px;
    font-weight: 200;
}
.outline-map h3 a{
    text-decoration: none;
    color: #555;
    font-weight: 400;
}
.outline-map h3 a:hover{
    color: #000;
    text-shadow: 0 0 2px #5ce1e6;
}
.timeline{
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
}
.container1{
    padding: 10px;
    position: relative;
    width: 50%;
    animation: appear 1s forwards;
    opacity: 0;
}
@keyframes appear{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.container1:nth-child(1){
    animation-delay: 0s;
}
.container1:nth-child(2){
    animation-delay: 1s;
}
.container1:nth-child(3){
    animation-delay: 2s;
}
.container1:nth-child(4){
    animation-delay: 3s;
}
.container1:nth-child(5){
    animation-delay: 4s;
}
.container1:nth-child(6){
    animation-delay: 5s;
}
.container1:nth-child(7){
    animation-delay: 6s;
}
.text-box386{
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    border: 2px solid #000;
    font-size: 15px;    
    box-shadow: none;
}
.text-box386:hover{
    box-shadow: 0px 6px 8px 10px lightsteelblue;
}
.leftcont{
    left: -5%;    
}
.rightcont{
    left: 55%;
}
.container1 img{
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -70px;
    top: 32px;
    z-index: 10;
}
.rightcont img{
    left: -70px;
}
.vl{
    border-left: 6px solid #777;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: 7.75px;
    top: 0;
    animation: moveline 7s linear forwards;
}
@keyframes moveline{
 0%{
    height: 0;
 }    
 100%{
    height: 100%;
 }
}
.text-box386 h2{
    font-weight: 600;
}
.text-box386 small{
    display: inline-block;
    margin-bottom: 15px;
}
.contleft-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #555;
    right: -15px;
}
.contright-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #555;
    left: -15px;
}
.final-comment{
    padding-top: 30px;
}
.final-comment h1{
    text-align: center;
    color: #555;
    text-decoration: underline #1f1f;
}
.final-comment h1 a{
    color: #555;
    text-decoration: none;
}
.final-comment h1 a:hover{
    color: #000;
}
.final-comment h4{
    text-align: center;
    padding-top: 17px;
    font-weight: 200;
    color: #777;
}
.headeraboutus{
    height: 80px;
    width: 100%;
    background-image: linear-gradient(#000, #1f1f1f);
    margin-top: 0;
}
.headeraboutus .logo123{
    padding-top: 20px;
    width: 200px;
    margin-left: 50px;
}
.headeraboutus .user-1{
    width: 40px;
    border-radius: 0px;
    margin-right: 10px;
    margin-top: 20px;
    padding-left: 20px;
}
.headeraboutus .user-2{
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 20px;
    padding-left: 30px;
    background-color: transparent;
}
.aboutus-btn{
    margin: -80px 0 500px 1000px;
    position: relative;
    top: -15px;
    border: 2px solid lightgrey;
    box-shadow: none;
    color: #fff;
    transition: 0.5s;
}
.aboutus-btn:hover{
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
}
.aboutus-page{
    margin-bottom: 30px;
}
.aboutus-page h1{
    font-size: 45px;
    text-align: left;
    font-weight: 700;
    padding-top: 20px;
    margin-left: 30px;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
}
.aboutus-textbox p{
    text-align: left;
    margin-left: 17px;
    width: 50%;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    color: #555;
}
.aboutus-page img{
    margin: -380px 0 0 930px;
    width: 500px;
    position: absolute;
    height: 300px;
    border-radius: 30px;
    border: 2px solid #555;
    transition: 0.5s;
    box-shadow: none;
}
.aboutus-page img:hover{
    box-shadow: 0px 5px 8px 3px #5ce1e6;
}
.accordion-123 {
    background: #fff;
    margin-bottom: -60px;
    padding-bottom: 50px;
    padding-left: 650px;
}
.accordion-123 img{
    margin: 80px 0 50px -530px;
    width: 500px;
    position: absolute;
    height: 300px;
    border-radius: 30px;
    border: 2px solid #555;
    transition: 0.5s;
    box-shadow: none;    
}
.accordion-123 img:hover{
    box-shadow: 0px 5px 8px 3px #5ce1e6;    
}
.accordion-123 h1{
    font-size: 45px;
    text-align: left;
    font-weight: 700;
    padding-top: 20px;
    margin-left: -20px;    
    text-decoration: underline darkgreen;
    text-underline-offset: 10px;
}
.accordion {
    margin: 60px auto;
    width: 600px;
}
.accordion li {
    list-style: none;
    width: 100%;
    margin: 20px;
    padding: 10px;
    border: 2px solid #555;
    border-radius: 8px;
    background: white;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), -6px -6px 10px -1px rgba(255,255,255,0.7);
}
.accordion li label {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
label::before {
    content: '+';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}
input[type="checkbox"] {
    display: none;
}
.accordion .content123 {
    color: azure;
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}
.accordion input[type="checkbox"]:checked + label + .content123 {
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="checkbox"]:checked + label::before {
    content: '-';
}
.header12{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(Maths.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline darkorange;
}
.formbar img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.header13{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(Computing.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar1 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline green;
}
.formbar1 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar1 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.header14{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(3d-render-of-black-hole-royalty-free-image-1713975678.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar2 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline #5ce;
}
.formbar2 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar2 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.header15{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(econ.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar3 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline purple;
}
.formbar3 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar3 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.formbar4 .under-p{
   text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 205px;
    margin-left: 20px;
    position: absolute;
}
.formbar .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 205px;
    margin-left: 20px;
    position: absolute;
}
.formbar1 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 205px;
    margin-left: 20px;
    position: absolute;
}
.formbar2 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 205px;
    margin-left: 20px;
    position: absolute;
}
.formbar3 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 205px;
    margin-left: 20px;
    position: absolute;
}
nav .loggout-btn{
    font-size: 12px;
    background: transparent;
    border: 2px solid #777;
    transition: 0.5s;
}
nav .loggout-btn:hover{
    border: 2px solid #fff;
    box-shadow: none;
}
.header16{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(pistons.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header17{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(IUPAC-feature-image.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header18{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(doctor.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar4 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline goldenrod;
}
.formbar4 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar4 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(bg128.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: azure;
}
.sub-header h1{
    padding-top: 130px;
}
.sub-header1{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(bg126.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: azure;
}
.sub-header1 h1{
    padding-top: 130px;
}
.contact-container{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'Outfit';
    background: #fff;
    margin-top: -2px;
    padding-top: -180px;
    margin-bottom: -50px;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-left-title h2{
    font-weight: 600;
    color: #1f1f1f;
    font-size: 40px;
    margin-bottom: 5px;
    margin-left: -100px;
}
.contact-left-title .contact-hr{
    border: none;
    width: 420px;
    height: 5px;
    background-color: #5ce;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: -100px;
}
.contact-inpt{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;  
    border-color: sandybrown; 
    border-width: 2px;
    border-style: solid; 
}
.contact-left textarea{
    height: 140px;
    padding: 15px;
    border-radius: 20px;
    border-color: sandybrown;
    border-width: 2px;
    border-style: solid;
}
.contact-inpt:focus{
    border: 2px solid #5ce;
}
.contact-inpt::placeholder{
    color: #a9a9a9;
}
.contact-left .contact-btn{
    display: flex;
    align-items: center; 
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;   
    background: linear-gradient(270deg, #ff994f, #fa6d86);
    cursor: pointer;
    transition: 0.5s;
}
.contact-left .contact-btn:hover{
    box-shadow: 0px 3px 3px 2px rgb(204, 2, 204);
}
.contact-left .contact-btn img{
    height: 15px;
}
.contact-right img{
    width: 500px;
}
@media (max-width:800px) {
    .contact-inpt{
        width: 80vh;
    }    
    .contact-right{
        display: none;
    }
}
.subject-form{
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    padding-top: -180px;
    margin-bottom: -80px;
}
.subject-form1{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.subject-inpt{
    width: 600px;
    height: 75px;
    border: none;
    outline: none;
    margin-top: -140px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 24px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
}
.subject-inpt:focus{
    border: 4px solid darkorange;
}
.file-inpt{
    font-size: 15px;
    width: 300px;
    padding: 3px;
    align-items: center;
    padding-left: 54px;
    text-align: center;
    margin-left: 160px;
}
.file-inpt::-webkit-file-upload-button{
    background-color: #777;
    color: azure;
    padding: 12px 8px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}
.file-inpt::-webkit-file-upload-button:hover{
    background-color: darkorange;
}
.subject-btn{
    display: flex;
    align-items: center; 
    margin-bottom: 120px;
    margin-left: 250px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.subject-btn:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.roll-up{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(-100%);
    transition: all 1.5s;  
}
.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.finish{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(100%);
    transition: all 1.5s;
}
.show1{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.campuscol{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(100%);
    transition: all 2.5s;
}
.campuscol:nth-child(1){
    transition-delay: 600ms;
}
.campuscol:nth-child(2){
    transition-delay: 1200ms;
}
.campuscol:nth-child(3){
    transition-delay: 1800ms;
}
.show2{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.contain386{
    width: 100%;
    height: 183vh;
    background: linear-gradient(#20345e, #5ce);
    padding-bottom: 50px;
}
.contain386 h2{
    color: #fff;
    font-size: 32px;
    padding: 50px 0;   
    text-align: center; 
    font-weight: 400;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
}
.price-row{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
}
.contain386 h5{
    font-size: 26px;
    color: #fff;
    text-decoration: underline darkorange;
    text-align: center; 
    text-underline-offset: 10px;
    font-weight: lighter;
    margin-top: -35px;
    margin-bottom: 25px;
}
.price-col{
    background: #1f283b;
    padding: 10% 15%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.price-col p{
    font-size: 22px;
    color: lightgrey;
}
.price-col h3{
    font-size: 44px;
    margin: 20px 0 40px;
    font-weight: 500;
}
.price-col h3 span{
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 1.5px;
}
.price-col .price-ul{
    text-align: left;
    margin: 20px 0;
    color: #ddd;   
    list-style: none; 
}
.price-col .price-ul .price-li{
    margin: 15px 0;
}
.price-col .price-ul .price-li::before{
    content: '\2022'; 
    color: #e33058; 
    font-weight: bold;
    margin-right: 8px;  
}
.price-col .price-btn{
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #e33058;
    border-radius: 6px;
    margin-top: 23px;
    margin-left: 0px;
    cursor: pointer;
    transition: background 0.5s;
}
.price-col .price-btn:hover{
    background: #e33058;
    box-shadow: none;
}
.expert-price .expert-ul{
    text-align: left;
    margin: 5px 60px;
    color: #1f283b;  
    font-weight: lighter;
    list-style-type: circle #e33058; 
}
.expert-price .expert-ul .expert-li{
    margin: 5px 0;
}
.expert-col .expert-ul .expert-li::before{
    content: '\2022'; 
    color: #e33058; 
    font-weight: bold;
    margin-right: 8px;  
}
.expert-price{
    margin-bottom: 70px;
}
.expert-price h1{
    color: #1f283b;
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center; 
    text-decoration: underline #e33058;
    text-underline-offset: 10px;
}
.expert-price h3{
    width: 95%;
    align-items: center;
    font-weight: lighter;
    margin-left: 40px;
}
.expert-price h3 a{
    color: #000;
}
.expert-price h3 a:hover{
    color: #e33058;
}
.expert-price p{
    margin-top: 20px;
    margin-left: 60px;
}
.statistics70 p{
    margin-left: 35px;
    margin-top: -60px;
    margin-bottom: -30px;
}
.flowchart1235{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.stage{
    background-color: #1f283b;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    height: 120px;
    margin-right: 800px;
    margin: 0 20px;
    position: relative;
    animation: fadeIn 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow{
    font-size: 2em;
    animation: moveArrow 1s infinite alternate;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fadeIn{
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes moveArrow{
    from { transform: translateX(0); }
    to { transform: translateX(10px); }
}
.subject-select{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    margin-bottom: -185px;
}
.subject-select h1{
    margin-top: 30px;
    font-size: 32px;
    color: #555;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
    margin-left: -880px;
    position: absolute;
}
.dropdown{
    position: absolute;
    margin-top: 180px;
    margin-left: -1180px;
    width: 300px;
    height: 15px;
}
.dropdown::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}
.dropdown.active::before{
    top: 22px;
    transform: rotate(-225deg);
}
.dropdown input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 2px solid #5ce;
    outline: none;
    padding: 24px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.dropdown .options125{
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: none;
}
.dropdown.active .options125{
    display: block;
}
.dropdown .options125 div{
    padding: 9px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dropdown .options125 div:hover{
    background: #62baea;
    color: #fff;
}
.dropdown .options125 div ion-icon{
    position: relative;
    top: 0;
    font-size: 1.2em;
}
.expert-btn{
    height: 60px;
    width: 130px;
    margin-top: 450px;
    margin-left: -150px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.expert-btn:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
} 
.expert-inpt{
    width: 330px;
    margin-top: 360px;
    margin-left: -780px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt:focus{
    border: 4px solid darkorange;
}
.expert-inpt1{
    width: 730px;
    margin-top: 180px;
    margin-left: -780px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt1:focus{
    border: 4px solid darkorange;
}
.expert-inpt2{
    width: 330px;
    margin-top: 360px;
    margin-left: -380px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt2:focus{
    border: 4px solid darkorange;
}
.expert-inpt494{
    width: 470px;
    margin-top: 450px;
    margin-left: -780px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt494:focus{
    border: 4px solid darkorange;
}
.theecoment p{
    width: 95%;
    margin-left: 75px;
    margin-top: -30px;
    margin-bottom: 20px;
}
.expert-inpt3{
    width: 230px;
    margin-top: 4px;
    margin-left: 410px;
    height: 28px;
    border: none;
    outline: none;
    padding-left: 15px;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
}
.noice p{
    font-size: 13px;
    align-items: center;
    position: absolute;
    margin-left: 400px;
    margin-top: -101px;
}
.expert-inpt3:focus{
    border: 4px solid darkorange;
}
.subject-select p{
    margin-top: 100px;
    width: 80%;
    align-items: center;
}
.idk p{
    width: 50%;
    margin-left: 600px;
    margin-top: -280px;
    position: absolute;
}
.terms-and-conditions {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 20px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.terms-and-conditions h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}
.terms-and-conditions h2 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.terms-and-conditions p, .terms-and-conditions ul {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.terms-and-conditions ul {
    padding-left: 20px;
}
.terms-and-conditions ul li {
    margin-bottom: 10px;
}
.terms-and-conditions p:last-child {
    text-align: center;
}
.comment618 h3{
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    width: 95%;
    margin-left: 35px;
    margin-top: 10px;
}
.comment618 h3 a{
    text-decoration: underline;
    color: #fff;
}
.comment618 h3 a:hover{
    color: #e33058;
}
.header93{
    min-height: 70vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(39, 42, 53, 0.7)),url(bg128.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header93 h1{
    text-align: center;
    justify-items: center;
    color: #fff;
    font-size: 40px;
    margin-top: 100px;
    transition: 0.5s;
    text-shadow: none;
}
.header93 h1:hover{
    text-shadow: 5px 7px 7px #ff0050;
}
.posting h3{
    font-weight: 100;
    font-size: 20px;
    width: 90%;
    margin-left: 80px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.posting{
    min-height: -30vh;
}
.subject-select1{
    display: flex;
    justify-content: center;
    min-height: 90vh;
    background: #fff;
    margin-bottom: -245px;
}
.subject-select1 h1{
    margin-top: 30px;
    font-size: 32px;
    color: #555;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
    margin-left: -880px;
    position: absolute;
}
.dropdown1{
    position: absolute;
    margin-top: 150px;
    margin-left: -258px;
    width: 300px;
    height: 25px;
}
.dropdown1::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}
.dropdown1.active1::before{
    top: 22px;
    transform: rotate(-225deg);
}
.dropdown1 input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 2px solid #5ce;
    outline: none;
    padding: 24px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.dropdown1 .options1251{
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: none;
}
.dropdown1.active1 .options1251{
    display: block;
}
.dropdown1 .options1251 div{
    padding: 9px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dropdown1 .options1251 div:hover{
    background: #62baea;
    color: #fff;
}
.dropdown1 .options1251 div ion-icon{
    position: relative;
    top: 0;
    font-size: 1.2em;
}
.expert1-btn{
    height: 60px;
    width: 150px;
    margin-top: 145px;
    margin-left: 100px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.expert1-btn:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
} 
.subject-select1{
    min-height: 40vh;
    margin-bottom: -50px;
}
.payment-section{
    font-family: 'Open Sans', sans-serif;
    color: var(--gray-900);
    background: linear-gradient(#fffaff,#000);
    min-height: 87vh;
}
.container98765 {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 16px;
}
.bottomimg{
    align-items: center;
    padding-top: 50px;
    margin-left: 650px;
    width: 300px;
    height: 60px;
}
/* end: Breakpoints */

.comeback{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.registerimg{
    width: 200px;
    margin-left: 45px;
    margin-top: 50px;
}
.comeback h1{
    margin-left: 530px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.comeback h4{
    margin-left: 590px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}
.return-btn{
    margin-left: 690px;
    margin-top: 50px;
    border: 2px solid #fff;
}
.comeback1{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.comeback1 h1{
    margin-left: 460px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.comeback1 h4{
    margin-left: 540px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}
.comeback2{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.comeback2 h1{
    margin-left: 340px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.comeback2 h4{
    margin-left: 75px;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}
.comeback3{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.comeback3 h1{
    margin-left: 135px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
}
.comeback3 h4{
    margin-left: 35px;
    margin-top: 30px;
    margin-bottom: -10px;
    font-size: 16px;
    width: 95%;
    text-align: center;
    font-weight: lighter;
    color: #fff;
}
.comeback3 h4 b{
    color: goldenrod;
}
.comeback4{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.comeback4 h1{
    margin-left: 290px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.comeback4 h4{
    margin-left: 350px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}
.comeback5{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.comeback5 h1{
    margin-left: 315px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.comeback494{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.comeback494 h1{
    margin-left: 285px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
}
.review-slider{
    display: none;
}
.comeback494 h4{
    margin-left: 450px;
    margin-top: 30px;
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}
.final-commenttest{
    display: none;
}
nav .fa-xmark, 
nav .fa-bars {
    display: none;
}
.outline-mapmobile-only{
    display: none;
}
.pleaseeework{
    display: none;
}
@media only screen and (max-width: 600px) {
     .pleaseeework {
    display: block !important;
    background: #f0f0f0 !important; /* light grey so you can see the section */
    padding: 20px;
  }
  .pleaseeework h2 {
    font-size: 14vw !important;
    color: red !important; /* forces visible text */
    text-align: center;
  }
    .salespitch{
        display: none !important;
    }
    .text-box h1{
        font-size: 13px;
        margin-top: 110px;
    }
    .price-col h3 span{
        text-decoration: line-through !important;
        text-decoration-color: red !important;
        text-decoration-thickness: 1.5px !important;
    }
    .login-btn{
        margin-right: -10px;
        font-size: 12px;
        padding: 7.5px 18.75px;
    }
    .content p{
        font-size: 12px;
    }
    .breakingnews{
        height: 110px !important;
        border-radius:  0px !important;
        margin-top: 25px !important;
    }
    .controller1{
        margin-top: -680px !important;
        position: absolute;
        margin-right: -20px !important;
    }
    .msg-container1{
        margin-top: -20px;
    }
    .breakingnews h4{
        font-size: 15px !important;
    }
    .technolog{
        margin-top: -580px !important;
    }
    .wysg{
        display: none;
    }
    .respectjose{
        margin-top: 200px !important;
        margin-left: 20px !important;
        width: 90%;
        font-size: 14px;
    }
    .technolog p{
    width: 90% !important;
    position: absolute;
    margin-top: 70px;
    margin-left: 20px !important;
    margin-bottom: 400px;
    font-size: 16px;
    text-align: justify;
    color: #777;
    }
    .theory{
        margin-top: 600px !important;
    }
    .roll-up{
        margin-top: -300px !important;
    }
    .roll-up h1{
        padding-left: -15px !important;
    }
    .roll-up p{
        margin-left: 15px !important;
        font-size: 14px;
    }
    .roll-up p br{
        display: none;
    }
    .roll-up h2{
        margin-left: 10px;
    }
    .row{
        margin-left: 10px !important;
    }
    .campuscol{
        height: 100px;
    }
    .layer h3{
        font-size: 10px;
    }
    .finish h1{
        font-size: 26px;
        width: 90%;
        margin-left: 20px;
    }
    .btn-fin{
        margin-left: 70px;
    }
    .btn-fin1{
        margin-left: 70px !important;
    }
    .finish h3{
        font-size: 16px;
        margin-bottom: -20px;
        width: 95%;
        margin-left: 10px;
        margin-top: -10px;
    }
    .header12 .text-box h1, .header17 .text-box h1, .header13 .text-box h1, .header15 .text-box h1, .header16 .text-box h1, .header14 .text-box h1, .header18 .text-box h1{
        font-size: 13px;
        margin-top: 150px;
    }
    .header93 h1{
        font-size: 22px;  
        margin-top: 200px;
    }
    .header11{
        min-height: 83vh;
    }
    .header4013{
        min-height: 8vh;
        margin-bottom: -1310px !important;
    }
    .header12, .header17, .header13, .header15, .header16, .header14, .header18, .header93{
        min-height: 90vh;
    }
    * {
        box-sizing: border-box;
    }
    html, body {
        margin: 0;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    .text-box p{
        font-size: 13px;
    }
    nav img{
        margin-left: -6px;
        margin-top: 8px;
        width: 150px;
    }
    .logo123{
        position: absolute;
        width: 150px !important;
        margin-left: 15px !important;
        margin-top: 5px !important;
    }
    .headeraboutus{
        min-height: 5vh;
    }
    .aboutus-btn{
        margin-left: 275px !important;
        margin-top: 38px !important;
        width: 90px;
        font-size: 10px !important;
        padding: 8px 12px;
    }
    .user-1{
        display: none;
    }
    .contact-left-title h2{
        margin-top: -130px !important;
        font-size: 35px !important;
        text-align: center;
        margin-left: 10px !important;
        margin-bottom: -40px !important;
        position: absolute;
    }
    .contact-left{
        position: absolute;
        margin-bottom: -90px !important;
    }
    .aboutus-page h1{
        font-size: 25px;
        margin-left: 77px;
    }
    .aboutus-page img{
        margin-left: 40px;
        width: 300px;
        height: 225px;
        margin-top: -690px !important;
        position: absolute !important;
        padding-bottom: -100px !important;
    }
    .aboutus-textbox p{
        margin-top: 280px;
        font-size: 13px;
        width: 90%;
        position: relative;
        margin-left: 25px;
    }
    .manlikeexpert h1{
        display: none;
    }
    .manlikeexpert p{
        background-color: #1f2c47;
        color: white;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 35px;
        margin-top: -15px !important;
        margin-left: 12px !important;
    }
    .nav-links ul li{
        display: block;
        color: #fff;
    }
    .nav-links ul li a{
        color: #fff;
    }
    .header11 .nav-links{
        position: absolute;
        background: #1f1f1f;
        height: 82vh;
        width: 200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2;
        transition: transform 1s ease;
        transform: translateX(110%); 
        will-change: transform;
    }
    .header4014 .nav-links{
        position: absolute;
        background: #1f1f1f;
        height: 50vh;
        width: 200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2;
        transition: transform 1s ease;
        transform: translateX(110%); 
        will-change: transform;
    }
    .header .nav-links{
        position: absolute;
        background: #1f1f1f;
        height: 50vh;
        width: 200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2;
        transition: transform 1s ease;
        transform: translateX(110%); 
        will-change: transform;
    }
    .main-content h1{
        font-size: 25px !important;
    }
    .text-boxscroll p{
        font-size: 20px !important;
        width: 200px !important;
    }
    .esat-video{
        width: 300px !important;
        margin-left: -130px !important;
        height: 190px !important;
    }
    .ad-popup{
        width: 95% !important;
        height: 48% !important;
    }
    .ad-popup img{
        width: 100%;
        height: 100%;
        background: cover;
    }
    .text-sequence120{
        display: none !important;
    }
    .scrollbox{
        height: 40vh !important;
    }
    .esat-section h1{
        font-size: 28px;
        width: 80%;
    }
    .esat-table th, .esat-table td {
    padding: 8px 10px;
    font-size: 12px;
  }

  .uni-logo {
      display: none;
    height: 10px;
    margin-left: 8px;
    margin-right: 4px;
  }

  .flow-containereng {
    flex-direction: column;
    gap: 16px;
    overflow-x: unset;
  }

  .steppeng {
    flex: 1 1 100%;
    min-width: unset;
    padding: 24px;
  }

  .step-number {
    font-size: 18px;
  }
    .finisheng{
        margin-bottom: 450px !important;;
    }
    .weneedit{
        min-height: 5vh;
    }
    .weneedit h2{
        font-size: 25px !important;
        margin-bottom: 40px;
    }
    .solvedpaperintro h1{
        font-size: 30px !important;
        width: 85% !important;
        margin-left: 30px !important;
    }
    .solvedpaperintro h4{
        font-size: 16px;
        width: 90%;
        margin-left: 20px;
    }
    body .flowchart12352{
        display: none !important;
    }
    .doyouneedhelp h3{
        margin-left: 40px !important;
    }
    .custom-table1 h2{
        margin-left: 20px !important;
    }
  .bigfont h1 {
    font-size: 24px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-top: 25px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
  }
    .header4013 .nav-links{
        position: absolute;
        background: #1f1f1f;
        height: 50vh;
        width: 200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2;
        transition: transform 1s ease;
        transform: translateX(110%); 
        will-change: transform;
    }
    .header12 .nav-links, .header17 .nav-links, .header13 .nav-links, .header15 .nav-links, .header16 .nav-links, .header14 .nav-links, .header18 .nav-links, .header93 .nav-links{
        position: absolute;
        background: #1f1f1f;
        height: 89vh;
        width: 200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2;
        transition: transform 1s ease;
        transform: translateX(110%); 
        will-change: transform;
    }
    .formbar h1, .formbar1 h1, .formbar3 h1, .formbar4 h1, .formbar2 h1{
        font-size: 30px;
        width: 90%;
        margin-left: 19px;
        text-align: center;
    }
    .formbar p, .formbar1 p, .formbar3 p, .formbar4 p, .formbar2 p{
        font-size: 18px;
        text-align: center;
        margin-top: -10px;
    }
    .subject-inpt{
        width: 350px;
        margin-left: -1px;
        font-size: 15px;
        height: 60px;
        margin-top: -100px;
    }
    .expert-inpt3{
        margin-left: 60px;
        margin-top: 40px;
        height: 40px;
        font-size: 12px;
    }
    .noice p{
        margin-left: 17px;
        font-size: 10px;
        margin-top: -130px;
    }
    .subject-btn{
        margin-left: 125px;
        margin-top: 80px;
        width: 100px;
        font-size: 13px;
        padding: 10px 22px;
    }
    .formbar .under-p, .formbar1 .under-p, .formbar3 .under-p, .formbar4 .under-p, .formbar2 .under-p{
        font-size: 14px !important;
        width: 95%;
        text-align: center;
        margin-left: 7px !important;
        margin-top: 240px !important;
    }
    .resources-ul{
        margin-bottom: -300px !important;
    }
    .resources3 h2, .resources h2, .resources1 h2, .resources2 h2, .resources4 h2, .resources5 h2{
        padding-top: 150px;
        margin-left: 20px !important;
        width: 90%;
        text-align: center;
        font-size: 25px !important;
    }
    .resources3 h4, .resources h4, .resources1 h4, .resources2 h4, .resources4 h4, .resources5 h4{
        margin-left: 20px !important;
        font-size: 13px !important;
    }
    .posting h3{
        margin-left: 17px;
        font-size: 14px;
    }
    .nav-links.show {
        transform: translateX(5%); /* Bring it into view */
    }
    nav .fa-xmark,
    nav .fa-bars{
        display: block;
        color: #5ce1e6;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 20px;
    }
    .loggout-btn{
       width: 105px; 
       margin-left: 1px;
    }
    .outline-map{
        display: none;
    }
    .outline-mapmobile-only{
        display: block;
    }
    .outline-mapmobile-only h1{
    text-align: center;
    height: 50px;
    width: 250px;
    font-size: 15px;
    padding-top: 10px;
    margin: 30px auto;
    color: #fff;
    font-weight: 300;
    background-color: #1f1f1f;
    border-radius: 70px;
    border: 2px solid #777;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
    }
    .outline-mapmobile-only h3{
    text-align: center;
    color: #777;
    text-decoration: underline lightsteelblue;
    padding-top: 1px;
    padding-bottom: -10px;
    font-weight: 200;
    font-size: 14px;
    width: 80%;
    margin-left: 40px;
    }
    .outline-mapmobile-only h3 a{
    text-decoration: none;
    color: #555;
    font-weight: 400;
    }
    .outline-mapmobile-only .timeline{
        margin-top: 30px;
    }
    .outline-mapmobile-only .text-box386{
        padding: 10px 15px;
        background-color: #fff;
        position: relative;
        border-radius: 6px;
        border: 2px solid #000;
        font-size: 13px;    
        box-shadow: none;
    }
    .outline-mapmobile-only .text-box386 p{
        padding: 1px 1.5px;
    }
    .outline-mapmobile-only .leftcont{
        left: -3%; 
        width: 200px;
    }
    .outline-mapmobile-only .rightcont{
        left: 55%;
        width: 200px;
    }
    .outline-mapmobile-only .rightcont .text-box386 p{
        padding: 10px 15px;
    }
    .outline-mapmobile-only .v1{
        position: absolute;
        left: 10%;
    }
    .outline-mapmobile-only .container1 img{
        position: absolute;
        width: 40px;
        border-radius: 50%;
        right: -65px;
        top: 32px;
        z-index: 10;
    }
    .outline-mapmobile-only .rightcont img{
        left: -58px;
    }       
    .subject-select h1{
        margin-left: -6px;
        font-size: 26px;
        margin-top: -15px;
    }
    .subject-select p{
        margin-top: 40px;
        margin-left: 5px;
        text-align: center;
    }
    .dropdown{
        margin-left: -300px;  
        margin-top: 240px;
        position: absolute;
        z-index: 10;
    } 
    .expert-inpt2{
        width: 300px;
        margin-left: -300px;
        font-size: 15px;
        height: 60px;
        margin-top: 440px;
        z-index: 1;
    }
    .committment{
        margin-top: 220px !important;
        z-index: 1;
    }
    .expert-inpt1{
        width: 300px;
        margin-left: -300px;
        font-size: 8px;
        height: 60px;
        margin-top: 520px;
        z-index: 1;
    }
    .expert-btn{
        margin-top: 605px;
        margin-left: -215px;
        width: 130px;
        font-size: 13px;
        padding: 10px 22px;
        z-index: 1;
    }
    .idk p{
        margin-left: 20px;
        margin-top: -155px;
        text-align: justify;
        width: 90%;
        font-size: 11px;
        z-index: 1;
    }
    .expert-inpt494, .theecoment{
        display: none;
    }
    .subject-select149{
        min-height: 110vh !important;
    }
    .user-2{
        display: none;
    }
    .subject-select149 h1{
        margin-left: -5px !important;
        font-size: 26px !important;
    }
    .subject-select149 p{
        margin-left: 0px !important;
        width: 95% !important;
    }
    .subject-select149 h3{
        margin-top: 540px !important;
        font-size: 20px;
    }
    .dropdown135{
        margin-left: -335px !important;  
        margin-top: 240px !important;
        position: absolute;
        z-index: 10;
    } 
    .expert-inpt549{
        margin-top: 390px !important;
        width: 300px !important;
        margin-left: -335px !important;
        font-size: 8px !important;
    }
    .expert-inpt539{
        margin-left: -335px !important;
        margin-top: 315px !important;
        font-size: 15px !important;
    }
    .expert-btn539{
        margin-left: -250px !important;
        margin-top: 460px !important;
        width: 130px !important;
        font-size: 13px !important;
        padding: 10px 22px !important;
    }
    .contain386 h2{
        margin-left: 20px !important;
        font-size: 24px !important;
    }
    .expert-price1 h3{
        font-size: 14px !important;
        text-align: justify;
        margin-top: 10px !important;
        margin-left: 10px !important;
    }
    .expert-price1 p{
        margin-left: -1px !important;
        margin-top: -20px !important;
        font-size: 12px !important;
    }
    .expert-price1 h4{
        font-size: 15px;
        margin-left: -1px !important;
        margin-bottom: -40px !important;
    }
    .contain386 h5{
        width: 90%;
        font-size: 22px;
        margin-left: 20px;
    }
    .contain386{
        min-height: 368vh !important;
    }
    .price-col{
        margin-bottom: -5px !important;
    }
    .comment618 h3{
        font-size: 9px;
        margin-left: 9px;
        margin-top: 30px;
    }
    .paytheprice h1{
        font-size: 22px;
        text-align: center;
        margin-left: -3px !important;
    }
    .subject-select29 p{
        font-size: 12px !important;
        margin-left: -3px !important;
    }
    .dropdown29{
        margin-left: -319px !important;  
        margin-top: 380px !important;
        position: absolute;
        z-index: 10;
    }
    .expert-inpt229{
        margin-left: -319px !important;
        margin-top: 455px !important;
        font-size: 15px !important;
        width: 300px !important;
    }
    .expert-btn29{
        margin-top: 535px !important;
        margin-left: -230px !important;
        width: 130px !important;
        font-size: 13px !important;
        padding: 10px 22px !important;
        z-index: 1;
    }
    .brudaintbelievin{
        margin-top: 40px !important;
        margin-bottom: 100px !important;
    }
    .brudaintbelievin h5{
        width: 85% !important;
        margin-left: 30px !important;
    }
    .brudaintbelievin h5, .expert-ul{
        font-size: 13px !important;
    }
    .expert-price{
        margin-top: 240px !important;
    }
    .expert-price p{
        width: 95%;
        font-size: 12px;
        margin-top: -5px;
        margin-left: 20px;
    }
    .statistics70 p{
        margin-left: 30px;
        width: 88%;
    }
    .mightbedeep p{
        margin-left: 10px !important;
        font-size: 13px !important;
        text-align: justify;
        margin-top: 40px !important;
        margin-bottom: -45px !important;
    }
    .expert-ul{
        margin-left: -10px;
    }
    .expert-price h1{
        font-size: 28px;
        margin-left: 5px;
    }
    .expert-price h3{
        font-size: 14px !important;
        margin-left: 10px !important;
    }
    .flowchart1235{
        display: none;
    }
    .final-comment h1{
        font-size: 20px;
        margin-top: -30px;
    }
    .final-comment h4{
        padding-top: 20px;
        font-size: 14px;
        margin-left: 20px;
        width: 90%;
        margin-bottom: -20px;
    }
    .header94, .header95, .header96, .header97{
        min-height: 83vh;
        margin-top: -580px;
    }
    .header94 h1, .header95 h1{
        font-size: 20px;
        margin-left: -565px;
    }
    .header96 h1, .header97 h1{
        font-size: 20px;
        margin-left: 10px;
    }
    .hero179 h1{
        margin-top: -15px !important;
        margin-left: -15px;
        font-size: 30px !important;
    }
    .whatiscontain{
        display: none;
    }
    .final-commenttest{
        display: block;
        margin-top: -120px;
    }
    .final-commenttest h1{
        font-size: 20px;
        margin-top: -30px;
        text-align: center;
        color: #555;
        text-decoration: underline #1f1f;
    }
    .final-commenttest h1 a{
        text-decoration: underline #1f1f;
        color: #555;
    }
    .final-commenttest h4{
        padding-top: 20px;
        font-size: 14px;
        margin-left: 20px;
        width: 90%;
        text-align: center;
        margin-bottom: -20px;
    }
    .review-slider {
    display: block;
    max-width: 500px !important;
    margin-top: -20px !important;
    height: 280px;
    padding-bottom: -40px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
  }

  .review-box {
    display: none;
    text-align: center;
    border-radius: 8px;
    padding-top: 5px;
    width: 250px !important;
    height: 300px !important;
    margin-top: 20px;
    margin-bottom: -20px;
    background-color: #2d3a59;
    margin-left: 43px;
  }

  .review-box h3 {
    font-size: 17px;
    color: #888;
    font-weight: lighter;
  }

  .review-box h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
  }

  .review-box p {
    font-size: 13px;
    padding-top: 10px !important;
    margin-top: 20px !important;
    color: #fff;
  }
  .arrows {
    position: absolute;
    top: 65%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
    .ucas2026-container {
    padding: 20px 10px;
  }

  .ucas2026-container h1 {
    font-size: 22px;
    margin-left: 30px !important;
    text-align: center;
    width: 85% !important;
  }

  .ucas2026-container h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ucas-intro {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .aitool h2 {
    font-size: 22px !important;
    margin-left: 10px !important;
    text-align: center;
  }

  .aitool h4 {
    font-size: 16px;
    width: 85%;
    margin-left: 30px;
    font-weight: lighter;
  }

  .intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .inputs-row {
    flex-direction: column;
    gap: 16px;
  }

  .column15 {
    min-width: unset;
    width: 100%;
  }

  .inputs-row textarea.aiarea {
    font-size: 14px;
    padding: 10px;
  }

  button.aisubmit {
    font-size: 15px;
    padding: 10px;
    right: 0 !important;
    width: 100%;
  }

  .output {
    padding: 16px;
    margin-top: -60px;
  }

  #outputArea {
    font-size: 15px;
    min-height: 80px;
  }

  .flowchart69 {
    gap: 20px;
  }

  .card69 {
    padding: 16px;
    max-width: 100%;
  }

  .card69 h3 {
    font-size: 18px;
  }

  .card69 p {
    font-size: 14px;
  }

  .arrow69 {
    font-size: 24px;
    margin: 8px 0;
  }

  .ucas-note {
    font-size: 14px;
    padding: 16px;
  }

  .arrow {
    background-color: #1f1f1f;
    color: white;
    border: none;
    padding: 0;
    font-size: 1.8rem;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;            /* Define width for perfect circle */
    height: 40px;           /* Define height for perfect circle */
    display: flex !important;
    align-items: center !important;    /* Vertically center the arrow */
    justify-content: center;
    line-height: 80px !important;
    font-family: Arial, sans-serif; /* Ensure consistent rendering of symbols */
    text-align: center;
  }

  .arrow:focus {
    outline: none;
  }

  .arrow.left {
    margin-left: -17px;
  }

  .arrow.right {
    margin-right: 35px;
  }

  /* Show the current review only */
  .review-box {
    display: block;
  }
    .footer img{
        display: none;
    }
    .footer{
        min-height: 5vh;
    }
    .footer-links{
        margin-left: 15px;
    }
    .footer-links ul li{
        display: inline-block;
        margin-top: 45px;
        margin-left: 6.5px;
    }
    .footer2{
        min-height: 8vh;
    }
    .footer2-links{
        display: flex;
        margin-bottom: 30px;
        margin-left: 70px;
    }
    .footer2-links ul li{
        display: inline-block;
        align-items: center;
        margin-left: -17px;
        margin-top: -20px;
    }
    .footer-links{
        position: absolute;
    }   
    .footer-links ul h1{
        display: none;
    }
    .footer2-links ul h1{
        display: none;
    }
    .footer3 {
        margin: 0;
        padding: 0;
        overflow-y: hidden;
    }
    .accordion-123 h1{
        font-size: 17px;
        align-items: center;
        margin-left: -608px;
        margin-top: -30px;
    }
    .accordion{
        margin-left: -620px;
        width: 280px;
        margin-top: 250px;
        margin-bottom: 20px;
    }
    .accordion li label{
        font-size: 14px;
    }
    .content123 p{
        font-size: 12px;
    }
    .accordion-123 img{
        margin-top: 30px;
        width: 300px;
        height: 200px;
        margin-left: -610px;
    }
    hr{
        display: none;
    }
    .imgg img{
        display: none;
    }
    .weslide{
        margin-bottom: 450px;
        margin-top: -20px;
    }
    .controller1{
        margin-top: 100px; 
        position: absolute;
        margin-right: -30px;
    }
    .msg-container1{
        width: 340px;
        height: 420px;
        margin-left: -30px;
    }
    .msg-col1 h1{
        font-size: 20px;
    }
    .msg-col1 p{
        font-size: 12px;
        width: 47%;
    }
    .imggeng img{
        display: none;
    }
    .weslideeng{
        display: none;
    }
    .location{
        width: 80%;
        margin-bottom: -40px;
        padding-bottom: -50px;
        padding-left: 40px;
        padding-right: 80px;
        padding-top: 50px;
    }
    .location iframe{
        width: 100%;
    }
    .contact-container h2{
        font-size: 20px;
        margin-left: 50px;
        text-decoration: underline goldenrod;
    }
    .contact-inpt{
        width: 290px;
        margin-left: -3px;
    }
    .contact-btn{
        margin-bottom: -20px;
    }
    .benefits h3{
        margin-left: 38px;
        font-size: 14px;
        margin-bottom: -20px;
        color: #666;
    }
    .benefits h3 u{
        text-decoration: underline green;
    }
    .benefits p{
        margin-top: 30px;
        text-align: justify;
        font-size: 14px;
        margin-bottom: -30px;
        width: 80%;
        margin-left: -30px;
        color: #000;
    }
    .benefits p u{
        text-decoration: underline 2px goldenrod;
    }
    .ppt2 img{
        margin-left: 20px;
        width: 310px;
        height: 104px;
    }
    .ppt2 h3{
        margin-left: 15px;
        margin-top: 30px;
    }
    .ppt2 iframe{
        display: none;
    }
    .ppt2 a{
        margin-left: 140px;
    }
    .xlsx h3{
        margin-left: 15px;
    }
    .xlsx iframe{
        display: none;
    }
    .xlsx a{
        margin-left: 140px;
        margin-bottom: 150px;
    }
    .roll-up h1{
        margin-top: 150px !important;
        font-size: 22px !important;
    }
    .roll-up p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .roll-up{
        opacity: 0;
        filter: blur(1px);
        transform: translateX(-100%);
        transition: all 1.5s;  
    }
    .show{
        opacity: 1;
        filter: blur(0);
        transform: translateX(-20%);
    }
    .roll-up h2{
        font-size: 20px;
    }
    .campuscol img{
        width: 243px;
        height: 170px;
    }
    .benefits{
        opacity: 0;
        filter: blur(1px);
        transform: translateX(100%);
        transition: 2.5s;
    }
    .show5{
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
    .technolog h1{
        font-size: 22px;
        margin-left: 30px;
        padding-bottom: -50px;
    }
    .technolog p{
        font-size: 14px;
    }
    .technolog2{
        margin-top: 930px;
        margin-left: -450px;
    }
    .technolog2 p{
        font-size: 14px;
        width: 200px;
    }
    .contain386{
        margin-top: 1310px;
    }
    .technolog2{
        opacity: 0;
        filter: blur(1px);
        transform: translateX(100%);
        transition: all 1.5s;
    }
    .show3{
        opacity: 1;
        filter: blur(0);
        transform: translateX(0%);
    }
    .contain386 h2{
        font-size: 22px;
        text-underline-offset: 2px;
        margin-left: 15px;
        width: 90%;
        margin-top: 80px;
    }
    .subject-select29 h3{
        position: absolute !important;
        margin-top: 580px !important;
        font-size: 12px !important;
        width: 85% !important;
        text-align: justify !important;
    }
    .price-ul img{
        display: none;
    }
    .price-col{
        margin-bottom: -20px;
    }
    .thesugar h3{
        margin-top: 550px;
        margin-left: 40px;
    }
    .thesugar iframe{
        display: none;
    }
    .thesugar a{
        margin-top: 930px;
        margin-left: 130px;
        position: absolute;
    }
    .dapup{
        margin-top: 1100px;
    }
    .dapup h1{
        margin-left: 10px;
        width: 95%;
        font-size: 22px;
    }
    .dapup img{
        margin-left: 45px;
        width: 310px;
        height: 84px;
    }
    .dapup h5{
        margin-left: 35px;
    }
    .dapup p{
        margin-left: 45px;
    }
    .ppt1 h3{
        margin-left: 15px;
        margin-top: 280px;
    }
    .ppt1 iframe{
        display: none;
    }
    .ppt1 a{
        margin-left: 132px;
        margin-top: 10px;
    }
    .ppt h3{
        margin-left: 15px;
        margin-top: 20px;
    }
    .intro19 h3{
        margin-left: 15px;
        margin-top: 20px; 
    }
    .outline-map h3{
        margin-top: -230px;
        width: 80%;
        margin-left: 40px;
        position: absolute;
        margin-bottom: -450px;
    }
    .text-box386 p{
        text-align: left;
        font-size: 10px;
    }
    .container1 .leftcont, .container1 .rightcont{
        width: 40%;
        margin: 25px 25px 25px 25px;
    }
    .container1 p{
        width: 100%;
    }
    .rightcont p{
        margin-left: -15px;
    }
    .ppt iframe{
        display: none;
    }
    .ppt a{
        margin-left: 132px;
        margin-top: 10px;
    }
    .header94{
        margin-top: -150px;
    }
    .title{
        font-size: 15px;
    }
    .comeback1 img, .comeback2 img, .comeback4 img, .comeback3 img, .comeback494 img, .comeback5 img, .comeback img{
        width: 150px;
    }
    .comeback1 h1, .comeback2 h1, .comeback4 h1, .comeback3 h1, .comeback494 h1, .comeback5 h1, .comeback h1{
        margin-left: 25px;
        font-size: 22px;
        width: 90%;
    }
    .comeback2 h1{
        margin-left: 65px;
        margin-top: 160px;
    }
    .comeback4 h1{
        margin-left: 40px;
        margin-top: 180px;
    }
    .comeback3 h1{
        width: 90% !important;
        margin-top: 150px !important;
        margin-left: 18px !important;
    }
    .comeback h1{
        margin-left: 62px;
    }
    .comeback494 h1{
        text-align: center;
        margin-left: 20px;
        margin-top: 190px;
    }
    .comeback1 h4, .comeback2 h4, .comeback4 h4, .comeback3 h1, .comeback494 h4, .comeback5 h4, .comeback h4{
        margin-left: 10px;
        font-weight: 200;
        width: 95%;
        text-align: center;
        margin-top: 18px;
    }
    .comeback3 h4{
        margin-left: 27px !important;
        width: 90% !important;
        text-align: left;
    }
    .return-btn{
        margin-left: 123px;
        margin-top: 22px;
    }
    .comeback2 .return-btn{
        margin-left: 98px;
        margin-top: 22px;
    }
    .comeback4 .return-btn{
        margin-left: 100px;
    }
    .comeback3 .return-btn{
        margin-left: 100px;
        margin-top: 30px !important;
    }
    .comeback494 .return-btn{
        margin-top: 32px;
        margin-left: 100px;
    }
    .comeback5 .return-btn{
        margin-left: 98px;
        margin-top: 22px;
    }
}
.whitespace{
    display: none;
}
.technolog h1{
    margin-left: 150px;
    margin-top: 30px;
    position: absolute;
    text-decoration: underline goldenrod;
    text-underline-offset: 5px;
}
.technolog p{
    width: 60%;
    position: absolute;
    margin-top: 70px;
    margin-left: 30px;
    margin-bottom: 400px;
    font-size: 18px;
    text-align: justify;
    color: #777;
}
.technolog p b{
    text-decoration: underline #720e9e;
    color: #000;
}
.technolog2 p{
    width: 60%;
    position: absolute;
    margin-top: -40px;
    margin-left: 570px;
    margin-bottom: 400px;
    font-size: 18px;
    text-align: justify;
    color: #777;
}
.technolog2 p b{
    text-decoration: underline green;
    color: #000;
    font-weight: lighter;
}
.technolog{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(90%);
    transition: all 2.5s;
}
.respectjose{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(90%);
    transition: all 2.5s;
}
.show69{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.show71{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.technolog2{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(-100%);
    transition: all 2.5s;
}
.show70{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.technolog h1{
        font-size: 28px;
        margin-left: 30px;
        padding-bottom: -50px;
        color: #000;
        font-weight: 400;
    }
.theory{
    min-height: 48vh;
}
.wysg{
    min-height: 50vh;
}
.respectjose{
    min-height: 10vh;
}
.respectjose h4{
    margin-bottom: 20px;
    text-align: center;
    font-weight: lighter;
    width: 90%;
    margin: auto;
}
.respectjose h4 u{
    text-decoration: underline #5ce;
}
.paytheprice{
    min-height: 5vh;
    margin-bottom: -30px;
}
.paytheprice h1{
    margin-top: 30px;
    margin-left: 40px;
    text-decoration: underline #e33058;
    text-underline-offset: 2px;
    margin-bottom: -30px;
}
.subject-select29{
    display: flex;
    justify-content: center;
    min-height: 62vh;
    background: #fff;
    margin-bottom: -185px;
}
.subject-select29 p{
    margin-bottom: 400px;
}
.paymentform{
    margin-top: 100px;
}
.subject-select29 h1{
    margin-top: 30px;
    font-size: 32px;
    color: #555;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
    margin-left: -880px;
    position: absolute;
}
.dropdown29{
    position: absolute;
    margin-top: 120px;
    margin-left: -1180px;
    width: 300px;
    height: 15px;
}
.dropdown29::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}
.dropdown29.active::before{
    top: 22px;
    transform: rotate(-225deg);
}
.dropdown29 input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 2px solid #1f283b;
    outline: none;
    padding: 24px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.dropdown29 .options129{
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: none;
}
.dropdown29.active .options129{
    display: block;
}
.dropdown29 .options129 div{
    padding: 9px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dropdown29 .options129 div:hover{
    background: #e33058;
    color: #fff;
}
.dropdown29 .options129 div ion-icon{
    position: relative;
    top: 0;
    font-size: 1.2em;
}
.expert-btn29{
    height: 60px;
    width: 130px;
    margin-top: 220px;
    margin-left: -760px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.expert-btn29:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
} 
.expert-inpt229{
    width: 520px;
    margin-top: 118px;
    margin-left: -760px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #1f283b; 
    border-width: 3px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt229:focus{
    border: 3px solid #e33058;
}
.subject-select29 p{
    margin-top: 40px;
    width: 90%;
    align-items: center;
    text-align: center;
}
.manlikeexpert{
    min-height: 20vh;
}
.manlikeexpert h1{
    align-items: center;
    text-decoration: underline #5ce1e6;
    text-underline-offset: 2px;
    margin-top: 10px;
    margin-left: 600px;
}
.manlikeexpert p{
    width: 93%;
    margin-top: 15px;
    margin-left: 40px;
    text-align: center;
}
.expert-price1 .expert-ul1{
    text-align: left;
    margin: 5px 60px;
    color: #FFF;  
    font-weight: lighter;
    list-style-type: circle #e33058; 
}
.expert-price1 .expert-ul1 .expert-li1{
    margin: 5px 0;
}
.expert-col1 .expert-ul1 .expert-li1::before{
    content: '\2022'; 
    color: #e33058; 
    font-weight: bold;
    margin-right: 8px;  
}
.expert-price1{
    margin-bottom: 70px;
}
.expert-price1 h1{
    color: #1f283b;
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center; 
    text-decoration: underline #e33058;
    text-underline-offset: 10px;
}
.price-col1 .expert-price1 h3{
    width: 95%;
    align-items: center;
    font-weight: lighter;
    margin-left: 30px;
    margin-top: -5px;
}
.expert-price1 h3 a{
    color: #000;
}
.expert-price1 h3 a:hover{
    color: #e33058;
}
.price-col1 .expert-price1 p{
    margin-top: 0px;
    color: #fff;
    margin-left: 30px;
}
.price-row1{
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
    margin-bottom: 60px;
    box-shadow: none;
    transition: 0.5s;
}
.price-row1:hover{
    box-shadow: 0px 0px 10px 13px rgba(18, 186, 198, 0.5);
    border-radius: 10px;
}
.price-col1{
    background: #1f283b;
    padding: 4% 6%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.price-col1 p{
    font-size: 14px;
    color: lightgrey;
}
.price-col1 h3{
    font-size: 21px;
    margin: 10px 0 40px;
    font-weight: 200;
}
.price-col1 h3 span{
    font-size: 16px;
}
.price-col1 .expert-price1 h4{
    color: #fff;
    font-weight: lighter;
    margin-bottom: -70px;
    margin-left: 30px;
    margin-top: 30px;
}
#blink_text{	
  animation-name:blink;
  animation-duration:3s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }

@keyframes blink{
  0%{color:red;}
  50%{color:white;}
  100%{color:red;}
} 
.resources h2{
    margin-top: 60px;
    margin-bottom: -40px;
    font-size: 33px;
    color: #444;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline darkgreen;
}
.resources h4{
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    font-weight: lighter;
    font-size: 20px;
    color: #777;
}
.resources-ul{
    text-align: left;
    margin: 20px 0;
    color: #888;   
    list-style: none; 
}
.resources-ul .resources-li{
    margin: 10px 25px;
    font-weight: lighter;
    font-size: 16px;
}
.resources-ul .resources-li::before{
    content: '\2022'; 
    color: goldenrod; 
    font-weight: bold;
    margin-right: 8px;  
}
.resources p{
    margin-left: 500px;
    margin-bottom: -40px;
    margin-top: -25px;
}
.resources-ul .resources-li a{
    text-decoration: none;
    color: #888;
    transition: 0.75s;
}
.resources-ul .resources-li a:hover{
    color: goldenrod;
    text-decoration: underline goldenrod;
}
.resources-ul .resources-li a {
    position: relative;
    color: #0000EE;
    text-decoration: none;
    transition: color 1s;
}
.resources1 h2{
    margin-top: 60px;
    margin-bottom: -40px;
    font-size: 33px;
    color: #444;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline purple;
}
.resources1 h4{
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    font-weight: lighter;
    font-size: 20px;
    color: #777;
}
.resources1 p{
    margin-left: 500px;
    margin-bottom: -40px;
    margin-top: -25px;
}
.resources2 h2{
    margin-top: 60px;
    margin-bottom: -40px;
    font-size: 33px;
    color: #444;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline goldenrod;
}
.resources2 h4{
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    font-weight: lighter;
    font-size: 20px;
    color: #777;
}
.resources2 p{
    margin-left: 500px;
    margin-bottom: -40px;
    margin-top: -25px;
}
.resources3 h2{
    margin-top: 60px;
    margin-bottom: -40px;
    font-size: 33px;
    color: #444;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline orange;
}
.resources3 h4{
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    font-weight: lighter;
    font-size: 20px;
    color: #777;
}
.resources3 p{
    margin-left: 500px;
    margin-bottom: -40px;
    margin-top: -25px;
}
.resources4 h2{
    margin-top: 60px;
    margin-bottom: -40px;
    font-size: 33px;
    color: #444;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline #5ce;
}
.resources4 h4{
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    font-weight: lighter;
    font-size: 20px;
    color: #777;
}
.resources4 p{
    margin-left: 500px;
    margin-bottom: -40px;
    margin-top: -25px;
}
.resources5 h2{
    margin-top: 60px;
    margin-bottom: -40px;
    font-size: 33px;
    color: #444;
    margin-left: 30px;
    font-weight: 400;
    text-decoration: underline #5ce;
}
.resources5 h4{
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
    font-weight: lighter;
    font-size: 20px;
    color: #777;
}
.resources5 p{
    margin-left: 500px;
    margin-bottom: -40px;
    margin-top: -25px;
}
.subject-select149{
    display: flex;
    justify-content: center;
    min-height: 80vh;
    background: #fff;
    margin-bottom: -185px;
}
.subject-select149 h1{
    margin-top: 20px;
    font-size: 38px;
    color: #555;
    text-decoration: underline darkorange;
    text-underline-offset: 5px;
    margin-left: -1000px;
    position: absolute;
}
.subject-select149 h3{
    margin-top: 340px;
    width: 92%;
    text-align: center;
    position: absolute;
    font-weight: lighter;
}
.subject-select149 p{
    margin-top: 75px;
    margin-left: 23px;
}
.dropdown135{
    position: absolute;
    margin-top: 150px;
    margin-left: -1450px;
    width: 300px;
    height: 15px;
}
.dropdown135::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}
.dropdown135.active135::before{
    top: 22px;
    transform: rotate(-225deg);
}
.dropdown135 input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 2px solid #5ce;
    outline: none;
    padding: 24px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.dropdown135 .options135{
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: none;
}
.dropdown135.active135 .options135{
    display: block;
}
.dropdown135 .options135 div{
    padding: 9px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dropdown135 .options135 div:hover{
    background: #62baea;
    color: #fff;
}
.expert-btn539{
    height: 60px;
    width: 130px;
    margin-top: 240px;
    margin-left: -840px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.expert-btn539:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
} 
.expert-inpt539{
    width: 300px;
    margin-top: 147.5px;
    margin-left: -1090px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt539:focus{
    border: 4px solid darkorange;
}
.expert-inpt549{
    width: 610px;
    margin-top: 147.5px;
    margin-left: -700px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt549:focus{
    border: 4px solid darkorange;
}
.mightbedeep p{
    width: 95%;
    text-align: center;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: -20px;
}
.matestimonials{
    min-height: 70vh;
    width: 100%;
    position: relative;
}
.hero179 h1{
    text-align: center;
    padding-top: 30px;
    font-size: 40px;
    text-decoration: underline purple;
}
.slide-row{
    display: flex;
    width: 3200px;
    transition: 0.5s;
}
.slide-col{
    width: 800px;
    height: 400px;
    position: relative;
}
.user-img{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}
.user-img img{
    height: 100%;
    border-radius: 10px;
}
.user-text{
    background: #2d3a59;
    width: 528px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #fff;
    padding: 45px;
    box-sizing: border-box;
    z-index: 2;
}
.user-text p{
    font-size: 16px;
    line-height: 24px;
    color: rgba(206, 215, 215, 0.838);
    padding-bottom: 10px;
    margin-top: -10px;
}
.user-text h3{
    margin: 8px 0 8px 0;
    color: #fff;
}
.whatiscontain{
    width: 800px;
    height: 400px;
    position: absolute;
    margin-top: 50px;
    margin-bottom: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.indicator{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.labtn{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #2d3a59;
    cursor: pointer;
    transition: 0.5s;
}
.lactive{
    width: 45px;
}
.testimonial{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.committment{
    text-align: center;
    margin-top: -30px;
}
.committment p{
    font-weight: 800;
    font-size: 15px;
}
.breakingnews {
    background-color: #002b80; /* Equivalent to #5ce */
    width: 85%;
    margin: 20px auto; /* Adds equal spacing above and below, and centers horizontally */
    padding: 15px;
    border-radius: 5px; /* Optional: adds rounded corners */
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
}

.breakingnews h4 {
    font-size: 17px;
    font-weight: 200;
    color: orange; /* Starting color */
    animation: colorSwitch 1s infinite alternate; /* Animates color change */
}

.breakingnews a {
    text-decoration: underline; /* Keeps link underline for visibility */
    color: inherit; /* Matches the color of the text */
}

@keyframes colorSwitch {
    0% {
        color: orange;
    }
    100% {
        color: white;
    }
}
.brudaintbelievin{
    height: 25vh;
    margin-top: 40px;
}
.brudaintbelievin h5{
    width: 95%;
    font-size: 17px;
    font-weight: lighter;
    margin-left: 40px;
    text-align: justify;
}
.brudaintbelievin .expert-ul{
    text-align: left;
    margin: 20px 60px;
    color: #1f283b;  
    font-weight: lighter;
    list-style-type: circle #e33058; 
}
.brudaintbelievin .expert-ul .expert-li{
    margin: 5px 0;
}
.eng-btn{
    padding: 15px 25px;
    margin: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    transition: 0.5s;
}
.eng-btn hover{
    color: #fff;
    background-color: #f5b942 !important;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}

#lock-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('download.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1s ease;
}
.lock-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #007BFF; /* Bootstrap blue */
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  font-size: 48px;
  color: white;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: transform 0.6s ease;
}
.lock-circle:active {
  transform: scale(0.95);
}
/*@keyframes flickerIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}*/
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.main-content h1 {
  font-size: 52px;
  font-family: 'Orbitron', sans-serif;
  color: #ffffff;
  text-shadow:
    0 0 5px #5ce1e6,
    0 0 10px #5ce1e6,
    0 0 20px #5ce1e6,
    0 0 30px #00f0ff;
  letter-spacing: 1px;
  animation: glowPulse 3s ease-in-out infinite;
  margin: 0;
  padding: 0 20px;
}

/* Optional glow pulsing animation */
@keyframes glowPulse {
  0%, 100% {
    text-shadow:
      0 0 10px #5ce1e6,
      0 0 20px #5ce1e6,
      0 0 30px #00f0ff,
      0 0 40px #00f0ff,
      0 0 60px #00f0ff;
  }
  50% {
    text-shadow:
      0 0 2px #5ce1e6,
      0 0 4px #5ce1e6,
      0 0 6px #00f0ff,
      0 0 8px #00f0ff;
  }
}


.header4014{
    min-height: 3vh;
    width: 100%;
    background: #1f1f1f;
    background-position: center;
    background-size: cover;
    position: relative;
}
table, table th, table td {
  font-family: 'Open Sans', sans-serif !important;
}
.custom-table {
  width: 85%;
  border-collapse: separate; /* important for border-radius */
  border-spacing: 0;
  margin: 20px auto;
  text-align: left;
  border-radius: 12px;
  overflow: hidden; /* ensures radius clips content */
}

.custom-table thead tr {
  background-color: #1f1f1f;
  color: white;
  text-align: center;
}

.custom-table th, .custom-table td {
  padding: 12px;
  border: 1px solid #ccc;
}

/* Remove inner borders on outer edge */
.custom-table th:first-child,
.custom-table td:first-child {
  border-left: none;
}

.custom-table th:last-child,
.custom-table td:last-child {
  border-right: none;
}

.custom-table tbody tr:last-child td {
  border-bottom: none;
}

/* Alternate row colors */
.custom-table tbody tr:nth-child(odd) {
  background-color: #6bd0ed; /* Gold */
  color: #000;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #dff0f5; /* Light gold (cornsilk) */
  color: #000;
}
.solvedpaperintro h1{
    text-align: center;
    margin-top: 25px;
    font-size: 40px;
    text-decoration: underline goldenrod;
    text-underline-offset: 2px;
}
.solvedpaperintro h4{
    text-align: center;
    margin-top: 15px;
    font-weight: lighter;
}
.custom-table1 h2{
    margin-left: 100px;
    margin-top: 12px;
    font-size: 24px;
}
.flowchart12352 h3{
    margin-bottom: -20px !important;
}
.doyouneedhelp h3{
    text-align: center;
    width: 80%;
    font-weight: lighter;
    padding-top: 30px !important;
    margin-left: 150px;
}
.scrollbox {
  display: flex;
  height: 56vh;
  margin-bottom: -30px;
  background: linear-gradient(to left, #f7ebc8, #ffffff);
}
.main-content{
      padding-top: 30px !important;
      background: linear-gradient(to left, #f7ebc8, #ffffff);
      display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.left-panel69{
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.right-panel69{
  width: 40%;
}

.right-panel69 .esat-video {
  width: 550px;
  height: 320px;
  border: 4px solid #1f1f1f;
  margin-left: 170px;
  margin-top: 30px;
  border-radius: 20px;
  transition: box-shadow 0.3s ease;
  object-fit: cover; /* optional: crops/fills nicely */
}

.right-panel69 .esat-video:hover {
  box-shadow: 0px 0px 20px 4px goldenrod;
}

.text-sequence120 {
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-left: 100px;
  font-family: 'Rubik', sans-serif;
}

.scroll-wrapper {
  animation: scrollText 15s infinite;
}

.text-boxscroll {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}

.text-boxscroll a {
  color: #1f1f1f;
  text-decoration: underline #5ce1e6;
}

.text-boxscroll u {
  text-decoration-color: goldenrod !important;
}

.text-boxscroll .hello198 {
  text-decoration-color: purple !important;
}

.scroll-description {
  margin-top: 4px;
  line-height: 1.0;
  font-size: 1.95rem;
  color: #666;
  font-style: italic;
}

/* Updated animation: scrolling the wrapper vertically */
@keyframes scrollText {
  0%      { transform: translateY(0%); }
  20%     { transform: translateY(0%); }

  33.33%  { transform: translateY(-200px); }
  53.33%  { transform: translateY(-200px); }

  66.66%  { transform: translateY(-400px); }
  86.66%  { transform: translateY(-400px); }

  100%    { transform: translateY(0%); }
}
.engaahomehr{
    margin-top: 30px !important;
}

.weslideeng {
  width: 100%;
  height: 400px;
  padding-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  background: linear-gradient(
    to right,
    #ffcccc,   /* light pink */
    #ccffcc,   /* light green */
    #ffe0b3,   /* light orange */
    #e0ccff,   /* light purple */
    #ffffcc,   /* light cream */
    #ffffff 70%,
    #ffffff 100%
  );

  background-size: 400% 100%;
  background-position: 0% 0%;
  animation: fadeLeftGradient 40s ease-in-out infinite;
}

@keyframes fadeLeftGradient {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 0%; }
  100% { background-position: 0% 0%; }
}

.msg-container1eng{
    width: 600px;
    height: 380px;
    position: weslide;
    margin-left: 730px;
    padding-bottom: -200px !important;
    left: 20%;
    top: 80%;
    transform: translateY(-10%);
    transform: translateX(15%);
    font-size: 15px;
    overflow: hidden;
}
#slider1eng{
    display: inline-flex;
    transition: 0.5s;
    position: weslide;
}
.msg-col1eng{
    width: 600px;
    height: 280px;
    position: weslide;
}
.msg-col1eng h1{
    color: #000;
    font-size: 36px;
    font-weight: 100;
    margin: 1px 8px;
    position: weslide;
    text-decoration: underline solid rgba(75, 0, 130, 0.4);
}
.msg-col1eng p{
    color: #1f1f1f;
    font-size: 14px;
    text-align: justify;
    line-height: 25px; 
    position: weslide;
}
.msg-col1eng p i{
    text-decoration: underline #429db8;
}
.msg-col1eng a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #429db8;
    font-size: 12px;
    padding: 10px;  
    border-radius: 30px;
    margin-top: 25px; 
    transition: 0.5s; 
}
.msg-col1eng a:hover{
    background: darkorange;
}
.controller1eng{
    width: 1px;
    height: 320px;
    display: block;
    background: #1f1f1f;
    position: absolute;
    top: 55%;
    right: 50px;
    transform: translateY(-50%);
    margin-top: 2000px !important;
}
#line1a,#line2a,#line3a,#line4a{
    height: 80px;
    width: 10px;
    cursor: pointer;
    transform: translateX(-50%);
}
#active1{
    width: 5px;
    height: 80px;
    border-radius: 10px;
    background: #429db8;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}
.imggeng{
    margin-left: -700px !important;
    padding-left: 850px;
    padding-bottom: 0;
    position: weslide;
    margin: -415px 600px 0 0;
    margin-bottom: 80px;
}
.imggeng img{
    width: 500px;
    height: 350px;
    border: 2px solid #555;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.5s;
}
.imggeng img:hover{
  box-shadow: 0px 0px 20px 4px goldenrod;
}
.finisheng {
    margin-top: 40px;
    margin-bottom: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('beautiful.jpg') center/cover no-repeat;
    padding: 60px 20px;
    color: white;
    text-align: center;
}

.finisheng h1 {
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-decoration: underline darkgoldenrod;
    margin-bottom: 20px;
}

.finisheng h3 {
    font-weight: 300;
    font-size: 20px;
    color: #e0e0e0;
    margin-top: 10px;
    transition: 0.5s;
}
.finisheng h3 a{
    color: #ffffff;
}

.btn-fineng {
    padding: 20px 65px;
    margin: 40px auto;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #5ce1e6;
    border-radius: 40px;
    background-color: transparent;
    color: #5ce1e6;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
}

.btn-fineng:hover {
    color: #fff;
    background-color: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgba(18, 186, 198, 0.7);
}
.weneedit {
  margin-top: -30px;
  margin-bottom: -50px;
  min-height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.weneedit h2 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  text-decoration: underline #5ce1e6;
  transition: 0.3s;
}

.weneedit h2 a {
  color: goldenrod;
  text-decoration: none !important;
  font-weight: 400;
  transition: 0.3s;
}

.weneedit h2 a:hover {
  color: #5ce;
  text-decoration: underline;
}
.hero179eng{
    margin-top: 500px;
}
.whatiscontaineng, .indicatoreng, .testimonialeng{
    margin-top: 500px;
}
.esat-section {
  width: 100%;
  padding: 50px 0;
  margin-bottom: -50px;
}

.esat-heading {
  margin-left: 7.5%;
  font-size: 36px;
  font-weight: lighter;
  color: #1f1f1f;
  margin-top: 12px;
  text-decoration: underline goldenrod;
}

.esat-table-container {
  width: 85%;
  margin: 30px auto 0 auto;
  overflow-x: auto;
}

.esat-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1f1f1f;
}

.esat-table thead {
  background-color: #429db8;
  color: white;
}

.esat-table th, .esat-table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.esat-table tbody tr {
  background-color: #ffffff;
  color: #000000;
}
.uni-logo {
  height: 18px;
  margin-left: 20px;
  margin-right: 8px;
  border-radius: 4px;
}
.esat-table td a {
  color: black;
  text-decoration: underline;
}

.esat-table td a:hover {
  text-decoration: underline;
  color: #4B0082;
}
.flow-containereng {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
  flex-wrap: nowrap;          /* Prevent wrapping */
  overflow-x: auto;           /* Enable horizontal scroll on small screens */
  padding-bottom: 10px;
}

.steppeng {
  background-color: #429db8;
  color: #fff;
  border-radius: 12px;
  margin: 1px auto;
  padding: 40px;
  flex: 0 0 30%;              /* Fixed width ~1/3 */
  min-width: 250px;           /* Prevent boxes from being too narrow */
  box-sizing: border-box;
  transition: transform 0.3s ease;
  cursor: default;
}

.steppeng:hover {
  transform: scale(1.05);
}

.step-number {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff !important;
}
.steppeng,
.steppeng p,
.steppeng strong,
.steppeng h3 {
  color: #fff !important;
}
.bigfont h1{
    font-size: 22px;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 1px;
    font-weight: lighter;
}
.bigfont h1 a{
    text-decoration: none;
    color: #fe2c55;
}
/* Blur and dark background overlay */
#ad-overlay {
  position: fixed;
  top: 30px;
  left: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: start;
  padding-top: 5vh;
}

/* The ad container */
.ad-popup {
  width: 70%;
  aspect-ratio: 16 / 9;
  background: white;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  animation: slideDown 0.4s ease-out;
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

/* Ad image */
.ad-popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Close (X) button */
.close-ad {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: white;
  border-radius: 40%;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 10;
}

/* Slide down animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ucas2026-container h1{
    margin-top: 10px;
    text-decoration: underline #fe2c55;
    margin-left: -250px;
    margin-bottom: 20px;;
}
.ucas-ai-tool {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;

}
.aitool h2{
  text-align: center;
  margin-bottom: -10px;
  margin-left: -900px;
  font-size: 36px;
  text-decoration: underline darkgreen;
  color: #1f1f1f;
}
.intro-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2em;
  color: #333;
  font-weight: lighter;
}
.aitool h4{
    text-align: center;
}

.inputs-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.column15 {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Only style textareas in your AI tool */
.inputs-row textarea.aiarea {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: border-color 0.3s ease;
}

.inputs-row textarea.aiarea:focus {
  border-color: #0077cc;
  outline: none;
}


button.aisubmit {
  padding: 12px;
  font-size: 16px;
  border: 2px solid #0077cc; /* Ensure visible blue border */
  border-radius: 8px;
  background-color: #0077cc;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  right: 405px !important;
  transition: background-color 0.5s ease; /* Updated to 0.5s */
  box-shadow: none; /* No shadow by default */
}

button.aisubmit:hover {
  background-color: #fe2c55; /* TikTok pink */
  box-shadow: none; /* Ensures no shadow on hover */
  border: none;
}


.output {
  flex-basis: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

#outputArea {
  min-height: 100px;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
}
.ucas2026-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.ucas2026-container h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #111;
}

.ucas-intro {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #555;
}

.flowchart69 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.flow-item69 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.card69 {
  background-color: #f9f9ff;
  border-left: 6px solid #0077cc;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.card69:hover {
  transform: translateY(-13px);
}

.card69 h3 {
  color: #0077cc;
  margin-bottom: 10px;
}

.card69 p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.arrow69 {
  font-size: 30px;
  color: #ccc;
  margin: 10px 0;
}

.ucas-note {
  margin-top: 50px;
  padding: 20px;
  background-color: #fff8f9;
  border-left: 4px solid #fe2c55;
  font-size: 15px;
  line-height: 1.6;
}
#lock-screen p{
    color: #fff;
    margin-top: 200px;
}
.subject-select29 h3{
    position: absolute;
    margin-top: 170px;
    margin-bottom: 30px;
    font-size: 16px;
}
.main-content h2{
    font-weight: lighter;
    font-size: 40px;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif; /* use Bebas Neue */
    text-decoration: underline #fe2c55;
}
.lemmetakeuhome{
    text-decoration-color: #fe2c55;
}
.salespitch{
      background: linear-gradient(to left, #f7ebc8, #ffffff);
      margin-bottom: -10px;
}
.salespitch h3{
    padding-bottom: 20px;
    text-align: center;
    font-weight: lighter;
}


































