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

/* 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;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem;}
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
}

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


/* 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;
	gap:30px;
    padding: 0;
	width: 100%;
	max-width: 1200px;
margin-left:50px;
	margin-top:7px;
	margin: -13px 30px;
/* 	margin: auto; */
}

.logo-left{
width:200px;
}

.logo-right{
width:250px;
}

.site-logo img {
    height: 30px;
	
}

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




/* 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;
    text-align: center;
    justify-content: center;
}

.btn-sm { padding: 0.5rem 1rem; font-size: 0.8rem; }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-full { width: 100%; }

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

.btn-primary:hover {
    background-color: #0099D6;
    color: white;
    transform: translateY(-1px);
}

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

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

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

.btn-subtitle {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    opacity: 0.8;
}

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

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

/* Header */
.site-header {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 50;
    transition: all 0.3s ease;
}

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

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
}

.site-logo img {
    height: 40px;
}

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

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1e293b 0%, rgba(0, 175, 240, 0.2) 50%, #1e293b 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.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-content {
    
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
    position: relative;
    z-index: 10;
	margin-top: 50px;
}

.hero-content1 {
    display: flex;
    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;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.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: rgba(0, 175, 240, 0.7);
    margin-bottom: 0.25rem;
}

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

.metric-orange {
    color: #FFA726;
}

/* Page Hero Styles */
.page-hero {
    background:#0E2446;
    color: white;
    padding: 3rem 0;
    text-align: center;
}

.page-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
	margin-top: 4rem;
}
h1.page-title{
	color: white;
}

.page-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

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

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #00AFF0;
}

.stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
}

/* 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;
}

.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;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.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);
}

.form-group input.error,
.form-group select.error {
    border-color: #ef4444;
}

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

.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;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.form-actions {
    text-align: center;
    margin-top: 2rem;
}

.application-note {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 1rem;
}

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

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

.tab-link {
    padding: 1rem 0.5rem;
    text-decoration: none;
    color: #374151;
    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;
    border-bottom-color: #00AFF0;
}

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

.section-header {
	margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.section-subtitle {
    color: #00AFF0;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

.section-description {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* Curriculum Page Styles */
.curriculum-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

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

.category-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;
}

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

.category-icon {
    width: 4rem;
    height: 4rem;
    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: 2rem;
}

.module-count {
    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;
    margin-top: 1rem;
}

.modules-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.module-group {
    margin-bottom: 3rem;
}

.group-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.group-title i {
    color: #00AFF0;
}

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

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

.module-header:hover {
    background-color: #f8fafc;
}

.module-header h4 {
    font-size: 1.125rem;
    color: #1f2937;
    margin: 0;
}

.module-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.credits,
.duration {
    font-size: 0.875rem;
    color: #6b7280;
    padding: 0.25rem 0.75rem;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
}

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

.module-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.learning-outcomes h5,
.module-topics h5,
.assessment-info h5 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.learning-outcomes ul {
    list-style: none;
    padding: 0;
}

.learning-outcomes li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
}

.learning-outcomes li:last-child {
    border-bottom: none;
}

.topics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.topic-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;
}

.assessment-info p {
    color: #374151;
    font-weight: 500;
}

/* Learning Methodology */
.methodology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.method-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);
}

.method-icon {
    width: 4rem;
    height: 4rem;
    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: 2rem;
}

/* Credit Transfer Benefits */
.transfer-info {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    margin-top: 2rem;
}

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

.stat-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);
}

.stat-card h3 {
    font-size: 2rem;
    color: #00AFF0;
    max-width: 100%;
  	white-space: normal;
  	overflow-wrap: break-word;
  	word-break: break-word;
  	overflow-wrap: normal;
}

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

.transfer-process h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: #1f2937;
}

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

.process-step {
    text-align: center;
    padding: 1.5rem;
	min-height: 290px;
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	 min-height: 320px;
}

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

.process-step h4 {
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.process-step p {
    color: #6b7280;
    font-size: 0.875rem;
}

/* Refer & Earn Page Styles */
.refer-hero {
    background:#0E2446 ;
}

.referral-calculator {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.referral-calculator h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: white;
}

.calculator-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.calc-input label {
    display: block;
    margin-bottom: 0.5rem;
    color: white;
    font-weight: 500;
}

.calc-input input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
}

