@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:outfit,sans-serif;scroll-behavior:smooth}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#002147;color:#fff;padding:.6rem 1.5rem;position:sticky;top:0;z-index:1000}.logo1{margin:auto 0}.logo1 h1{font-size:2.5rem;font-weight:800;font-family:fraunces,serif}.logo1 p{font-size:1.2rem;font-weight:500;font-family:"Bree Serif",serif;margin-top:-10px;margin-left:50%;color:#fff}.logo1 span{color:red}.navbar img{height:30px;width:60px}.nav-links{display:flex;list-style:none;gap:1rem}.nav-links li{position:relative}.nav-links li a,.dropdown-title{text-decoration:none;color:#fff;font-size:.95rem;padding:.5rem .8rem;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;border-radius:4px}.nav-links li a:hover,.dropdown-title:hover{background-color:#036;color:#fc0}.dropdown-menu{list-style:none;background-color:#002d5c;position:absolute;top:100%;left:0;min-width:200px;border-radius:5px;overflow:hidden;box-shadow:0 4px 12px #0000004d;z-index:100;padding:.3rem 0}.dropdown-menu.nested{left:100%;top:0;background-color:#004080;padding-left:0}.dropdown-menu li a{padding:.5rem 1rem;display:block;font-size:.9rem;transition:background .2s}.dropdown-menu li a:hover{background-color:#0059b3;color:gold}.nav-links-right{list-style-type:none;display:flex;align-items:center;gap:.8rem}.nav-links-right li a{padding:5px 15px;border:1px solid #fff;color:#fff;border-radius:5px;transition:all .3s ease;text-decoration:none}.nav-links-right li a:hover{background-color:#d3b025;color:#fff;border:none}.hamburger,.close{display:none;font-size:1.6rem;cursor:pointer}@media screen and (max-width: 1024px){.hamburger{display:block}.nav-links{position:fixed;top:0;right:-100%;height:100%;width:260px;flex-direction:column;background-color:#002147;padding-top:3rem;transition:right .3s ease-in-out;overflow-y:auto;gap:0;z-index:999}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links li a,.dropdown-title{font-size:1rem;padding:.8rem 1.2rem}.dropdown-menu,.dropdown-menu.nested{position:static;background-color:transparent;box-shadow:none;padding-left:1rem}.dropdown-menu li a{padding:.6rem 1.2rem}.close{display:block;position:absolute;top:1rem;right:1rem}.nav-links-right .signup{display:none}}@media screen and (min-width: 1025px){.desktop-dropdown .dropdown-menu{display:none;position:absolute;left:100%;min-width:200px;border-radius:5px;box-shadow:0 4px 12px #0000004d;overflow:visible;z-index:100}.desktop-dropdown:hover>.dropdown-menu{display:block}.desktop-dropdown .dropdown-menu .dropdown:hover>.nested{display:block;left:100%;top:0}}.footer{background:#0f172a;color:#fff;padding:3rem 1rem 1rem;font-family:Poppins,sans-serif}.footer-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.footer-image img{width:350px;object-fit:contain;margin-bottom:1rem}.footer-links h3,.footer-contact h3{font-weight:700;font-size:2rem;margin-bottom:1rem;color:gold;text-decoration-line:underline}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#06b6d4}.footer-contact p,.footer-contact a{font-size:.95rem;color:#e5e7eb;text-decoration:none;line-height:1.4}.footer-contact a:hover{color:#06b6d4}.footer-copy{text-align:center;margin-top:2rem;font-size:.875rem;color:#94a3b8;border-top:1px solid #1e293b;padding-top:1rem}.footer-icon-socials{font-size:2.5rem;margin:10px;color:#fff}@media (min-width: 768px){.footer-container{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-image,.footer-links,.footer-contact{flex:1}}.header{width:100%;padding:.5rem 0;background:#f5f5f5;display:flex;align-items:center;position:relative}.header-content{text-align:center;color:#002147}.header h1{font-size:2rem;font-weight:700;margin-bottom:.3rem}.tagline{font-size:1.3rem;font-style:italic;color:#555}.banner{position:relative;width:100%;height:90vh;overflow:hidden}.banner-slide{width:100%;height:100%;background-size:cover;background-position:center;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000073,#000000a6);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.overlay-text{color:#fff;max-width:800px}.overlay-text h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.overlay-text p{font-size:1.2rem;font-weight:400;color:#ffffffe6}.overlay-text .btn{margin-top:1.5rem;display:inline-block;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;background:linear-gradient(90deg,#06b6d4,#3b82f6);color:#fff;text-decoration:none;box-shadow:0 6px 18px #00000040;transition:all .3s ease}.overlay-text .btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000059}@media screen and (max-width: 768px){.banner{height:40vh}.overlay-text h2{font-size:1.5rem}.overlay-text p{font-size:1rem}}@media (min-width: 768px){.overlay-text h2{font-size:3rem}.overlay-text p{font-size:1.4rem}}@media (min-width: 1024px){.overlay-text h2{font-size:3.5rem}.overlay-text p{font-size:1.6rem}}.intro{padding:4rem 0;background:#f7fafc}.intro-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.intro-left{flex:1 1 150px}.intro-eyebrow{display:inline-block;font-size:3rem;font-weight:600;color:#06b6d4;margin-bottom:.75rem}.intro-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#0f172a}.intro-desc{font-size:1.05rem;line-height:1.6;color:#1f2937;margin-bottom:1.5rem}.intro-left .btn{display:inline-block;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;background:linear-gradient(90deg,#06b6d4,#3b82f6);color:#fff;text-decoration:none;box-shadow:0 6px 18px #00000040;transition:all .3s ease}.intro-left .btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000059}.intro-right{flex:1 1 150px;display:flex;justify-content:center;align-items:center}.intro-right img{width:100%;max-width:450px;border-radius:16px;box-shadow:0 12px 30px #00000026;object-fit:cover}@media (max-width: 900px){.intro-container{flex-direction:column;text-align:center}.intro-title{font-size:2rem}.intro-desc{font-size:1rem}.intro-right img{max-width:80%}}.profile-info{padding:4rem 0;background:#f7fafc}.profile-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 12px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(15,23,42,.03);display:flex;flex-direction:column;align-items:center;text-align:center}.info-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.info-icon{font-size:2.5rem;color:#06b6d4;margin-bottom:1rem}.info-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;margin-bottom:.75rem;color:#0f172a}.info-desc{font-size:1rem;line-height:1.6;color:#1f2937}@media (min-width: 720px){.profile-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 720px){.info-card{text-align:center}}.team{padding:4rem 0;background:#fff}.team-title{text-align:center;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:3rem;color:#0f172a}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.team-card{background:#f7fafc;border-radius:16px;box-shadow:0 12px 30px #00000014;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;padding:2rem 1rem}.team-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.team-image-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.team-image{width:150px;height:150px;border-radius:50%;object-fit:cover;box-shadow:0 6px 18px #0000001a}.team-name{font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;margin-bottom:.25rem;color:#0f172a}.team-role{font-size:1rem;color:#1f2937}@media (min-width: 720px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.services{padding:4rem 0;background:#f7fafc}.services-title{text-align:center;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:3rem;color:#0f172a}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 12px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.service-icon{font-size:2.5rem;color:#06b6d4;margin-bottom:1rem}.service-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;margin-bottom:.75rem;color:#0f172a}.service-desc{font-size:1rem;color:#1f2937;margin-bottom:1rem}.service-highlights{list-style-type:disc;padding-left:1.25rem;text-align:left;margin-bottom:1rem}.service-highlights li{margin-bottom:.5rem}.btn-outline{display:inline-block;padding:.5rem 1rem;border:2px solid #06b6d4;color:#06b6d4;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-outline:hover{background:#06b6d4;color:#fff}@media (min-width: 720px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.logo-marquee-wrapper{position:relative;overflow:hidden}.fade{position:absolute;top:0;width:80px;height:100%;pointer-events:none;z-index:2}.fade-left{left:0;background:linear-gradient(to right,rgb(63,62,62),transparent)}.fade-right{right:0;background:linear-gradient(to left,rgb(63,62,62),transparent)}.full-gradient{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;background:linear-gradient(to bottom,#3140cc4d,#3140aa4d)}.logo-marquee-title{font-size:1.6rem;font-weight:600;text-align:center;margin-bottom:20px;color:#002147;letter-spacing:1px;text-transform:uppercase;position:relative}.logo-marquee-title:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,#002147,#0af);margin:8px auto 0;border-radius:2px}.reviews-section{padding:4rem 0;background:#f7fafc}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-header h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.reviews-header p{font-size:1rem;color:#1f2937}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.review-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 12px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.review-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #0000001a}.review-user h3{font-family:Poppins,sans-serif;font-weight:600;font-size:1.1rem;color:#0f172a;margin-bottom:.25rem}.stars{display:flex;gap:.2rem}.review-text{font-size:1rem;color:#1f2937;line-height:1.6}.empty-text{text-align:center;font-size:1rem;color:#6b7280}.reviews-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.add-review-btn,.view-all-btn{padding:.5rem 1rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.add-review-btn{border:2px solid #06b6d4;color:#06b6d4}.add-review-btn:hover,.view-all-btn{background:#06b6d4;color:#fff}.view-all-btn:hover{background:#0ea5e9}@media (min-width: 720px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.contact-page{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contact-header{text-align:center;margin-bottom:3rem;position:relative;background-image:url(./contact1-BBm0AAGi.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.contact-header h1{font-size:2.8rem;color:#0047ab;margin-bottom:.5rem}.contact-header:after{content:"";width:100px;height:6px;background:linear-gradient(90deg,#0047ab,#0af);display:block;margin:1rem auto 0;border-radius:3px}.contact-header p{font-size:1.1rem;color:#555;line-height:1.6}.contact-container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-between}.contact-info,.contact-form{background:#f5f8ff;padding:2rem;border-radius:12px;flex:1 1 45%;box-shadow:0 8px 18px #00000014}.contact-info h2,.contact-form h2{color:#0047ab;margin-bottom:1.5rem;text-align:center}.contact-card{display:flex;align-items:center;background:#fff;padding:1rem;border-radius:10px;margin-bottom:1rem;box-shadow:0 4px 12px #0000000d;transition:all .2s ease-in-out}.contact-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001a}.contact-icon{color:#0047ab;font-size:1.5rem;margin-right:1rem}.contact-card a{color:#0047ab;text-decoration:none}.contact-location{display:block;line-height:1.6}.contact-card a:hover{text-decoration:underline}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.9rem 1rem;border-radius:10px;border:1px solid #ccc;font-size:1rem;outline:none;transition:all .2s ease-in-out}.contact-form input:focus,.contact-form textarea:focus{border-color:#0047ab;box-shadow:0 0 5px #0047ab33}.contact-form textarea{min-height:140px;resize:vertical}.contact-socials{display:flex;text-align:justify;margin-top:-1rem}.contact-icon-socials{font-size:3rem;margin:20px}.contact-form button{padding:.9rem 1.5rem;border:none;border-radius:10px;background-color:#0047ab;color:#fff;font-size:1.1rem;cursor:pointer;transition:all .2s ease-in-out}.contact-form button:hover{background-color:#003380}@media (max-width: 900px){.contact-container{flex-direction:column}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background-image:url(./citysoftlogo-C3vgbAK9.png);background-size:cover;background-position:center;height:100%;width:100%}.login-card{background:#ffffff8a;padding:40px 30px;border-radius:15px;max-width:420px;width:100%;box-shadow:0 10px 25px #0003;text-align:center}.login-card h2{margin-bottom:10px;color:#000}.login-subtitle{margin-bottom:25px;color:#222;font-size:.95rem}.form-group{margin-bottom:18px;text-align:left}.form-group label{display:block;font-weight:600;margin-bottom:6px;color:#251f1f}.form-group input{width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:8px;font-size:.95rem;transition:all .3s ease}.form-group input:focus{border-color:#1d2671;box-shadow:0 0 5px #1d26714d;outline:none}.login-btn{background:#2735b6;color:#fff;border:none;padding:14px;width:100%;border-radius:8px;font-size:1rem;cursor:pointer;transition:.3s}.login-btn:hover{opacity:.8;transform:translateY(-2px)}.login-footer{margin-top:20px;font-size:.9rem;color:#cecece}.login-footer a{color:#fa0606;font-weight:600;text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-message.success{color:green}.login-message.error{color:red}.signup-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-image:url(./citysoftlogo-C3vgbAK9.png);background-size:cover;background-position:center;height:100%;width:100%}.signup-box{background:#ffffff1e;padding:2.5rem;border-radius:14px;width:100%;max-width:420px;box-shadow:0 6px 18px #00000026;text-align:center}.signup-box h1{font-size:2rem;margin-bottom:.5rem;color:#fff}.signup-box p{color:#f8f8f8;margin-bottom:1.5rem}.signup-box form{display:flex;flex-direction:column}.signup-box input{margin-bottom:1rem;padding:.9rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;outline:none;transition:border .2s ease}.signup-box input:focus{border-color:#002147}.signup-box button{background:#002147;color:#fff;font-size:1.1rem;padding:.9rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.signup-box button:hover{background:#002147}.signin-text{margin-top:1rem;font-size:.95rem}.signin-text a{color:red;text-decoration:none;font-weight:700}.signin-text a:hover{text-decoration:underline}@media screen and (max-width: 768px){.signup-page{background-size:contain}}.company-profile{max-width:90vw;margin:auto;line-height:1.7;color:#222;padding:40px 10px}.title{margin-bottom:20px;color:#fff;text-align:center;background-image:linear-gradient(#00000010),url(./profile1-D0o6RMWp.jpg);background-size:cover;background-position:center;height:80vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px}.abtimage img{width:40vw;height:60vh;margin-top:90px;border-radius:10%}.company-profile p{margin-bottom:15px}.aboutCity{width:40vw}.aboutCity h1{font-family:fraunces;text-align:center;font-size:50px;color:#06b6d4}.introCity{display:flex;justify-content:space-between}.vision-mission{display:flex;flex-wrap:wrap;gap:30px;margin:40px 0}.vision,.mission{flex:1;min-width:280px;background:#f5f5f5;padding:20px;border-radius:10px;box-shadow:0 2px 8px #0000001a}.vision h3,.mission h3,.mgt-team h3{color:#004080;margin-bottom:10px}.mgt-team{margin-top:30px;background:#fafafa;padding:20px;border-left:5px solid #004080;border-radius:8px}@media (max-width:768px){.introCity{flex-direction:column;margin-top:-90px}.aboutCity,.abtimage img{width:100%}}.hotels{max-width:1200px;margin:40px auto;padding:20px;text-align:center}.hotels img{width:100px;height:100px;margin-right:10px;border-radius:20px;vertical-align:middle}.hotels h2{font-size:2rem;margin-bottom:30px;color:#004080}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.hotel-card{background:#f9f9f9;padding:15px;border-radius:10px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.hotel-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.hotel-card h3{font-size:1.1rem;color:#004080;margin-bottom:5px}.hotel-card a{text-decoration:none;color:inherit}.hotel-card p{color:#555;font-size:.9rem}.government{max-width:1100px;margin:40px auto;padding:20px;text-align:center}.government img{width:100px;height:auto;object-fit:cover;border-radius:12px}.government h2{font-size:2rem;margin-bottom:30px;color:#004080}.gov-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.gov-card{background:#f4f6f9;padding:20px;border-radius:8px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.gov-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.gov-card h3{font-size:1.1rem;color:#004080;margin-bottom:8px}.gov-card p{font-size:.9rem;color:#555}.schools{max-width:1100px;margin:40px auto;padding:20px;text-align:center}.schools img{width:100px;height:auto;object-fit:cover;border-radius:12px}.schools h2{font-size:2rem;margin-bottom:30px;color:#004080}.schools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.school-card{background:#eef6ff;padding:20px;border-radius:8px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.school-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.school-card h3{font-size:1.1rem;color:#004080;margin-bottom:8px}.school-card p{font-size:.9rem;color:#333}.companies-container{padding:40px;max-width:1200px;margin:0 auto}.companies-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.companies-container h2{text-align:center;margin-bottom:30px;font-size:28px;color:#004080}.companies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.company-card{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.company-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.company-card h3{font-size:18px;margin-bottom:10px;color:#004080}.company-card p{font-size:15px;color:#555}.multinational-container{padding:40px;max-width:1200px;margin:0 auto}.multinational-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.multinational-container h2{text-align:center;margin-bottom:30px;font-size:28px;color:#004080}.multinational-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.multinational-card{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.multinational-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.multinational-card h3{font-size:18px;margin-bottom:10px;color:#004080}.multinational-card p{font-size:15px;color:#555}.transport-container{padding:40px;max-width:1200px;margin:0 auto}.transport-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.transport-container h2{text-align:center;margin-bottom:30px;font-size:28px;color:#222}.transport-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.transport-card{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.transport-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.transport-card h3{font-size:18px;margin-bottom:10px;color:#333}.transport-card p{font-size:15px;color:#555}.hospital-Client-container{max-width:1100px;margin:40px auto;padding:20px;text-align:center}.hospital-Client-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.hospital-Client-container h2{font-size:2rem;margin-bottom:30px;color:#004080}.hospital-Client-container .hospitals-client-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.hospital-Client-container .hospital-client-card{background:#e4e5e6;padding:20px;border-radius:8px;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.hospital-Client-container .hospital-client-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.hospital-Client-container .hospital-client-card h3{font-size:1.1rem;color:#004080;margin-bottom:8px}.hospital-Client-container .hospital-client-card p{font-size:.9rem;color:#333}.lounges-container{padding:40px;max-width:1200px;margin:0 auto}.lounges-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.lounges-container h2{text-align:center;margin-bottom:30px;font-size:28px;color:#222}.lounges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.lounge-card{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.lounge-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.lounge-card h3{font-size:18px;margin-bottom:10px;color:#333}.lounge-card p{font-size:15px;color:#555}.oil-gas-container{padding:20px;margin:0 auto;max-width:1100px;text-align:center}.oil-gas-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.oil-gas-container .title{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;color:#004080}.oil-gas-container .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.oil-gas-container .card{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:16px;transition:transform .2s ease}.oil-gas-container .card:hover{transform:translateY(-5px)}.oil-gas-container .card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#004080}.oil-gas-container .card-location{font-size:14px;color:#666}.estate-container{padding:20px;margin:0 auto;max-width:1200px;text-align:center}.estate-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.estate-container .title{font-size:24px;font-weight:700;margin-bottom:20px;color:#004080}.estate-container .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.estate-container .card{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:16px;transition:transform .2s ease}.estate-container .card:hover{transform:translateY(-5px)}.estate-container .card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#004080}.estate-container .card-location{font-size:14px;color:#666}.sales-outlets-container{padding:20px;margin:0 auto;max-width:1200px;text-align:center}.sales-outlets-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.sales-outlets-container .stitle{font-size:24px;font-weight:700;margin-bottom:20px;color:#004080}.sales-outlets-container .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.sales-outlets-container .card{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:16px;transition:transform .2s ease}.sales-outlets-container .card:hover{transform:translateY(-5px)}.sales-outlets-container .card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#004080}.sales-outlets-container .card-location{font-size:14px;color:#666}.religious-container{padding:20px}.religious-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.religious-title{text-align:center;margin-bottom:20px;color:#2c3e50}.religious-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.religious-card{border:1px solid #ccc;border-radius:10px;padding:15px 20px;width:250px;background-color:#f9f9f9;text-align:center;transition:transform .2s}.religious-card:hover{transform:scale(1.05)}.religious-card h3{margin-bottom:10px;font-size:18px;color:#34495e}.religious-card p{font-size:14px;color:#555}.websites-container{padding:20px}.websites-container img{width:100px;height:auto;object-fit:cover;border-radius:12px}.websites-title{text-align:center;margin-bottom:20px;color:#2c3e50}.websites-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.websites-card{border:1px solid #ccc;border-radius:10px;padding:15px 20px;width:280px;background-color:#f9f9f9;text-align:center;transition:transform .2s}.websites-card:hover{transform:scale(1.05)}.websites-card h3{margin-bottom:10px;font-size:18px;color:#34495e}.websites-card a{font-size:14px;color:#2980b9;text-decoration:none}.websites-card a:hover{text-decoration:underline}.gallery-container{padding:40px;text-align:center}.gallery-title{font-size:28px;margin-bottom:20px;color:#333}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.gallery-item{overflow:hidden;border-radius:10px;cursor:pointer;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.03)}.gallery-item:hover img{transform:scale(1.1)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000}.lightbox-image{max-width:80%;max-height:80%;border-radius:8px;box-shadow:0 0 20px #00000080}.close{position:absolute;top:20px;right:20px;font-size:40px;color:#fff;cursor:pointer;z-index:1000}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);font-size:40px;padding:10px;color:#fff;background:#0006;border:none;cursor:pointer;border-radius:5px;transition:background .3s}.prev:hover,.next:hover{background:#000000b3}.prev{left:20px}.next{right:20px}@media (max-width: 768px){.close{font-size:30px}}.register-container{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;font-family:poppins,sans-serif}.cards-wrapper{display:flex;flex-direction:column;gap:2rem}.register-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.register-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.card-img{aspect-ratio:16/9;height:350px}.card-content{padding:1.5rem}.card-content h2{margin-bottom:1rem;font-size:1.8rem;color:#002147}.card-content p{margin-bottom:.8rem;line-height:1.6;color:#555}.services-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 20px #0000001a}.services-card h2{margin-bottom:1rem;color:#002147}.services-badges{display:flex;flex-wrap:wrap;gap:.7rem}.badge{background-color:#002147;color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;transition:background-color .3s ease}.badge:hover{background-color:#0046a1}@media (min-width: 768px){.register-card{flex-direction:row;gap:1.5rem}.card-img{width:45%;height:420px}.card-content{width:55%}}.software-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222}.software-header h1{font-size:2.5rem;color:#0047ab;text-align:center;margin-bottom:.5rem}.software-header p{font-size:1.1rem;text-align:center;max-width:800px;margin:0 auto 2rem;color:#444}.software-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.software-card{background:linear-gradient(145deg,#f5f8ff,#e0ebff);padding:2rem 1.5rem;border-radius:15px;box-shadow:0 10px 20px #0047ab26;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.software-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0047ab40}.software-card .card-image{aspect-ratio:16/9;object-fit:cover;width:100%;height:40vh;border-radius:10%;margin-bottom:20px;transition:transform .3s ease}.software-card:hover .card-image{transform:scale(1.1)}.software-card h2{color:#0047ab;font-size:1.4rem;margin-bottom:.8rem}.software-card p{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1rem}.software-card ul{list-style:none;padding-left:0;margin-top:1rem}.software-card ul li{background-color:#0047ab;color:#fff;display:inline-block;padding:.4rem .8rem;margin:.3rem;border-radius:25px;font-size:.9rem;transition:transform .2s ease,background .3s ease}.software-card ul li:hover{background-color:#06f;transform:scale(1.1);cursor:default}.database-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222}.database-header h1{font-size:2.5rem;color:#e0e0e0;margin-bottom:.5rem;text-align:center;background-image:url(./556-DAU2VuzI.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.database-header p{font-size:1.1rem;text-align:center;max-width:700px;margin:0 auto;color:#444}.text-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.text-card{background-color:#f5f8ff;padding:1.5rem 1.2rem;border-radius:10px;box-shadow:0 4px 15px #00000012;text-align:center;transition:transform .3s ease}.text-card:hover{transform:translateY(-5px)}.card-image{width:60px;height:60px;object-fit:contain;margin-bottom:1rem}.text-card h3{color:#0047ab;margin-bottom:.7rem;font-size:1.3rem}.text-card p{font-size:1rem;line-height:1.6;color:#333}.expertise-section h2{text-align:center;color:#0047ab;margin-bottom:1.5rem;font-size:2rem}.expertise-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;justify-items:center}.expertise-card{background-color:#e6f0ff;padding:1.2rem;border-radius:10px;text-align:center;width:100%;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.expertise-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.expertise-icon{font-size:2rem;color:#0047ab;margin-bottom:.5rem}.expertise-card p{font-size:1.05rem;font-weight:500;color:#222}.bulk-page{max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:Poppins,sans-serif;color:#333}.bulk-header{text-align:center;margin-bottom:3rem}.bulk-header h1{font-size:2.5rem;color:#002147;margin-bottom:.5rem;background-image:url(./sms-B3erN7uV.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.bulk-header p{font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto}.bulk-intro{max-width:900px;margin-bottom:3rem;font-size:1rem;line-height:1.6}.bulk-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.bulk-card{flex:1 1 200px;max-width:300px;background:#f9f9f9;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.bulk-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.bulk-icon{font-size:2rem;color:#007bff;margin-bottom:.7rem}.bulk-card p{font-size:1rem;font-weight:500;color:#333;text-align:center;align-items:center;display:flex;justify-content:center}@media (max-width: 768px){.bulk-cards{flex-direction:column;align-items:center}}.training-page{max-width:1200px;margin:0 auto;padding:3rem 1rem;font-family:Poppins,sans-serif;color:#333}.training-header{text-align:center;margin-bottom:3rem}.training-header h1{font-size:2.5rem;color:#d8dde2;margin-bottom:.5rem;background-image:url(./ict-DflKaY13.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.training-header p{font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto}.training-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.training-card{flex:1 1 250px;max-width:300px;width:100%;background:#f9f9f9;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.training-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.training-icon{font-size:2rem;color:#007bff;margin-bottom:.7rem}.training-card h3{font-size:1.2rem;color:#002147;margin-bottom:.7rem}.training-card ul{list-style:none;padding-left:0;margin-top:.5rem}.training-card li{display:flex;align-items:center;background:#eaf3ff;padding:.35rem .6rem;border-radius:6px;margin-bottom:.5rem;font-size:.95rem}.check-icon{color:#007bff;margin-right:.5rem;flex-shrink:0}@media (max-width: 768px){.training-cards{flex-direction:column;align-items:center}}.projects-page{padding:2rem;max-width:1200px;margin:auto;font-family:Arial,sans-serif}.projects-header{text-align:center;margin-bottom:2rem;max-width:800px;margin:auto}.projects-header h1{font-size:2.2rem;margin-bottom:.8rem;background-image:linear-gradient(130deg,#ffffff2d,#ffffff2c),url(./project-NjOkG_dy.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.projects-header p{font-size:1rem;line-height:1.6;margin-bottom:2rem}.project-categories{margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.category-card{background:#f0f4ff;padding:1.2rem;border-radius:10px;text-align:center;transition:transform .3s,box-shadow .3s;cursor:pointer}.category-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000026}.category-icon{font-size:2rem;color:#007bff;margin-bottom:.5rem}.project-steps{margin-top:2rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-card{display:flex;align-items:center;background:#e8f0ff;padding:1rem;border-radius:8px;gap:.8rem}.step-number{font-weight:700;color:#007bff;font-size:1.2rem}.step-check{color:#28a745}.step-card p{margin:0;flex:1}.pos-container{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f7fafc}.pos-title{text-align:center;font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1rem;background-image:url(./possoft-DcoDb1xN.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.pos-intro{max-width:900px;margin:.5rem auto 1.5rem;color:#1f2937;line-height:1.6}.pos-section{margin-bottom:3rem}.pos-section h2{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}.pos-grid{display:grid;grid-template-columns:1fr;max-width:1000px;margin:0 auto}.pos-card{display:flex;align-items:center;gap:.8rem;background:#fff;border-radius:12px;padding:.3rem 1.5rem;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.pos-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #0000001f}.pos-icon{font-size:1.3rem;color:#06b6d4;flex-shrink:0}.star{color:#facc15}.pos-image{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.pos-image img{max-width:100%;width:48%;border-radius:12px;object-fit:cover;max-height:100vh}@media (min-width: 768px){.pos-grid{grid-template-columns:repeat(2,1fr)}.pos-image .pos-img1{display:hidden}}@media (min-width: 1024px){.pos-grid{grid-template-columns:repeat(3,1fr)}}.hospital-container{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f7fafc}.hospital-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:1rem;color:#0f172a;background-image:url(./hospitalsoft-D6iplhxJ.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.hospital-intro{max-width:900px;margin:.5rem auto 2rem;color:#1f2937;line-height:1.6}.hospital-flex-container{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.hospital-flex-container.reverse{flex-direction:column-reverse}.hospital-list-container{display:grid;grid-template-columns:1fr;width:100%}.hospital-card{display:flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:12px;padding:.5rem 1.5rem;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.hospital-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #0000001f}.hospital-icon{font-size:1.3rem;color:#06b6d4;flex-shrink:0}.hospital-img{max-width:500px;width:100%;border-radius:12px;object-fit:cover;box-shadow:0 8px 20px #00000014}.hospital-subtitle{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a;text-align:center}.toggle-btn{display:block;margin:.5rem auto 0;padding:.5rem 1.2rem;background:#06b6d4;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}@media (min-width: 768px){.hospital-flex-container{flex-direction:row;justify-content:space-between;align-items:flex-start}.hospital-flex-container.reverse{flex-direction:row-reverse}.hospital-list-container{grid-template-columns:1fr;max-width:600px}}.school-portal{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f7fafc;max-width:1200px;margin:0 auto}.school-header{max-width:900px;margin:0 auto 2rem;color:#1f2937}.school-header h1{font-size:2rem;font-weight:700;margin-bottom:1rem;background-image:url(./school-DJJn3DuG.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080;text-align:center}.school-section1{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.school-section1.reverse{flex-direction:column-reverse}.school-list-container{display:grid;grid-template-columns:1fr;width:100%;max-width:600px}.school-card{display:flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;padding:.5rem 1.5rem;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.school-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #0000001f}.school-icon{font-size:1.3rem;color:#f59e0b;flex-shrink:0}.school-img{max-width:500px;width:100%;border-radius:12px;object-fit:cover;box-shadow:0 8px 20px #00000014}.toggle-btn{display:block;margin:.5rem auto 0;padding:.5rem 1.2rem;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.toggle-btn:hover{background:#fbbf24}@media (min-width: 768px){.school-section1{flex-direction:row;justify-content:space-between;align-items:flex-start}.school-section1.reverse{flex-direction:row-reverse}.school-list-container{grid-template-columns:1fr}}.eticketing{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f7fafc}.eticketing-header{max-width:900px;margin:0 auto 2rem;color:#1f2937}.eticketing-header h1{font-size:2rem;font-weight:700;margin-bottom:1rem;background-image:url(./e-ticketing-BGXxB75U.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.eticketing-section{margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.eticket-list{display:grid;grid-template-columns:1fr}.eticket-card{display:flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,#dbeafe,#93c5fd);border-radius:12px;padding:.5rem 1.5rem;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.eticket-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #0000001f}.eticket-icon{font-size:1.3rem;color:#2563eb;flex-shrink:0}.e-ticket-images{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.e-ticket-img img{max-width:100%;width:48vw;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover}@media (min-width: 768px){.eticket-list{grid-template-columns:1fr 1fr}}.estate{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f9fafb}.estate-header{max-width:1200px;margin:0 auto 2rem;color:#000}.estate-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background-image:url(./realEstate-BiS38APw.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.estate-section{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;gap:3rem}.feature-section h2{font-size:1.5rem;gap:.5rem;color:#1e40af;margin-bottom:1rem;text-align:center}.estate-feature-card{padding:.5rem 1.5rem;width:20vw;border-radius:8px;background:linear-gradient(135deg,#dbeafe,#93c5fd);box-shadow:0 8px 20px #00000014;text-align:left;font-weight:500;display:flex;gap:.5rem;transition:transform .3s ease,box-shadow .3s ease}.estate-feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #0000001f}.toggle-btn{display:block;margin:.5rem auto 0;padding:.5rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.estate-images{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.estate-img img{max-width:100%;width:48vw;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover}@media screen and (max-width: 768px){.estate-section{display:flex;flex-direction:column}.estate-feature-card{width:80vw}.estate-img img{width:90vw}}.hotel-management{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f7fafc}.hotel-header{max-width:900px;margin:0 auto 3rem}.hotel-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1rem;background-image:url(./hotell-DCETZXAF.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.hotel-flex-container{display:flex;justify-content:space-between}.hotel-header p{color:#1f2937;line-height:1.6}.hotel-section{margin-bottom:3rem}.hotel-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a;text-align:center}.hotel-grid{display:grid;grid-template-columns:1fr;max-width:1000px;margin:0 auto}.hotel-card{background:#9fe6f771;border-radius:12px;padding:.5rem 1.5rem;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.hotel-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #0000001f}.toggle-btn{display:block;margin:1rem auto 0;padding:.5rem 1.2rem;background:#06b6d4;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.toggle-btn:hover{background:#0ea5e9}.hotel-images{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.hotel-img img{max-width:100%;border-radius:12px;object-fit:cover}@media (min-width: 768px){.hotel-grid{grid-template-columns:repeat(2,1fr)}.hotel-images{flex-wrap:nowrap}.hotel-img img{width:68%}}@media (min-width: 1024px){.hotel-grid{grid-template-columns:repeat(3,1fr)}}.hrpayroll{padding:2rem 1rem;font-family:Poppins,sans-serif;background:#f9fafb}.hrpayroll-header{max-width:900px;margin:0 auto 2rem;text-align:center;color:#1f2937}.hrpayroll-header h1{font-size:2rem;font-weight:700;margin-bottom:1rem}.hrpayroll-section{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.feature-section h2{font-size:1.5rem;display:flex;align-items:center;gap:.5rem;color:#1e40af;margin-bottom:1rem}.section-icon{font-size:1.5rem;color:#2563eb}.feature-card{padding:.5rem 1.2rem;border-radius:9px;background:linear-gradient(135deg,#dbeafe,#93c5fd);box-shadow:0 8px 20px #00000014;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #0000001f}.toggle-btn{display:block;margin:.5rem auto 0;padding:.5rem 1.2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.toggle-btn:hover{background:#3b82f6}.item-icon{color:#1e40af;margin-right:.6rem;min-width:20px}.bio-images{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.bio-img img{max-width:100%;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover;height:50vh}.cooperative-page{padding:2rem 1rem;max-width:1000px;margin:auto}.cooperative-header{margin-bottom:2rem}.cooperative-header h1{font-size:2.5rem;color:#1e40af;margin-bottom:1rem;background-image:url(./cooperative-OyZ97RVe.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080;text-align:center}.cooperative-header p{font-size:1rem;color:#334155;line-height:1.6}.cooperative-features-list{display:flex;flex-direction:column}.cooperative-card{background:linear-gradient(90deg,#f0f9ff,#e0f2fe);padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;font-size:1rem;color:#0f172a;box-shadow:0 2px 5px #0000000d;transition:transform .2s}.cooperative-card:hover{transform:translate(5px);background:linear-gradient(90deg,#fef3c7,#fde68a)}.cooperative-icon{color:#1e40af;margin-right:.8rem;min-width:20px}@media (max-width: 768px){.cooperative-header h1{font-size:2rem}.features-section h2{font-size:1.5rem}}.inventory-page{padding:3rem;max-width:1100px;margin:auto;color:#2c3e50;line-height:1.7}.inventory-header{text-align:center;margin-bottom:2.5rem}.inventory-header h1{font-size:2.5rem;color:#016820;margin-bottom:1rem;background-image:url(./inventory-C8erqiz2.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.inventory-header p{font-size:1.1rem;color:#555;max-width:850px;margin:auto}.features-section,.benefits-section{background:#f9f9f9;padding:2rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.features-section h2,.benefits-section h2{font-size:1.8rem;color:#1e3d59;margin-bottom:1.2rem;border-left:6px solid #1e3d59;padding-left:10px}.features-list,.benefits-list{list-style:none;padding:0;margin:0}.features-list li,.benefits-list li{background:#fff;margin:.5rem 0;padding:.9rem 1rem;border-left:5px solid #3498db;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.features-list li:hover,.benefits-list li:hover{transform:translate(6px);box-shadow:0 3px 8px #0000001a}@media (max-width: 768px){.inventory-header h1{height:30vh}}.quickbook-page{padding:2rem 1rem;max-width:1000px;margin:auto}.quickbook-header{margin-bottom:2rem}.quickbook-header h1{font-size:2.5rem;color:#1e40af;margin-bottom:1rem;background-image:url(./agric-BZBL-rIw.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.quickbook-header p{font-size:1rem;color:#334155;line-height:1.6}.features-section h2{font-size:2rem;color:#1e40af;margin-bottom:1rem}.features-list{display:flex;flex-direction:column}.agric-card{background:linear-gradient(90deg,#f0f9ff,#e0f2fe);padding:.5rem 1.5rem;border-radius:8px;display:flex;align-items:center;font-size:1rem;color:#0f172a;box-shadow:0 2px 5px #0000000d;transition:transform .2s}.agric-card:hover{transform:translate(5px);background:linear-gradient(90deg,#fef3c7,#fde68a)}.agric-icon{color:#1e40af;margin-right:.8rem;min-width:20px}.agric-images{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.agric-img img{max-width:100%;width:48vw;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover}@media (max-width: 768px){.quickbook-header h1{font-size:2rem}.features-section h2{font-size:1.5rem}}.topics-container{max-width:1100px;margin:2rem auto;padding:1rem 2rem;font-family:Arial,sans-serif}.topics-title{font-size:2rem;font-weight:700;color:#002147;margin-bottom:1rem;text-align:center}.topics-search{width:100%;padding:.8rem 1rem;border-radius:8px;border:1px solid #ccc;margin-bottom:1.5rem;font-size:1rem;transition:border-color .3s}.topics-search:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff4d}.topics-list{list-style:none;padding:0;margin:0}.topic-item{background:#f0f4ff;padding:.8rem 1rem;margin-bottom:.5rem;border-radius:8px;transition:transform .2s,box-shadow .2s;cursor:default}.topic-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.no-results{text-align:center;color:#888;font-style:italic;margin-top:1rem}.languages-box{background:#e8f0ff;border-radius:10px;padding:1.5rem;margin-top:2rem}.languages-box h3{font-size:1.5rem;margin-bottom:.8rem;color:#002147}.languages-box ul{list-style:disc;margin-left:1.5rem;padding-left:0}.languages-box li{margin-bottom:.4rem;font-weight:500}.languages-box h4{margin-top:1rem;font-size:1rem}.languages-box h4 a{color:#007bff;text-decoration:none;font-weight:700}.languages-box h4 a:hover{text-decoration:underline}.project-topics-admin{max-width:900px;margin:40px auto;padding:20px;background:#f9f9f9;border-radius:12px;box-shadow:0 4px 15px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.project-topics-admin h2{text-align:center;margin-bottom:25px;color:#333}.project-topics-admin form{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.project-topics-admin label{font-weight:600;margin-bottom:5px;color:#555}.project-topics-admin input{padding:10px 12px;border-radius:8px;border:1px solid #ccc;font-size:1rem;outline:none;transition:border .2s ease;width:100%}.project-topics-admin input:focus,.project-topics-admin textarea:focus{border-color:#007bff}.project-topics-admin button{align-self:flex-start;padding:10px 16px;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s ease}.project-topics-admin button:hover{background-color:#0056b3}.project-topics-admin h3{margin-bottom:15px;color:#333}.project-topics-admin ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.project-topics-admin li{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 16px;border-radius:8px;border:1px solid #e0e0e0;transition:box-shadow .2s ease}.project-topics-admin li:hover{box-shadow:0 4px 12px #00000014}.project-topics-admin li button{background:#dc3545;padding:6px 10px;font-size:.9rem}.project-topics-admin li button:hover{background:#b02a37}.project-topics-admin li button:nth-child(2){background:#ffc107;color:#333}.project-topics-admin li button:nth-child(2):hover{background:#e0a800}.admin-container{display:flex;height:100vh;font-family:Segoe UI,sans-serif}.sidebar{width:240px;background:linear-gradient(180deg,#1d2671,#c33764);color:#fff;padding:20px}.sidebar .logo{font-size:1.4rem;font-weight:700;margin-bottom:30px;text-align:center}.sidebar nav ul{list-style:none;padding:0}.sidebar nav ul li{padding:12px 15px;margin-bottom:10px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .3s}.sidebar nav ul li:hover,.sidebar nav ul li.active{background:#fff3}.main-content{flex:1;background:#f5f7fa;display:flex;flex-direction:column}.topbar{background:#fff;padding:15px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}.logout-btn{background:#c33764;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:5px}.logout-btn:hover{background:#a52a4c}.content-area{padding:25px;flex:1;overflow-y:auto}.dashboard-welcome h2{margin-bottom:10px;color:#1d2671}.client-modules{padding:20px}.client-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:20px}.client-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.client-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.client-card h3{margin-bottom:8px;color:#1d2671}.back-btn{background:#1d2671;color:#fff;border:none;padding:8px 14px;border-radius:6px;margin-bottom:20px;cursor:pointer}.client-module{padding:20px}.back-btn{background:#eee;border:none;padding:8px 12px;margin-bottom:15px;cursor:pointer;border-radius:5px}.client-form{display:flex;gap:10px;margin-bottom:20px}.client-form input[type=text],.client-form input[type=file]{padding:8px;border:1px solid #ccc;border-radius:5px;flex:1}.btn-primary{background:#007bff;color:#fff;border:none;padding:8px 14px;cursor:pointer;border-radius:5px;display:flex;align-items:center;gap:5px}.btn-primary:disabled{background:#aaa}.client-table{width:100%;border-collapse:collapse}.client-table th,.client-table td{border:1px solid #ddd;padding:10px;text-align:left}.client-table th{background:#f4f4f4}.logo-img{width:50px;height:50px;object-fit:cover}.btn-edit,.btn-delete{border:none;padding:6px 10px;margin-right:5px;border-radius:5px;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.btn-edit{background:#ffc107;color:#000}.btn-delete{background:#dc3545;color:#fff}.empty{text-align:center;color:#888;font-style:italic}.reviews-container{padding:20px;font-family:Arial,sans-serif}.reviews-title{font-size:24px;font-weight:700;margin-bottom:15px}.reviews-tabs{display:flex;gap:10px;margin-bottom:20px}.tab-btn{padding:8px 14px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:4px;transition:background .2s}.tab-btn:hover{background:#f2f2f2}.tab-btn.active{background:#007bff;color:#fff;border-color:#007bff}.reviews-list{display:grid;gap:12px}.review-card{border:1px solid #ddd;padding:15px;border-radius:6px;background:#fff;box-shadow:0 1px 3px #00000014}.review-user{font-weight:700;margin-bottom:6px}.review-content{font-size:14px;color:#333;margin-bottom:10px}.review-actions{display:flex;gap:10px}.approve-btn,.reject-btn{padding:6px 12px;border:none;cursor:pointer;border-radius:4px;color:#fff;font-size:14px}.approve-btn{background:#28a745}.approve-btn:hover{background:#218838}.reject-btn{background:#dc3545}.reject-btn:hover{background:#c82333}.no-reviews{color:#777;font-size:14px}.delete-btn{background-color:#fff;color:red;padding:8px 12px;border:none;border-radius:4px;cursor:pointer;position:relative;left:90px;gap:5px;font-size:14px;transition:background-color .3s}.delete-btn:hover{color:#f2f2f2;background-color:red}.gallery-container{max-width:900px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.gallery-title{font-size:24px;margin-bottom:20px;text-align:center}.form-row{display:flex;gap:10px;margin-bottom:20px}.input-field,.input-file{padding:8px;border:1px solid #ccc;border-radius:4px;flex:1}.btn{padding:8px 14px;border:none;border-radius:4px;cursor:pointer}.btn-blue{background-color:#007bff;color:#fff}.btn-blue:hover{background-color:#0056b3}.btn-red{background-color:#dc3545;color:#fff;margin-top:10px}.btn-red:hover{background-color:#a71d2a}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.gallery-card{border:1px solid #ddd;padding:10px;border-radius:6px;text-align:center}.gallery-img{width:100%;height:180px;object-fit:cover;border-radius:4px}.gallery-caption{margin-top:10px;font-weight:700}.verify-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f7fa;font-family:Arial,sans-serif}.verify-box{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 6px 20px #0000001a;text-align:center;width:380px}.resend-link{display:block;text-align:right;font-size:14px;color:#0823b8;text-decoration:none;cursor:pointer}.verify-box h1{font-size:24px;margin-bottom:10px;color:#333}.verify-box p{font-size:14px;margin-bottom:20px;color:#555}.verify-box strong{color:#007bff}.verify-box form{display:flex;flex-direction:column;gap:15px}.verify-box input{padding:12px;border:1px solid #ccc;border-radius:8px;font-size:14px;outline:none;transition:border-color .3s ease}.verify-box input:focus{border-color:#007bff}.verify-box button{background:#007bff;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer;font-size:15px;font-weight:700;transition:background .3s ease}.verify-box button:disabled{background:#7daee6;cursor:not-allowed}.verify-box button:hover:not(:disabled){background:#0056b3}.verify-message{margin-top:15px;font-size:14px}.verify-message.success{color:green}.verify-message.error{color:red}.unauthorized-container{text-align:center;margin-top:8rem;font-family:Arial,sans-serif;color:#002147}.unauthorized-container h1{font-size:6rem;margin-bottom:1rem;color:#ff4d4f}.unauthorized-container h2{font-size:2rem;margin-bottom:1rem}.unauthorized-container p{font-size:1.1rem;margin-bottom:2rem;color:#555}.home-button{display:inline-block;padding:.8rem 2rem;background-color:#007bff;color:#fff;font-size:1rem;border-radius:8px;text-decoration:none;transition:background-color .3s,transform .2s}.home-button:hover{background-color:#0056b3;transform:translateY(-2px)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.smartlab-portal{padding:3rem 1rem;max-width:1200px;margin:auto}.smartlab-header{margin-bottom:2rem}.smartlab-header h1{font-size:2.5rem;color:#1e40af;margin-bottom:1rem;background-image:url(./lab2-uUc4VjPj.jpg);background-size:cover;background-position:center;height:70vh;width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000080}.smartlab-header p{font-size:1rem;color:#334155;line-height:1.2}.smartlab-section{margin-bottom:3rem}.smartlab-section h2{font-size:2rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:#1e40af}.smartlab-list{display:flex;flex-direction:column}.smartlab-card{background:linear-gradient(90deg,#f0f9ff,#e0f2fe);padding:.5rem 1.5rem;border-radius:8px;display:flex;align-items:center;font-size:1rem;color:#0f172a;box-shadow:0 2px 5px #0000000d;transition:transform .2s}.smartlab-card:hover{transform:translate(5px);background:linear-gradient(90deg,#fef3c7,#fde68a)}.smartlab-icon{color:#1e40af;margin-right:.8rem;min-width:20px}.benefits .smartlab-card{background:linear-gradient(90deg,#fefce8,#fef3c7)}.toggle-btn{margin-top:.8rem;background-color:#1e40af;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;align-self:flex-start;transition:background .3s}.toggle-btn:hover{background-color:#2563eb}.smart-images{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.smart-img img{max-width:100%;width:48vw;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover}@media (max-width: 768px){.smartlab-header h1{font-size:2rem}.smartlab-section h2{font-size:1.5rem}}.loader-page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#002147;color:#fff}.logo{width:120px;height:auto;animation:pulse 1.8s infinite ease-in-out;margin-bottom:20px}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}.loader-page p{opacity:;animation:fade 2s infinite}@keyframes fade{0%,to{opacity:.3}50%{opacity:.7}}
