/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.font-manrope {
    font-family: 'Manrope', sans-serif;
}

/* Primary Color */
:root {
    --primary-color: #32746d;
}

.text-primary {
    color: var(--primary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.border-primary {
    border-color: var(--primary-color);
}

.hover\:bg-primary\/90:hover {
    background-color: rgba(50, 116, 109, 0.9);
}

/* Enhanced Glassmorphism Effects */
.backdrop-blur-lg {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.backdrop-blur-xl {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* Custom Border Radius */
.rounded-4xl {
    border-radius: 2rem;
}

/* CPD Certificate Hover Effects */
.cpd-certificate {
    transition: all 0.5s ease-in-out;
    transform: perspective(1000px) rotateY(0deg);
}

.cpd-certificate:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(50, 116, 109, 0.15);
}

/* Floating Animation */
@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg);
    }
    25% { 
        transform: translateY(-10px) rotate(1deg);
    }
    50% { 
        transform: translateY(-20px) rotate(0deg);
    }
    75% { 
        transform: translateY(-10px) rotate(-1deg);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

/* Slow Spin Animation */
@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

 .writing-mode-vertical {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }
    
.animate-spin-slow {
    animation: spin-slow 20s linear infinite;
}

/* Button Hover Effects */
.cpd-link-btn {
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.cpd-link-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.cpd-link-btn:hover::before {
    left: 100%;
}

.cpd-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(50, 116, 109, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cpd-certificate {
        padding: 2rem;
    }
    
    .min-h-screen {
        min-height: auto;
        padding: 3rem 0;
    }
}

@media (max-width: 768px) {
    .sm\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .text-4xl.lg\:text-5xl {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .cpd-certificate {
        padding: 1.5rem;
    }
    
    .w-32.h-32 {
        width: 6rem;
        height: 6rem;
    }
    #registration > div.relative.max-w-6xl.mx-auto.px-6.lg\:px-8 > div.grid.md\:grid-cols-2.gap-6.mb-8 > div.pricing-card.consultant.bg-white\/60.backdrop-blur-lg.border-2.border-white\/30.rounded-2xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-300.cursor-pointer.fade-in-up.animate > div > button{
        margin-left: 0px !important;
    }
    #registration > div.relative.max-w-6xl.mx-auto.px-6.lg\:px-8 > div.grid.md\:grid-cols-2.gap-6.mb-8 > div.pricing-card.consultant.bg-white\/60.backdrop-blur-lg.border-2.border-white\/30.rounded-2xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-300.cursor-pointer.fade-in-up.animate > div > div.flex-1{
        margin-left: 0px !important;
    }
    #registration > div.relative.max-w-6xl.mx-auto.px-6.lg\:px-8 > div.grid.md\:grid-cols-2.gap-6.mb-8 > div.pricing-card.student.bg-white\/60.backdrop-blur-lg.border-2.border-white\/30.rounded-2xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-300.cursor-pointer.fade-in-up.animate > div > div.flex-1{
        margin-left:0px !important;
    }
    #registration > div.relative.max-w-6xl.mx-auto.px-6.lg\:px-8 > div.grid.md\:grid-cols-2.gap-6.mb-8 > div.pricing-card.student.bg-white\/60.backdrop-blur-lg.border-2.border-white\/30.rounded-2xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-300.cursor-pointer.fade-in-up.animate > div > button{
        margin-left: 0px !important;
    }
    body > section.py-12.bg-gradient-to-br.from-gray-50.via-white.to-green-50.relative.overflow-hidden.min-h-screen.flex.items-center > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-8.max-h-96 > div:nth-child(1) > div > div.flex-1{
         margin-left: 0px !important;
    }
    body > section.py-12.bg-gradient-to-br.from-gray-50.via-white.to-green-50.relative.overflow-hidden.min-h-screen.flex.items-center > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-8.max-h-96 > div:nth-child(1) > div > div.flex-1 > div{
        grid-template-columns: 50% 50% !important;
    }
    body > section.py-12.bg-gradient-to-br.from-gray-50.via-white.to-green-50.relative.overflow-hidden.min-h-screen.flex.items-center > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-8.max-h-96 > div:nth-child(1) > div > div.flex-1 > div{
        margin-left: 28px;
    }
    body > section.py-12.bg-gradient-to-br.from-gray-50.via-white.to-green-50.relative.overflow-hidden.min-h-screen.flex.items-center > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-8.max-h-96 > div:nth-child(2) > div > div.flex-1{
        margin-left: 0px !important;
    }
}

