@import "/css/color.css";
@import "/css/fonts/font.css";


.login-icon{
	position:absolute!important;
	top:0;
	right:0;
}
.forgot-pass-input{
	width:100%!important;
}
.login-icon svg{
	height:14px;
}
.hindi-english-language svg{
	height:19px!important;
}
.hindi-english-language span{
	color:black;
	text-decoration:none;
	font-size: 16px;
}
.login-icon a{
	color:black!important;
		text-decoration:none!important;
		    margin-left: 7px;
}
.login-icon a:nth-child(1){
	
		    margin-right: -5px;
}
.hindi-english-language{
	text-decoration:none!important;
}
.bi-whatsapp{
	height:19px!important;
}
.label-login{
	margin-bottom:40px!important;
}
   .footer-section label{
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 100%;
    color: var(--black-color) !important;
       }
.login-page-row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	height: 100vh;
}
.language-change .language{
  	color:black!important;
  	text-decoration:none!important;
  }
  .language-change{
  text-align:end!important;
  
  }
  .language-change a{
  
  	text-decoration:none!important;
  }
.img-section img {
	 width: 300px !important;
	opacity: 0px;
}

.left-side-col {
  background: var(--secondary-color);
  position: relative;
  min-height: 100vh; /* temporary test */
}

.text-section {
	margin-top: 40px;
	line-height:35px;
}
.about{
	margin-top:15px;
}
.regrister-left{
	justify-content:left!important;	
}
.text-section h1 {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 32px;
	font-weight: 400;
	margin-bottom:0px!important;
	color: var(--light-black);
}

.text-section p {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 27px;
	font-weight: 400;
	
	margin-bottom: 0px !important;
	color: var(--light-black);
}

.text-section span {
	color: #6363cd !important;
	font-family: Raleway;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

.about p {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px!important;
	color: (--black-color);
	letter-spacing: 0%;
	opacity: 74%;
}

.left-side {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.about {
	flex: 1;
}

.footer-section {
	margin-top: auto;
	text-align: center;
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 12px!important;
	font-weight: 400;
	position:absolute;
	bottom:0px;
	line-height:10px;
}

.footer-section p
{
	font-family: Raleway;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
	
}

.login-page-credentials {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	padding-left: 25px;
	padding-right: 25px;
}

.credentials-input{
	max-width: 330px;
	margin:auto!important;
}

.input-icon img
{
	position: relative;
    top: -34px;
    left: 12px;
    z-index:999;
}
.forgot-pass-container .input-icon img
{
	
    top: -34px!important;
  
}
.label-login h1 {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 32px!important;
	font-weight: 700;
    color: var(--light-black);
	line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	
}
/* .left-side-content{
	margin-top:26%;
} */
.label-login label {
	color: var(--primary-color) !important;
}

.credentials-input label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px;
	font-weight: 400;
	line-height: 21.13px;
	color: var(--black-color);
}

.form-group {
	position:relative;
}
.form-group input {
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    font-size: 14px!important;
    font-weight: 400;
    line-height: 21.13px;
    text-align: left;
  /*   text-transform:capitalize!important; */
 border: 1px solid rgba(0, 0, 0, 0.54) !important;
border-right-color: rgb(0, 0, 0, 0.54) !important;
    height: 40px;
  color:var(--black-color)!important;
    padding-left: 36px;
  
}

.forgot-pass {
	text-align: end;
}

.forgot-pass a {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px!important;
	font-weight: 700;
	line-height: 21.13px;
	color: var(--black-color);
	text-decoration: underline !important;
}

.login-btn button {
	width: 85%;
	background-color: var(--primary-color);
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 16px;
	font-weight: 700;
	
	text-align: center;
	color: var(--white-color);
	height: 43.5px;
	border-radius: 7.5px;
	transition: all 0.3s ease; 
}

.login-btn button:hover {
	background:var(--hover-color);
		color: var(--white-color);
		 transform: scale(1.05);
	
}
.login-btn button:active {
	border: 1px solid var(--primary-color)!important;
}
.regrister label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px!important;
	font-weight: 400;
	line-height: 21.13px;
	color: var(--black-color);
}

