*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-page{min-height:100vh;display:flex;flex-direction:column}.nav-link{color:#fff;text-decoration:none;margin-left:2rem;transition:color .3s}.nav-link:hover{color:#3498db}.main-content{flex:1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.hero .container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;background-color:#fff;color:#667eea;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:700;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.hotels-section{padding:4rem 0;background-color:#f5f5f5}.hotels-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:#2c3e50}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.hotel-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.hotel-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.hotel-image-container{width:100%;height:250px;overflow:hidden}.hotel-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.hotel-image.zooming{animation:zoomInOut 3s ease-in-out infinite;transform-origin:center center;will-change:transform}.hotel-card:hover .hotel-image{transform:scale(1.05)}.hotel-info{padding:1.5rem}.hotel-name{font-size:1.5rem;margin-bottom:.5rem;color:#2c3e50}.hotel-description{color:#666;margin-bottom:1rem;line-height:1.6}.book-button{display:inline-block;background-color:#3498db;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s}.book-button:hover{background-color:#2980b9}@media(max-width:768px){.hero-title{font-size:2rem}.hotels-grid{grid-template-columns:1fr}.header .container{flex-direction:column;gap:1rem}.nav-link{margin-left:1rem}}.booking-page{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#2c3e50;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.nav-link{background:none;border:none;color:#fff;text-decoration:none;margin-left:2rem;cursor:pointer;transition:color .3s;font-size:1rem}.nav-link:hover,.nav-link.active{color:#3498db}.booking-main{flex:1;padding:3rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.booking-main .container{max-width:800px;margin:0 auto;padding:0 2rem}.booking-title{font-size:2.5rem;margin-bottom:.5rem;text-align:center;color:#2c3e50}.booking-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.booking-form{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 16px #0000001a}.grid{display:grid;grid-template-columns:1fr 420px;gap:2rem}.temples-list{display:flex;flex-direction:column;gap:1rem}.temple-card{display:flex;background:#fff;border-radius:10px;overflow:hidden;cursor:pointer;box-shadow:0 2px 10px #0000000f;transition:transform .18s,box-shadow .18s}.temple-card.selected{box-shadow:0 6px 22px #0000001f;transform:translateY(-4px)}.temple-image{width:220px;background-size:cover;background-position:center}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.temple-image.zooming{animation:zoomInOut 3s ease-in-out infinite;transform-origin:center center;will-change:transform}.temple-info{padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.temple-info h3{margin:0 0 .5rem}.temple-info p{margin:0 0 1rem;color:#555;font-size:.95rem}.select-button{align-self:flex-start;padding:.45rem .75rem;border-radius:6px;border:none;background:#2c7a7b;color:#fff;cursor:pointer}.booking-form{padding:1.25rem}.summary{background:#fbfbfb;padding:.75rem;border-radius:6px;margin-bottom:1rem;color:#333}.packages-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.package-item{display:flex;justify-content:space-between;padding:.6rem .8rem;border-radius:6px;background:#fff;border:1px solid #eee;cursor:pointer}.package-item.active{border-color:#2c7a7b;box-shadow:0 6px 18px #27ae600f}.muted{color:#777;padding:.6rem 0}.form-group{margin-bottom:.9rem}.form-row{display:flex;gap:.5rem}.form-group.half{flex:1}.form-group label{font-weight:600;font-size:.9rem;margin-bottom:.4rem;display:block}.form-group input,.form-group select{width:100%;padding:.6rem;border-radius:6px;border:1px solid #e6e6e6}.submit-button{padding:.85rem 1rem;background:#2c7a7b;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer}.submit-button.secondary{background:#95a5a6}@media(max-width:980px){.grid{grid-template-columns:1fr}.temple-image{width:160px}}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group textarea{resize:vertical}.submit-button{width:100%;padding:1rem;background-color:#3498db;color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .2s;margin-top:1rem}.submit-button:hover:not(:disabled){background-color:#2980b9;transform:translateY(-2px)}.submit-button:disabled{background-color:#95a5a6;cursor:not-allowed}.message{padding:1rem;border-radius:5px;margin-bottom:1rem;text-align:center;font-weight:500}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer{background-color:#2c3e50;color:#fff;padding:2rem 0;text-align:center}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.booking-title{font-size:2rem}.booking-form{padding:1.5rem}.header .container{flex-direction:column;gap:1rem}.nav-link{margin-left:1rem}}.admin-login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-container{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 4px 16px #0003;width:100%;max-width:400px}.login-title{font-size:2rem;margin-bottom:2rem;text-align:center;color:#2c3e50}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s;box-shadow:0 6px 18px #667eea14}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 8px 24px #667eea24}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:5px;margin-bottom:1rem;text-align:center}.login-button{width:100%;padding:1rem;background:linear-gradient(90deg,#6a67ce,#8a63d2);color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .2s;margin-top:1rem;box-shadow:0 8px 20px #6a67ce2e}.login-button:hover:not(:disabled){background:linear-gradient(90deg,#5b57c9,#7a4fd1);transform:translateY(-2px)}.login-button:disabled{background-color:#95a5a6;cursor:not-allowed}.back-link{margin-top:1.5rem;text-align:center}.back-button{background:none;border:none;color:#667eea;cursor:pointer;text-decoration:underline;font-size:.9rem}.back-button:hover{color:#5568d3}.login-container{display:flex;flex-direction:column;align-items:stretch}.login-form{width:100%}.signup-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f6f8ff,#eef2ff);padding:2rem}.login-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 30px #32325d0f;width:100%;max-width:420px}.login-title{font-size:1.6rem;margin-bottom:1.5rem;text-align:center;color:#2c3e50}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#34495e;font-weight:600}.form-group input{width:100%;padding:.75rem;border:2px solid #e9eefb;border-radius:8px;font-size:1rem;transition:border-color .25s,box-shadow .25s;box-shadow:0 6px 18px #667eea0f}.form-group input:focus{outline:none;border-color:#6a67ce;box-shadow:0 10px 30px #6a67ce1f}.error-message{background-color:#fdecea;color:#9f3a38;padding:.9rem;border-radius:8px;margin-bottom:1rem;text-align:center}.login-button{width:100%;padding:.95rem;background:linear-gradient(90deg,#6a67ce,#8a63d2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #6a67ce2e}.login-button:disabled{opacity:.7;cursor:not-allowed}.signup-redirect{margin-top:1rem;text-align:center}.signup-link{color:#5b57c9;cursor:pointer;font-weight:600;text-decoration:underline}.admin-dashboard{min-height:100vh;background-color:#f5f5f5}.dashboard-header{background-color:#2c3e50;color:#fff;padding:1.5rem 0;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-content h1{margin:0;font-size:1.8rem}.header-actions{display:flex;align-items:center;gap:1.5rem}.admin-username{font-size:1rem;opacity:.9}.logout-button{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .3s}.logout-button:hover{background-color:#c0392b}.dashboard-main{max-width:1400px;margin:0 auto;padding:2rem}.filters-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.filters-section h2{margin-top:0;margin-bottom:1.5rem;color:#2c3e50}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:.5rem;color:#2c3e50;font-weight:600}.filter-group input[type=date]{padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s}.filter-group input[type=date]:focus{outline:none;border-color:#667eea}.checkbox-group{flex-direction:row;align-items:center;gap:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:0}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.filter-actions{display:flex;gap:1rem;flex-wrap:wrap}.apply-button,.clear-button,.export-button{padding:.75rem 1.5rem;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.apply-button{background-color:#3498db;color:#fff}.apply-button:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.clear-button{background-color:#95a5a6;color:#fff}.clear-button:hover{background-color:#7f8c8d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.export-button{background-color:#27ae60;color:#fff}.export-button:hover:not(:disabled){background-color:#229954;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.export-button:disabled{background-color:#95a5a6;cursor:not-allowed}.bookings-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.bookings-section h2{margin-top:0;margin-bottom:1.5rem;color:#2c3e50}.loading,.no-bookings{text-align:center;padding:3rem;color:#7f8c8d;font-size:1.1rem}.bookings-table-container{overflow-x:auto}.bookings-table{width:100%;border-collapse:collapse;font-size:.9rem}.bookings-table thead{background-color:#2c3e50;color:#fff}.bookings-table th{padding:1rem;text-align:left;font-weight:600}.bookings-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.bookings-table tbody tr:hover{background-color:#f8f9fa}.bookings-table tbody tr:last-child td{border-bottom:none}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.filters-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}.apply-button,.clear-button,.export-button{width:100%}.bookings-table-container{overflow-x:scroll}.bookings-table{font-size:.8rem}.bookings-table th,.bookings-table td{padding:.5rem}}.footer-page{min-height:100vh;display:flex;flex-direction:column;background:#f9f9f9}.footer-page .header{background-color:#2c3e50;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.footer-page .header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-page .logo{font-size:1.5rem;font-weight:700}.footer-page .nav-link{color:#fff;text-decoration:none;margin-left:2rem;transition:color .3s}.footer-page .nav-link:hover{color:#3498db}.page-content{flex:1;padding:3rem 0}.page-content .container{max-width:1000px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:3rem}.page-content h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center}.content-section{line-height:1.8;color:#555}.content-section h2{font-size:1.5rem;color:#2c3e50;margin-top:2rem;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.content-section p{margin-bottom:1.5rem}.content-section ul{margin-left:2rem;margin-bottom:1.5rem}.content-section ul li{margin-bottom:.8rem;color:#666}.features-list{list-style:none;margin-left:0}.features-list li{padding:.6rem 0;font-size:1.05rem}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-info h2{font-size:1.8rem;margin-bottom:1.5rem;color:#2c3e50}.info-item{margin-bottom:2rem;padding:1.5rem;background:#f5f5f5;border-radius:8px;border-left:4px solid #3498db}.info-item h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.info-item p{margin:0;color:#666}.info-item a{color:#3498db;text-decoration:none}.info-item a:hover{text-decoration:underline}.contact-form-wrapper h2{font-size:1.8rem;margin-bottom:1.5rem;color:#2c3e50}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:all .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.submit-btn{padding:.85rem 2rem;background:#3498db;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.success-message{padding:1rem;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:5px;margin-bottom:1.5rem;text-align:center;font-weight:600}@media(max-width:768px){.contact-container,.form-row{grid-template-columns:1fr}.page-content .container{padding:1.5rem}.footer-page .header .container{flex-direction:column;gap:1rem}.footer-page .nav-link{margin-left:1rem}}.profile-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.profile-page .header{background-color:#2c3e50;color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000001a}.profile-page .header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.profile-page .logo{font-size:1.5rem;font-weight:700}.profile-page .nav-link{color:#fff;text-decoration:none;margin-left:2rem;transition:color .3s;background:none;border:none;cursor:pointer;font-size:1rem}.profile-page .nav-link:hover{color:#3498db}.profile-main{flex:1;padding:3rem 0}.profile-main .container{max-width:1200px;margin:0 auto;padding:0 2rem}.profile-header{display:grid;grid-template-columns:150px 1fr;gap:2rem;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;align-items:center}.profile-avatar{width:150px;height:150px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #667eea4d}.profile-info h1{font-size:2rem;color:#2c3e50;margin:0 0 .5rem}.profile-info .email{color:#666;font-size:1rem;margin-bottom:1.5rem}.user-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat{display:flex;flex-direction:column}.stat-label{color:#999;font-size:.9rem;margin-bottom:.5rem}.stat-value{font-size:1.8rem;font-weight:700;color:#2c3e50}.profile-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.bookings-section,.account-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.bookings-section h2,.account-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.empty-state{text-align:center;padding:3rem 1rem;color:#999}.empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.cta-btn{display:inline-block;padding:.8rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;transition:transform .3s}.cta-btn:hover{transform:translateY(-2px)}.loading{text-align:center;padding:2rem;color:#666;display:flex;align-items:center;justify-content:center;gap:.8rem}.loading span{display:inline-block;width:20px;height:20px;border:3px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{padding:1rem;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;margin-bottom:1.5rem}.bookings-grid{display:grid;gap:1.5rem}.booking-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s;background:#fafafa}.booking-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.booking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.booking-header h3{font-size:1.3rem;color:#2c3e50;margin:0}.status{padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.status.pending{background:#fff3cd;color:#856404}.status.confirmed{background:#d4edda;color:#155724}.status.cancelled{background:#f8d7da;color:#721c24}.booking-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;flex-direction:column}.detail-item label{font-size:.85rem;color:#999;margin-bottom:.3rem;font-weight:600;text-transform:uppercase}.detail-item p{color:#2c3e50;font-weight:500;margin:0}.booking-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-secondary{padding:.6rem 1rem;border:1px solid #e0e0e0;background:#fff;color:#667eea;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s}.btn-secondary:hover{border-color:#667eea;background:#f5f7ff}.settings-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.setting-item{margin-bottom:1.5rem}.setting-item:last-child{margin-bottom:0}.setting-item h3{font-size:.95rem;color:#999;margin:0 0 .5rem;text-transform:uppercase;font-weight:600}.setting-item p{margin:0;color:#2c3e50;font-weight:500}.role-badge{display:inline-block;padding:.4rem .8rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;font-size:.85rem}.logout-btn-large{width:100%;padding:.9rem;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s;font-size:1rem}.logout-btn-large:hover{background:#c0392b;transform:translateY(-2px)}.logout-btn{color:#e74c3c!important}.logout-btn:hover{color:#c0392b!important}@media(max-width:768px){.profile-header{grid-template-columns:1fr;text-align:center}.profile-avatar{width:120px;height:120px;margin:0 auto;font-size:2.5rem}.user-stats,.profile-content,.booking-details,.booking-actions{grid-template-columns:1fr}.profile-page .header .container{flex-direction:column;gap:1rem}.profile-page .nav-link{margin-left:1rem}}.footer-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e0e0e0;padding:3rem 0 0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col h3{font-size:1.5rem;margin-bottom:1rem;color:#fff;font-weight:700}.footer-col h4{font-size:1.1rem;margin-bottom:1rem;color:#fff;font-weight:600}.footer-col p{line-height:1.8;margin-bottom:.8rem;color:#b0b0b0;font-size:.95rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#b0b0b0;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-col ul li a:hover{color:#00d4ff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#00d4ff1a;border:1px solid #00d4ff;border-radius:50%;color:#00d4ff;text-decoration:none;transition:all .3s ease;font-weight:700;font-size:1.2rem}.social-links a:hover{background:#00d4ff;color:#1a1a2e;transform:translateY(-3px)}.footer-bottom{text-align:center;padding:1.5rem 0;color:gray;font-size:.9rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-col{text-align:center}.social-links{justify-content:center}}.App{min-height:100vh}