.calc-result {
    text-align: center;
    padding: 1rem;
    background-color: rgba(0, 175, 240, 0.2);
    border-radius: 0.5rem;
}

.earnings-label {
    display: block;
    color: white;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.earnings-amount {
    display: block;
    color: #FFA726;
    font-size: 2rem;
    font-weight: 700;
}

.calc-breakdown {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.calc-breakdown p {
    margin-bottom: 0.25rem;
}

/* How It Works */
.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    align-items: center;
}

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



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

.step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AFF0;
    font-size: 1.5rem;
}

/* Reward Structure */
.reward-tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

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

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

.tier-card.featured {
    border: 2px solid #00AFF0;
    transform: scale(1.05);
}

.tier-ribbon {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B35;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
}

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

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

.tier-badge {
    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;
}

.tier-reward {
    text-align: center;
    margin-bottom: 2rem;
}

.reward-amount {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #00AFF0;
}

.reward-per {
    color: #6b7280;
    font-size: 0.875rem;
}

.tier-features ul {
    list-style: none;
    padding: 0;
}

.tier-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    color: #374151;
}

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

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

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

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

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

.story-info h4 {
    color: #1f2937;
    margin-bottom: 0.25rem;
	text-align:left;
}

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

.story-stats {
    display: flex;
    gap: 1rem;
}
.story-location1{
	font-size: 0.75rem;
    color: #00AFF0;
	text-align:left;
}

.referrals,
.earnings {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

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

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

.story-content {
    margin-bottom: 1.5rem;
}

.story-content p {
    color: #374151;
    font-style: italic;
	text-align:left;
}

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

.achievement {
    padding: 0.25rem 0.75rem;
    background-color: #f3f4f6;
    color: #374151;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Referral Tools */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.tool-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;
}

.tool-card:hover {
    transform: translateY(-2px);
}

.tool-icon {
    width: 4rem;
    height: 4rem;
    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: 2rem;
}

/* Terms & Conditions */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  background-color: #f9fafb;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  color: #1f2937;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #00AFF0;
}

.accordion-body {
  display: none;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-body li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
  font-size: 0.875rem;
}

.accordion-body li:last-child {
  border-bottom: none;
}

.accordion-item.active .accordion-body {
  display: block;
}

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

.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: 1rem;
}

/* Payment Page Styles */
.payment-highlights {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.875rem;
}

