/*
Theme Name: Pearson Landing Page
Description: A modern landing page theme for Pearson International Management Certification
Version: 1.0
Author: Your Name
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat";
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
	color: white;
}



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

.text-primary {
    color: #00AFF0;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-full {
    width: 100%;
    justify-content: center;
}

.btn-primary {
    background-color: #00AFF0;
    color: whitesmoke;
}
a.btn-primary{
	color: white;
}

.btn-primary:hover {
    background-color: #0099D6;
    color: white !important;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #00AFF0;
    color: #00AFF0;
}

.btn-outline:hover {
    background-color: #00AFF0;
    color: white;
}

.btn-outline.btn-primary {
    border-color: #00AFF0;
    color: #00AFF0;
	margin-top:45px;
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
	margin-top: 20px;
}

.badge-orange {
    background-color: #FF6B35;
    color: white;
}

.badge-green {
    background-color: #4CAF50;
    color: white;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
/* 	height: 100px; */
	background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* subtle shadow */
}

.header-container {
    display: flex;
    align-items: center;
    padding: 0;

	width: 100%;
	max-width: 1200px;
	margin: -13px 30px;
}

.logo-left{
width:250px;
}

.logo-right{
width:250px;
}

.site-logo img {
    width: 200px;
	
}
.header-container img {
    width: 200px;
    max-width: 100%;
    height: auto;
}
/* img{
		width: 200px;
	} */

.header-actions {
    display: flex;
    gap: 0.75rem;
}

/* Hero Section */
.hero-section {
    background: #0E2446;
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
/* 	margin-top: 4rem; */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.1;
}
.hero-right{
	background-color: white;
	padding: 15px 15px;
	border-radius: 10px;
	margin-top:1rem;
}
.hero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
    position: relative;
    z-index: 10;
}

.institution-logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.institution-logo {
    height: 50px;
}

.badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-subtitle {
    color: #FFA726;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

h1.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
	color: #FFFFFF;
}

h1.hero-title12{
	   font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
	color: #FFFFFF;
}



.value-props {
    margin-bottom: 2rem;
}

.value-prop {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.value-prop i {
    color: #4CAF50;
    font-size: 1.25rem;
}

.social-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.student-avatars {
    display: flex;
    gap: -0.5rem;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -0.5rem;
}

.avatar:first-child {
    margin-left: 0;
}

.alumni-count {
    font-weight: 600;
}

.rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars {
    color: #FFC107;
}

.key-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.metric {
    text-align: center;
}

.metric-label {
    font-size: 0.875rem;
    color: white;
    margin-bottom: 0.25rem;
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 700;
}
.metric-value1 {
    font-size: 0.9rem;
    font-weight: 700;
}

.metric-orange {
    color: #FFA726;
}


/* Unorder list  */




/* Download Brouchers  CTA     */
.cta-content{
text-align: center;
	margin-top: 40px;
}
/* === Modal Overlay === */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent */
    backdrop-filter: blur(6px); /* blur background */
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-overlay.active {
    display: flex;
}

/* === Modal Form === */
.lead-form {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

/* === Close Button === */
.lead-form .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #444;
}

/* === Prevent body scroll when modal is open === */
body.modal-open {
    overflow: hidden;
    height: 100vh;
}

/* === Optional Animation === */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Eligibility Form */
.eligibility-form {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #333;
}

.form-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-header h3 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 24px;
}

.form-header p {
    color: #6b7280;
    font-size: 0.875rem;
}

.eligibility-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: #374151;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-group input,
.form-group select {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #00AFF0;
    box-shadow: 0 0 0 3px rgba(0, 175, 240, 0.1);
}

.phone-input {
    display: flex;
    gap: 0.5rem;
}

.country-code {
    width: 80px;
}

.phone-input input {
    flex: 1;
}

.form-disclaimer {
    font-size: 0.75rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.75rem;
}

/* Navigation Tabs */
.nav-tabs {
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 48px;
    z-index: 40;
}

.tabs-nav {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 0;
}

.tab-link {
    padding: 1rem 0.5rem;
    text-decoration: none;
    color: black !important;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}
.tab-link:hover {
    color: #00AFF0;
}

.tab-link.active {
    color: #00AFF0 !important;
    border-bottom-color: #00AFF0;
}

/* Content Sections */
.content-section {
    padding: 4rem 0;
}

.section-header {
    margin-bottom: 2rem;
}

.section-subtitle {
    color: #00AFF0;
    font-weight: 500;
}

