/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&family=Montserrat:wght@400;500;700&family=Orbitron&family=Prompt:wght@400;500;700&display=swap");


        /* UPDATE */

        /* ========================  /* GENERAL STYLE CSS  ==============================================================================*/
        body {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            width: 100%;
            height: 50%;
            position: relative;
            overflow-x: hidden;
        }
        

        .card-footer{
            background-color: transparent!important;
            border: none!important;
        }

        .card-header{
            background-color: #130083!important;
        
        }
        .modal-header{
            background-color: #130083!important;
            
        }
        .modal-title{
            color: white!important;
        }
        .card-title{
            color: white!important;
            font-size: 30px!important;
        }

        .timeline-vertical .timeline-item-content{
             border: none !important;
        }

        #top {
            margin-top: 1em;
        }

        /* Enabled state styles */
        .btn-enabled {
            background-color: green;
            color: white;
        }

        .custom-menu {
            background-color: white!important;
        }
        .custom-menu span{
            color: white !important;
            /* background-color: white; */
        }
       
        /* Disabled state styles */
        .btn-disabled {
            background-color: gray;
            color: #ccc;
        }

        .disabled-link {
            pointer-events: none;
            color: gray;
            text-decoration: none;
        }

        .addmission_image>img {
            width: 500px;
            height: 50%;
        }

        .navbar {
            background: #130083;

        }
        .header_logo a img{
            width: 250px;
        }

        /* .navbar-nav .navbar-nav .navbar-itme .nav-link {
            color: white!important;
        } */
        .navbar-light .navbar-nav .nav-link {
            color:white!important
        }

        .hide-form {
            display: none !important;
        }

        .account-verification {
            display: flex;
            flex-direction: row;
            gap: 25px;
            justify-content: center;
            align-content: space-between;

        }

        .account-verification .account-verification-image>img {
            width: 50px;
            justify-content: center;
            align-items: center;
        }

        .sub-footer {
            background-color: rgb(28, 77, 42);
            color: white;
        }

        .custom-font-weight {
            font-weight: normal;
            color: #495057 !important;
        }

        .green-label {
            color: green;
            font-size: 15px;

        }

        .openResult{
            background-color: #130083!important;
            color: white!important;
        }
        .hidden {
            display: none !important;
        }

        .modal {
            font-size: 14px !important;
        }


        .hidden {
            display: none;
        }

        .popup-header {
            font-size: 40px;
            font-weight: 800;
            padding: 10px 10px;
        }

        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            z-index: 1;
            display: none;
        }


        .card-body > h2 {
            font-size: 40px;
            color: black!important;
            font-weight: bold;
        }



        #step-1-type {
            font-size: 20px;
        }

        

        .popup-container {
            width: 100%;
            background: red;
        }

        .pop-up-container h4 {
            font-size: 14px !important;
        }

        .pop-up-container p {
            font-size: 12px !important;
        }


        .step_timecard {
            background-color: green !important;
            color: white;
        }

        .done-step {
            opacity: 0.5;
            pointer-events: none;
        }

        .done-step s {
            text-decoration: none;
        }

        .done-step .fa-check {
            color: green;
            margin-left: 5px;
        }

        /* BUTTON  */

            
