@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--primary-blue:#0a0a50;--secondary-purple:#3b1c8f;--accent-cyan:#0ff;--text-white:#fff;--text-gray:#ccc;--bg-gradient:linear-gradient(135deg,#050520,#1a1a60);--hero-overlay:linear-gradient(90deg,#000c,#0003)}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#050520,#1a1a60);background:var(--bg-gradient);color:#fff;color:var(--text-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0}a{color:inherit;text-decoration:none}.App{display:flex;flex-direction:column;min-height:100vh}.header{align-items:center;background:#0000;display:flex;justify-content:space-between;left:0;padding:1.5rem 4rem;position:absolute;top:0;width:100%;z-index:100}.header-tab{color:#8be1df!important;font-weight:600;text-decoration:none}.logo-container{align-items:center;display:flex}.zoom-img{animation:zoomInout ease-inout 5s infinite;height:auto;width:1900px}@keyframes zoomInout{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#444,#000);background-clip:text;-webkit-background-clip:text;color:#333;font-size:2rem;font-weight:800;letter-spacing:2px;text-transform:uppercase}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-item{padding:.5rem .2rem;position:relative}.nav-link{align-items:center;background:#050520;background-clip:padding-box,border-box;background-image:linear-gradient(#050520,#050520),linear-gradient(90deg,#f0c,#33f,#0cf);background-origin:border-box;border:2px solid #0000;border-radius:30px;box-shadow:0 0 10px #00ccff4d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;padding:.8rem 1.5rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.nav-link:hover{box-shadow:0 0 20px #0cf9,0 0 40px #f0c6;color:#fff;transform:translateY(-2px) scale(1.05)}.nav-item:hover .nav-link{box-shadow:0 0 20px #0cf9}.dropdown-menu{background:#fff;border-top:3px solid var(--secondary-purple);box-shadow:0 10px 30px #0003;display:none;flex-direction:column;left:0;min-width:250px;padding:.5rem 0;position:absolute;top:100%;z-index:1001}.nav-item:hover .dropdown-menu{animation:fadeIn .3s ease;display:flex}.dropdown-item{border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;font-size:.95rem;font-weight:500;padding:.8rem 1.5rem;position:relative;text-transform:none;transition:background .2s}.dropdown-item a{align-items:center;color:inherit;display:flex;justify-content:space-between;text-decoration:none;width:100%}.dropdown-item:hover{background:#f5f5ff;color:var(--secondary-purple)}.nested-level{background:#fff;border-left:3px solid var(--secondary-purple);box-shadow:0 10px 30px #0003;display:none;left:100%;min-width:220px;position:absolute;top:0;z-index:1002}.dropdown-item:hover .nested-level{animation:fadeIn .3s ease;display:block}.nested-item{border-bottom:1px solid #f0f0f0;color:#444;display:block;padding:.8rem 1.5rem;transition:background .2s}.nested-item:hover{background:#eef;color:var(--secondary-purple)}.menu-header{background:#eee;color:#000;font-size:.8rem;font-weight:800;letter-spacing:1px;pointer-events:none;text-transform:uppercase}.arrow{font-size:.8rem;margin-left:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-toggle{color:#000;cursor:pointer;display:none;font-size:2rem}@media (max-width:1024px){.header{padding:1rem 2rem}.header-right-shape{-webkit-clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);width:100px}.mobile-toggle{display:block;z-index:1002}.nav-links{background:#fff;box-shadow:0 10px 20px #0003;display:none;flex-direction:column;left:0;padding:1rem;position:absolute;top:100%;width:100%}.nav-links.mobile-open{display:flex}.dropdown-menu,.nested-level{border:none;box-shadow:none;display:none;padding-left:2rem;position:static}.dropdown-item:hover .nested-level,.nav-item:hover .dropdown-menu{display:flex}}.hero{display:flex;flex-direction:column;justify-content:flex-start;min-height:80vh;overflow:hidden;padding-left:5%;padding-right:5%;padding-top:150px;position:relative}.hero-content{margin-top:2rem;text-align:center;z-index:2}.hero-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.academics-strip{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(90deg,#ffffffe6,#ffffffb3);border-radius:4px;display:inline-block;margin:0 auto;padding:1rem 2rem}.hero-list{background:#fffc;color:#003;display:flex;font-size:1.5rem;font-weight:600;gap:2rem;justify-content:center;margin-top:1rem;padding:1rem}.hero-item{position:relative}.hero-left-overlay{background:var(--primary-blue);-webkit-clip-path:polygon(0 0,100% 20%,100% 100%,0 100%);clip-path:polygon(0 0,100% 20%,100% 100%,0 100%);height:calc(100% - 200px);left:0;position:absolute;top:200px;width:100%;z-index:0}.academic-section{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;padding:4rem 5%}.academic-table{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00003280;border:4px solid var(--secondary-purple);display:grid;grid-template-columns:1fr 1fr 1fr;max-width:1000px;width:100%}.academic-header-row{background:#dcd0ff;border-bottom:2px solid var(--secondary-purple);color:#000;font-size:1.2rem;font-weight:700;grid-column:1/-1;padding:1.5rem;text-align:center}.academic-cell{align-items:center;border:1px solid var(--secondary-purple);cursor:pointer;display:flex;justify-content:center;padding:1.5rem;text-align:center;transition:background .3s ease}.academic-cell:hover{background:#ffffff1a}.icon-container{background:#dcd0ff1a;border:1px solid var(--secondary-purple);box-shadow:0 0 10px #dcd0ff33}.academic-cell:hover .icon-container{background:var(--secondary-purple);box-shadow:0 0 20px var(--secondary-purple);transform:scale(1.1)}@media (max-width:768px){.academic-table{grid-template-columns:1fr}}.features-section{background:var(--primary-blue);color:#fff;min-height:100vh;overflow:hidden;padding:4rem 5%;position:relative}.feature-bubble{align-items:center;animation:float 10s ease-in-out infinite;background:#000;border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 0 20px #0ff3;display:flex;justify-content:center;overflow:hidden;position:absolute}.feature-bubble img{height:100%;object-fit:cover;opacity:.8;transition:opacity .3s ease;width:100%}.feature-bubble:hover img{opacity:1}.bubble-1{height:250px;right:20%;top:10%;width:250px}.bubble-2{animation-delay:2s;bottom:20%;height:200px;left:30%;width:200px}.bubble-3{animation-delay:4s;bottom:5%;height:300px;right:5%;width:300px}.bubble-4{animation-delay:1s;bottom:10%;height:180px;left:5%;width:180px}.feature-text{font-size:1.5rem;font-weight:700;max-width:300px;position:absolute}.text-1{left:5%;top:15%}.text-2{left:8%;top:55%}.text-3{bottom:40%;left:15%}.text-4{bottom:20%;right:35%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.profile-section{background:var(--primary-blue);color:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.profile-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:5rem 5%;z-index:2}.profile-title{color:#adf;font-size:1.2rem;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.profile-name{font-size:3.5rem;font-weight:700;margin-bottom:2rem}.profile-details{font-size:1.2rem;line-height:1.8}.profile-details p{margin-bottom:.5rem}.profile-right{align-items:center;background:#fff;-webkit-clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);display:flex;flex:1 1;justify-content:center;position:relative}.profile-image-container{height:80%;position:relative;width:70%;z-index:3}.profile-image{border-radius:10px;box-shadow:0 10px 30px #0000004d;height:100%;object-fit:cover;width:100%}.profile-bottom-shape{background:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80) no-repeat 50%;bottom:0;-webkit-clip-path:polygon(0 20%,80% 100%,0 100%);clip-path:polygon(0 20%,80% 100%,0 100%);height:400px;left:0;opacity:.5;position:absolute;width:400px;z-index:1}.aboutme-section{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:4rem 5%;position:relative}.aboutme-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:3rem;z-index:5}.aboutme-content{align-items:center;background:#0000;display:flex;height:500px;justify-content:center;max-width:1000px;position:relative;width:100%}.aboutme-image{border-radius:20px;box-shadow:0 20px 50px #00000080;height:100%;object-fit:cover;width:80%;z-index:2}.decided-para{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;box-shadow:inset 0 0 20px #0003;color:#e0e0e0;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.5px;line-height:1.8;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;padding:2rem;text-align:justify;text-transform:none}.aboutme-right-overlay{background:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80);-webkit-clip-path:polygon(20% 0,100% 0,100% 100%);clip-path:polygon(20% 0,100% 0,100% 100%);height:400px;opacity:.8;position:absolute;right:0;top:0;width:400px;z-index:0}.working-section{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;padding:4rem 5%}.working-table{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00003280;border:4px solid var(--secondary-purple);display:grid;grid-template-columns:1fr 1fr 1fr;max-width:1000px;width:100%}.working-header-row{background:#dcd0ff;border-bottom:2px solid var(--secondary-purple);color:#000;font-size:1.2rem;font-weight:700;grid-column:1/-1;padding:1.5rem;text-align:center}.working-cell{align-items:center;border:1px solid var(--secondary-purple);cursor:pointer;display:flex;justify-content:center;padding:1.5rem;text-align:center;transition:background .3s ease}.working-cell:hover{background:#ffffff1a}.icon-container{align-items:center;background:#00ffff0d;border:1px solid var(--accent-cyan);border-radius:50%;box-shadow:0 0 10px #0ff3;color:#fff;display:flex;font-size:1.8rem;height:60px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:60px}.working-cell:hover .icon-container{background:var(--accent-cyan);box-shadow:0 0 20px var(--accent-cyan);color:var(--primary-blue);transform:scale(1.1)}@media (max-width:768px){.working-table{grid-template-columns:1fr}}.upcoming-section{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;padding:4rem 5%}.upcoming-table{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00003280;border:4px solid var(--secondary-purple);display:grid;grid-template-columns:1fr 1fr 1fr;max-width:1000px;width:100%}.upcoming-header-row{background:#dcd0ff;border-bottom:2px solid var(--secondary-purple);color:#000;font-size:1.2rem;font-weight:700;grid-column:1/-1;padding:1.5rem;text-align:center}.upcoming-cell{align-items:center;border:1px solid var(--secondary-purple);display:flex;justify-content:center;padding:1.5rem;text-align:center}@media (max-width:768px){.upcoming-table{grid-template-columns:1fr}}.social-section{background:var(--primary-blue);color:#fff;padding:4rem 5%;position:relative;text-align:center}.social-title{background:#fff;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);color:#000;display:inline-block;font-size:2rem;margin-bottom:4rem;padding:1rem 3rem}.gallery{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:4rem}.gallery-item{background:#222;border:4px solid gold;height:200px;width:300px}.gallery-img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.gallery-img:hover{transform:scale(1.1)}.social-badge{align-items:center;display:flex;height:350px;justify-content:center;position:absolute;right:30px;top:20px;transition:transform .3s ease;width:350px;z-index:20}.social-badge:hover{transform:scale(1.1) rotate(5deg)}.social-badge img{filter:drop-shadow(0 5px 15px rgba(0,0,0,.5));height:100%;object-fit:contain;width:100%}.social-footer{background:var(--primary-blue);border-top:1px solid #ffffff1a;padding:2rem}.social-footer h3{font-size:1.5rem;margin-bottom:1rem}.testimonials-section{background:var(--primary-blue);color:#fff;padding:4rem 5%;position:relative;text-align:center}.testimonials-title{background:#fff;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);color:#000;display:inline-block;font-size:2rem;margin-bottom:4rem;padding:1rem 3rem}.testimonials-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.testimonial-card{align-items:center;background:#fff;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 10px 30px #0006;display:flex;height:300px;justify-content:center;padding:10px;transition:transform .3s ease;width:300px}.testimonial-card:hover{transform:translateY(-10px)}.testimonial-img{background:#f9f9f9;height:100%;object-fit:contain;width:100%}.explore-section{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;gap:2rem;padding:4rem 5% 1rem;text-align:center}.explore-title{background:#fff;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);color:#000;font-size:2rem;padding:1rem 3rem}.download-cv-btn{background:#0000;border:2px solid #fff;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:1rem 3rem;text-transform:uppercase;transition:all .3s}.download-cv-btn:hover{background:#fff;color:var(--primary-blue)}.stats-container{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin:3rem 0}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800}.stat-label{font-size:1.1rem;opacity:.9}.explore-footer-content{display:flex;gap:4rem;justify-content:space-between;margin-top:2rem;max-width:1200px;width:100%}.contact-form-container,.location-map-container{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;flex:1 1;padding:2.5rem;text-align:left}.contact-form-container h3,.location-map-container h3{color:#fff;font-size:1.5rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-family:inherit;padding:1rem;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{background:#ffffff26;border-color:#8be1df;outline:none}.submit-btn{background:#8be1df;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:700;padding:1rem;transition:all .3s ease}.submit-btn:hover{background:#fff;box-shadow:0 5px 15px #8be1df66;transform:translateY(-2px)}.dummy-map{border-radius:12px;height:300px;overflow:hidden;position:relative}.dummy-map img{height:100%;object-fit:cover;width:100%}.map-overlay{background:#000000b3;bottom:0;left:0;padding:1rem;position:absolute;right:0;text-align:center}.map-overlay p{font-weight:600;margin:0}.footer-bottom{border-top:1px solid #ffffff1a;font-size:.9rem;margin-top:4rem;opacity:.7;padding-top:1.5rem;text-align:center;width:100%}@media (max-width:900px){.explore-footer-content{flex-direction:column;gap:2rem}}.loader-container{align-items:center;background:var(--primary-blue);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader-logo{animation:spin 2s linear infinite;border-radius:50%;height:150px;object-fit:contain;width:150px}.research-page{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding-top:120px}.research-hero{-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);height:300px;margin-bottom:3rem;overflow:hidden;position:relative;width:100%}.research-hero img{height:100%;object-fit:cover;opacity:.6;width:100%}.research-hero-title{background:#00000080;border-left:5px solid var(--secondary-purple);bottom:40px;font-size:3rem;font-weight:800;left:5%;padding:.5rem 2rem;position:absolute;text-shadow:2px 2px 10px #00000080;text-transform:uppercase}.research-content{display:flex;flex-direction:column;gap:3rem;max-width:1200px;padding-bottom:5rem;width:90%}.research-desc{background:#ffffff0d;border-left:4px solid var(--accent-cyan);border-radius:10px;font-size:1.2rem;line-height:1.8;padding:2rem}.research-gallery{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.research-img-card{background:#ffffff1a;border:1px solid #ffffff0d;border-radius:10px;height:250px;overflow:hidden;transition:transform .3s}.research-img-card:hover{transform:translateY(-10px)}.document-card{background:#fff;height:600px}.research-img-card img{height:100%;object-fit:cover;width:100%}.pdf-card{align-items:center;background:#fdfdfd;display:flex;flex-direction:column;justify-content:center;padding:10px;position:relative}.pdf-card img{height:70%!important;object-fit:contain!important;width:70%!important}.pdf-label{background:#000000b3;bottom:0;color:#fff;font-size:.8rem;left:0;overflow:hidden;padding:.5rem;position:absolute;right:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.avmp-projects{align-items:center;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:120px 5% 5rem}.projects-header{margin-bottom:4rem;text-align:center}.projects-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(to right,#fff,var(--accent-cyan));-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-transform:uppercase}.projects-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;width:100%}.project-container{align-items:center;display:flex;flex-direction:column}.project-name{color:var(--accent-cyan);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 0 10px #00ffff4d}.flip-card{background-color:initial;cursor:pointer;height:350px;perspective:1000px;width:320px}.flip-card-inner{border-radius:15px;box-shadow:0 10px 30px #00000080;height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .6s;width:100%}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid #ffffff1a;border-radius:15px;height:100%;overflow:hidden;position:absolute;width:100%}.flip-card-front{align-items:center;background-color:#000;display:flex;justify-content:center}.project-img{height:100%;object-fit:contain;width:100%}.flip-card-back{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:1.5rem;transform:rotateY(180deg)}.project-info-container{height:100%;overflow-y:auto;padding-right:5px;width:100%}.project-info-container::-webkit-scrollbar{width:5px}.project-info-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.project-info-container::-webkit-scrollbar-thumb{background:var(--accent-cyan);border-radius:10px}.project-info{font-size:1rem;line-height:1.6;margin:0;text-align:justify}@media (max-width:768px){.projects-header h1{font-size:2.5rem}.flip-card{height:380px;width:280px}}.experience-page{background:var(--primary-blue);color:#fff;min-height:100vh;overflow-x:hidden;padding:120px 5% 5rem}.experience-hero{margin-bottom:5rem;text-align:center}.experience-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(to right,#fff,var(--secondary-purple));-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-transform:uppercase}.experience-hero p{color:#ffffffb3;font-size:1.2rem;margin:0 auto;max-width:600px}.timeline-container{margin:0 auto;max-width:1000px;padding:2rem 0;position:relative}.timeline-container:before{background:linear-gradient(to bottom,#0000,var(--secondary-purple),var(--accent-cyan),#0000);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:4rem;padding:0 3rem;position:relative;width:50%}.timeline-item:nth-child(odd){left:0;text-align:right}.timeline-item:nth-child(2n){left:50%;text-align:left}.timeline-dot{align-items:center;background:#1a1a2e;border:3px solid var(--secondary-purple);border-radius:50%;box-shadow:0 0 15px var(--secondary-purple);display:flex;font-size:1.5rem;height:50px;justify-content:center;position:absolute;top:0;width:50px;z-index:5}.timeline-item:nth-child(odd) .timeline-dot{right:-25px}.timeline-item:nth-child(2n) .timeline-dot{left:-25px}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2rem;transition:transform .3s ease,border-color .3s ease}.timeline-content:hover{border-color:var(--secondary-purple);transform:translateY(-5px)}.exp-period{background:var(--secondary-purple);border-radius:50px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1rem;padding:.3rem 1rem}.timeline-content h2{color:var(--accent-cyan);font-size:1.8rem;margin-bottom:.5rem}.exp-company{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.exp-location{color:#ffffff80;display:block;font-size:.9rem;margin-bottom:1.5rem}.exp-desc{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.exp-list{list-style:none;padding:0}.exp-list li{color:#ffffffb3;font-size:.95rem;line-height:1.5;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.timeline-item:nth-child(odd) .exp-list li{padding-left:0;padding-right:1.5rem}.exp-list li:before{color:var(--accent-cyan);content:"→";position:absolute}.timeline-item:nth-child(odd) .exp-list li:before{right:0}.timeline-item:nth-child(2n) .exp-list li:before{left:0}@media (max-width:768px){.timeline-container:before{left:30px}.timeline-item{left:0!important;padding-left:70px;padding-right:0;text-align:left!important;width:100%}.timeline-dot{left:5px!important}.timeline-item:nth-child(odd) .exp-list li{padding-left:1.5rem;padding-right:0}.timeline-item:nth-child(odd) .exp-list li:before{left:0;right:auto}.experience-hero h1{font-size:2.5rem}}.media-gallery-page{background:var(--primary-blue);color:#fff;min-height:100vh;padding:120px 5% 5rem}.gallery-header{margin-bottom:4rem;text-align:center}.gallery-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(to right,#fff,var(--secondary-purple));-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.gallery-header p{color:#ffffffb3;font-size:1.1rem}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1400px}.gallery-item{aspect-ratio:4/3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;cursor:pointer;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease;width:100%}.image-skeleton{align-items:center;background:#1a1a2e;display:flex;inset:0;justify-content:center;position:absolute}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top:3px solid var(--secondary-purple);height:30px;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease;z-index:2}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{background:var(--secondary-purple);border-radius:50px;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;transform:translateY(20px);transition:transform .3s ease}.gallery-item:hover .gallery-overlay span{transform:translateY(0)}.load-more-container{margin-top:4rem;text-align:center}.load-more-btn{background:#0000;border:2px solid var(--secondary-purple);border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.load-more-btn:hover{background:var(--secondary-purple);box-shadow:0 0 20px var(--secondary-purple);transform:translateY(-3px)}.gallery-stats{color:#ffffff80;font-size:.9rem;margin-top:1rem}.lightbox{align-items:center;background:#000000f2;cursor:zoom-out;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.lightbox img{border-radius:10px;box-shadow:0 0 50px #000;cursor:default;max-height:90vh;max-width:90%}.close-lightbox{color:#fff;cursor:pointer;font-size:3rem;line-height:1;position:absolute;right:30px;top:30px}@media (max-width:768px){.gallery-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gallery-header h1{font-size:2.2rem}}
/*# sourceMappingURL=main.1400c0de.css.map*/