.regrister a {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px;
	font-weight: 700;
	line-height: 21.13px;
	text-decoration: underline !important;
	color: var(--primary-color);
}
/* forgot password */
.get-otp {
	text-align: center;
}

.get-otp label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 16px!important;
	font-weight: 400;
	line-height: 21.13px;
	color: var(--black-color);
}

.get-otp a {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 18px;
	font-weight: 700;
	line-height: 21.13px;
	text-decoration: underline !important;
	color: var(--primary-color);
}

/* Register Page  */
.register-text-section p {
	margin-bottom: 8px !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}
.register-text-section label {
	
    font-size: 24px;
    color:#6363cd !important
}
.register-text-section:nth-child(1) {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 30px;
	font-weight: 400;
	line-height: 49.31px;
	color: var(--light-black);
}

.register-text-section:nth-child(2) {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	color: var(--light-black);
}

.register-text-section label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 32px!important;
	font-weight: 700;
	line-height: 49.31px;
	color: #6363cd !important;
}

.leading-points label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 18px;
	font-weight: 700;
	line-height: 38px;
	color: var(--black-color);
}
.leading-points{
	opacity:0.7!important;
}
.leading-points li {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-feature-settings: "lnum";
    font-size: 16px;
    font-weight: 400;
    opacity: 74%;
    line-height: 28.5px;
	color: var(--black-color);
}

.create-account-credentials .form-group {
	position: relative;
}

.create-account-credentials .input-icon img {
  position: absolute;
  /* top: 44px; */
  left: 12px;
}
.create-account-credentials .password-icon img {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 11;

}
.create-account-credentials .input-icon img{
	
	top:-30px;
}
.create-account-credentials input {
	padding-left: 12px;
	padding-left: 36px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.54);
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	/* opacity: 54%; */
}

.create-account-credentials .form-label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px!important;
	font-weight: 400;
	line-height: 21.13px;
	color: var(--black-color);
}

.login-btn-register{
	margin-top:25px!important;
}
.login-btn-register button {
	width: 47%;
	padding: 12px;
	gap: 0px;
	text-align: center;
	height:43.5px!important;
	border-radius: 7.5px;
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 16px!important;
	font-weight: 700;
	line-height: 20.48px;
	background-color: var(--primary-color);
	color: var(--white-color) !important;
	transition: all 0.3s ease;
}

.login-btn-register button:hover {
	    background: var(--hover-color);
    color: var(--white-color);
    transform: scale(1.05);
}
.login-btn{
	margin-top:20px!important;
} 
.create-account-credentials .form-group {
	margin-bottom: 15px;
}

.already-login label {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px!important;
	font-weight: 400;
	line-height: 21.13px;
	color: var(--black-color);
}

.already-login a {
	font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	font-size: 14px;
	font-weight: 700;
	line-height: 21.13px;
	color: var(--primary-color);
}

.left-side {
	padding-left: 30px;
	padding-right: 30px;
}
.mobile-logo{
	display:none;
}
/* Media Query */
/* Mobile Phones (portrait and landscape) */
@media ( max-width : 767.98px) {
	.login-page-credentials{
		height:auto!important;
		}
.login-page-row {
		flex-direction: column;
		height: auto;
	}
	.left-side-col, .right-side-col {
		width: 100%;
		height: auto;
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}
	.mobile-logo{
		display:block!important;
	}
	.mobile-logo img{
		width:120px;
	}
	
	
	.label-login {
		margin-top: 60px !important;

	}
	.login-btn button, .login-btn-register button {
		
		height: 40px;
		
		height: 40px;
		width: 100%;
		padding: 0;
	}
	.register-text-section:nth-child(1), .register-text-section:nth-child(2)
		{
		
		line-height: 32px;
	}
	
	.left-side-col {
		display: none;
	}

	.login-ui {
		display: flex !important;
	}
	.already-login {
		padding-bottom: 20px;
	}
}