.btn_1
{
   display: inline-block;
   padding: 10px 40px;
   border-radius: 50px;
   background-color: transparent;
   font-size: 15px;
   font-weight: 500;
   color: #182028;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   text-transform: uppercase;
   border: 1px solid #130083;
   margin-top: 27px;
   background-color: #130083;
   color:white;
   border:none;
    z-index: 7;
   }

   .btn_1:hover {
       color: black !important;
       background-color: #FCA326;
       z-index: 7;
}

        

        /* BUTTON  END */


        /* ==================================================================GENERAL STYLE CSS================================================================== */



     


        #popup {
            position: fixed;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            background-image: url('../../../assets/site/images/web-background/admission_banner.webp');
            background-size: cover;
            background-position: center;
        
            opacity: 0;
            z-index: 1000;
            transition: transform 0.5s ease, opacity 0.5s ease;/
        }

        .container_popup_text {
            width: 100%;
            padding: 5px 5px;
            /* width: 1000px; */
        }

        .container_popup_text h3 {
            font-size: 30px;
            font-weight: 600;
            color: #000;
            z-index: -1;

        }

        /* #popup-1 {
            position: fixed;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            background-image: url('../../../assets/site/images/gakkousoft_logos/back_ground_welcome-1.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 20px;
            width: 1500px;
            height: 800px;
            -webkit-border-radius: 50px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            -moz-border-radius: 50px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-bottomright: 10px;
            border-radius: 50px;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px;
          
            opacity: 0;
            z-index: 1000;
            transition: transform 0.5s ease, opacity 0.5s ease;/
        } */




        #popup-1 {
            /* position: fixed;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            background-image: url('../../../assets/site/images/gakkousoft_logos/back_ground_welcome-1.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 20px;
            width: 1500px;
            height: 800px;
            -webkit-border-radius: 50px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            -moz-border-radius: 50px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-bottomright: 10px;
            border-radius: 50px;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px;
            -webkit-box-shadow: -1px 8px 26px 11px rgba(126, 159, 81, 1);
            -moz-box-shadow: -1px 8px 26px 11px rgba(126, 159, 81, 1);
            box-shadow: -1px 8px 26px 11px rgba(126, 159, 81, 1); */
            opacity: 0;
            z-index: 1000;
            transition: transform 0.5s ease, opacity 0.5s ease;/
        }
        .bg-image {
            background-image: url('../../../assets/site/images/web-background/back_ground_end.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 40vh;

        }     

        .requirements{
            position: relative;
            top: -75px;
        }

        .welcome-text{
            color: white;
        }


        .step_end_text>h3 {
            font-size: 30px;
            font-weight: 700;
        }

        .hero-container_popup-1 {
            position: absolute;
            bottom: 0;
            top: -420px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }

        .pop-image_popup-1>img {
            width: 443px;
            position: relative;
            bottom: -240px;
        }


        #second-pop-up {
            width: 1000px;
            height: 500px;
            position: absolute;
            padding: 10px;
        }

        .heading-text {
            display: flex;
            gap: 5px
        }

        .heading-text h4 {
            font-weight: 700;
            font-size: 25px
        }

        .sub-text {
            padding: 4px 10px;
        }

        .sub-text span {
            margin-right: 5px;
            font-size: 18px;
            font-weight: 600;
            line-height: 2;

        }

        .acount_virification>a {
            text-decoration-style: none;
        }

        .acount_virification>a:hover {
            text-decoration-style: none4
        }

        .step1_card_container {
            position: relative;
            border-radius: 10px;
            width: 100%;
            height: 64vh;
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            /* background-image: url('{{ asset('assets/site/images/web-background/card_steps_container.jpg') }}'); */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .step1_card_container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            /* Adjust the opacity value (0.5 in this case) as needed */
            border-radius: 10px;
            z-index: -1;
            /* Position the overlay behind the text */
        }

        .customize_card_step-1{
            height: 50vh!important;
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            /* background-image: url('{{ asset('assets/site/images/web-background/card_steps_container.jpg') }}'); */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

.custom_image_step-1{
    position: relative;
   
}
        .card-text > span{
            padding: 10px 10px!important;
        }
        /*  */

        .image-step-1 {
            position: absolute;
            right: -351px;
            top: -14px;
        }

        .image-step-1>img {
            width: 150px;
        }



        /* Additional styles to ensure text is not affected */
        .step1_card_container heading-text,
        .step1_card_container heading-text>h2,
        .step1_card_container heading-text>h4,
        .step1_card_container heading-text>#closeButton-1 {
            position: relative;
            z-index: -1;
            /* Ensure text is above the overlay */
            color: white;
            /* padding: 10px; */
        }


        #second-pop-up .pop-image-step1>img {
            /* left: 1px; */
            position: absolute;
            top: -550px;
            z-index: -1;
            width: 500px;

        }









        /* STEP -2 STYLE  */
        #step-2-pop-up {
            position: absolute;
            left: -600px;
            
            width: 1200px;
            height: 50vh;
            border-radius: 10px;
            top: 104px;
        }

        .customize_card_step-2{
            height: 50vh!important;
        }

        #step-2-pop-up .step-2-header {
            background-color: #f0f0f0;
            padding: 20px;
    
        }
        .exam-fee-text{
            line-height: 50px;
        }

        #step-2-pop-up .pop-image img {
            position: absolute;
            left: 19px;
            top: -343px;
        }

        .custom_image_2{
            position: relative;
            right: 100px;
            
        }



        .customize_card { 
            height: 65%!important;
        }

        .image-step_2 {
            position: absolute;
            top: -27px;
            left: -402px;
        }

        .image-step_2>img {
            width: 150px;
        }



        .pop-image_2>img {
            width: 500px;
            position: absolute;
            right: 160px;
            top: -400px;
        }

        .step2_card_container {
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;   
        }



        /* STEP 3 STYLE */
        #step-3-pop-up {
            position: absolute;
            width: 1200px;
            border-radius: 10px;

        }
        

        #step-3-pop-up .step-2-header {
            background-color: #f0f0f0;
            padding: 20px;
        }

        .customize_card_exam{
            height: 40%!important;
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .step3_card_container::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            /* Semi-transparent black overlay */
            backdrop-filter: blur(5px);
            /* Blur the background */
            border-radius: 10px;
            z-index: -1;
        }

        .image-step-1 {
            position: absolute;
            right: -351px;
            top: -14px;
        }

        .image-step-1>img {
            width: 150px;

        }
        
        .exam-entrans{
         line-height: 45px;
        font-size: 26px;
        }   

        #open_calendar{
            padding: 10px 20px; 
            margin-left: 1em
        }

    
      #open_calendar{
        background-color: #130083;
        border: none;
        outline: none;
      }

        #step-3 button .button-exam-class {
            position: absolute;
            right: 290px;
            width:  40px;
            top: 590px;
            animation: hithere 1s infinite alternate;

        }

        .image-step_3>img {
            position: absolute;
            left: 686px;
            top: -15px;
            width: 150px;
        }


        .custom_image_exam_placememt {
            position: relative;
            left: 100px;

        }


        /* step scahed  */
        #step-3-pop-up-sched {
            position: absolute;
            width: 1017px;
            top: 149px;
            height: 500px;
            border-radius: 10px;
        }

        .customize_card_exam_sched{
            height: 40%!important;
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
}   

        .step3_card_container_sched {
            position: relative;
            border-radius: 10px;
            height: 33vh;
            padding: 10px;
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            left: 96px;
        }

        .step3_card_container_sched::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            border-radius: 10px;
            z-index: -1;
        }

        
        .exam-entrans-shched{
            line-height: 40px;
            font-size: 20px;
        }
        
        .custom_image_exam{
            position: relative;
            left: 100px;

        }

       

        .step3_card_container_sched p {
            font-size: 20px;
            font-weight: 600;
            padding: 10px;
        }



        /* STEP 4 */
        #step-4-pop-up {
            position: absolute;
            /* left: -1000px; */
            right: -30px  ;
            width: 1154px;
            top: 134px;
            height: 500px;
            border-radius: 10px;
        }

        .pop-image_4 img {
            width: 500px;
            position: absolute;
            right: 238px;
            top: 26px;
        }

        #closeButton-4_result {
            position: relative;
            top: 10px;
        }


        .backgrounf-modal{
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; 
        }



        .step4_card_container {
            position: relative;
            border-radius: 10px;
            height: 40vh;
            padding: 10px;
            left: 700px;
            /* background-image: url('{{ asset('assets/site/images/web-background/card_steps_container.jpg') }}'); */
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .step4_card_container::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            border-radius: 10px;
            z-index: -1;
        }

        

        .result-exam{
            line-height: 46px;
            font-size: 20px;
        }

        .step4_card_container>p {
            font-size: 20px;
            font-weight: 600;
            padding: 10px;
        }

        .step4_card_container>h2,
        .step4_card_container>h4,
        .step4_card_container #closeButton-4 {
            position: relative;
            z-index: 1;
            color: rgb(80, 80, 80);
        }

        .image-step_4>img {
            position: absolute;
            left: -415px;
            top: -15px;
            width: 150px;

        }


        /* STEP 5  */

        #step-5-pop-up {
            position: absolute;
            width: 1154px;
            top: 145px;
            height: 500px;
            border-radius: 10px;

        }

        .step5_card_container {
            position: relative;
            height: 40vh!important;
            background-image: url('../../../assets/site/images/web-background/card_steps_container.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

        }

        .information_form{
            line-height: 46px;
            font-size: 20px;
        }


        .arrow-point_step_5 {
            width: 39px !important;
            position: absolute;
            left: 179px;
            top: 76px;
            animation: hithere 1s infinite alternate;
        }

        .card_image_information{
            position: relative;
            left: -100px;
        }

        .image-step_5>img {
            position: absolute;
            left: 665px;
            top: -47px;
            width: 186px;

        }


        .arrow-point_step_View_Results_5 {
            width: 39px !important;
            position: absolute;
            left: 165px;
            top: 105px;
            animation: hithere 1s infinite alternate;
        }


        /* END STYLE IN EVEY STEPS  */
        #closeButton {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 5px 10px;
            background-color: #130083;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        #closeButtonwelcome {
            padding: 5px 10px;
            background-color: #130083;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        #closeButton:hover {
            background-color: #004C1A;
        }




        #popup.popup-show {
            transform: translate(-50%, -50%) scale(1);
            /* Final scale */
            opacity: 1;
            /* Show pop-up */
        }

        #popup p {
            font-size: 18px;
            color: #333333;
        }

        /*
#popup img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
} */
        .cta-button {
            position: relative;
            margin: none;
            padding: 19px 22px;
            top: 45px;
            transition: all .2s ease;
            background-color: transparent;
            border: none;
            cursor: pointer;
            z-index: 999;
            outline: none;
        }


        .cta-button:hover{
            color: white;
        }

        .cta-button:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-radius: 28px;
            background: rgb(119, 152, 83);
            width: 56px;
            height: 56px;
            transition: all .3s ease;
        }

        .cta-button span {
            position: relative;
            font-size: 16px;
            line-height: 18px;
            font-weight: 900;
            letter-spacing: .25em;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .cta-button svg {
            position: relative;
            top: 0;
            margin-left: 10px;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke: black;
            stroke-width: 2;
            transform: translateX(-5px);
            transition: all .3s ease;
        }

        .cta-button:hover:before {
            width: 100%;
            /* background: rgba(0, 0, 0, 1); */
            background: rgb(119, 152, 83);
            color: white !important;
        }

        .cta-button span:hover {
            color: white;
        }

        .cta-button:hover svg {
            transform: translateX(0);
            color: white;
        }

        .cta-button:active {
            transform: scale(0.96);
        }




        .pop-image>img {
            width: 500px;
            /* height: 500px; */
            top: 100px;
            right: -100px !important;
        }

        .popup-container {
            width: 100%;
        }




        #hero .hero-container {
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }

        #hero h1 {
            margin: 0 0 10px 0;
            font-size: 50px;
            font-weight:500px;
            line-height: 56px;
            font-family: "Roboto", sans-serif;
            color: black;
        }

       

        #hero img {
            max-width: 95%;
            margin-bottom: 30px;
        }

        #hero .btn-get-started {
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 13px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 11px 36px;
            border-radius: 50px;
            transition: 0.5s;
            margin-bottom: 30px;
            border: 2px solid #71c55d;
            background: #fff;
            color: #71c55d;
            text-decoration: none;
        }

        #hero .btn-get-started:hover {
            background: #71c55d;
            color: #fff;
        }

        #hero .btns a {
            color: #555;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            margin: 4px 20px;
            text-decoration: none;
            transition: 0.3s;
        }

 

        #hero .btns a:hover {
            color: #71c55d;
        }


        .arrow-point {
            width: 39px !important;
            position: absolute;
            left: 184px;
            top: 61px;
            animation: hithere 1s infinite alternate;
        }


        @keyframes hithere {
            30% {
                transform: scale(1.2);
            }

            40%,
            60% {
                transform: rotate(-20deg) scale(1.2);
            }

            50% {
                transform: rotate(20deg) scale(1.2);
            }

            70% {
                transform: rotate(0deg) scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }




        .pulse {
            animation-name: pulse;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }

        /* Circle effect */

        @keyframes pulse-circle {
            0% {
                transform: scale(0);
                opacity: 1;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }


        



.text-banner {
  color: #2c2c2c;
   letter-spacing: .05em;
   text-shadow:4px 4px 8px #d5d5d5, 
   7px 7px 8px rgba(0, 0, 0, 0.2);
   font-size:5em;
   font-family:  sans-serif;
  -webkit-animation: shift 2s ;
   animation: shift 2s ;
   margin-top:20px;
   text-align:left;
   text-transform:uppercase;
}
h2 {
 animation: appear 3.2s;
 text-align:center;
}

@keyframes shift {
 0% {opacity:0;}
 33% {margin-top:2px;opacity:0;}
 100% {margin-top:20px;opacity:1;text-shadow: 
     4px 4px 8px #d5d5d5, 
     7px 7px 8px rgba(0, 0, 0, 0.2);}
}

@keyframes appear {
 0% {opacity:0;}
 50% {opacity:0;}



}