body{
    /* font-family: 'Nunito'; */
}
.header-section{
    background: #753BCF;
    padding: 28px 0px 6px 0;
}
.headerLogo{
    width: 62px;
}
.header-div{
    background: #fff;
    padding: 11px 25px;
    border-radius: 39px;
}
.btn-enquiry{
    background: #753bcf;
    padding: 9px 17px;
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0px 2px 1px 1px #020202;
    text-decoration: none;
    font-family: 'Nunito';
    font-weight: 600;
}
.banner-section{
    background: #753bcf;
    position: relative;
    /* height: 600px; */
}
.banner-left-img{
    width: 78%;
    z-index: 1;
    position: relative;
    display: inline;
}
.banner-down-img{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    height: 180px;
}
.banner-title{
    font-size: 47px;
    font-weight: 600;
    color: #fff;
    font-family: 'Nunito';
}
.green-title{
    color: #B1CE1C;
}
.banner-para{
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito';
}
.titleIcon{
    position: absolute;
    top: -10px;
    left: -8px;
    width: 28px;
}
.banner-icon-img1{
    position: absolute;
    top: 19px;
    left: 94px;
}
.banner-icon-img2{
    position: absolute;
    top: 43%;
    right: 48%;
}
.banner-icon-img3{
    position: absolute;
    top: 90px;
    right: 66px;
}

.banner-icon-img4{
    position: absolute;
    bottom: 32%;
    left: 68px;
}
.banner-icon-img5{
    position: absolute;
    bottom: 30%;
    right: 62%;
}
.banner-icon-img6{
    position: absolute;
    bottom: 17%;
    right: 48%;
}
.banner-icon-img7{
    position: absolute;
    bottom: 36%;
    right: 61px;
}
.floatingIcon {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
  100% {
    transform: translateY(0px); /* move down */
  }
}
.advantage-title{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Nunito';
}
.paraIcon{
    display: inline;
    font-family: 'Nunito';
    font-size: 16px;
}
.advanatgePara{
    display: inline;
    font-family: 'Nunito';
    color: black;
    font-size: 16px;
}
.advanatageUl li{
    display: flex;
    column-gap: 4px;
    margin-bottom: 10px;
}
.advantageIocn1{
    position: absolute;
    top: 6%;
    left: 15%;
}
.advantageIocn2{
    position: absolute;
    top: 0px;
    right: 22%;
}
.advantageIocn3{
    position: absolute;
    top: 23%;
    left: 4%;
}
.advantageIocn4{
    position: absolute;
    top: 24%;
    right: 2%;
    width: 7%;
}
.advantageIocn5{
    position: absolute;
    left: 0;
    top: 50%;
}
.advantageIocn6{
    position: absolute;
    right: 0;
    bottom: 14%;
    width: 6%;
}
.activityLeftImage{
    position: absolute;
    top: 9%;
    right: 0;
    width: 16%;
    animation: floatUpDown 3s ease-in-out infinite;
}
.activites-title{
    font-size: 30px;
    color: black;
    font-family: 'Nunito';
    font-weight: 800;
}
.activityImage{
    width: 100%;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}