.section-title {
    font-size: 2rem;
    color: #1f2937;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.25rem;
    color: #6b7280;
}

/* Why Choose Us Section */
.why-choose-content {
/*     display: grid; */
/*     grid-template-columns: 2fr 1fr; */
/*     gap: 3rem; */
}

.faculty-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.faculty-card {
    padding: 1.5rem;
    border-radius: 0.75rem;
    border-left: 4px solid;
}

.faculty-card-primary {
    border-left-color: #00AFF0;
    background-color: #f8fafc;
}

.faculty-card-green {
    border-left-color: #4CAF50;
    background-color: #f0f9ff;
}

.faculty-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.faculty-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.faculty-details h3 {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: black;
	font-size: 1.125rem;
}

.faculty-details p {
    font-size: 0.875rem;
    color: #6b7280;
}

.faculty-description {
    color: #374151;
	font-size: 0.875rem;
}

.key-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.benefit-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.benefit-icon-primary {
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
}

.benefit-icon-green {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.benefit-icon-orange {
    background-color: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.benefit-icon-purple {
    background-color: rgba(156, 39, 176, 0.1);
    color: #9C27B0;
}

.benefit-content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color:black;
}

.benefit-content p {
    color: #6b7280;
}

/* Sticky Form */
.sticky-form {
    position: sticky;
    top: 8rem;
}

.offer-card {
    background: linear-gradient(135deg, rgba(0, 175, 240, 0.05) 0%, rgba(0, 175, 240, 0.1) 100%);
    border: 1px solid rgba(0, 175, 240, 0.2);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.offer-header {
    text-align: center;
    margin-bottom: 1rem;
}

.offer-header h3 {
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.offer-subtitle {
    color: #00AFF0;
    font-weight: 500;
}

.pricing {
    text-align: center;
    margin-bottom: 1.5rem;
}

.current-price {
    font-size: 2rem;
    font-weight: 700;
    color: #00AFF0;
}

.original-price {
    font-size: 1.125rem;
    color: #6b7280;
    text-decoration: line-through;
}

.savings {
    font-size: 0.875rem;
    color: #4CAF50;
    font-weight: 500;
}

.pricing-details {
    margin-bottom: 1.5rem;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.price-value {
    font-weight: 600;
}

.offer-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.offer-disclaimer {
    font-size: 0.75rem;
    color: #6b7280;
    text-align: center;
}

/* Key Highlights Section */
.key-highlights {
    background: linear-gradient(135deg, rgba(0, 175, 240, 0.05) 0%, rgba(0, 175, 240, 0.1) 100%);
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.highlight-card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.highlight-icon-primary {
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
}

.highlight-icon-green {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.highlight-icon-purple {
    background-color: rgba(156, 39, 176, 0.1);
    color: #9C27B0;
}

.highlight-icon-orange {
    background-color: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.highlight-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: black;
}

.highlight-card p {
    color: #6b7280;
    font-size: 0.875rem;
}

.no-fees-card {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #4CAF50;
}

.no-fees-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.no-fees-text h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.no-fees-text p {
    color: #6b7280;
    margin-bottom: 1rem;
}

.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.features-list i {
    color: #4CAF50;
}

.transparency-badge {
    background-color: #f0f9ff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.transparency-badge i {
    font-size: 4rem;
    color: #4CAF50;
    margin-bottom: 1rem;
}

.transparency-badge h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #00AFF0;
    margin-bottom: 0.5rem;
}

.transparency-badge p {
    color: #00AFF0;
}

/* Curriculum Section */
.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.curriculum-card {
    background-color: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border-left: 4px solid;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.curriculum-card-primary {
    border-left-color: #00AFF0;
}

.curriculum-card-green {
    border-left-color: #4CAF50;
}

.curriculum-card-orange {
    border-left-color: #FF9800;
}

.curriculum-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.curriculum-header i {
    font-size: 1.25rem;
}

.curriculum-card-primary .curriculum-header i {
    color: #00AFF0;
}

.curriculum-card-green .curriculum-header i {
    color: #4CAF50;
}

.curriculum-card-orange .curriculum-header i {
    color: #FF9800;
}

.curriculum-header h3 {
    font-size: 1.125rem;
    color: black;
}

.curriculum-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.curriculum-list li {
    color: #6b7280;
    font-size: 0.875rem;
}

/* FAQ Styles */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 4rem;
}

.faq-item {
    background-color: white;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8fafc;
}

.faq-question h4 {
    color: #1f2937;
    margin: 0;
    font-size: 1rem;
}

.faq-question i {
    color: #00AFF0;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.faq-answer p {
    color: #374151;
    margin: 0;
	margin-top: 2rem;
}


/* Tools & Platforms Section */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.tools-card {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tools-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.tools-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tools-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.tools-icon-primary {
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
}

.tools-icon-green {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.tools-icon-orange {
    background-color: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.tools-header h3 {
    font-size: 1.25rem;
    color: #1f2937;
}

.tools-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tools-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #374151;
    font-size: 0.875rem;
}

.tools-list i {
    color: #4CAF50;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

/* Academic Features Section */
.academic-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.academic-feature-card {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academic-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.academic-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.academic-icon-primary {
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
}

.academic-icon-green {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.academic-icon-orange {
    background-color: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.academic-icon-purple {
    background-color: rgba(156, 39, 176, 0.1);
    color: #9C27B0;
}

.academic-feature-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.academic-feature-card p {
    color: #6b7280;
    font-size: 0.875rem;
}

/* Faculty Showcase */
.faculty-showcase {
    background-color: white;
    border-radius: 0.75rem;
    padding: 3rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.faculty-showcase-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.faculty-showcase-text h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.faculty-showcase-text p {
    color: #6b7280;
    margin-bottom: 2rem;
}

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

.faculty-stat {
    text-align: center;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 0.5rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #00AFF0;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.quality-assurance h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.quality-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quality-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
}

.quality-list i {
    color: #4CAF50;
}

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

.faculty-member {
    background-color: #f8fafc;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
}

.faculty-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.faculty-info h4 {
    font-size: 1rem;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.faculty-info p {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.faculty-expertise {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* University Partners Section */
.university-partners-section {
    background: linear-gradient(135deg, rgba(0, 175, 240, 0.05) 0%, rgba(0, 175, 240, 0.1) 100%);
}

.partners-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
	height: 200px;
}

.partners-category {
    background-color: white;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}

.partners-category h3 {
    font-size: 1rem;
    color: #1f2937;
    margin-bottom: 1.5rem;
    text-align: center;
	font-weight: 400;
}

.partners-logos {
    display: flex;
    flex-direction:column;
	align-items:center;
	justify-content: center;
    gap: 0.75rem;
}
.partner-cost-save{
	background-color: #c7f9cc;
	width: fit-content;
	font-size: 14px;
	border-radius: 10px;
	padding: 2px 15px;
}
.partner-logo {
    width: 13rem;
}

.credit-transfer-benefits {
    background-color: white;
    border-radius: 0.75rem;
    padding: 3rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
	max-width: 1200px;
	margin: auto;
}

.benefits-text h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 2rem;
}

.savings-breakdown {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	margin-bottom: 5rem;
}

.savings-item {
    text-align: center;
    padding: 1.5rem;
    background-color: #f8fafc;
    border-radius: 0.75rem;
}

.savings-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00AFF0;
    margin-bottom: 0.5rem;
}

.savings-description {
    color: #6b7280;
    font-size: 0.875rem;
}


.transfer-process {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
}

/* .process-step {
    text-align: center;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 0.75rem;
    min-width: 120px;
} */

.process-step {
  background-color: #f8f9fb;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  width: 220px; /* Set a fixed width or use flex: 1 */
  min-height: 200px; /* Ensure all boxes are same height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .step-number {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #00AFF0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    font-weight: 700;
} */

.step-number {
  background-color: #00aeef;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* .step-text {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
} */
.step-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.process-arrow {
  font-size: 24px;
  color: #00aeef;
  align-self: center;
}
/* .process-arrow {
    font-size: 1.5rem;
    color: #00AFF0;
    font-weight: 700;
} */

/* Certification Section */
.certification-section {
    background-color: #f8fafc;
}

.certification-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.cert-details h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.cert-details p {
    color: #6b7280;
    margin-bottom: 2rem;
}

.cert-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.cert-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cert-feature i {
    font-size: 1.5rem;
    color: #00AFF0;
    margin-top: 0.25rem;
}

.cert-feature h4 {
    font-size: 1rem;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.cert-feature p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.cert-benefits h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.cert-benefits ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.cert-benefits li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
}

.cert-benefits i {
    color: #4CAF50;
}

.certificate-preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-mockup {
    background-color: white;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.cert-header {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 1rem;
}

.cert-logo {
    height: 40px;
    margin-bottom: 1rem;
}

.cert-header h3 {
    font-size: 1.125rem;
    color: #1f2937;
    font-weight: 700;
}

.cert-body {
    text-align: center;
    margin-bottom: 2rem;
}

.cert-body p {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.cert-body h2 {
    font-size: 1.5rem;
    color: #00AFF0;
    margin: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.cert-body h3 {
    font-size: 1rem;
    color: #1f2937;
    margin: 1rem 0;
}

.cert-details-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 2rem;
}

.cert-date {
    font-size: 0.75rem;
    color: #6b7280;
}

.cert-signature {
    text-align: center;
}

.signature-line {
    width: 100px;
    height: 1px;
    background-color: #374151;
    margin-bottom: 0.25rem;
}

.cert-signature p {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.cert-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.blockchain-badge {
    color: #00AFF0;
    font-weight: 500;
}

/* Admission Process Section */
.admission-process-section {
    background-color: white;
}

.eligibility-section {
    margin-bottom: 4rem;
}

.eligibility-section h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: left;
}

.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.eligibility-card {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.eligibility-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.eligibility-card h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.eligibility-card p {
    color: #6b7280;
    font-size: 0.875rem;
}

.steps-container {
    display: flex;
    align-items: stretch; /* Make all steps equal height */
    justify-content: center;
    gap: 2rem;
}

.admission-step {
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute space */
    background: #fff; /* optional for visual clarity */
    padding: 1rem; /* optional for spacing */
    border-radius: 8px; /* optional */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* optional */
}

.step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-duration {
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    margin-top: 2rem; /* Push to bottom */
    margin-bottom: 2rem;
}

.connector-line {
    width: 2px;
    height: 50px;
    background-color: #e5e7eb;
}

.connector-arrow {
    font-size: 1.5rem;
    color: #00AFF0;
    font-weight: 700;
    margin-top: -10px;
}

.admission-cta {
    background-color: #f8fafc;
    padding: 3rem;
    border-radius: 0.75rem;
}

.admission-cta h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.admission-cta p {
    color: #6b7280;
    margin-bottom: 2rem;
}

.admission-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Fees Section */
.fees-section {
    background: linear-gradient(135deg, rgba(0, 175, 240, 0.05) 0%, rgba(0, 175, 240, 0.1) 100%);
}

.pricing-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.main-pricing-card {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pricing-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B35;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.pricing-header h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.pricing-highlight {
    margin-bottom: 1rem;
}

.current-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00AFF0;
}

.original-price {
    font-size: 1.25rem;
    color: #6b7280;
    text-decoration: line-through;
    margin-left: 0.5rem;
}

.discount-badge {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.pricing-features h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.emi-options {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.emi-options h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

.emi-plans {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.emi-plan {
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    position: relative;
    transition: all 0.3s ease;
}

.emi-plan:hover {
    border-color: #00AFF0;
}

.emi-plan.popular {
    border-color: #00AFF0;
    background-color: rgba(0, 175, 240, 0.05);
}

.emi-badge {
    position: absolute;
    top: -10px;
    right: 1rem;
    background-color: #00AFF0;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.emi-duration {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.emi-amount {
    font-size: 15px;
    font-weight: 700;
    color: #00AFF0;
    margin-bottom: 0.5rem;
}

.emi-amount span {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
}

.emi-details {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #6b7280;
}

.payment-partners h4 {
    font-size: 1rem;
    color: #1f2937;
    margin-bottom: 1rem;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.payment-logo {
    padding: 0.5rem 1rem;
    background-color: #f8fafc;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.roi-section {
    background-color: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.roi-section h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

.roi-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.roi-card {
    flex: 1;
    padding: 2rem;
    border-radius: 0.75rem;
    border: 2px solid #e5e7eb;
}

.roi-card.highlight {
    border-color: #00AFF0;
    background-color: rgba(0, 175, 240, 0.05);
}

.roi-card h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 1rem;
    text-align: center;
}

.roi-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.roi-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.roi-item span:first-child {
    color: #6b7280;
}

.roi-item span:last-child {
    font-weight: 600;
    color: #1f2937;
}

.roi-vs {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00AFF0;
    padding: 1rem;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.fees-cta {
    background-color: white;
    padding: 3rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.urgency-message {
    margin-bottom: 2rem;
}

.urgency-message p {
    color: #1f2937;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.fees-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Career Outcomes Section */
.career-outcomes-section {
    background-color: white;
}

.career-stats {
    margin-bottom: 4rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-card {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00AFF0;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.stat-description {
    font-size: 0.875rem;
    color: #6b7280;
}

.success-stories {
    margin-bottom: 4rem;
}

.success-stories h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.story-card {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.story-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.story-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.story-info h4 {
    font-size: 1rem;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.story-info p {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.story-location {
    font-size: 0.75rem;
    color: #00AFF0;
}

.story-content p {
    color: #374151;
    font-style: italic;
    margin-bottom: 1rem;
}

.story-outcome {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.outcome-tag {
    padding: 0.25rem 0.75rem;
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.career-support {
    margin-bottom: 3rem;
}

.career-support h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center;
}

.support-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(0, 175, 240, 0.1);
    color: #00AFF0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.service-card h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.service-card p {
    color: #6b7280;
    font-size: 0.875rem;
}

.career-cta {
    background-color: #f8fafc;
    padding: 3rem;
    border-radius: 0.75rem;
}

.career-cta h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.career-cta p {
    color: #6b7280;
    margin-bottom: 2rem;
}

.career-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Footer */


.footer {
  background: #0f2b56;
  color: white;
  padding: 40px 20px;
  font-family: "Montserrat";
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
	font-family: "Montserrat";
  gap: 30px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 250px;
  min-width: 220px;
}

.logo {
  font-size: 24px;
  color: #00c4ff;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #d0d0d0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #00c4ff;
}

.footer-contact p {
  margin: 6px 0;
  font-size: 14px;
}

.footer-contact i {
  margin-right: 5px;
  color: #00c4ff;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #00c4ff;
}

.subscribe-button {
  background-color: #00c4ff;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.subscribe-button:hover {
  background-color: #009ecc;
}



/* Mobile Sticky CTA */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 50;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.mobile-sticky-cta.show {
    transform: translateY(0);
}

.mobile-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-cta-title {
    font-weight: 600;
    color: #1f2937;
}

.mobile-cta-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Form Validation Styles */
.form-group input.error,
.form-group select.error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.error-message {
    color: #ef4444;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

/* Notification Styles */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    color: white;
    font-weight: 500;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.notification.show {
    transform: translateX(0);
}

.notification-success {
    background-color: #10b981;
}

.notification-error {
    background-color: #ef4444;
}

/* Animation Classes */
.animate-in {
    animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-clicked {
    transform: scale(0.98);
}

.site-header.scrolled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
	.university-partners-page{
		overflow:hidden;
	}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .faculty-highlights {
        grid-template-columns: 1fr;
    }
    
    .no-fees-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .faculty-showcase-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .certification-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .benefits-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .pricing-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .roi-comparison {
        flex-direction: column;
        gap: 1rem;
    }
    
    .roi-vs {
        transform: rotate(90deg);
    }
    
    .steps-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .step-connector {
        flex-direction: row;
        margin: 0;
    }
    
    .connector-line {
        width: 50px;
        height: 2px;
    }
    
    .connector-arrow {
        margin-top: 0;
        margin-left: -10px;
        transform: rotate(90deg);
    }
}


@media (max-width: 768px) {

	section{
		overflow: hidden;
	}
    .container {
        padding: 0 0.75rem;
		
    }
    
    .header-actions {
        gap: 0.5rem;
    }
    
    .header-actions .btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }
    
    .hero-section {
/*         padding: 2rem 0; */
    }
    
    .hero-title {
        font-size: 2rem;
		color: white;
    }
    
    .key-metrics {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .institution-logos {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .badges {
        flex-direction: column;
        gap: 0.5rem;
		margin-top: 2rem;
    }
    
    .social-proof {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .highlights-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    
    .curriculum-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .academic-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    
    .faculty-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .partners-categories {
        grid-template-columns: 1fr;
        gap: 1rem;
		height: fit-content;
    }

    
    .eligibility-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
	.steps-container{
		align-items: center;
		justify-content: center;
	}
	
	.step-content > h3,
	.step-content > p,
	.step-content > ul,
	.step-content > div {
		text-align: center;
	}
    
    .emi-plans {
        gap: 0.75rem;
    }
    
	.stats-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 2rem;
	}
	.faculty-showcase{
		padding:.5rem;
	}
	
	.faculty-stats {
    	grid-template-columns: 1fr;
	}
	.credit-transfer-benefits{
		padding: .5rem;
	}
	.savings-breakdown{
		max-width: 400px;
	}
	.transfer-process{
		flex-direction: column;
	}
	.process-step{
		max-width: 350px;
	}
	.process-arrow{
		display: none;
	}
	.admission-actions{
		flex-direction: column;
	}
	.header-container{
		padding: 15px;
	}
	img{
		width: 180px;
	}
	.tabs-nav{
		padding: 5px;
		margin-top: 2rem;
        margin-bottom: -1rem;
	}
}