/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;1,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    overflow-x: hidden;
    background:#fff;
}

/* Header Styles */
.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    box-shadow:0 2px 5px rgb(0 0 0 / 6%);
}

.navbar {
    padding: 0rem 0;
}

body {
    padding-top: 0px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.logo-unnati{max-width:112px}
.brand-logo {
    height: 45px;
    width: auto;
}

.brand-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #003d82;
}

.brand-text .version {
    color: #ff6b35;
}

.nav-link {
    color: #313033;
    font-size: 1rem;
    padding: 0.4rem 0.6rem !important;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.nav-link:hover {
    color: #1E40AF;
    font-weight: 500;
}

.btn-apply {
    background-color: #F15B43;
    border: none;
    padding: 0.5rem 1.4rem;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    color: #fff;
    border:2px solid #F15B43;
}

.btn-apply:hover {
    background-color: #1E40AF;
}


.login-btn{
    border:2px solid #F15B43;
    color:#F15B43;
    border-radius:5px;
    padding: 0.5rem 1.3rem;
    font-weight:500;
    font-size: 1rem;
    background:white;
}

.login-btn:hover{
    background:#F15B43;
    color:white;
}
.navbar-nav {
    gap: 0.2rem;
}

.nav-item.ms-3 {
    margin-left: 0.5rem !important;
}

.top-bar {
    background-color: #29458D; /* Your blue color */
    font-size: 14px;
    background:linear-gradient(90deg, #4C30BF 0%, #FA6C53 100%);
}
.top-bar a{text-decoration:none}
.top-bar a:hover {
    opacity: 0.8;
}





/* Responsive Navigation */
@media (max-width: 1400px) {
    .nav-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem !important;
    }
    
    .btn-apply {
        padding: 0.5rem 0.9rem;
        font-size: 0.8rem;
    }
    
    .brand-logo {
        height: 40px;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        font-size: 0.75rem;
        padding: 0.4rem 0.4rem !important;
    }
    
    .btn-apply {
        padding: 0.45rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .brand-logo {
        height: 35px;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 1rem;
        align-items: flex-start !important;
    }
    
    .nav-item {
        width: 100%;
    }
    
    .nav-link {
        font-size: 0.95rem;
        padding: 0.7rem 0 !important;
    }
    
    .nav-item.ms-3 {
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }
    
    .btn-apply {
        width: 100%;
        text-align: center;
        display: block;
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Hero Section */


.hero-section {
    position: relative;

    overflow: hidden;
    display: flex;
    align-items: center;

}
.hero-section .container-fluid{width:100%; max-width:100%; padding:0px}
.hero-bg-video {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* THIS makes it behave like background-size: cover */
    z-index: 0;
     animation: slowZoom 20s ease-in-out infinite alternate;
    transform-origin: center;
}
/*@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
}*/
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: linear-gradient(162deg, rgb(60 151 255 / 75%) 0%, rgb(255 158 158 / 55%) 50%, hsl(267.52deg 54.64% 58.66%) 100%);
    z-index: 1;
    background-image:url(../images/hero-img.png);
    background-size:40%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.6);
}

.hero-wrapper{  position: relative; z-index: 2;   overflow:hidden;background:linear-gradient(90deg, #460162 0%, #0E204E 43.44%);

}
.hero-content{padding:0 158px 0 30px; position:relative;}
.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #001F66;
    margin-bottom: 1rem;
    z-index:1;
    background: url(../images/bg-head.svg);
    background-size:100%;
    line-height:70px;

}
.hero-cont-wrap{height:100%; padding:0}
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.main-wrapper-icon {
    max-width: 700px;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hero-content h1 .highlight {
    color: #fff;
}






.custom-btn{
    background:rgb(5 17 46 / 44%);
    color:white;
    border:none;
    border-radius:60px;
    padding:10px 11px 10px 40px;
    font-size:24px;
    font-style:italic;
    display:inline-flex;
    align-items:center;
    gap:20px;
    box-shadow:0 0 18px rgba(60,90,255,0.4);
    font-weight:700;
}

.custom-btn:hover{
    background:rgb(5 17 46 / 84%);
}

.arrow-circle{
    width:60px;
    height:60px;
    background:#ff5a3c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.how-btn{
    background:rgb(5 17 46 / 44%);
    color:white;
    border:none;
    border-radius:60px;
    padding:15px 40px;
    font-size:24px;
    font-style:italic;
    box-shadow:0 0 18px rgba(60,90,255,0.4);
}
.how-btn:hover{background:rgb(5 17 46 / 84%);}

/* Scroll Reveal Base */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease;
}

/* When visible */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
    }

    .hero-section.hero-section-inner{
        height: 228px;
    }
    .hero-wrapper{height: auto}

}

.hero-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 48px;
}

.hero-content p {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
p.hero-cont-small{font-size:0.9rem!important}
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.btn-primary-custom {
    background: #E15A3E;
    box-shadow: 0px 8px 24px rgba(225, 90, 62, 0.3);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border:2px solid #E15A3E;
}

.btn-primary-custom:hover {
    background-color: #1E40AF;
    border:2px solid #1E40AF;
    color:#fff;
}

.btn-primary-custom2 {
    background:none;
    box-shadow: 0px 8px 24px rgba(225, 90, 62, 0.3);
    color:#1E40AF;
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border:2px solid #1E40AF;
}

.btn-primary-custom2:hover {
    background-color: #1E40AF;
    color:#fff;
}

.btn-outline-custom {
    background-color: transparent;
    color: #003d82;
    padding: 0.8rem 2rem;
    border: 2px solid #003d82;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: #003d82;
    color: white;
}

.hero-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hero-slider-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    color: #666;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-slider-arrow:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-slider-wrapper .hero-image {
    flex: 1;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.institute-label {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align:right;
}

.institute-label h4 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.institute-label p {
    font-size: 0.85rem;
    color: #fff;
    margin: 0;
}

.institute-rating {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 0.3rem;
    z-index: 10;
}

.institute-rating i {
    color: #fbbf24;
    font-size: 1rem;
}

.feature-box-icon span{display:block; font-size:14px; color:#ccc}

/* Stats Section */
.stats-section {
    padding: 4rem 0;
    background: white;
}

.stats-section .row {
    position: relative;
}

.stats-section .col-md-4 {
    position: relative;
}

.stats-section .col-md-4:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 1px;
    background-color: #d1d5db;
}

@media (max-width: 767px) {
    .stats-section .col-md-4:not(:last-child)::after {
        display: none;
    }
}

.stat-card {
    text-align: center;
    padding: 2rem;
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c61 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.stat-icon.blue {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c61 100%);
}

.stat-icon.orange {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c61 100%);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #003d82;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}



.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 1rem;
}
.section-title span{color:#1E40AF}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 4rem;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c61 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
}

.feature-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* What is Section */
.sec-gap{
    padding: 5rem 0;
}
.what-is-section{background-image: url(../images/bg-what.jpg); background-position:left top; background-repeat: no-repeat;}
.what-is-section .what-is-inner{background-image: url(../images/bg-what2.png); background-position:right bottom; background-repeat: no-repeat;}
.what-is-content {
    margin-bottom: 3rem;
    padding-top:132px;

}

.what-is-content h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 1rem;
    color: #1F2937;
}
.what-is-content h2.section-title span{color:#1E40AF}

.what-is-content .text-small{
    color:#1E40AF;
    background:rgba(30, 64, 175, 0.1);
    border-radius:15px;
    padding:8px 15px;
    margin-bottom:20px;
    display:inline-block;

}

.what-is-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 90%;
}