.activityImage:hover{
    transform: scale(0.9);
    display: inline-block;
}
.advantageImage{
    width: 100%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    animation: floatUpDown 3s ease-in-out infinite;
}
.form-section{
    position: relative;
    /* background: linear-gradient(182deg, #8C7DBB, #82D5E0); */
    padding: 25px 0 0 0;
    background-image: url('../image/form-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fromCloudimage {
    position: absolute;
    top: 0;
    width: 100%;
}
.reg-title{
    color: #fff;
    font-size: 35px;
    font-family: 'Nunito';
    font-weight: 800;
}
.reg-para{
    color: #fff;
    font-family: 'Nunito';
    font-size: 16px;
}
.regDownImage{
    display: inline-block;
    width: 40%;
}
.fromdownCloudimage{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.advantageCloudimage 
{
    width: 100%;
}
.footer-section{
    background: #232323;
    padding: 25px 0 0 0;
    color: #fff;
    font-family: 'Nunito';
    position: relative;
}
.footer-link{
    display: inline-flex;
    column-gap: 10px;
    padding: 0 0;
    margin: 0;
    list-style: none;
}
.footerDiv{
    border-top: 1px solid #8a8585;
    padding: 15px 0;
}
.footer-title{
    font-size: 28px;
    font-weight: 800;
}
.footerabIcon1{
    position: absolute;
    bottom: 50%;
    left: 1%;
}
.footerabIcon2{
    position: absolute;
    bottom: 50%;
    right: 1%;
}
.footerIcon {
  width: 100%;
  transition: transform 0.3s ease-in-out; /* smooth zoom animation */
}

.footerIcon:hover {
  transform: scale(1.1); /* zoom in slightly */
}
.form-heading-title{
    font-size: 21px;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 800;
}
sup{
    color: red;
}
.from-group{
    padding-bottom: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito';
}
form input.fromInput{
    background: #FAF7F354 !important;
    border-radius: 12px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    color: #0a324c !important;
    border: 1px solid #fff !important;
    height: 45px !important;
    font-family: 'Nunito';
}
form select.fromInput {
    background-color: #FAF7F354 !important;
    border-radius: 12px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    color: #0a324c !important; /* Selected text color */
    border: 1px solid #fff !important;
    height: 45px !important;
    font-family: 'Nunito';
}

/* Options styling for dropdown */
form select.fromInput option {
    background: #fff; /* Black background for options */
    color: #0a324c;      /* Black text for options */
}

/* Optional: placeholder option white & hidden once selected */
form select.fromInput option:checked {
    color: #0a324c;      /* Selected text color white */
}

form textarea.fromInput{
    background: #FAF7F354 !important;
    border-radius: 12px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    color: #000 !important;
    border: 1px solid #fff !important;
    font-family: 'Nunito';
}
.form-control:focus,.form-select:focus {
    box-shadow: unset !important;
}
.btn.btn-clear{
    width: 100%;
    background: #fff;
    padding: 8px 7px;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Nunito';
}
.btn.btn-submit{
    width: 100%;
    background: #8A38F5;
    padding: 8px 7px;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Nunito';
    color: #fff;
}

.btn.btn-submit:hover{
    width: 100%;
    color: #000;
    border: 1px solid #8A38F5;
    background: #fff;
}
.btn.btn-clear:hover{
    width: 100%;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
small.text-danger{
    color: #022931 !important;
    font-size: 15px;
    font-family: 'Nunito';
}
form input.fromInput.is-invalid,
form select.fromInput.is-invalid,
form textarea.fromInput.is-invalid{
    border: 1px solid #022931 !important;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}
#wrapper {
	filter: contrast(40);
	background: white;
	position:fixed;
	width:100px;
	height:100px;
	z-index:9;
	overflow:hidden;
	top:50%;
	left:50%;
	margin: -50px 0 0 -50px;
	animation-duration: 8s;
	animation-fill-mode: both;
	animation-name: rotate-wrapper;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#corpus {
	background: #FF00FF;
	filter: blur(10px);
	position:absolute;
	top:10px;
	left:10px;
	width:80px;
	height:80px;
	border-radius:0;
	border-radius:50%;
}

#spinner {
	border-radius: 50%;
	width: 20px;
	left: 40px;
	bottom: 50px;
	height: 20px;
	position: absolute;
	filter: blur(5px);
	animation-duration: 6s;
	animation-fill-mode: both;
	animation-name: rotate-spinner;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#spinner:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 60px;
	background: white;
	filter: blur(5px);
}

#text {
	position: absolute;
	width: 100px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: 60px 0 0 -50px;
	font-family: 'Comfortaa', cursive, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: black;
	z-index: 10;
}

@keyframes rotate-wrapper {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes rotate-spinner{
	0% { transform: rotate(0deg) scale(2,1.5) translate(0px,25px); }
	25% { transform: rotate(270deg) scale(1.5) translate(0px,20px); }
	50% { transform: rotate(540deg) scale(2) translate(5px,15px); }
	75% { transform: rotate(810deg) scale(1,3) translate(0px,15px); }
	100% { transform: rotate(1080deg) scale(2,1.5) translate(0px,25px); }
}
.footerdownCloudimage{
    position: absolute;
    top: -16%;
    width: 100%;
}
.thankyouimage{
    display: inline-block;
    width: 100%;
}
.dateIcon{
    color: #fff;
    position: absolute;
    top: 61%;
    right: 23px;
    transform: translateY(-7%);
}
.is-invalid ~ .dateIcon{
    top: 45%;
    transform: translateY(-7%);
}
.form-control.fromInput.mobileINput{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
.btn.btn-verify{
    background: #8A38F5;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 13px;
    height: 45.1px;
    margin-top: 33px;
    border: 1px solid #fff;
    border-left: 0;
    font-size: 15px;
    width: 100%;
    font-family: 'Nunito';
}
.btn.btn-verify:hover{
    background: #8A38F5;
    color: #fff;
    border: 1px solid #fff;
    border-left: 0;
    box-shadow: none;
}
.btn.btn-verify:disabled{
    background: #8A38F5;
    color: #fff;
    border: 1px solid #fff;
    border-left: 0;
    box-shadow: none;
    font-size: 13px;
}
.fa.fa-check.text-success,.fa-check-circle-o.text-success
{
    color: #9effbb !important;
}
.resend-otp{
    font-size: 12px;
    color: #fff;
    font-family: 'Nunito';
    text-align: right;
    padding-right: 18px !important;
    padding-top: 4px;
    text-decoration: underline;
    background: unset !important;
    border: none !important;
}
.unlinkPara{
    color: #901414;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    text-transform: uppercase;
}
.topExpimg{
    width: 100%;
    margin-bottom: -3px;
}
.downExpimg{
    width: 100%;
    rotate: 180deg;
    margin-top: -10px;
}
.exp-para{
    color: #fff;
    margin: 0;
    font-size: 15px;
    text-align: left;
    line-height: 1.3;
    padding-left: 6px;
    font-family: 'Nunito';
}
.exp-div{
    height: 100%;
}
.exp-sub-div{
    padding: 20px 11px 0px 11px;
    text-align: center;
    color: #fff;
    height: 270px;
} 
.exp-one
{
    background-color: #a62eff;
}
.exp-two{
    background-color: #ffbe33;
}
.exp-three{
    background-color: #d94da6;
}
.exp-four{
    background-color: #30c5d5;
}
.expIcon{
    width: 60px;
}
.exp-heading{
    font-size: 15px;
    text-align: left;
    padding-left: 6px;
    font-family: 'Nunito';
    font-weight: 600;
}
.skillCloudimage{
    position: absolute;
    rotate: 180deg;
    bottom: -1px;
    width: 100%;
}
.skillIcon{
    width: 80px;
    display: inline-block;
}
.skill-heading{
    color: #040f38;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Nunito';
    padding: 9px 0;
}
.skill-para{
    font-size: 16px;
    color: #555353;
    font-weight: 600;
    font-family: 'Nunito';
}
.skill-div{
    background: #fff;
    padding: 29px 18px;
    border-radius: 15px;
    height: 100%;
}
.awardImg{
    border: 1px solid #738dc8;
    width: 100%;
    border-radius: 33px;
}
.enqButton.btn
{
    background: #753bcf;
    font-size: 17px;
    font-family: 'Nunito';
    padding: 8px 29px;
    border-radius: 32px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.enqButton.btn:hover
{
    transform: scale(0.9);
    background: #753bcf;
    font-size: 17px;
    font-family: 'Nunito';
    padding: 8px 29px;
    border-radius: 32px;
    color: #fff;
    box-shadow: 0px 2px 1px 0px #030d28 !important;
}
.testimonial-div{
    padding: 40px 40px;
    background: #ffffff;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.testimonial-para{
    font-size: 18px;
    font-family: 'Nunito';
    color: #103b67;
    font-weight: 500;
    font-style: italic;
}
.testimonial-user{
    font-size: 18px;
    font-family: 'Nunito';
    color: #072543;
    font-weight: 600;
}
.linesm{
    border: 1px solid;
    display: inline-block;
    width: 50px;
}
.defaultImage{
    width: 59px !important;
    display: inline-block !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #035376 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px!important;
    height: 8px!important;
    background: #ffffff!important;
}
 .error { color: red; font-size: 14px; }
#otpSection { display: none; }
#unValidDiv { display:none; }
#loading { display:none; }
#otpVerifying,#otpVerified,#otpResend,#showcheck,#sendingOtp,#otpSent,#otpInput,.oth_source,#mobVerified
{ 
    display:none; 
}