/* Tablets */
@media ( min-width : 768px) and (max-width: 991.98px) {
	
	
	.text-section h1, .text-section p {
		
			margin-bottom: 0px;
	}
	.about p {
		
		margin-top: 12px;
	}

	.login-btn-register button {
			width: 50% !important;
	}
	.register-text-section:nth-child(1), .register-text-section:nth-child(2),
		.register-text-section label {
		
		line-height: 40px;
	}
	.leading-points label, .leading-points li {
	
		
	}
	.leading-points {
		margin-top: 12px;
	}


}
@media ( min-width : 768px) and (max-width: 1400px) {
	.login-page-left-side-content{
	 align-items:baseline!important;
	}

}
/* Laptops and Desktops */
@media ( min-width : 992px) and (max-width: 1400px) {
	.img-section img {
		width: 200px !important;
		height:90px!important;

	}


	
	
	
	
	
	
}

/* Registration page Password field css */

.form-group.required .control-label:after {
  	content: "*";
  	color: red;
}

.password-container {
  position: relative;
}
.pswd_info {
    position: absolute;
    top: 100%; /* Adjust to position below the input */
    left: 0;
  /*   width: 260px; */
    padding: 15px;
    background: #fefefe;
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    padding-bottom:0px!important;
    display: none; /* Initially hide the info */
      z-index: 11;
}
 .pswd_info ul {
    list-style-type: none; /* Remove list bullets */
    padding: 0;
   
}
.pswd_info li{
	 font-size:12px!important;
}
.pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
    font-size:14px!important;
}
.pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: calc(50% - 7px); /* Adjust to center the arrow */
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    display: block;
}
.invalid {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23FF0000" d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 15C4.14 15 1 11.86 1 8S4.14 1 8 1s7 3.14 7 7-3.14 7-7 7zm2.707-9.707L9.414 8l1.293 1.293-1.414 1.414L8 9.414l-1.293 1.293-1.414-1.414L6.586 8 5.293 6.707l1.414-1.414L8 6.586l1.293-1.293 1.414 1.414z"/></svg>') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%2300FF00" d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM6.707 10.707l-2-2 1.414-1.414L6.707 8.586 10.586 4.707l1.414 1.414-5 5z"/></svg>') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}
#pswd_info_password, #pswd_info_confirmPassword {
    display: none; 
}
.flatpickr-day.selected {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}
/* END */


		 .input-password-icon{
		    cursor: pointer !important;
		    border-color:black !important;
		 }
		 #password , #confirmPassword{
		    border-right: none;
		 }
         .otpPop h1 {
              margin-bottom: 0.5rem;
              color: var(--dark-green);
              font-weight: 600;
              font-size: 28px;
          }
          .regristration-modal{
	          max-width:600px!important;
	          font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
	          text-transform:math-auto;
          }
          .modal-body-heading h2{
          	  font-size:28px!important;
          }
          .leading-points p{
              font-size: 16px!important;
		      font-weight: 400;
		      font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
		      margin-bottom:0px!important;
		  }
          
          .waiting-mssg{
          font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
          font-size:16px!important;
          
          }
         .otpPop p {
              
              color: #b0b0b0;
              font-weight: 300;
              font-size:16px !important;
              margin-bottom: 0.5rem!important;
          }
          .otp-input {
              display: flex;
              justify-content: center;
              margin-bottom: 0rem;
          }
          .otp-input input {
              width: 50px;
              height: 50px;
              margin: 0 8px;
              text-align: center;
              font-size: 20px;
              border: 1px solid var(--dark-green);
              border-radius: 12px;
            
              color: var(--black-color);
              transition: all 0.3s ease;
          }
          .otp-input input:focus {
              border-color :  var(--primary-color);
              outline: none;
          }
          .otp-input input::-webkit-outer-spin-button,
          .otp-input input::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
          }
          .otp-input input[type=number] {
              -moz-appearance: textfield;
          }
          .otpPopbutton {
             
				background-color: var(--primary-color) !important;
				font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
				font-size: 20px!important;
				font-weight: 700!important;
				line-height: 23.48px!important;
				text-align: center!important;
				color: var(--white-color)!important;
				height: 42px!important;
          }
          .otpPopbutton:hover {
              	border: 1px solid var(--primary-color)!important;
          }
          .otpPopbutton:disabled {
              background: #cccccc!important;
              border-color: #999999!important;
              color: #666666!important;
              cursor: not-allowed!important;
              transform: none!important;
              box-shadow: none!important;
          }
          
           .otpPopResend {
             
				background-color: #444!important;
				font-family: Roboto!important;
				font-weight: 700!important;
				line-height: 20.48px!important;
				text-align: center!important;
				color: var(--white-color)!important;
				height: 30px!important;
          }
          .otpPopResend:hover {
              	border: 1px solid var(--primary-color)!important;
          }
          .otpPopResend:disabled {
              background: #cccccc!important;
              border-color: #999999!important;
              color: #666666!important;
              cursor: not-allowed!important;
              transform: none!important;
              box-shadow: none!important;
              
          }
          
          #timer {
              font-size: 1rem;
              color: white;
              font-weight: 500;
              margin-left: 10px;
          }
          @keyframes pulse {
              0% { opacity: 1; }
              50% { opacity: 0.5; }
              100% { opacity: 1; }
          }
          .expired {
              animation: pulse 2s infinite;
              color: #ff4444;
          }
          .resend-text {
              margin-top: 1rem;
              font-size: 0.9rem;
              color: #b0b0b0;
          }
          
          .resend-text p{
	          text-align: center;
			  margin-bottom: 0;
			  margin-top: 5px;
          }

          .btnLoader {
			    border: 3px solid #f3f3f3;
			    border-top: 3px solid var(--primary-color);
			    border-radius: 50%;
			    width: 16px;
			    height: 16px;
			    animation: spin 1s linear infinite;
			    display: inline-block;
			    vertical-align: middle;
			    margin-right: 15px;
			  
			}

			@keyframes spin {
			    0% {
			        transform: rotate(0deg);
			    }100% {
			        transform: rotate(360deg);
			    }
			}
			.btn.disabled, .btn:disabled, fieldset:disabled .btn {
			  color: var(--bs-btn-disabled-color) !important;
			  pointer-events: none !important;
			  background-color: var(--bs-btn-disabled-bg) !important;
			  border-color: var(--bs-btn-disabled-border-color) !important;
			  opacity: var(--bs-btn-disabled-opacity) !important;
			}


		   .change-validate {
			    max-width: 100%;
			    width: 250px;
		    }

