*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background:linear-gradient(270deg,#74ebd5,#9face6);background-size:800% 800%;animation:bodyGradient 20s ease infinite;color:#333;line-height:1.6;overflow-x:hidden;min-height:100vh}@keyframes bodyGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}nav a,.hero a{color:#007bff;text-decoration:none;transition:color .3s ease}nav a:hover,.hero a:hover{color:#0056b3}@keyframes navGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}nav{background:linear-gradient(270deg,#1c2331,#0056b3,#007bff,#1c2331);background-size:800% 800%;animation:navGradient 20s ease infinite;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;left:0}nav .logo{font-weight:700;font-size:1.5rem;letter-spacing:1.5px;cursor:default}nav ul{list-style:none;display:flex;gap:1.5rem}nav ul li{font-weight:500}nav ul li a{color:#fff;font-weight:500;padding:.3rem .6rem;border-radius:5px;transition:background .3s ease}nav ul li a:hover{background:#0056b3;color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;width:25px}.hamburger div{height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.login-dropdown{position:relative;display:inline-block}.login-dropdown .dropbtn{cursor:pointer;display:flex;align-items:center;gap:.2rem;font-weight:500;color:#fff;padding:.3rem .6rem;border-radius:5px;transition:background .3s ease}.login-dropdown:hover .dropbtn{background:#0056b3}.login-dropdown .dropdown-content{display:none;position:absolute;top:100%;left:0;background:#007bff;min-width:180px;border-radius:8px;box-shadow:0 8px 15px #0056b34d;z-index:1100;padding:.5rem 0;list-style:none}.login-dropdown:hover .dropdown-content{display:block}.login-dropdown .dropdown-content li a{display:block;padding:.5rem 1.2rem;color:#fff;font-weight:500;text-decoration:none;transition:background .3s ease}.login-dropdown .dropdown-content li a:hover{background:#0056b3}.login-dropdown .dropdown-content::-webkit-scrollbar{width:6px}.login-dropdown .dropdown-content::-webkit-scrollbar-thumb{background:#0056b3;border-radius:3px}@keyframes heroGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:block;background:linear-gradient(270deg,#007bff,#00bcd4,#0056b3,#0af);background-size:800% 800%;animation:heroGradient 15s ease infinite;color:#fff;text-align:center;padding:5rem 1rem 6rem;clip-path:polygon(0 0,100% 0,100% 85%,0% 100%);position:relative;z-index:1}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;max-width:700px;margin:0 auto 2.5rem;font-weight:300}.hero .btn-primary{background:#fff;color:#007bff;padding:.75rem 2rem;border:none;border-radius:30px;font-weight:600;font-size:1.1rem;cursor:pointer;box-shadow:0 5px 15px #007bff4d;transition:background .3s ease,color .3s ease;text-decoration:none;display:inline-block}.hero .btn-primary:hover{background:#0056b3;color:#fff;box-shadow:0 6px 20px #0056b380}.features{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:4rem 1rem;background:#fff;max-width:1200px;margin:-4rem auto 4rem;border-radius:15px;box-shadow:0 10px 25px #00000014}.feature-card{flex:1 1 280px;background:#f1f7ff;padding:2rem;border-radius:15px;box-shadow:0 8px 15px #007bff1a;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px #007bff40}.feature-card h3{margin-bottom:1rem;color:#007bff;font-weight:700;font-size:1.5rem}.feature-card p{font-weight:400;color:#555;font-size:1rem;line-height:1.4}.feature-card a.btn-secondary{margin-top:1.5rem;display:inline-block;padding:.5rem 1.5rem;border-radius:30px;background:#007bff;color:#fff;font-weight:600;text-decoration:none;transition:background .3s ease}.feature-card a.btn-secondary:hover{background:#0056b3}.footer{background:linear-gradient(180deg,#f8f9fa,#e9ecef);color:#212529;padding:3rem 0 2rem;border-top:1px solid #dee2e6;font-family:Inter,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:50%;width:80%;height:3px;background:linear-gradient(90deg,#0d6efd,#6610f2,#6f42c1);transform:translate(-50%);border-radius:10px}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;max-width:1200px;margin:0 auto}.footer-about{flex:1 1 350px}.footer-about h4{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#000}.footer-about p{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:0}.footer-social{flex:1 1 250px}.footer-social h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#000}.footer-social .social-links{display:flex;gap:1rem}.footer-social .social-links a{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;background-color:#fff;color:#0d6efd;font-size:1.4rem;border:1px solid #dee2e6;transition:all .3s ease;box-shadow:0 4px 10px #0d6efd1a}.footer-social .social-links a:hover{background-color:#0d6efd;color:#fff;transform:translateY(-4px);box-shadow:0 6px 16px #0d6efd40}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #dee2e6;font-size:.9rem;color:#6c757d}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center}.footer-about,.footer-social{flex:1 1 100%}.footer-social .social-links{justify-content:center}}@media (max-width: 768px){nav ul{display:none;flex-direction:column;background:#1c2331;position:absolute;top:100%;left:0;width:100%;z-index:999;border-radius:0 0 15px 15px}nav ul.active{display:flex}nav ul li{padding:1rem 2rem;border-top:1px solid #0056b3}.hamburger{display:flex}.login-dropdown .dropdown-content{display:none;position:static;background:none;box-shadow:none;padding:0;max-height:none;overflow:visible}.login-dropdown.active .dropdown-content{display:block}.login-dropdown .dropbtn:hover{background:none}.login-dropdown .dropdown-content li a{padding:1rem;background:linear-gradient(270deg,#1c2331,#0056b3,#007bff,#1c2331);border-radius:5px;margin:.2rem 0}.login-dropdown .dropdown-content li a:hover{background:#0056b3}}.table,.post-content table{background-color:transparent!important;color:#222!important;border-collapse:collapse}.blog-post{background-color:#fff;box-shadow:5px 5px 10px 2px #3f3f4b80}.blog-post-2{padding:8px 15px 4px 17px}.text-center{text-align:center}.textbolder{font-weight:bolder}.textfontTimesnewRoman{font-family:Times New Roman,Times,serif}.itemcenter{align-items:center;text-align:center}.title{background-color:#d8dfe7;margin-top:1px;box-shadow:5px 5px 10px 2px #cacad180;padding:2px}.post-title{align-items:center;font-family:Times New Roman,Times,serif;text-align:center}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{border-collapse:collapse;width:100%;max-width:100%}.table-responsive table th,.table-responsive table td{border:1px solid #ddd;padding:8px;text-align:center}.table-responsive table th{background-color:#f8f8f8}html,body{overflow-x:hidden;height:auto}