.what-is-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.what-is-image {
    margin-top:54px;
    margin-bottom: 0;
}
.what-circle{position: absolute;  right: 67px;  bottom: 27px;}
.what-circle-left{position: absolute;  left: 0;  top:72px;}

@media (min-width: 992px) {
    .what-is-content {
        margin-bottom: 0;
    }
}







.stats-wrap{padding-top:70px; padding-bottom:50px;}

.stat-info{border-radius:15px; overflow: hidden; text-align:center; color:#fff; height: 340px; display: flex;
    justify-content: center;
    align-items: end; padding-bottom:30px; transform:scale(1.0); transition: all ease 300ms;
     background-size:cover; background-position:bottom; background-repeat:no-repeat;

}
.stat-info h1{font-weight:600}
.stat-info:hover{transform:scale(1.05);background-position:bottom;}
.stat-info.one{background-image: url(../images/stat-1.jpg);}
.stat-info.two{background-image: url(../images/stat-2.jpg);}
.stat-info.three{background-image: url(../images/stat-3.jpg);}
.stat-info .stat-icon h2{
    font-size:48;
    color:#fff;
}
.stat-info .stat-icon p{
    color:#fff;
    font-size:18px;
}
/* Steps Section */
.steps-section {
    background:#fff;
    overflow: hidden;
    padding-bottom:170px!important;
}




.steps-container {
    margin-top: 4rem;
    position: relative;
}

.steps-container .row {
    position: relative;
}

.step-col {
    position: relative;
    flex: 1;
    min-width: 0;
}

@media (min-width: 992px) {
    .step-col {
        max-width: 20%;
    }
}

.

@media (max-width: 991px) {
    .step-col::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .step-col {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 3rem;
    }
    
    .step-number {
        margin-bottom: 1rem;
    }
    
    .step-title {
        margin-top: 0.5rem;
    }
    
    .step-card {
        padding-top: 2rem;
    }
}

/* Verification Section */
.verification-section {
    background: linear-gradient(135deg, #003d82 0%, #003d82 100%);
    padding: 5rem 0;
    color: white;
    text-align: center;
}

.verification-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.verification-section p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.search-box {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-box input{
    flex: 1;
    min-width: 250px;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    background: #fff;
    color: #fff;
}
.search-box input:focus{outline:none}
.search-box input::placeholder {
  color: #444;
  opacity: 0.5;
}
.search-box button {
    background-color: #002e61;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    border-radius:30px;
}

.search-box button:hover {
    background-color: #002e53;
}

.verification-note {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.verification-link {
    color: white;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 767px) {
    .verification-section h2 {
        font-size: 1.8rem;
    }
    
    .verification-section p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .search-box {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0 1rem;
    }
    
    .search-box input {
        width: 100%;
        min-width: 100%;
    }
    
    .search-box button {
        width: 100%;
    }
}

/* Success Stories Section */
.success-stories-section {
    padding: 5rem 0;
    background: white;
}

.stories-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: white;
    color: #666;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.slider-arrow:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slider-arrow-right {
    background: #003d82;
    color: white;
}

.slider-arrow-right:hover {
    background: #002859;
}

.stories-slider-wrapper .row {
    flex: 1;
}

.story-card {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 10px;
    height: 100%;
    position: relative;
    text-align: center;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c61 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
}

.story-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.story-rating {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

.story-rating i {
    color: #fbbf24;
    font-size: 1rem;
}

.story-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ddd;
}

.author-info {
    text-align: left;
}

.author-info h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.2rem;
}

.author-info p {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
}

.story-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}

.pagination-dot.active {
    background: #003d82;
}