.captchaImage{
	width:120px;
	max-width: 70%;
}
.reload-img{
	width:20px;
}
.captchaInput{
	padding-left:15px!important;
}
.left-side-col {
	background-image: url("../images/svg/Layer.svg");
	  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-icon-social{
	position:relative!important;
}
.right-side-col{
	padding-left:64px;
	padding-right:64px;
	
}
   
     .login-page-left-side-content {
     		height:68vh!important;
     }
     .img-section {
     padding-left:25px!important;
	padding-right:25px!important;
     }
      #captchaInput{
     padding-left:10px!important;
     }
     .input-icon{
     position:absolute;
     }
     .regrister{
     	margin-top:50px!important;
     }
     .input-group-text{
    		border-color:rgba(0, 0, 0, 0.54) !important;
     }
     .email-pass-group{
     	min-height:90px;
     }
     /* .validation,.validation_btn {
	position:absolute!important;
    display: block;
    margin-top: 3px!important;
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    color: red!important; 
    visibility: hidden; 
    font-size: 12px!important;
    line-height: 19px!important;
    white-space: normal!important;
    word-wrap: break-word!important;
    max-width: 100%!important;
    overflow-wrap: break-word!important; 
    text-align: left!important;
    bottom:-19px;
   
    } */

    .pass-input-icon img{
    	position: relative;
    top: 6px!important;
    left: 12px!important;
    z-index: 5;
    }
    .input-password-icon{
    	border-top-right-radius: 0.375rem!important;
    	border-bottom-right-radius: 0.375rem!important;
    }
  
input[type="password"]::-ms-reveal {
  display: none;
}

input[type="password"]::-ms-clear {
  display: none;
}

.separator hr {
  border: none;
  border-top: 1px solid #ccc;
}
.separator span {
  font-weight: bold;
  color: #666;
}

.login-with-otp {
    background: none !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--white-color) !important;
    transition: all 0.3s ease-in-out; /* smooth effect */
}