/* Scroll Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced Card Effects */
.bg-white\/60:hover {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Pulse Animation for Badge */
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

/* Custom primary color */
:root {
    --primary-color: #32746d;
}

.text-primary {
    color: var(--primary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.border-primary {
    border-color: var(--primary-color);
}

.hover\:bg-primary\/90:hover {
    background-color: rgba(50, 116, 109, 0.9);
}
/* Slide Transitions */
.slide {
    transition: all 0.7s ease-in-out;
    transform: translateX(0);
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
}

.slide:not(.active) {
    opacity: 0;
    transform: translateX(30px);
}

/* Smooth fade-in animation for content */
.slide.active .text-2xl,
.slide.active .text-gray-700 {
    animation: fadeInSlide 0.8s ease-out;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Indicator Styles */
.indicator.active {
    background-color: #32746d;
    width: 2rem;
}

.indicator:not(.active) {
    background-color: #d1d5db;
    width: 1rem;
}

.indicator:hover {
    background-color: #32746d;
    opacity: 0.8;
}
/* Custom Glassmorphism Effects */
.curriculum-card {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.curriculum-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(45deg, rgba(50, 116, 109, 0.3), transparent, rgba(50, 116, 109, 0.3));
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}

/* Hover Animations */
.curriculum-card:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Font Face for Manrope */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.font-manrope {
    font-family: 'Manrope', sans-serif;
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
    }
    
    .curriculum-card {
        padding: 1.5rem;
    }
}


/* Enhanced Glassmorphism Effects */
.backdrop-blur-2xl {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

/* Custom Border Radius */
.rounded-4xl {
    border-radius: 2rem;
}

/* Enhanced Button Animations */
@keyframes shimmer {
    0% { transform: translateX(-100%) skewX(-12deg); }
    100% { transform: translateX(200%) skewX(-12deg); }
}

.group:hover .shimmer {
    animation: shimmer 1s ease-out;
}

/* Floating Animation for Stats */
@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg);
    }
    50% { 
        transform: translateY(-10px) rotate(1deg);
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Pulse Glow Effect */
@keyframes pulse-glow {
    0%, 100% { 
        box-shadow: 0 0 20px rgba(50, 116, 109, 0.3);
    }
    50% { 
        box-shadow: 0 0 40px rgba(50, 116, 109, 0.6);
    }
}

.pulse-glow {
    animation: pulse-glow 2s ease-in-out infinite;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    /* .lg\:grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    } */
    
    .min-w-\[280px\] {
        min-width: 100%;
    }
}

@media (max-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: 1fr;
    }
    
    .text-4xl.lg\:text-6xl {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .px-12 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.font-manrope {
    font-family: 'Manrope', sans-serif;
}

/* Enhanced Glassmorphism Effects */
.faculty-card {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.faculty-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(45deg, rgba(50, 116, 109, 0.3), transparent, rgba(50, 116, 109, 0.3));
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}

/* Hover Animations */
.faculty-card:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Font Face for Manrope */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.font-manrope {
    font-family: 'Manrope', sans-serif;
}

/* Custom Border Radius */
.rounded-4xl {
    border-radius: 2rem;
}

/* Enhanced Backdrop Blur */
.backdrop-blur-2xl {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

/* Responsive Adjustments */
@media (max-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: 1fr;
    }
    
    .faculty-card {
        padding: 1.5rem;
    }
    
    .w-32.h-32 {
        width: 7rem;
        height: 7rem;
    }
}

/* Timeline and Track Styles */
.track-card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.track-card.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced Glassmorphism */
.backdrop-blur-2xl {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

/* Custom Border Radius */
.rounded-4xl {
    border-radius: 2rem;
}

/* Timeline Line Animation */
.timeline-line {
    background: linear-gradient(to bottom, var(--primary-color), #4ade80, var(--primary-color));
    animation: pulse-line 3s ease-in-out infinite;
}

@keyframes pulse-line {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* Track Card Hover Effects */
.track-card .bg-white\/60:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Timeline Dot Animations */
.track-card:nth-child(1) .absolute {
    animation-delay: 0.2s;
}

.track-card:nth-child(2) .absolute {
    animation-delay: 0.4s;
}

.track-card:nth-child(3) .absolute {
    animation-delay: 0.6s;
}

/* Progressive Enhancement */
@media (max-width: 1024px) {
    .lg\:text-right {
        text-align: left !important;
    }
    
    .lg\:flex-row-reverse {
        flex-direction: row !important;
    }
    
    .lg\:mr-0 {
        margin-right: 1rem !important;
    }
    
    .lg\:ml-4 {
        margin-left: 0 !important;
    }
    
    .lg\:ml-3 {
        margin-left: 0 !important;
        margin-right: 0.75rem !important;
    }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .track-card {
        margin-bottom: 2rem;
    }
    
    .text-4xl.lg\:text-6xl {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .space-y-12 > * + * {
        margin-top: 2rem;
    }
}

/* Card Animation on Scroll */
.track-card .bg-white\/60 {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Icon Animations */
.w-16.h-16 {
    transition: transform 0.3s ease-in-out;
}

.track-card:hover .w-16.h-16 {
    transform: scale(1.1) rotate(5deg);
}

/* Floating Background Elements */
@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg);
    }
    25% { 
        transform: translateY(-10px) rotate(1deg);
    }
    50% { 
        transform: translateY(-20px) rotate(0deg);
    }
    75% { 
        transform: translateY(-10px) rotate(-1deg);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}



/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

.font-manrope {
    font-family: 'Manrope', sans-serif;
}

/* Primary Color */
:root {
    --primary-color: #32746d;
}

.text-primary {
    color: var(--primary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

/* Bento Grid Layout */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

/* Large Card Spans */
.large-card {
    grid-column: span 2;
    grid-row: span 2;
}

/* Enhanced Glassmorphism */
.backdrop-blur-lg {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.bento-card {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.bento-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(45deg, rgba(255,255,255,0.6), transparent, rgba(255,255,255,0.6));
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}

/* Hover Effects */
.bento-card:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.bento-card:hover .w-12,
.bento-card:hover .w-16 {
    transform: scale(1.1) rotate(5deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        height: auto;
        gap: 1rem;
    }
    
    .large-card {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .min-h-screen {
        min-height: auto;
        padding: 2rem 0;
    }
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .large-card {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .text-4xl.lg\:text-5xl {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .bento-card {
        padding: 1.5rem;
    }
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Icon Hover Animations */
.bento-card .w-12,
.bento-card .w-16 {
    transition: transform 0.3s ease-in-out;
}

/* Custom Pulse Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}


/* Compact spacing adjustments */
section.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Reduced font sizes for better fit */
.text-3xl.lg\:text-4xl {
    font-size: 1.875rem;
}

@media (min-width: 1024px) {
    .text-3xl.lg\:text-4xl {
        font-size: 2.25rem;
    }
}

/* Compact card styling */
.community-card {
    max-height: 280px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.community-card:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Reduced padding for compact layout */
.community-card {
    padding: 1.5rem;
}

/* Icon size adjustments */
.w-16.h-16 {
    width: 4rem;
    height: 4rem;
}

.w-12.h-12 {
    width: 3rem;
    height: 3rem;
}

/* Compact grid spacing */
.max-h-96 {
    max-height: 24rem;
}

/* Enhanced backdrop blur */
.backdrop-blur-2xl {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .community-card {
        max-height: none;
    }
    
    .min-h-screen {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .community-card {
        padding: 1rem;
    }
    
    .flex.items-start {
        /* flex-direction: column; */
        text-align: center;
    }
    
    .flex.items-start .w-16 {
        margin-bottom: 1rem;
    }
    
    .grid.grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
}

/* Animation optimizations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Certificate Frame Styling */
.certificate-frame {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.certificate-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(45deg, rgba(50, 116, 109, 0.3), transparent, rgba(50, 116, 109, 0.3));
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}

.certificate-frame:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    transform: translateY(-8px) scale(1.02);
}

/* Custom Border Radius */
.rounded-4xl {
    border-radius: 2rem;
}

/* Shadow Effects */
.shadow-3xl {
    box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.25);
}

/* Certificate 3D Effect */
.certificate-frame:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateZ(20px);
}

/* Floating Animation */
@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg);
    }
    25% { 
        transform: translateY(-10px) rotate(1deg);
    }
    50% { 
        transform: translateY(-20px) rotate(0deg);
    }
    75% { 
        transform: translateY(-10px) rotate(-1deg);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-bounce {
    animation: bounce 2s infinite;
}

/* Certificate Inner Shadow */
.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

/* Benefits Cards Hover Effect */
.bg-white\/60:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
}

/* Icon Hover Effects */
.w-12.h-12 {
    transition: transform 0.3s ease-in-out;
}

.bg-white\/60:hover .w-12.h-12 {
    transform: scale(1.1) rotate(5deg);
}

/* Button Enhancement */
button:hover {
    box-shadow: 0 20px 40px rgba(50, 116, 109, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .certificate-frame {
        transform: none;
    }
    
    .certificate-frame:hover {
        transform: translateY(-5px) scale(1.01);
    }
}

@media (max-width: 768px) {
    .text-4xl.lg\:text-5xl {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .certificate-frame {
        padding: 1.5rem;
    }
    
    .text-2xl {
        font-size: 1.5rem;
    }
    
    .sm\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}
/* Compact eligibility section */
section.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Reduced font sizes */
.text-3xl.lg\:text-4xl {
    font-size: 1.875rem;
}

@media (min-width: 1024px) {
    .text-3xl.lg\:text-4xl {
        font-size: 2.25rem;
    }
}

/* Compact card styling */
.eligibility-card {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 200px;
}

.eligibility-card:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Reduced icon sizes */
.w-16.h-16 {
    width: 4rem;
    height: 4rem;
}

.w-6.h-6 {
    width: 1.5rem;
    height: 1.5rem;
}

/* Smaller spacing */
.gap-6 {
    gap: 1.5rem;
}

/* Compact CTA section */
.bg-white\/10.backdrop-blur-lg.p-6 {
    padding: 1.5rem;
}

/* Button sizes */
button {
    transition: all 0.3s ease-in-out;
}

button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .eligibility-card {
        padding: 1.5rem;
        max-height: none;
    }
    
    .text-3xl.lg\:text-4xl {
        font-size: 1.5rem;
    }
    
    .sm\:flex-row {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Simplified animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Compact section styling */
section.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Reduced font sizes */
.text-3xl.lg\:text-4xl {
    font-size: 1.875rem;
}

@media (min-width: 1024px) {
    .text-3xl.lg\:text-4xl {
        font-size: 2.25rem;
    }
}

/* Compact pricing cards */
.pricing-card {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card.selected {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(50, 116, 109, 0.1), rgba(255, 255, 255, 0.7));
}

.pricing-card:hover {
    transform: translateY(-2px);
}

/* Payment toggle */
.payment-toggle {
    transition: all 0.3s ease-in-out;
    color: #64748b;
}

.payment-toggle.active {
    background: var(--primary-color);
    color: white;
}

/* Form styling */
input, select {
    transition: all 0.3s ease-in-out;
}

input:focus, select:focus {
    box-shadow: 0 0 0 2px rgba(50, 116, 109, 0.1);
}

/* Compact spacing */
.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

/* Button styling */
button:hover {
    box-shadow: 0 6px 20px rgba(50, 116, 109, 0.3);
}

/* Coupon messages */
.success-message {
    color: #16a34a;
    background: #dcfce7;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.error-message {
    color: #dc2626;
    background: #fef2f2;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .lg\:col-span-2 {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .grid-cols-3 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .pricing-card .flex {
        flex-direction: row;
        text-align: center;
        gap: 1rem;
    }
    
    .text-3xl.lg\:text-4xl {
        font-size: 1.5rem;
    }
}

/* FAQ Section Styling */
section.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Primary Color Variable */
:root {
    --primary-color: #32746d;
}

/* FAQ Category Cards */
.faq-category {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease-in-out;
}

.faq-category:hover {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    transform: translateY(-2px);
}

/* FAQ Items */
.faq-item {
    transition: all 0.3s ease-in-out;
}

/* FAQ Question Button - Fixed hover padding */
.faq-question {
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 0.5rem;
}

.faq-question:hover {
    padding-left: 1.5rem;
    color: var(--primary-color);
    background-color: rgba(50, 116, 109, 0.05);
}

.faq-question:hover i {
    color: var(--primary-color);
    transform: scale(1.1);
}

.faq-question.active {
    color: var(--primary-color);
    background-color: rgba(50, 116, 109, 0.1);
}

.faq-question.active i {
    transform: rotate(180deg);
    color: var(--primary-color);
}

/* FAQ Answer Animation - Fixed */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    padding: 0 1rem;
}

.faq-answer.show {
    opacity: 1;
    padding: 1rem;
    max-height: 300px; /* Increased for longer content */
}

/* Icon Animations */
.faq-question i {
    transition: all 0.3s ease-in-out;
}

/* Links */
.faq-answer a {
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
}

.faq-answer a:hover {
    color: var(--primary-color);
    transform: translateX(4px);
}

/* Category Icons */
.w-8.h-8 {
    transition: transform 0.3s ease-in-out;
}

.faq-category:hover .w-8.h-8 {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .text-3xl.lg\:text-4xl {
        font-size: 1.875rem;
        line-height: 1.2;
    }
    
    .faq-category {
        padding: 1.5rem;
    }
    
    .faq-question {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .faq-question:hover {
        padding-left: 1rem;
    }
    
    .space-y-8 > * + * {
        margin-top: 1.5rem;
    }
}

/* Smooth Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}
/* Compact form styling */
.h-fit {
    height: fit-content;
}

/* Form improvements */
#contactForm input, 
#contactForm select, 
#contactForm textarea {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
}

/* Contact items more compact */
.contact-item {
    transition: all 0.3s ease-in-out;
    padding: 0.75rem;
}

.contact-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(50, 116, 109, 0.1);
}

/* Grid improvements */
.lg\:col-span-1 {
    position: sticky;
    top: 2rem;
    align-self: start;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .lg\:col-span-1 {
        position: static;
    }
    
    .lg\:grid-cols-3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Success/Error messages - compact */
.success-message, .error-message {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
}

.success-message {
    color: #16a34a;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}

.error-message {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

/* Phone links */
a[href^="tel:"] {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a[href^="tel:"]:hover {
    transform: scale(1.02);
}


/* Make all icons use same color and remove hover effects */
.curriculum-card .w-14 {
  background: linear-gradient(135deg, #32746D, #2F855A) !important;
}

.curriculum-card .w-14 i {
  color: white !important;
}

/* Remove hover background overlay */
.curriculum-card .absolute.bg-gradient-to-br {
  opacity: 0 !important;
}

.curriculum-card:hover .absolute.bg-gradient-to-br {
  opacity: 0 !important;
}

/* Fix mobile collapse issue for Community section */
@media (max-width: 1024px) {
    section.min-h-screen.flex.items-center {
        min-height: auto !important;
        display: block !important;
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    
    .max-h-96 {
        max-height: none !important;
    }
}

@media (max-width: 768px) {
    section.min-h-screen.flex.items-center {
        padding-top: 6rem !important; /* Add space for navigation */
        padding-bottom: 3rem !important;
    }
    
    /* Make cards stack vertically on mobile */
    .grid.lg\\:grid-cols-2 {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    /* Adjust card layout for mobile */
    .community-card .flex.items-start {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .community-card .w-16.h-16 {
        margin-bottom: 1rem !important;
        margin-right: 0 !important;
        align-self: center !important;
    }
    
    /* Fix stats grid on mobile */
    .grid.grid-cols-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    
    /* Adjust resource types grid */
    .grid.grid-cols-4.gap-2 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }
    
    /* Adjust compact features grid */
    /* .grid.grid-cols-2.gap-2 {
        grid-template-columns: 1fr !important;
        gap: 0.5rem !important;
    } */
}

@media (max-width: 640px) {
    /* Stack stats in single column on very small screens */
    .grid.grid-cols-4 {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    /* Reduce font sizes */
    .text-3xl.lg\\:text-4xl {
        font-size: 1.875rem !important;
        line-height: 1.2 !important;
    }
    
    .text-xl {
        font-size: 1.125rem !important;
    }
    
    .text-2xl {
        font-size: 1.25rem !important;
    }
    
    /* Adjust padding */
    .community-card {
        padding: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    section.min-h-screen.flex.items-center {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .community-card {
        padding: 1.25rem !important;
    }
    
    .rounded-3xl {
        border-radius: 1.5rem !important;
    }
}

@media (max-width: 767px) {
  /* .grid.md\:grid-cols-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  } */

  .pricing-card {
    width: 100% !important;
    padding: 1rem !important;
  }
  
  /* Adjust content to fit smaller cards */
  .pricing-card .flex.items-center {
    flex-direction: row !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }
  
  .pricing-card .w-16.h-16 {
    width: 3rem !important;
    height: 3rem !important;
  }
  
  .pricing-card .text-xl {
    font-size: 1rem !important;
  }
  
  .pricing-card .text-2xl {
    font-size: 1.25rem !important;
  }
  
  .pricing-card .text-xs {
    font-size: 0.7rem !important;
  }
  
  .pricing-card .px-4.py-2 {
    padding: 0.5rem 1rem !important;
    font-size: 0.75rem !important;
  }
}
/* Force cards to stay in same row on mobile */
@media (max-width: 768px) {
  /* .grid.md\:grid-cols-2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
  } */

  .pricing-card {
    flex: 1 1 50% !important;
    width: auto !important;
    min-width: 0 !important;
  }
  
  /* Adjust card content for narrower width */
 
  
  .pricing-card .w-16.h-16 {
    width: 3rem !important;
    height: 3rem !important;
  }
  
  .pricing-card .text-xl {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
  }
  
  .pricing-card .text-2xl {
    font-size: 1.1rem !important;
  }
  
  .pricing-card .text-sm {
    font-size: 0.75rem !important;
  }
  
  .pricing-card .text-xs {
    font-size: 0.6rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  
  .pricing-card .px-4.py-2 {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.7rem !important;
  }
}

/* Very small screens - still keep side by side */
@media (max-width: 480px) {
  .pricing-card {
    padding: 0.75rem !important;
  }
  
  .pricing-card .text-xl {
    font-size: 0.8rem !important;
  }
  
  .pricing-card .text-2xl {
    font-size: 1rem !important;
  }
}

/* Contact Section Mobile Overflow Fix */
/* Ensure proper overflow control on section */
#contact {
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

/* Fix parent container overflow */
#contact .max-w-7xl {
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Fix main grid layout for mobile */
@media (max-width: 1024px) {
  #contact .grid.lg\:grid-cols-3 {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  #contact .lg\:col-span-1,
  #contact .lg\:col-span-2 {
    grid-column: span 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Form container fixes for mobile */
@media (max-width: 768px) {
  #contact .lg\:col-span-1 {
    padding: 1rem !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  
  /* Form input container */
  #contact #contactForm {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  
  /* All form inputs */
  #contact #contactForm input,
  #contact #contactForm select,
  #contact #contactForm textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
  }
  
  /* Name fields grid */
  #contact #contactForm .grid.grid-cols-2 {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem !important;
  }
  
  /* Support grid adjustments */
  #contact .grid.md\:grid-cols-2 {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  
  /* Support hours layout */
  #contact .flex.items-center.justify-between {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  /* #contact .flex.items-center.space-x-4 {
    flex-direction: column !important;
    space-x: 0 !important;
    gap: 0.5rem !important;
  } */

  body > section.py-12.bg-gradient-to-br.from-gray-50.via-white.to-green-50.relative.overflow-hidden.flex.items-center > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-8.max-h-96 > div:nth-child(2) > div > div.flex-1{
    margin-left: 0px !important
  }
  body > section.py-12.bg-gradient-to-br.from-gray-50.via-white.to-green-50.relative.overflow-hidden.flex.items-center > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-8.max-h-96 > div:nth-child(1) > div > div.flex-1{
    margin-left: 0px !important
  }
}

/* Very small screens */
@media (max-width: 480px) {
  /* Stack name fields vertically */
  #contact #contactForm .grid.grid-cols-2 {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }
  
  /* Reduce padding further */
  #contact .lg\:col-span-1 {
    padding: 0.75rem !important;
  }
  
  /* Smaller font sizes */
  #contact #contactForm input,
  #contact #contactForm select,
  #contact #contactForm textarea {
    font-size: 14px !important;
    padding: 0.5rem !important;
  }
  
  #contact #contactForm button {
    font-size: 14px !important;
    padding: 0.625rem !important;
  }
  
  /* Adjust header text */
  #contact .text-3xl.lg\:text-4xl {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }
  
  /* Adjust contact item layout */
  #contact .contact-item .flex.items-center.justify-between {
    flex-direction: column !important;
    gap: 0.5rem !important;
    text-align: center !important;
  }
  
  /* Phone number links */
  #contact .contact-item a {
    font-size: 0.75rem !important;
  }
}

/* Container padding fixes */
@media (max-width: 640px) {
  #contact {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 375px) {
  #contact {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}




/* Proper font sizes - no oversized fonts */
#spine-mri-batch {
    font-size: 0.75rem; /* 12px base */
}

/* Mobile responsive */
@media (max-width: 1024px) {
    #spine-mri-batch .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    #spine-mri-batch .text-lg.lg\:text-2xl {
        font-size: 1rem; /* 16px on mobile */
        line-height: 1.3;
    }
    
    #spine-mri-batch .py-8 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}



/* Spine MRI Batch Section Styles */
#spine-mri-batch {
    font-size: 0.75rem; /* 12px base */
}

/* Mobile responsive */
@media (max-width: 1024px) {
    #spine-mri-batch .lg\:grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    #spine-mri-batch .text-lg.lg\:text-2xl {
        font-size: 1rem; /* 16px on mobile */
        line-height: 1.3;
    }
    
    #spine-mri-batch .py-8 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}


/* Typewriter Effect Styles */
.typewriter-cursor::after {
    content: '|';
    animation: blink 1s infinite;
    color: var(--primary-color);
    font-weight: normal;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.typewriter-text {
    display: inline-block;
    min-height: 1.2em;
    line-height: 1.2;
}

/* Ensure smooth transition */
#typewriter-text {
    transition: all 0.3s ease;
}

/* Hide cursor during typing animation */
.typing .typewriter-cursor::after {
    animation: none;
    opacity: 1;
}


/* Faculty View More Animation */
.hidden-faculty {
    transition: all 0.5s ease-out;
}

.faculty-card {
    will-change: transform, opacity;
}

/* Button hover effects */
#viewMoreBtn, #viewLessBtn {
    will-change: transform;
}

#viewMoreBtn:hover, #viewLessBtn:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments for faculty section */
@media (max-width: 768px) {
    .faculty-card {
        padding: 1.5rem;
    }
    
    .faculty-card .w-32.h-32 {
        width: 6rem;
        height: 6rem;
    }
}



/* Hero Slider Enhanced Styles - Fixed Whitish Issue */
.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
   background: #615353; /*  Dark background to prevent white flashes */
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #151313; /* Dark background */
}

/* Fixed slide transition - completely eliminated whitish effect */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000; /* Dark background for each slide */
    opacity: 0;
    visibility: hidden;
    transition: opacity 1000ms ease-in-out;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Remove gradient from title - plain white text */
.hero-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
    animation: none; /* Remove glow animation */
}

/* Enhanced Navigation Buttons */
.prev-btn, .next-btn {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    z-index: 30;
}

.prev-btn:hover, .next-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

/* Enhanced Slide Indicators */
.indicator {
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 30;
}

.indicator.active {
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(255,255,255,0.6);
}

.indicator:hover {
    transform: scale(1.25);
}

/* Enhanced Button Styles */
.hero-slider button {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.hero-slider button:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

/* Status Badge Enhanced */
.hero-slider .animate-pulse {
    animation: statusPulse 2s ease-in-out infinite;
    z-index: 30;
}

@keyframes statusPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 20px rgba(50, 116, 109, 0.5);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(50, 116, 109, 0.8);
    }
}

/* Prevent any white backgrounds */
.hero-slider * {
    box-sizing: border-box;
}

.hero-slider .container {
    background: transparent;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-slider h1 {
        font-size: 3rem;
        line-height: 1.1;
    }
    
    .hero-slider h2 {
        font-size: 1.25rem;
    }
    
    .hero-slider h3 {
        font-size: 1.125rem;
    }
    
    .prev-btn, .next-btn {
        width: 3rem;
        height: 3rem;
    }
    
    .hero-slider .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .hero-slider button {
        padding: 1rem 2rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 640px) {
    .hero-slider .flex-col.sm\:flex-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-slider button {
        width: 100%;
        max-width: 300px;
    }
    
    .hero-slider h1 {
        font-size: 2.5rem;
    }
}

/* Ensure no background color issues */
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: -1;
}


/* Hero Slider Navigation - Always Visible */
.hero-slider-nav {
    z-index: 100 !important;
    pointer-events: none;
}

.hero-slider-nav .prev-btn,
.hero-slider-nav .next-btn {
    pointer-events: auto !important;
    z-index: 101 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
}

.hero-slider-nav .prev-btn:hover,
.hero-slider-nav .next-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
}

/* Ensure slides don't interfere */
.hero-slider .slide {
    z-index: 1 !important;
}

.hero-slider .slide.active {
    z-index: 2 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .hero-slider-nav .prev-btn {
        left: 1rem !important;
    }
    
    .hero-slider-nav .next-btn {
        right: 1rem !important;
    }
}


/* Fixed Navigation Container */
.slider-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999;
}

/* Navigation Buttons - Always Fixed Position */
.slider-nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    z-index: 1000;
    /* Prevent any layout shifts */
    margin: 0;
    padding: 0;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
}

/* Prev Button - Fixed Left Position */
.slider-nav-btn.prev-btn {
    left: 24px;
    right: auto;
}

/* Next Button - Fixed Right Position */  
.slider-nav-btn.next-btn {
    right: 24px;
    left: auto;
}

/* Hover Effects */
.slider-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.slider-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

/* Icon Styling */
.slider-nav-btn i {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.slider-nav-btn:hover i {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .slider-nav-btn {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        max-width: 44px;
        max-height: 44px;
    }
    
    .slider-nav-btn.prev-btn {
        left: 20px;
    }
    
    .slider-nav-btn.next-btn {
        right: 20px;
    }
    
    .slider-nav-btn i {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .slider-nav-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
    }
    
    .slider-nav-btn.prev-btn {
        left: 16px;
    }
    
    .slider-nav-btn.next-btn {
        right: 16px;
    }
    
    .slider-nav-btn i {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .slider-nav-btn {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        max-width: 36px;
        max-height: 36px;
    }
    
    .slider-nav-btn.prev-btn {
        left: 12px;
    }
    
    .slider-nav-btn.next-btn {
        right: 12px;
    }
    
    .slider-nav-btn i {
        font-size: 11px;
    }
}

/* Hide buttons on very small screens if needed */
@media (max-width: 360px) {
    .slider-nav-btn {
        opacity: 0.8;
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        max-width: 32px;
        max-height: 32px;
    }
    
    .slider-nav-btn.prev-btn {
        left: 8px;
    }
    
    .slider-nav-btn.next-btn {
        right: 8px;
    }
    
    .slider-nav-btn i {
        font-size: 10px;
    }
}

/* Ensure buttons don't interfere with content on mobile */
@media (max-width: 640px) {
    .slider-navigation {
        pointer-events: none;
    }
    
    .slider-nav-btn {
        pointer-events: auto;
    }
}

/* Focus states for accessibility */
.slider-nav-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

/* Prevent button from moving during animations */
.slider-nav-btn {
    will-change: transform, opacity;
    contain: layout;
}


/* Force override any existing navigation styles */
.hero-slider .prev-btn,
.hero-slider .next-btn,
.slider-container .prev-btn,
.slider-container .next-btn {
    display: none !important;
    visibility: hidden !important;
}

/* Ensure hero section doesn't interfere */
.hero-slider {
    position: relative;
    z-index: 1;
}

/* Make sure navigation wrapper is always on top */
.hero-nav-wrapper {
    position: fixed !important;
    z-index: 99999 !important;
    pointer-events: none !important;
}

.hero-nav-wrapper .hero-nav-btn {
    pointer-events: auto !important;
    position: fixed !important;
}

/* Additional stability */
.hero-nav-btn {
    will-change: transform;
    contain: layout;
    isolation: isolate;
}


/* Navigation Buttons - Only Visible in Hero Section */
.hero-slider .hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 50;
}

.hero-slider .hero-prev-btn {
    left: 24px;
}

.hero-slider .hero-next-btn {
    right: 24px;
}

.hero-slider .hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Hide navigation buttons outside hero section */
.hero-nav-btn:not(.hero-slider .hero-nav-btn) {
    display: none !important;
}

/* Ensure buttons only show in hero section */
section:not(#home) .hero-nav-btn {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider .hero-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .hero-slider .hero-prev-btn {
        left: 16px;
    }
    
    .hero-slider .hero-next-btn {
        right: 16px;
    }

    .hero-slider .hero-nav-btn{
        top:68%;
    }
    #fellowship-program > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8 > div.relative > div.space-y-12 > div:nth-child(3) > div.grid.lg\:grid-cols-2.gap-12.items-center > div.lg\:text-right.space-y-6 > div > div.flex.items-center.lg\:flex-row-reverse.mb-6 > div.w-16.h-16.bg-gradient-to-br.from-purple-500.to-purple-600.rounded-3xl.flex.items-center.justify-center.mr-4.lg\:mr-0.lg\:ml-4.shadow-lg
    {
        align-items: center;
    width: 63px;
    height: 62px;
    }
    #features > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.bento-grid.grid.gap-4.lg\:h-\[600px\] > div.bento-card.large-card.bg-gradient-to-br.from-purple-100\/70.to-white\/70.backdrop-blur-lg.border.border-white\/30.rounded-3xl.p-8.shadow-xl.hover\:shadow-2xl.transition-all.duration-500.hover\:-translate-y-2.lg\:row-span-2.lg\:col-span-2.fade-in-up.animate > div > div:nth-child(1)
    {
        display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    #features > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.bento-grid.grid.gap-4.lg\:h-\[600px\] > div.bento-card.bg-gradient-to-br.from-blue-100\/70.to-white\/70.backdrop-blur-lg.border.border-white\/30.rounded-3xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-500.hover\:-translate-y-2.lg\:col-span-2.fade-in-up.animate > div
    {
        flex-direction: column-reverse;
    gap: 20px;
    }
    #features > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.bento-grid.grid.gap-4.lg\:h-\[600px\] > div.bento-card.bg-gradient-to-br.from-blue-100\/70.to-white\/70.backdrop-blur-lg.border.border-white\/30.rounded-3xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-500.hover\:-translate-y-2.lg\:col-span-2.fade-in-up.animate > div > div.flex-1 > h3
    {
        text-align: center;
    }
    #features > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.bento-grid.grid.gap-4.lg\:h-\[600px\] > div.bento-card.bg-gradient-to-br.from-blue-100\/70.to-white\/70.backdrop-blur-lg.border.border-white\/30.rounded-3xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-500.hover\:-translate-y-2.lg\:col-span-2.fade-in-up.animate > div > div.flex-1 > p{
        text-align: center;
    }
    body > section.relative.py-16.bg-gradient-to-r.from-primary.to-primary\/95.overflow-hidden.fade-in-up.animate > div.relative.z-10.max-w-7xl.mx-auto.px-6 > div{
        flex-direction: column;

    }

    body > section.relative.py-16.bg-gradient-to-r.from-primary.to-primary\/95.overflow-hidden.fade-in-up.animate > div.relative.z-10.max-w-7xl.mx-auto.px-6
    {
        max-width: none !important;
    padding-left: 0;
    padding-right: 0;
    }
    body > section:nth-child(11) > div.relative.max-w-7xl.mx-auto.px-6.lg\:px-8.w-full > div.grid.lg\:grid-cols-2.gap-12.items-center > div.space-y-8 > div.bg-gradient-to-r.from-primary\/10.to-transparent.backdrop-blur-lg.border.border-white\/30.rounded-3xl.p-6.shadow-lg.fade-in-up.animate > div{
        flex-direction: column;
    gap: 20px;
    }
    #spine-mri-batch > div.relative.z-10.max-w-7xl.mx-auto.px-4.sm\:px-6.lg\:px-8 > div > div.space-y-6.lg\:space-y-8.fade-in-up.animate > div.grid.grid-cols-2.gap-3.lg\:gap-4{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .hero-slider .hero-nav-btn {
        width: 36px;
        height: 49px;
        font-size: 12px;
    }
    
    .hero-slider .hero-prev-btn {
        left: 12px;
    }
    
    .hero-slider .hero-next-btn {
        right: 12px;
    }
}





/* Mobile-First Responsive Design for Pricing Cards */
@media (max-width: 768px) {
    /* Mobile-specific pricing card layout */
    .pricing-card {
        padding: 1rem !important;
        border-radius: 1rem !important;
    }
    
    /* Stack card content vertically on mobile */
    .pricing-card > .flex.items-center {
        flex-direction: column !important;
        align-items: flex-start !important;
        space-x: 0 !important;
        gap: 1rem;
    }
    
    /* Mobile card header */
    .pricing-card .flex.items-center .flex-1 {
        width: 100%;
        order: 2;
    }
    
    .pricing-card .flex.items-center > div:first-child {
        order: 1;
        align-self: center;
    }
    
    .pricing-card .subscribe-btn {
        order: 3;
        width: 100%;
        padding: 0.75rem !important;
        text-align: center;
        justify-content: center !important;
    }
    
    /* Mobile pricing display */
    .pricing-card h3 {
        font-size: 1.125rem !important;
        text-align: center;
        margin-bottom: 0.5rem !important;
    }
    
    .pricing-card .price-display {
        font-size: 1.5rem !important;
        text-align: center;
    }
    
    .pricing-card .flex.items-center.space-x-2 {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    /* Mobile features list */
    .pricing-card .space-y-2 {
        gap: 0.75rem;
    }
    
    .pricing-card .space-y-2 span {
        font-size: 0.875rem !important;
        line-height: 1.4 !important;
    }
    
    .pricing-card .w-4.h-4 {
        width: 1rem !important;
        height: 1rem !important;
        margin-top: 0.125rem !important;
    }
    
    /* Mobile "What's included" section */
    .pricing-card .border-t {
        margin-top: 1rem !important;
        padding-top: 1rem !important;
    }
    
    .pricing-card h4 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        text-align: center;
    }
}

/* Very small mobile screens */
@media (max-width: 480px) {
    .pricing-card {
        margin: 0 0.5rem;
        padding: 0.75rem !important;
    }
    
    .pricing-card h3 {
        font-size: 1rem !important;
    }
    
    .pricing-card .price-display {
        font-size: 1.25rem !important;
    }
    
    .pricing-card .space-y-2 span {
        font-size: 0.8125rem !important;
    }
    
    /* Reduce icon size on very small screens */
    .pricing-card .w-16.h-16 {
        width: 3rem !important;
        height: 3rem !important;
    }
    
    .pricing-card .w-16.h-16 i {
        font-size: 1rem !important;
    }
}



/* Reset mobile overrides and fix desktop layout */
@media (min-width: 769px) {
    /* Restore desktop layout */
    .pricing-card {
        padding: 1.5rem !important;
        border-radius: 1rem !important;
    }
    
    /* Desktop card header - horizontal layout */
    .pricing-card .mobile-card-header,
    .pricing-card > .flex.items-center {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Desktop content alignment */
    .pricing-card .text-center.md\:text-left,
    .pricing-card .text-center {
        text-align: left !important;
    }
    
    /* .pricing-card .justify-center.md\:justify-start,
    .pricing-card .justify-center {
        justify-content: flex-start !important;
    } */
    
    .pricing-card .mx-auto.md\:mx-0,
    .pricing-card .mx-auto {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Desktop button sizing */
    .pricing-card .w-full.md\:w-auto,
    .pricing-card .subscribe-btn {
        width: auto !important;
        padding: 0.5rem 1rem !important;
    }
    
    /* Desktop icon positioning */
    .pricing-card .w-16.h-16 {
        width: 4rem !important;
        height: 4rem !important;
        margin: 0 !important;
    }
    
    /* Desktop flex layout fix */
    .pricing-card .flex-1 {
        flex: 1 !important;
    }
    
    /* Desktop "What's included" section */
    .pricing-card h4 {
        text-align: left !important;
        font-size: 0.875rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Desktop bullet points */
    .pricing-card .space-y-3 span,
    .pricing-card .space-y-2 span {
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
    }
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    /* Mobile pricing card layout */
    .pricing-card {
        padding: 1rem !important;
        border-radius: 1rem !important;
    }
    
    /* Mobile card header - vertical stack */
    .pricing-card .mobile-card-header,
    .pricing-card > .flex.items-center {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem !important;
        text-align: center !important;
    }
    
    /* Mobile icon */
    .pricing-card .w-16.h-16 {
        width: 4rem !important;
        height: 4rem !important;
        margin: 0 auto 1rem auto !important;
    }
    
    /* Mobile content */
    .pricing-card h3 {
        font-size: 1.125rem !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
    }
    
    .pricing-card .price-display {
        font-size: 1.5rem !important;
    }
    
    /* Mobile button */
    .pricing-card .subscribe-btn {
        width: 100% !important;
        padding: 0.75rem !important;
        text-align: center !important;
        justify-content: center !important;
    }
    
    /* Mobile "What's included" section */
    .pricing-card h4 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        text-align: center !important;
    }
    
    /* Mobile bullet points - INCREASED FONT SIZE */
    .pricing-card .space-y-3 span,
    .pricing-card .space-y-2 span {
        font-size: 1rem !important; /* Increased from 0.875rem */
        line-height: 1.5 !important;
        text-align: left !important;
    }
    
    .pricing-card .w-4.h-4 {
        width: 1.125rem !important; /* Slightly larger icons */
        height: 1.125rem !important;
        margin-top: 0.125rem !important;
        flex-shrink: 0 !important;
    }
    
    /* Mobile spacing */
    .pricing-card .space-y-3,
    .pricing-card .space-y-2 {
        gap: 0.875rem !important;
    }
    
    .pricing-card .border-t {
        margin-top: 1rem !important;
        padding-top: 1rem !important;
    }

    #registration > div.relative.max-w-6xl.mx-auto.px-6.lg\:px-8 > div.grid.md\:grid-cols-2.gap-6.mb-8 > div.pricing-card.consultant.bg-white\/60.backdrop-blur-lg.border-2.border-white\/30.rounded-2xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-300.cursor-pointer.fade-in-up.animate > div.flex.items-center.space-x-4.mb-4 > div.flex-1 > div.flex.items-center.space-x-2.mb-2
    {
       flex-direction: column !important;
    }
    #registration > div.relative.max-w-6xl.mx-auto.px-6.lg\:px-8 > div.grid.md\:grid-cols-2.gap-6.mb-8 > div.pricing-card.student.bg-white\/60.backdrop-blur-lg.border-2.border-white\/30.rounded-2xl.p-6.shadow-xl.hover\:shadow-2xl.transition-all.duration-300.cursor-pointer.fade-in-up.animate > div.flex.items-center.space-x-4.mb-4 > div.flex-1 > div.flex.items-center.space-x-2.mb-2{
         flex-direction: column !important;
    }
}

/* Very small mobile screens */
@media (max-width: 480px) {
    .pricing-card {
        margin: 0 0.5rem;
        padding: 0.75rem !important;
    }
    
    .pricing-card h3 {
        font-size: 1rem !important;
    }
    
    .pricing-card .price-display {
        font-size: 1.25rem !important;
    }
    
    /* Keep larger font size for bullet points even on small screens */
    .pricing-card .space-y-3 span,
    .pricing-card .space-y-2 span {
        font-size: 0.95rem !important; /* Still larger than before */
    }
}


@media (max-width: 1024px) {
  .hero-slider .hero-nav-btn {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    background: transparent;
    border: none;
    font-size: 24px;
  }
}



@media (min-width: 1024px) {
  #avoidspace1 , #avoidspace2{
    margin-top: 0px !important;
  }
}