/* Mobile Responsive for Success Stories */
@media (max-width: 991px) {
    .slider-arrow {
        display: none;
    }
    
    .stories-slider-wrapper {
        gap: 0;
    }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #003d82 0%, #001f4d 100%);
    padding: 5rem 0;
    color: white;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn-white {
    background: white;
    color: #003d82;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.btn-white:hover {
    transform: translateY(-2px);
}

.btn-outline-white {
    background: transparent;
    color: white;
    padding: 0.8rem 2rem;
    border: 2px solid white;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background: white;
    color: #003d82;
}

.cta-note {
    font-size: 0.9rem;
    margin-top: 2rem;
    opacity: 0.7;
}

/* Footer Styles */
.footer {
    background:linear-gradient(135deg, #002559 0%, #001f4d 100%);
    color: #ffffff;
    padding: 4rem 0 2rem;
    margin-top: 0;
    position:relative;
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #243b98;
}

.footer-address {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.footer-phone {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-meta a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-meta a:hover {
    color: #ffffff;
}

.footer-meta .separator {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin: 0;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.footer-brand-logo {
    height: 40px;
    width: auto;
}

.footer-brand-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-brand-text .version {
    color: #ff6b35;
}

.last-updated {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

/* Mobile Footer Styles */
@media (max-width: 767px) {
    .footer {
        padding: 3rem 0 1.5rem;
        text-align: center;
    }
    
    .footer-logo {
        text-align: center;
    }
    
    .footer-brand {
        justify-content: center;
    }
    
    .footer-heading {
        margin-top: 1.5rem;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-address,
    .footer-phone {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-meta {
        text-align: center !important;
        margin-top: 1rem;
    }
    
    .footer-bottom {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
}

/* Login Page Styles */
.login-container {
    display: flex;
    min-height: calc(100vh - 80px);
    
}

.login-left {
    flex: 0 0 45%;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(88.33deg, #25007B 23.37%, #F76680 138.28%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.login-left .hero-overlay{    background-image: url(../images/hero-img.png);
    background-size: 190%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.6);
    background-position: top;
    opacity: 0.08;}
.hero-section-inner{ background-image: url(../images/hero-img-innner.png);}
.login-left::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 60%);
    animation: rotate 40s linear infinite;
}

.login-left::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 50%);
    animation: rotate 50s linear reverse infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-left-content {
    position: relative;
    z-index: 2;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    max-width: 450px;
    width: 100%;
    margin-top: 2rem;
}

.login-logo-section {
    text-align: center;
}

.login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.logo-image-main {
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

.login-welcome-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    text-align: center;
}

.login-welcome-text {
    font-size: 1rem;
    color:rgb(255 255 255 / 68%);
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

.login-right {
    flex: 0 0 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: linear-gradient(180deg, #FFE2DE 0%, #DADCFF 100%);

}



.login-header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.login-header p {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 2rem;
}

.form-label-bold {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    display: block;
}

.account-type-options {
    display: flex;
    gap: 2.5rem;
}

.form-check-inline {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #003d82;
    border-color: #003d82;
}

.form-check-label {
    font-size: 0.95rem;
    color: #333;
    margin-left: 0.5rem;
    cursor: pointer;
}

.form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.login-input {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    width: 100%;
    border-radius:10px;
    background-color:#f2f2f2;
}

.login-input::placeholder {
    color: #999;
}

.login-input:focus {
    border-color: #003d82;
    box-shadow: 0 0 0 0.2rem rgba(0, 61, 130, 0.1);
    outline: none;
}

.btn-login-primary {
    background-color: #003d82;
    color: white;
    padding: 0.85rem 2rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-login-primary:hover {
    background-color: #1E40AF;
    color: white;
}

.login-divider {
    text-align: center;
    margin: 1.8rem 0;
    position: relative;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
}

.login-divider span {
    background: white;
    padding: 0 1rem;
    position: relative;
    color: #999;
    font-size: 0.85rem;
}

.register-section {
    text-align: center;
}

.register-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.6rem;
}

.register-section p {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 1.3rem;
    line-height: 1.5;
}

.login-footer {
    text-align: center;
    margin-top: 1.5rem;
}

.login-footer p {
    font-size: 0.85rem;
    color: #777;
    margin: 0;
}

.login-footer a {
    color: #003d82;
    text-decoration: none;
}

.login-footer a:hover {
    text-decoration: underline;
}

/* OTP Input Styles */
.otp-inputs {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    margin: 2rem 0;;
}

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f2f2f2;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.otp-input:focus {

    background:#fff;
    border-color: #2a5298!important;
    outline:none;
    box-shadow: 0 0 0 0.2rem rgba(42, 82, 152, 0.15);
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.login-form-container{background:#fff; border-radius:20px; padding:30px}

@media (max-width: 991px) {
    .login-container {
        flex-direction: column;
        margin-top: 0;
        padding-top: 0;
        min-height: auto;
    }
    
    .login-left {
        flex: 1;
        min-height: 50vh;
        padding: 2rem 1.5rem;
    }
    
    .login-left-content {
        padding: 2rem;
        max-width: 100%;
    }
    
    .login-right {
        flex: 1;
        padding: 2rem 1.5rem;
    }
    
    .login-form-container {
        max-width: 100%;
    }
    
    .login-header h1 {
        font-size: 1.8rem;
    }
    
    .account-type-options {
        flex-direction: column;
        gap: 1rem;
    }
    
    .otp-inputs {
        gap: 0.6rem;
    }
    
    .otp-input {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .otp-inputs {
        gap: 0.4rem;
    }
    
    .otp-input {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
}

/* Registration Page Styles */
.registration-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.registration-header p {
    font-size: 1rem;
    color: #999;
    margin-bottom: 3rem;
}

.registration-steps-container {
    margin-bottom: 2.5rem;
}

.registration-steps {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.step-circle {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #999;
    background: white;
    transition: all 0.3s ease;
}

.step-item.active .step-number {
    border-color: #28a745;
    color: #28a745;
    background: white;
}

.step-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0;
}

.step-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.step-subtitle {
    font-size: 0.9rem;
    color: #1F2937;
}

.step-line {
    width: 100px;
    height: 2px;
    background: #d0d0d0;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 25px;
    z-index: 1;
}

.registration-form {
    border-radius: 12px;
    padding:0;
}

.registration-info-box {
    background: transparent;
    border: none;
    padding: 0 0 2rem 0;
    text-align: center;
    margin-bottom: 0;
}

.info-icon {
    width: 90px;
    height: 90px;
    background: #d8e2ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.info-icon i {
    font-size: 2.8rem;
    color: #7388a0;
}

.registration-info-box p {
    font-size: 1.05rem;
    color: #666;
    margin: 0;
}

.alert-warning {
    background: #fff9e6;
    border: 1px solid #ffe699;
    border-radius: 6px;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.8rem;
}

.alert-warning i {
    color: #ff9800;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.alert-warning span {
    font-size: 0.85rem;
    color: #856404;
    line-height: 1.5;
}

.registration-form .form-label-bold {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
}

.registration-form .form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.type-options {
    display: flex;
    gap: 2rem;
}

@media (max-width: 991px) {
    .registration-steps {
        justify-content: center;
        gap: 0;
    }
    
    .step-line {
        width: 60px;
        height: 2px;
        margin-top: 22px;
    }
    
    .step-number {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
        border-width: 2px;
    }
    
    .step-title {
        font-size: 0.85rem;
    }
    
    .step-subtitle {
        font-size: 0.75rem;
    }
    
    .type-options {
        flex-direction: column;
        gap: 1rem;
    }
    
    .registration-header h1 {
        font-size: 1.8rem;
    }
    
    .registration-form {
        padding: 1.5rem;
    }
    
    .info-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }
    
    .info-icon i {
        font-size: 2.2rem;
    }
    
    .registration-info-box p {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .registration-header {
        padding: 1.5rem 0;
    }
    
    .registration-header h1 {
        font-size: 1.5rem;
    }
    
    .registration-header p {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    
    .registration-steps-container {
        margin-bottom: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    .registration-steps {
        justify-content: flex-start;
        min-width: max-content;
        padding: 0 1rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        border-width: 2px;
    }
    
    .step-circle {
        margin-bottom: 0;
    }
    
    .step-title {
        font-size: 0.75rem;
        white-space: nowrap;
    }
    
    .step-subtitle {
        font-size: 0.65rem;
        white-space: nowrap;
    }
    
    .step-line {
        width: 50px;
        height: 2px;
        margin-top: 20px;
    }
    
    .registration-form {
        padding: 1.2rem;
        margin: 0 -0.5rem;
    }
    
    .info-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0.8rem;
    }
    
    .info-icon i {
        font-size: 1.8rem;
    }
    
    .registration-info-box {
        padding: 0 0 1.5rem 0;
    }
    
    .registration-info-box p {
        font-size: 0.85rem;
    }
    
    .alert-warning {
        padding: 0.7rem 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .alert-warning i {
        font-size: 0.9rem;
    }
    
    .alert-warning span {
        font-size: 0.75rem;
    }
    
    .registration-form .form-label-bold {
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
    }
    
    .registration-form .form-label {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
    }
    
    .type-options {
        gap: 0.8rem;
    }
    
    .registration-form .form-control,
    .registration-form .form-select {
        font-size: 0.85rem;
        padding: 0.6rem 0.75rem;
    }
}

/* Dashboard Styles */
.dashboard-body {
    font-family: 'Inter', sans-serif;
    background: #f5f7fa;
    padding-top: 0;
    margin: 0;
}

.dashboard-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    background: #1e3a8a;
    color: white;
    overflow-y: auto;
    z-index: 1000;
}

.sidebar-header {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar {
    width: 45px;
    height: 45px;
    background: white;
    color: #1e3a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.user-info {
    flex: 1;
}

.user-name {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}

.user-email {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-nav {
    padding: 1.5rem 0;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 0.85rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s;
    gap: 0.75rem;
    font-size: 0.9rem;
}

.nav-item i {
    width: 20px;
    font-size: 1rem;
}

.nav-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
}

.nav-item.active {
    background: white;
    color: #1e3a8a;
    border-radius: 8px;
    margin: 0 1rem;
    padding-left: 1rem;
}

.nav-item.has-submenu {
    justify-content: space-between;
}

.submenu-arrow {
    font-size: 0.7rem;
    margin-left: auto;
}

.submenu {
    padding-left: 3.5rem;
}

.submenu-item {
    display: block;
    padding: 0.6rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.submenu-item:hover {
    color: white;
}

.sidebar-footer {
    padding: 1.5rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.footer-section-title {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}

.footer-link {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s;
    gap: 0.75rem;
    font-size: 0.85rem;
}

.footer-link i {
    width: 18px;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: white;
}

.settings-link {
    margin-top: 1rem;
}

.dashboard-main {
    margin-left: 260px;
    min-height: 100vh;
}

.dashboard-header {
    background: white;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-logo {
    height: 35px;
    width: auto;
}

.header-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
}

.header-title .version {
    color: #ff6b35;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.notification-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s;
}

.notification-btn:hover {
    color: #003d82;
}

.header-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    position: relative;
}

.header-avatar {
    width: 40px;
    height: 40px;
    background: #003d82;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.header-user-info {
    display: flex;
    flex-direction: column;
}

.header-user-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
}

.header-user-email {
    font-size: 0.75rem;
    color: #999;
}

.user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.user-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.2rem;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.dropdown-item:first-child {
    border-radius: 8px 8px 0 0;
}

.dropdown-item:last-child {
    border-radius: 0 0 8px 8px;
}

.dropdown-item i {
    width: 18px;
    font-size: 0.95rem;
    color: #666;
}

.dropdown-item:hover {
    background: #f5f7fa;
    color: #003d82;
}

.dropdown-item:hover i {
    color: #003d82;
}

.dropdown-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 0.5rem 0;
}

.logout-item {
    color: #f44336;
}

.logout-item i {
    color: #f44336;
}

.logout-item:hover {
    background: #ffebee;
    color: #d32f2f;
}

.logout-item:hover i {
    color: #d32f2f;
}

.dashboard-content {
    padding: 2rem;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.3rem;
}

.page-subtitle {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.page-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-refresh {
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    color: #003d82;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-refresh:hover {
    background: #f5f7fa;
    border-color: #003d82;
}

.last-updated {
    font-size: 0.85rem;
    color: #999;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.stat-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.stat-blue .stat-icon {
    background: #2196f3;
    color: white;
}

.stat-green {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.stat-green .stat-icon {
    background: #4caf50;
    color: white;
}

.stat-yellow {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
}

.stat-yellow .stat-icon {
    background: #ff9800;
    color: white;
}

.stat-orange {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.stat-orange .stat-icon {
    background: #ff9800;
    color: white;
}

.stat-red {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
}

.stat-red .stat-icon {
    background: #f44336;
    color: white;
}

.dashboard-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.3rem;
}

.card-subtitle {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
}

.btn-view-all {
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #003d82;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-view-all:hover {
    background: #f5f7fa;
    border-color: #003d82;
}

.institutes-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.institute-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    transition: all 0.3s;
}

.institute-item:hover {
    background: #f0f4f8;
}

.institute-icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    flex-shrink: 0;
}

.rank-1 {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a1a1a;
}

.rank-2 {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    color: #1a1a1a;
}

.rank-3 {
    background: linear-gradient(135deg, #ff9800 0%, #ffb74d 100%);
}

.rank-4 {
    background: linear-gradient(135deg, #ff9800 0%, #ffb74d 100%);
}

.rank-5 {
    background: linear-gradient(135deg, #9c27b0 0%, #ba68c8 100%);
}

.institute-name {
    flex: 1;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.institute-rating {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.rating-value {
    font-weight: 700;
    font-size: 1.1rem;
    color: #4caf50;
}

.rating-label {
    font-size: 0.75rem;
    color: #999;
}

.region-select {
    max-width: 150px;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
}

.heatmap-table {
    width: 100%;
    margin-top: 1rem;
    border-collapse: collapse;
}

.heatmap-table thead th {
    background: #f5f7fa;
    padding: 0.85rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 2px solid #e0e0e0;
}

.heatmap-table tbody td {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #1a1a1a;
}

.heatmap-table tbody tr:hover {
    background: #f9fafb;
}

.activity-card {
    background: #1e3a8a;
    color: white;
}

.activity-card .card-title {
    color: white;
    margin-bottom: 0.3rem;
}

.activity-card .card-subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 1rem;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.activity-item:hover {
    background: rgba(255, 255, 255, 0.12);
}

.activity-status {
    display: inline-block;
    background: #2196f3;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.activity-date {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
}

.activity-title {
    font-weight: 600;
    font-size: 0.95rem;
    color: white;
    margin-bottom: 0.3rem;
}

.activity-author {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.activity-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive Dashboard */
@media (max-width: 1400px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s;
    }
    
    .dashboard-main {
        margin-left: 0;
    }
    
    .dashboard-header {
        padding: 1rem;
    }
    
    .header-logo {
        height: 28px;
    }
    
    .header-title {
        font-size: 1.1rem;
    }
    
    .dashboard-content {
        padding: 1rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .page-header {
        flex-direction: column;
        gap: 1rem;
    }
    
    .page-actions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .header-user-info {
        display: none;
    }
    
    .page-title {
        font-size: 1.5rem;
    }
    
    .dashboard-card {
        padding: 1rem;
    }
    
    .institute-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .institute-name {
        font-size: 0.85rem;
    }
}





/* Feature Icon Circle */
.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* Image Layout */
.image-wrapper {
    position: relative;
    max-width: 500px;
    margin: auto;
}

.main-img {
    width: 100%;
    border-radius: 30px;
}

/* Floating Images */
.floating-img {
    position: absolute;
    width: 220px;
}

.img-top {
    top: -30px;
    left: -30px;
}

.img-bottom {
    bottom: -30px;
    right: -30px;
}

/* Decorative Circle */
.circle-decor {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #0d6efd;
    border-radius: 50%;
    top:42%;
    right: 20px;
    display:none;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .floating-img {
        width: 150px;
    }
    .img-top {
        top: -20px;
        left: 0;
    }
    .img-bottom {
        bottom: -20px;
        right: 0;
    }
}


.why-section {
    background: #eef2f7;
    overflow: hidden;
}

/* Cards */
.why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    background-attachment:fixed;
     transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
    transform-style: preserve-3d;
    perspective: 1200px;
    will-change: transform;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position:relative;
}



.why-card:hover {
    transform: translateY(-8px);
     box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}




.why-card .icon-circle {
    transform: translateZ(50px);
    transition: transform 0.25s ease-out;
}

.icon-circle { transform: translateZ(60px); }
.why-card h5 { transform: translateZ(40px); }
.why-card p { transform: translateZ(30px); }

/* Icon Circle */
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Decorative Shapes */
.shape {
    position: absolute;
    max-width: 600px;
    opacity: 0.4;
    pointer-events: none;
}

.shape-top-right {
    top: 0;
    right: 0;
}

.shape-bottom-left {
    bottom: 0;
    left: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .shape {
        max-width: 180px;
        opacity: 0.2;
    }
}


/* ============================= */
/* STEPS SECTION PREMIUM VERSION */
/* ============================= */

.steps-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Horizontal scroll container */


.steps-container::-webkit-scrollbar {
    display: none;
}

.steps-row {
    flex-wrap: nowrap;
    position: relative;
}

/* ============================= */
/* CURVED CONNECTOR LINE */
/* ============================= */

.curve-line {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 0;
}

.curve-line path {
    fill: none;
    stroke: #e9ecef;
    stroke-width: 3;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drawCurve 2s ease forwards;
}

@keyframes drawCurve {
    to { stroke-dashoffset: 0; }
}

/* ============================= */
/* STEP COLUMN */
/* ============================= */

.step-col {

    position: relative;
    z-index: 2;
}

/* ============================= */
/* STEP CARD */
/* ============================= */

.step-card {
    background: #ffffff;
    border-radius: 22px;
    padding:53px 25px 19px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    opacity:1;
    transform: translateY(20px);
    height:100%;
    border: 1px solid #E2E8F0;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    margin-top:50px;
    transition: all ease 300ms;

}

/* Scroll reveal */
.step-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effect */
.step-card:hover, .step-card.active {
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    background:linear-gradient(180deg, #c6e3ff 0%, #FFFFFF 100%);
}

/* Active highlight */
.step-card.active {
 
    box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

/* ============================= */
/* STEP NUMBER CIRCLE */
/* ============================= */

.step-number {
    width: 70px;
    height: 40px;
    margin: -77px auto 20px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: none;
    border: none;
    background: linear-gradient(180deg, #1E40AF 0%, #3B82F6 100%);
    box-shadow: 0px 4px 20px rgba(30, 64, 175, 0.3);
    transform: translateY(-60px);
}

 .step-card.active .step-number{
    background: linear-gradient(90deg, #E60076 0%, #F54703 49.52%, #9B12F1 100%);
box-shadow: 0px 4px 20px rgba(30, 64, 175, 0.3);

}



.progress-line {
    position: absolute;
    top: 5px;
    height: 4px;
    opacity: 0.4;
    border-radius: 50px;
    background: linear-gradient(90deg, rgb(95, 156, 255), rgb(155, 123, 255), rgb(76, 212, 176), rgb(255, 138, 182), rgb(255, 184, 107));
    width: calc(100% - 227px);
}
.progress-line:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: -3px;
}
.progress-line:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    right: 0;
    top: -3px;
}




/* ============================= */
/* TEXT */
/* ============================= */

.step-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.step-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}

/* ============================= */
/* NAVIGATION BUTTONS */
/* ============================= */

.step-nav {
    background: #ffffff;
    border: none;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: 0.3s ease;
}

.step-nav:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {

    .curve-line {
        display: none;
    }

    .steps-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .step-col {
        min-width: 100%;
        margin-bottom: 80px;
    }

}

.bg-start{display:flex; align-items: center; justify-content: center; background-image:url(../images/bg-start.jpg); background-attachment: fixed; 
    background-size:cover; padding: 50px; border-radius:30px; height:500px; flex-flow:column; position:relative;}

.bg-start h2{color:#fff; max-width:500px; text-align: center; text-transform: uppercase; margin-bottom:30px}
.bg-start a{margin:20px 0}






/* Wrapper */
.testimonial-wrapper{
    width:80%!important;
}

/* Card */
.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    color:#000;
    position:relative;
    box-shadow: 0px 9px 10px #0000001f;
    margin: 5px;
    height:100%;
}

/* Image */
.testimonial-img{
    width:220px;
    height:220px;
    border-radius:50%;
    object-fit:cover;
    position:relative;
    z-index:2;
    border:2px solid #fff;
    filter:blur(5px);
}

.circle-bg{
    width:240px;
    height:240px;
    background:linear-gradient(45deg,#7b1fa2,#ff4081);
    border-radius:50%;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:1px;
    z-index:1;
}

/* Quotes */
.quote-top{
    font-size:55px;
    color:#1de9b6;
}

.quote-bottom{
    font-size:55px;
    color:#1de9b6;
    position:absolute;
    bottom:30px;
    right:50px;
}

/* Text */
.title{
    font-weight:700;
    font-size:18px;
    margin:15px 0;
}

.role{
    opacity:0.8;
    margin-bottom:10px;
}

/* Indicators */
.carousel-indicators{
    bottom:-50px;
}

.carousel-indicators [data-bs-target]{
    background-color:#fff;
    width:30px;
    height:5px;
    border-radius:10px;
}

/* Navigation Buttons */
.carousel-control-prev,
.carousel-control-next{
    width:50px;
    height:50px;
    background:#ffffff;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    opacity:1;
}

.carousel-control-prev{
    left:-25px;
}

.carousel-control-next{
    right:-25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(1);
    width:20px;
    opacity:0.7;
}

/* ===== Responsive ===== */

@media(max-width:992px){
    .carousel-control-prev{ left:0; }
    .carousel-control-next{ right:0; }
}

@media(max-width:768px){


    .testimonial-card{
        padding:30px;
        text-align:center;
    }

    .testimonial-img{
        width:150px;
        height:150px;
    }

    .circle-bg{
        width:170px;
        height:170px;
        top:10px;
    }

    .quote-bottom{
        position:static;
        margin-top:20px;
        display:block;
    }

    .title{
        font-size:16px;
    }
}

.hero-inner{height:230px; background: linear-gradient(90deg, #372095 0%, #df5740 100%);}

.hero-wrapper.hero-inner video{display:none;}

.hero-wrapper.hero-inner .hero-overlay {
    background-image: url(../images/hero-image-inner.png);
    background-size: 355px;
    background-position: 90px 48px;
}

.hero-wrapper.hero-inner .hero-content h2{font-style: normal; margin-bottom:0; text-align:right;font-size: 22px; text-align:center; font-weight:bold;}
.hero-wrapper.hero-inner .hero-content{padding: 0 30px 0 30px;}
.hero-login {height:100%; position:static;}


.hero-wrapper.hero-inner.hero-login .hero-overlay{    background-image: url(../images/hero-login-image.jpg); opacity:1; background-size: cover; background-position:right bottom}

.login-left-content:after {
    content: "";
    background: #0217679e;
    filter: blur(42px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.wrap-from-sec{padding:20px}
.section-header{ background:#29458d; border-radius:10px 10px 0 0;  padding:15px 20px;}
.section-header h5{margin-bottom:0; color:#fff; font-size:16px; }

.select2-container--default .select2-selection--single{
        font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    width: 100%;
    border-radius: 10px;
    background-color: #f2f2f2;
    height:50px;
}




.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    margin-top: 10px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    margin-top: 9px;
    margin-left:10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.form-control{color:#999}
input.select2-search__field:focus, input.select2-search__field{outline:none;border:none;}
.section-wrap{background:#fff; border-radius:20px;
 width: 100%;
    background:#fff;
    margin-top:30px;
    border-radius:20px;
    box-shadow:0px 10px 20px rgb(0 0 0 / 11%);

}






.contact-section {
    background: #f8f9fc;
}

.contact-info-wrapper {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.icon-box {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-form-card {
    border: 1px solid #eee;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #2a5298;
    box-shadow: 0 0 0 0.2rem rgba(42,82,152,0.15);
}

.btn-primary {
    background: #2a5298;
    border: none;
    padding: 14px;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-primary:hover {
    background: #1e3c72;
}

/* Placeholder color when default is selected */
select:required:invalid {
    color: #9aa0a6;  /* light grey */
}

/* Normal color after selecting real option */
select:valid {
    color: #212529;
}




/* Background */
.terms-section {
    background: #f5f7fb;
}

/* Header */
.terms-hero h1 {
    font-size: 2.4rem;
    color: #1f2d3d;
}

.terms-hero p {
    font-size: 0.95rem;
}

/* Main Wrapper Card */
.terms-wrapper {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
}

/* Section Blocks */
.terms-block {
    padding: 30px 0;
    border-bottom: 1px solid #edf1f7;
}

.terms-block:last-child {
    border-bottom: none;
}

/* Headings */
.terms-block h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2a5298;
    margin-bottom: 15px;
}

.terms-block h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 20px;
    color: #1f2d3d;
}

/* Paragraphs */
.terms-block p {
    color: #495057;
    line-height: 1.8;
    font-size: 0.95rem;
}



/* Highlight Box */
.terms-highlight {
    background: linear-gradient(135deg, #e9f2ff, #f4f8ff);
    border-left: 4px solid #2a5298;
}

/* Links */
.terms-wrapper a {
    color: #2a5298;
    text-decoration: none;
}

.terms-wrapper a:hover {
    text-decoration: underline;
}



/* Remove default bullets */
.terms-block ul {
    list-style: none;
    padding-left: 0;
}

/* Add custom icon */
.terms-block ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

/* Inject Font Awesome icon */
.terms-block ul li::before {
    content: "\f00c";  /* Unicode for fa-envelope */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  /* Required for solid icons */
    position: absolute;
    left: 0;
    top: 2px;
    color: #2a5298;  /* Match your theme */
    font-size: 14px;
}





/* Hero */
.about-hero h1 {
    font-size: 2.5rem;
    color: #1f2d3d;
}

.section-title {
    font-weight: 600;
    color: #1F2937;
}

/* Intro Card */
.about-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    line-height: 1.8;
}

/* Objective Cards */
.objective-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    transition: 0.3s ease;
    height:100%;
}

.objective-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #2a5298;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

/* Pillars */
.pillar-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e9ecef;
    position: relative;
    transition: 0.3s;
}

.pillar-card:hover {
    background: #2a5298;
    color: #ffffff;
}

.pillar-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2a5298;
    display: block;
    margin-bottom: 10px;
}

.pillar-card:hover .pillar-number {
    color: #ffffff;
}











/* Image Styling */
.image-wrapper img {
    border-radius: 20px;
    
}

/* About Card */
.about-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Section Title */
.section-title {
    font-weight: 700;
    color: #1c2b4a;
    position: relative;
}

/* Objective Cards */
.objective-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.objective-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
}
















.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4e73df, #224abe);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}













.objectives-section {
    position: relative;
    background: url("../images/bg-about-sec.jpg") center center/cover no-repeat;
    padding: 100px 0;
    overflow: hidden;
    background-attachment: fixed;
    position:relative;
}
.objectives-section .section-title{text-align:center!important;}
.objectives-section .section-title span{color:#4a6feb}

/* Dark Overlay */
.objectives-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), linear-gradient(88.33deg, #25007b8f 23.37%, #f76680a1 138.28%);
}

/* Keep content above overlay */
.objectives-section .container {
    position: relative;
    z-index: 2;
}

/* White Cards */
.objectives-section .objective-card {
    background:linear-gradient(180deg, #c6e3ff 0%, #FFFFFF 100%);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.objectives-section .objective-card:hover {
    transform: translateY(-10px);
}

/* Icon Circle */
.icon-circle {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #4e73df, #224abe);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 22px;
}














.pillars-wrap{padding:100px 0; 
background: linear-gradient(180deg, #FFE2DE 0%, #DADCFF 100%);}


.pillar-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;

    text-align:left;
}

.pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Icon Circle */
.pillar-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #4e73df, #224abe);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* Content */
.pillar-content h6 {
    margin: 0;
    font-weight: 600;
}

.pillar-number {
    font-size: 13px;
    font-weight: 700;
    color: #4e73df;
    display: block;
    margin-bottom: 4px;
}





















.arrow-left{position:absolute; left:0; bottom:0px; z-index:0}
.arrow-right{position:absolute; right:0; top:0px;z-index:0}

.resources-section {
  background: linear-gradient(180deg, #FFE2DE 0%, #DADCFF 100%);
}

.resource-card {
  background: #fff;
  border-radius: 22px;
  transition: all 0.25s ease;
  position:relative;
  z-index:1;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Icon color matches theme blue */
.icon-wrapper {
  color: #2f4bb2;
}

/* Format badge */
.format-badge {
  background-color: #e7ecff;
  color: #2f4bb2;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
  display:flex;
  align-items:center;
}

/* Download button */
.download-btn {
  background-color: #2f4bb2;
  color: #fff;
  border-radius: 30px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.download-btn:hover {
  background-color: #243b8f;
  color: #fff;
}

.container-fluid{max-width:1609px}




.search-box{
    max-width:250px;

}


.search-icon{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    color:#666;
}



/* main section */

.why-section{
background:linear-gradient(120deg,#20006b,#8b2e57);
border-radius:40px;
padding:80px 40px;
position:relative;
overflow:hidden;
}

/* background circles */

.why-section:before{
content:"";
position:absolute;
width:420px;
height:420px;
background:rgba(255,255,255,0.06);
border-radius:50%;
left:-120px;
top:120px;
}

.why-section:after{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,0.06);
border-radius:50%;
right:-150px;
top:60px;
}

.why-section .section-title{

color:#fff;
}



.section-sub{
color:#fff;

}

/* cards */
.why-section .feature-card{padding:0 ; background: none; text-align:left;}
.why-section .feature-card:hover{padding:0 ; background: none; box-shadow:none}
.feature-card img{
border-radius:16px;
width:100%;
height:260px;
object-fit:cover;
}

.feature-title{
font-size:20px;
font-weight:600;
color:white;
margin-top:22px;
}
.why-section .section-title span{color:#00FFF2}
.feature-text{
font-size:14px;
color:#d5d5d5;
margin-top:10px;
}


.why-section .feature-card p {
    color: #C8C8C8;
    line-height: 1.7;
    margin:15px 0;
}

.participants{
color:#916B9A;
font-size:13px;
margin-top:12px;
}

.explore{
color:white;
text-decoration:none;
font-size:14px;
display:inline-flex;
align-items:center;
gap:6px;
margin-top:10px;
}

/* pill label */

.label-pill{
position:absolute;
top:12px;
left:20px;
background:white;
font-size:12px;
padding:5px 14px;
border-radius:20px;
}

.img-box{
position:relative;
margin-bottom:20px;
}

.icon-btn{
position:absolute;
bottom:12px;
left:12px;
background:white;
width:40px;
height:40px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}




















/* TESTIMONIALs */

.testimonials-section{
position:relative;
padding:80px 0;
overflow:hidden;
}

.testimonials-section .wave-bg{
position:absolute;
right:0;
top:80px;
width:600px;
opacity:.25;
}

/* card */

.testimonials-section .testimonial-card{
background:#fff;
border-radius:14px;
padding:30px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
height:100%;
position:relative;
}

/* stars */

.testimonials-section .star{
width:18px;
height:18px;
fill:#f4b400;
margin-right:3px;
}

/* quote icon */

.testimonials-section .quote{
position:absolute;
right:25px;
top:25px;
font-size:40px;
color:#f3e1cf;
}

/* profile */

.testimonials-section .profile{
display:flex;
align-items:center;
margin-top:20px;
min-height: 70px;
}

.testimonials-section .profile img{
width:50px;
height:50px;
border-radius:50%;
object-fit:cover;
margin-right:12px;
}

.testimonials-section .profile-name{
font-weight:600;
font-size:15px;
}

.testimonials-section .profile-role{
font-size:13px;
color:#777;
}

.testimonials-section .profile-org{
font-size:13px;
color:#ff5a00;
}







.testimonial-section{
padding:80px 0;
position:relative;
overflow:hidden;
background: url(../images/bg-testimonial.png) center center;
background-repeat:no-repeat;
background-size:100%;
}

/* wave background */

.wave-bg{
position:absolute;
right:-100px;
top:100px;
width:700px;
opacity:.25;
}

/* testimonial card */

.testimonials-card{
background:#fff;
border-radius:14px;
padding:30px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
height:100%;
position:relative;
transition:.3s;
height: 100%;
}


.testimonial-card .mt-3.text-muted{min-height: 185px}
.testimonial-section .carousel-inner{overflow:visible;}

/* star */

.star{
width:18px;
height:18px;
fill:#f4b400;
margin-right:4px;
}

/* quote */

.quote{
position:absolute;
right:20px;
top:20px;
font-size:40px;
color:#f3e1cf;
}

/* profile */

.profile{
display:flex;
align-items:center;
margin-top:20px;
}

.profile img{
width:55px;
height:55px;
border-radius:50%;
object-fit:cover;
margin-right:12px;
}

.profile-name{
font-weight:600;
font-size:15px;
}

.profile-role{
font-size:13px;
color:#777;
}

.profile-org{
font-size:13px;
color:#ff5a00;
}

/* carousel arrows */

.carousel-control-prev,
.carousel-control-next{
display:none;
}




















.footer-main{
background:linear-gradient(18deg, #ffffff, #f9f4fb); font-size:14px;
}

.footer-logo{
height:36px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
}

.foot-head{color:#4A4A5B; font-size:14px}
.footer-links li{
margin-bottom:8px;
}

.footer-links a{
text-decoration:none;
color:#4A4A5B;
}

.footer-main h6{color:#4A4A5B}
.footer-links a:hover{
color:#243b98;;
}

.footer-contact li{
display:flex;
align-items:flex-start;
gap:10px;
margin-bottom:10px;
align-items:center;
color:#6c757d;

}

.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
width:34px;
height:34px;
border-radius:50%;
background:#e9ecef;
margin-right:8px;
}

.footer-bottom{
background:linear-gradient(90deg,#0d2d8c,#8a2be2);
padding:14px 0;
}

.footer-bottom a{
color:#fff;
text-decoration:none;
margin-left:20px;
}

.footer-bottom a:hover{
text-decoration:underline;
}

p.color-highlight{color:#acb8df}































.nti-section{
background: linear-gradient(180deg, #FFE2DE 0%, #DADCFF 100%);
padding:50px 20px;
font-family:system-ui;
}

.nti-title{
font-weight:600;
margin-bottom:40px;
text-align:center;
color:#1a2b49;
}

.nti-card{
background:#fff;
border-radius:14px;
padding:28px;
transition:all .35s ease;
border:1px solid #e6ecf4;
height:100%;
cursor:pointer;
}

.nti-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.nti-icon{
width:55px;
height:55px;
margin-bottom:15px;
color:#2f6fed;
}

.nti-icon svg{
width:100%;
height:100%;
}

.nti-card h5{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.nti-desc{
font-size:14px;
color:#5f6b7a;
line-height:1.5;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* optional smooth */
.dropdown-menu {
    transition: all 0.3s ease;
}
ul.dropdown-menu {
    top: 100%;
    border:none;
}
.dropdown-item{padding:5px 20px; font-size:12px;}








.container-map-main-wrap{
display:flex;
}

.container-map-main-wrap .left{
width:60%;
display:flex;
align-items:center;
justify-content:center;
border-right:1px solid #ddd;
}

.container-map-main-wrap .right{
width:30%;
padding:40px;
}

.container-map-main-wrap .bar{margin-bottom:18px;}

.container-map-main-wrap .label{
display:flex;
justify-content:space-between;
margin-bottom:6px;
color:#c62828;
font-weight:600;
}

.container-map-main-wrap .progress{
height:10px;
background:#fff;
border-radius:10px;
overflow:hidden;
}

.container-map-main-wrap .fill{
height:10px;
background:linear-gradient(90deg,#3b82f6,#06b6d4);
}

.container-map-main-wrap svg path{
cursor:pointer;
transition:0.2s;
}

.container-map-main-wrap svg path:hover{
fill:#3e6ace !important;}

svg.indian-map{transform: scale(1.2);}









.right #panel{max-height: 500px; overflow-y: auto; padding-right:20px}






















.team-card{
height:340px;
perspective:1000px;
}

.team-inner{
position:relative;
width:100%;
height:100%;
transition:transform .7s;
transform-style:preserve-3d;
}

.team-card:hover .team-inner{
transform:rotateY(180deg);
}

.team-front,
.team-back{
position:absolute;
width:100%;
height:100%;
border-radius:12px;
overflow:hidden;
backface-visibility:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.15);


}

/* FRONT SIDE */

.team-front{
background-size:cover;
background-position:center;
display:flex;
align-items:flex-end;
background-position:top center;
}

.overlay{
background:linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
color:white;
width:100%;
padding:15px;
}

.overlay h6{
margin:0;
font-weight:600;
}

.overlay span{
font-size:13px;
opacity:.9;
}

/* BACK SIDE */

.team-back{
background:white;
transform:rotateY(180deg);
padding:15px;
background:#2a5298;
color:#fff;
}

.team-desc{
height:100%;
overflow-y:auto;
font-size:14px;
line-height:1.5;
padding:0 5px;


text-align: justify;
}

.team-desc::-webkit-scrollbar{
width:4px;
}

.team-desc::-webkit-scrollbar-thumb{
background:#aaa;
border-radius:10px;
}

.stat-info:after {
    content: "";
    background: rgb(0 0 0 / 12%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}















































/* Responsive Navigation */
@media (max-width: 1640px) {
    .top-bar{font-size: 12px;}
    .container-fluid{max-width:1400px}
    .hero-cont-wrap img{ max-width: 750px; }
    .nav-link, .btn-apply, .login-btn{  font-size: 0.8rem;}
    .custom-btn{font-size: 16px; padding: 6px 11px 6px 40px;}
    .how-btn{font-size: 16px; padding: 6px 40px 6px 40px;}
    .arrow-circle { width: 35px; height: 35px;}
    p.hero-cont-small { font-size: 0.8rem !important;}
    .hero-content p { font-size: 0.9rem; line-height: 1.5; margin-bottom: 1.5rem;}
    .hero-content h2{font-size: 18px;line-height: 26px;margin-bottom: 1.3rem;}
    .hero-content h1{    font-size: 2rem; line-height: 48px;}
    .what-is-section{background-size: 70%;}
    .what-is-content h2 {font-size: 47px;}
    .what-is-content p { font-size: 1rem;}

    .what-is-content p { font-size:0.9rem;  line-height: 1.5;  margin-bottom: 1rem;  max-width: 90%; }
    .btn-primary-custom, .btn-primary-custom2{font-size:0.9rem; padding:0.7rem 2rem}
    .what-circle { max-width: 197px;}
    .what-is-image img {  max-width: 480px; margin-left: 60px; }
    .what-is-content { margin-bottom: 3rem; padding-top: 75px;}
    .what-is-content .text-small{margin-bottom:10px;     padding: 6px 15px;}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1153px;
    }
    .h5, h5 { font-size: 1rem;}
   .small, small { font-size: .77em;}
   .arrow-left{max-width:170px}
   .arrow-right{max-width:170px}

   .section-title{font-size:2rem; margin-bottom: 0.5rem;}
   .section-subtitle { font-size: 1rem;}
   .testimonial-card p{font-size:1rem}
   .testimonial-card .mt-3.text-muted {
       min-height: 110px;
       font-size: 14px;
   }

   .footer-links a, .footer-contact li {font-size: 0.8rem;}
   .profile-org, .profile-name, .profile-role{font-size: 12px;}
   .footer-main h6{font-size:14px}


}






/* Responsive Navigation */
@media (max-width: 1440px) {
    .top-bar{font-size: 11px;}
    .logo-unnati { max-width: 92px;}
    .container-fluid{max-width:1170px}
    .hero-cont-wrap img{ max-width: 700px; }
    .nav-link, .btn-apply, .login-btn{  font-size: 0.8rem;}
    .custom-btn{font-size: 13px; padding: 6px 11px 6px 40px;}
    .how-btn{font-size: 13px; padding: 6px 40px 6px 40px;}
    .arrow-circle { width: 35px; height: 35px;}
    p.hero-cont-small { font-size: 0.7rem !important;}
    .hero-content p { font-size: 0.8rem; line-height: 1.4; margin-bottom: 1.4rem;}
    .hero-content h2{font-size: 15px;line-height: 24px;margin-bottom: 1rem;}
    .hero-content h1{    font-size: 1.5rem; line-height: 40px;}
    .what-is-section{background-size: 70%;}
    .what-is-content h2 {font-size: 40px;}
    .what-is-content p { font-size: 1rem;}
    .what-circle-left{width:52px; top: 52px;}

    .what-is-content p { font-size:0.7rem;  line-height: 1.5;  margin-bottom: 1rem;  max-width: 90%;}
    .btn-primary-custom, .btn-primary-custom2{font-size:0.7rem; padding:0.6rem 1.5rem}
    .what-circle { max-width: 175px;}
    .what-is-image img {  max-width: 380px; margin-left: 60px; }
    .what-is-content { margin-bottom: 3rem; padding-top: 75px;}
    .what-is-content .text-small{margin-bottom:10px;     padding: 6px 15px;}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1153px;
    }
    .h1, h1 {  font-size: 1.5rem; }
    .h5, h5 { font-size: 1rem;}
    .stat-info p{font-size:0.8rem}
   .small, small { font-size: .6em;}
   .arrow-left{max-width:170px}
   .arrow-right{max-width:170px}

   .section-title{font-size:1.5rem; margin-bottom: 0.5rem;}
   .section-subtitle { font-size: 0.9rem;}

   .step-description{font-size: 12px;}

    .testimonial-section {
        padding: 40px 0 50px;}
   .testimonial-card p{font-size:0.9rem}
   .testimonial-card .mt-3.text-muted {
       min-height: 150px;
       font-size: 12px;
   }

   .footer-links a, .footer-contact li {font-size: 0.7rem;}
   .profile-org, .profile-name, .profile-role{font-size: 11px;}
   .footer-main h6{font-size:13px}
   .footer-links li { margin-bottom: 4px;}





}



@media (max-width: 768px) {

    .nav-item{display:block; padding:0px}
    .nav-link{padding:5px 0!important}
    .dropdown-item{padding-left:0}
    .btn-apply{margin-bottom:20px}
    .btn-apply, .login-btn{width:100%}
    .hero-cont-wrap img {max-width: 100%;}
    .hero-content { padding: 0 38px 0 30px;}
    .hero-buttons {  flex-flow: column;text-align: center;}
    .custom-btn {  font-size: 13px;  padding: 6px 11px 6px 40px; text-align: center; height: 37px;  display: flex; justify-content: center; }
    .arrow-circle { width: 25px; height: 25px;}
    .what-circle { display:none }
    .what-circle-left { width: 22px; top: 12px;}
    .what-is-image img { max-width: 350px; margin-left: 0;}
    .what-is-image {  margin-top: 10px; margin-bottom: 0; text-align:center;}
    .stats-wrap { padding-top:30px; padding-bottom: 30px;}
    .stat-info{margin:5px 0}
    .container-map-main-wrap{display:flex; flex-flow:column;}
    .container-map-main-wrap .left{width:100%; padding:0 15px}
    .container-map-main-wrap .right { width: 100%;  padding:0 15px;}
    .progress-line{display:none}
    .step-number{margin:0 auto 20px; transform: translateY(-0px);}
    .step-col {  margin-bottom: 10px; }
    .step-card{padding:19px 25px 19px;margin-top:10px}
    .steps-container{margin-top:10px}
    .section-subtitle{margin-bottom: 0.5rem;}
    .sec-gap{ padding: 1rem 0; }
    .steps-section{padding-bottom:30px!important}
    .why-section{padding: 40px 15px;border-radius:25px}
    .row.mt-5.g-4.text-start { margin-top: 0px !important;}
    .testimonial-wrapper{width:100%!important}
    .footer-links { text-align:left; }
    .what-is-buttons { flex-flow: column; text-align: center;}
    .footer-bottom .container-fluid{display:block;}
    .footer-bottom .container-fluid .small{text-align:center; display:block; width:100%}
    .footer-bottom a {margin-left: 5px;margin-right: 5px;}
    .hero-wrapper.hero-inner .hero-overlay{background:none}
    .hero-wrapper.hero-inner .hero-content h2{text-align:center;}
    .hero-section.hero-section-inner { height: 108px; margin-bottom: 25px;}
    .what-is-content{margin-bottom:20px}
    .col-md-12.mt-5{margin-top:20px}
    .what-is-content h2 {  font-size: 1.5rem; line-height: 40px;}
    .sec-gap{ padding: 1.9rem 0!important;}
    section.testimonial-section p.section-subtitle{padding-left:15px!important; padding-right:15px!important;}
    .arrow-right, .arrow-left{display:none}
    .pillars-wrap { padding: 50px 0;}
    .contact-section { padding-top: 0px !important; padding-bottom: 0px !important;}

}

.card-content-servcie{padding-left:20px}

.card-content-servcie p{ font-size: 0.9rem;   line-height: 1.5;   margin-bottom: 1rem; text-align:justify;}
.sticky-img {
  position: sticky;
  top: 120px;
}

.img-box img {
  width:100%;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
}



.card-content-servcie h6 {
  margin-top:20px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:8px;
}



.card-content-servcie ul li{ padding-left:0;  font-size: 0.9rem;   line-height: 1.5; }


.icon-title {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:20px;
  font-weight:600;
  margin-bottom:10px;
}

.icon-badge {
  width:36px;
  height:36px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:16px;
}

.bg-soft-primary { background:#4e73df; }
.bg-soft-success { background:#1cc88a; }
.bg-soft-warning { background:#f6c23e; }
.bg-soft-danger { background:#e74a3b; }
.bg-soft-info { background:#36b9cc; }




.image-slider {
    position: relative;
    width: 100%;
    height: auto;
}

.image-slider .slide-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeSlider 9s infinite;
}

.image-slider .slide-img img{width:100%}
/* Delay each image */
.image-slider img:nth-child(1) {
    animation-delay: 0s;
}
.image-slider img:nth-child(2) {
    animation-delay: 3s;
}
.image-slider img:nth-child(3) {
    animation-delay: 6s;
}

@keyframes fadeSlider {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    30%  { opacity: 1; }
    40%  { opacity: 0; }
    100% { opacity: 0; }
}




  .logo-unnati-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin:20px auto;
  }

  /* U Shape */
  .logo-u {
    position: absolute;
    width:94px;
    height: auto;
    z-index: 1;
    left:0px;
  }

  .logo-circle {
      position: absolute;
      width: 39px;
      height: auto;
      top: 44%;
      left: 45px;
      transform: translate(-50%, -40%);
      z-index: 2;
      animation: spin 4s linear infinite;
  }

  .logo-arrow {
      position: absolute;
      right: 0px;
      z-index: 3;
      width: 43px;
      animation: moveUp 1s ease-in-out infinite;
      z-index:0;

  }


  @keyframes spin {
  from {
    transform: translate(-50%, -40%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -40%) rotate(360deg);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(-46px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-46px);
  }
}
.logo-circle:hover {
  animation-play-state: paused;
}





#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}