.login-with-otp:hover {
   
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

#pswd_info_password ul .valid:nth-child(5) {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%2300FF00' d='M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM6.707 10.707l-2-2 1.414-1.414L6.707 8.586 10.586 4.707l1.414 1.414-5 5z'/></svg>") no-repeat 0 23% !important;
}

#pswd_info_password ul .invalid:nth-child(5) {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23FF0000" d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 15C4.14 15 1 11.86 1 8S4.14 1 8 1s7 3.14 7 7-3.14 7-7 7zm2.707-9.707L9.414 8l1.293 1.293-1.414 1.414L8 9.414l-1.293 1.293-1.414-1.414L6.586 8 5.293 6.707l1.414-1.414L8 6.586l1.293-1.293 1.414 1.414z"/></svg>') no-repeat 0 23% !important;
}


.username-password-login.login-btn button{
	background-color:white!important;
	color:var(--primary-color);
	
}
.username-password-login.login-btn button:hover{
	background-color:white!important;
	text-decoration:underline;
	border:0px!important;
	
}
.login-with-otp:hover{
	border:0px!important;
	text-decoration:underline;
}


.digi-img {
  	width:36px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease-in-out;
}

button:hover .digi-img {
  filter: brightness(0) invert(1);
}

.buttonSize{
    width: 100%!important;
}

.digilockerBtnSize{
    width: 47%;
}

.sigin-up-digilocker{
	padding:5px!important;
}

.create-account-credentials img{

  filter: brightness(0) saturate(100%) invert(13%) sepia(38%) saturate(2597%) hue-rotate(203deg) brightness(93%) contrast(97%);
}
	