.highlight i {
    color: #4CAF50;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

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

.pricing-card.featured {
    border: 2px solid #00AFF0;
    transform: scale(1.02);
}

.pricing-ribbon {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B35;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
}

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

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

.price-tag {
    margin-bottom: 1rem;
}

.original-price {
    display: block;
    font-size: 1rem;
    color: #6b7280;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

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

.savings {
    display: block;
    font-size: 0.875rem;
    color: #4CAF50;
    font-weight: 500;
    margin-top: 0.25rem;
}

.emi-amount {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #00AFF0;
}

.emi-period {
    display: block;
    font-size: 1rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.emi-duration {
    display: block;
    font-size: 0.875rem;
    color: #374151;
    margin-top: 0.25rem;
}

.pricing-features {
    margin-bottom: 2rem;
}

.pricing-features h4 {
    color: #1f2937;
    margin-bottom: 1rem;
	text-align: center;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
	text-align:center;
}

.pricing-features li {
/*     display: flex; */
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    color: #374151;
}

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

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

/* EMI Calculator */
.calculator-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.calculator-inputs {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.input-group {
    margin-bottom: 2rem;
}

.input-group label {
    display: block;
    color: #1f2937;
    font-weight: 500;
    margin-bottom: 1rem;
}

.input-display {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    overflow: hidden;
}

.input-display span {
    padding: 0.75rem;
    background-color: #f3f4f6;
    color: #374151;
    font-weight: 500;
}

.input-display input {
    flex: 1;
    padding: 0.75rem;
    border: none;
    outline: none;
    font-size: 1rem;
}

.tenure-options,
.interest-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.tenure-options input,
.interest-options input {
    display: none;
}

.tenure-options label,
.interest-options label {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.tenure-options input:checked + label,
.interest-options input:checked + label {
    background-color: #00AFF0;
    color: white;
    border-color: #00AFF0;
}

.calculator-results {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.result-card h3 {
    text-align: center;
    color: #1f2937;
    margin-bottom: 2rem;
}

.emi-breakdown {
    margin-bottom: 2rem;
}

.breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.breakdown-item:last-child {
    border-bottom: none;
}

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

.breakdown-item .value {
    color: #1f2937;
    font-weight: 600;
    font-size: 1rem;
}

.calculator-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

/* Payment Methods */
.payment-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.payment-category {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.payment-category h3 {
    color: #1f2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

.payment-cards,
.banking-options,
.wallet-options,
.emi-partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.card-option,
.bank-option,
.wallet-option,
.partner-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.card-option:hover,
.bank-option:hover,
.wallet-option:hover,
.partner-option:hover {
    border-color: #00AFF0;
    background-color: rgba(0, 175, 240, 0.05);
}

.card-option img,
.bank-option img,
.wallet-option img,
.partner-option img {
    height: 30px;
}

.card-option span,
.bank-option span,
.wallet-option span,
.partner-option span {
    font-size: 0.75rem;
    color: #374151;
    font-weight: 500;
}

.more-banks {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AFF0;
    font-weight: 500;
    font-size: 0.875rem;
}

/* EMI Application */
.application-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.application-form {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

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

.upload-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

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

.upload-item input[type="file"] {
    padding: 0.75rem;
    border: 2px dashed #d1d5db;
    border-radius: 0.5rem;
    background-color: #f9fafb;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-item input[type="file"]:hover {
    border-color: #00AFF0;
    background-color: rgba(0, 175, 240, 0.05);
}

.upload-info {
    font-size: 0.75rem;
    color: #6b7280;
}

.terms-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.terms-acceptance input[type="checkbox"] {
    margin-top: 0.25rem;
}

.terms-acceptance label {
    font-size: 0.875rem;
    color: #374151;
}

.terms-acceptance a {
    color: #00AFF0;
    text-decoration: none;
}

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

.application-benefits {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.application-benefits h3 {
    color: #1f2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

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

.benefit-item {
    display: flex;
    gap: 1rem;
}

.benefit-item i {
    color: #00AFF0;
    font-size: 1.25rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.benefit-content h4 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

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

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

.security-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);
}

.security-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.trust-item img {
    height: 40px;
}

.trust-item span {
    font-size: 0.75rem;
    color: #374151;
    font-weight: 500;
}

/* University Partners Page */
.partners-hero {
    background: #0E2446;
}

.country-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.country-tab {
    padding: 0.75rem 1.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: white;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.country-tab:hover,
.country-tab.active {
    background-color: #00AFF0;
    color: white;
    border-color: #00AFF0;
}

.country-content {
    position: relative;
}

.country-section {
    display: none;
}

.country-section.active {
    display: block;
}

.country-header {
    text-align: center;
    margin-bottom: 3rem;
}

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

.country-header p {
    color: #6b7280;
    font-size: 1.125rem;
}

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

.university-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;
}

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

.university-card.featured {
    border: 2px solid #00AFF0;
}

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

.university-logo img {
    height: 85px;
}

.university-info {
    margin-bottom: 2rem;
}

.university-info h4 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.university-location {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.university-ranking {
    color: #00AFF0;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.transfer-info {
    background-color: #f8fafc;
    padding: 1rem;
    border-radius: 0.5rem;
}

.transfer-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.transfer-detail:last-child {
    margin-bottom: 0;
}

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

.transfer-detail .value {
    color: #1f2937;
    font-weight: 500;
    font-size: 0.875rem;
}

.university-actions {
    display: flex;
    gap: 1rem;
	justify-content: center;
    align-items: center;
}

.more-universities {
    grid-column: 1 / -1;
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    text-align: center;
}

.more-universities h4 {
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.university-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.university-name {
    padding: 0.5rem 1rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

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

.country-group {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.country-group h4 {
    color: #1f2937;
    margin-bottom: 1rem;
    text-align: center;
}

.country-group ul {
    list-style: none;
    padding: 0;
}

.country-group li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    font-size: 0.875rem;
}

.country-group li:last-child {
    border-bottom: none;
}

/* Transfer Process Timeline */
.process-timeline {
    display: grid;
grid-template-columns: repeat(5, 1fr); /* 5 equal-width columns */
gap: 20px; /* Optional: space between cards */
max-width: 1200px;
margin: 0 auto;
}

.process {
	display: flex;
	align-items: center;
	
}
.step-number {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #00AFF0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.step-content h3 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

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

.step-duration {
    font-size: 0.75rem;
    color: #00AFF0;
    font-weight: 500;
}

.process-connector {
    width: 2rem;
    height: 2px;
    background-color: #00AFF0;
    margin: 0 1rem;
}

/* Transfer Benefits */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-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;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 420px; /* Ensures all cards are equal */
}

.benefit-card:hover {
    transform: translateY(-2px);
}

.benefit-icon {
    width: 4rem;
    height: 4rem;
    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: 2rem;
}

.benefit-stats {
    margin-top: 1rem;
    padding: 0.75rem;
    background-color: rgba(0, 175, 240, 0.1);
    border-radius: 0.5rem;
    color: #00AFF0;
    font-weight: 500;
    font-size: 0.875rem;
}

/* New CTA button styling */
.benefit-cta {
    margin-top: auto; /* Push it to bottom */
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.75rem 1.25rem;
    background-color: #00AFF0;
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.benefit-cta:hover {
    background-color: #007ebf;
}

/* Transfer Requirements */
.requirements-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.requirements-checklist {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.requirements-checklist h3 {
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center;
}

.checklist-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.checklist-item {
    display: flex;
    gap: 1rem;
}

.checklist-item i {
    color: #4CAF50;
    font-size: 1.25rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.item-content h4 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

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

.grade-requirements {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.grade-requirements h3 {
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center;
}

.grade-table {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    font-weight: 600;
    color: #1f2937;
    font-size: 0.875rem;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 0.875rem;
}

.table-row:last-child {
    border-bottom: none;
}

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

.service-card {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	margin-bottom: 65px;
}

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

.service-card h3 {
    color: #1f2937;
    margin-bottom: 1rem;
}

.service-card p {
    color: #6b7280;
    margin-bottom: 1rem;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card li {
    padding: 0.25rem 0;
    color: #374151;
    font-size: 0.875rem;
}

/* CTA Sections */
.curriculum-cta,
.join-program-cta,
.payment-cta {
    background: linear-gradient(135deg, rgba(0, 175, 240, 0.1) 0%, rgba(0, 175, 240, 0.2) 100%);
    padding: 4rem 0;
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    color: #1f2937;
    margin-bottom: 1rem;
}

.cta-content p {
    color: #6b7280;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

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

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

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

.benefit i {
    color: #4CAF50;
}

.payment-options-cta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.payment-guarantee {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #374151;
}


.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;
}
/* === 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);
    }
}



@media (max-width: 768px) {
	.hero-content{
		grid-template-columns: 1fr;
		gap: 10px;
		
	}
 
        .hero-content1{
            grid-template-columns: 1fr;
            gap: 10px;
            
        }
	.hero-stats{
		margin-top: 0px;
		 grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 5px;
		
	}
	
	.requirements-container {
		grid-template-columns: 1fr;
	}
	
	.process-timeline{
		flex-direction: column;
	}
	.steps-container {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
		align-items: center;
	}
	.
	.tier-features  ul li {
		display: block;
		text-align: center;
	}
	.pricing-card{
		max-width: 90vw;
	}
	.calculator-container{
		grid-template-columns: 1fr;
	}
	.application-container{
		grid-template-columns: 1fr;
	}
	.application-form{
		padding: 1rem;
	}
	.form-section .form-row {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 85vw;
	}
	.upload-grid{
		grid-template-columns: 1fr;
		max-width: 85vw;
	}
	.upload-item{
		max-width:85vw;
	}
		 .lead-form {
        padding: 1.2rem;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
        max-height: 90vh;
        font-size: 14px;
    }

    .lead-form .close-btn {
        top: 8px;
        right: 10px;
        font-size: 18px;
    }
	.university-partners-page{
		max-width: 400px;
		overflow: hidden;
	}
}
/* 
.header-container{
		padding: 15px;
	    width: 490px;
	    max-width:100%;
	    height:auto;
	    gap: 22px;
	    position: relative;
	    right: 500px;
	} */
/* 	img{
		width: 188px;
	} */
	.tabs-nav{
		padding: 5px;
	}
}
/* 	.header-container img {
    width: 200px;
    max-width: 100%;
    height: auto;
} */

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;      
        gap: 15px;                   
        margin-left: 0;              
        padding: 10px;              
        align-items: flex-start;     
    }
}