.why-list li{
	opacity:74%;
	
}
.why-list {
	padding-left: 1.3rem!important;
}
.blink {
    color: red;
 
    font-size: 19px;
    animation: blinkText 1s infinite;
}
.flash-msg{
	position:relative;
	top:20px;
}
@keyframes blinkText {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}
 .tutorial-card{
    max-width:337px;
    margin:auto;
    background:#eef0fb;
    border-radius:14px;
    padding:12px;
  }

  .tutorial-title{
    font-weight:600;
    color:#3d3d7a;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    gap:8px;
  }

  .tutorial-link{
    text-decoration:none;
    color:inherit;
  }

  .tutorial-item{
    background:#fff;
    border-radius:12px;
    padding:5px 7px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
    transition:.2s;
  }

  .tutorial-item:hover{
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
  }

  .item-left{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:500;
  }

  .video-icon{
    width:42px;height:42px;
    background:#eef0fb;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .video-icon svg{ width:20px;height:20px;fill:#5b61d6; }

  .arrow svg{
    width:18px;height:18px;
    stroke:#999;
    stroke-width:2;
    fill:none;
  }
  body {
	font-family: 'Raleway', sans-serif;
	font-feature-settings: "lnum";
}  
  
  
  .btn-view-univ {
      display: inline-flex;
      align-items: center;
      gap: 8px;
     
      color: var(--brand);
    
      border-radius: 8px;
      padding: 10px 18px;
      font-family: 'Raleway', sans-serif;
      font-size: 0.92rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: underline;
      transition: all 0.22s ease;
      
    }
    
    .btn-view-univ svg {
      flex-shrink: 0;
    }
 
    /* ── Modal Overrides ── */
    .modal-content {
      border: none;
      border-radius: var(--radius);
      box-shadow: 0 24px 60px rgba(30,20,90,0.18);
      overflow: hidden;
    }
 
    .modal-header {
      background: var(--white);
      border-bottom: 1.5px solid var(--border);
      padding: 22px 26px 16px;
    }
 
    .modal-title-block .modal-title {
      font-family: 'Raleway', sans-serif;
      font-size: 1.18rem;
      font-weight: 700;
      color: var(--text-main);
      margin: 0 0 4px;
    }
    .modal-title-block p {
      font-size: 0.82rem;
      color: var(--text-sub);
      margin: 0;
      line-height: 1.5;
    }
 
    .btn-close-custom {
      background: none;
      border: none;
      cursor: pointer;
      color: var(--text-sub);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      transition: background 0.18s, color 0.18s;
      padding: 0;
    }
    .btn-close-custom:hover {
      background: var(--brand-light);
      color: var(--brand);
    }
 
    /* ── Filter Bar ── */
    .filter-bar {
      background: #f5f4ff;
      border-bottom: 1.5px solid var(--border);
      padding: 16px 26px;
    }
    .filter-bar label {
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--text-sub);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 6px;
      display: block;
    }
    .filter-select,
    .filter-search {
      border: 1.5px solid var(--border);
      border-radius: 8px;
      padding: 9px 14px;
      font-size: 0.88rem;
      font-family: 'Raleway', sans-serif;
      color: var(--text-main);
      background: var(--white);
      width: 100%;
      transition: border-color 0.18s, box-shadow 0.18s;
      outline: none;
    }
    .filter-select:focus,
    .filter-search:focus {
      border-color: var(--brand);
      box-shadow: 0 0 0 3px rgba(91,79,204,0.12);
    }
    .search-wrap {
      position: relative;
    }
    .search-wrap svg {
      position: absolute;
      left: 11px;
      top: 50%;
      transform: translateY(-50%);
      color: #9ca3af;
      pointer-events: none;
    }
    .search-wrap input {
      padding-left: 36px;
    }
 
    .btn-apply {
      background: var(--primary-color);
      color: var(--white);
      border: none;
      border-radius: 8px;
      padding: 9px 22px;
      font-family: 'Raleway', sans-serif;
      font-size: 0.88rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.18s, transform 0.12s;
    }
    .btn-apply:hover {
      background: var(--brand-mid);
      transform: translateY(-1px);
    }
 
    .btn-reset {
      background: var(--white);
      color: var(--text-main);
      border: 1.5px solid var(--border);
      border-radius: 8px;
      padding: 9px 18px;
      font-family: 'Raleway', sans-serif;
      font-size: 0.88rem;
      font-weight: 500;
      cursor: pointer;
      transition: border-color 0.18s, color 0.18s;
    }
    .btn-reset:hover {
      border-color: var(--brand);
      color: var(--brand);
    }
 
    /* ── University List ── */
    .modal-body {
      padding: 20px 26px;
      max-height: 52vh;
      overflow-y: auto;
    }
    .modal-body::-webkit-scrollbar {
      width: 5px;
    }
    .modal-body::-webkit-scrollbar-track { background: transparent; }
    .modal-body::-webkit-scrollbar-thumb {
      background: #d1cdf5;
      border-radius: 10px;
    }
 
    .univ-card {
      display: flex;
      align-items: center;
      gap: 14px;
      background: var(--white);
      border: 1.5px solid var(--border);
      border-radius: 10px;
      padding: 14px 16px;
      margin-bottom: 10px;
      transition: border-color 0.18s, box-shadow 0.18s, transform 0.15s;
    }
    .univ-card:last-child { margin-bottom: 0; }
    .univ-card:hover {
      border-color: var(--brand);
      box-shadow: 0 4px 18px rgba(91,79,204,0.09);
      transform: translateY(-1px);
    }
 
    .univ-icon {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      background: var(--brand-light);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--brand);
    }
 
    .univ-info .name {
      font-weight: 600;
      font-size: 0.93rem;
      color: var(--text-main);
      margin: 0 0 3px;
    }
    .univ-info .email {
      font-size: 0.82rem;
      color: var(--brand);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .univ-info .email:hover { text-decoration: underline; }
 
    /* No results */
    .no-results {
      text-align: center;
      padding: 32px 0;
      color: var(--text-sub);
      font-size: 0.9rem;
      display: none;
    }
    .no-results svg { margin-bottom: 10px; display: block; margin-inline: auto; }
 
    /* ── Footer ── */
    .modal-footer-bar {
      border-top: 1.5px solid var(--border);
      padding: 12px 26px;
      background: #fafafa;
      text-align: center;
      font-size: 0.78rem;
      color: var(--text-sub);
    }
  
  .about-link {
    font-weight: 600;
    color: #5b61d6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}

.about-link:hover {
    color: #3a3fd1;
    border-bottom: 1px solid #3a3fd1;
}
