@import url(https://fonts.googleapis.com/css?family=Roboto);*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:#333;background:#f9f9f9}main{padding:2rem;min-height:calc(100vh - 140px);position:relative;z-index:5}section{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .1)}h1,h2,h3{color:#1a202c;margin-bottom:1rem}p{margin-bottom:1rem}form{display:flex;flex-direction:column;gap:1rem}input,textarea,select{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color 0.3s ease}input:focus,textarea:focus,select:focus{border-color:#4299e1;outline:none}button{padding:.75rem 1.5rem;background:#f9d202;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background 0.3s ease}button:hover{background:#ffe000}.register{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.register form{display:flex;flex-direction:column;gap:1rem}.register h1{color:#1a202c;margin-bottom:1.5rem}.password-wrapper{position:relative;width:100%}.password-input{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;width:100%;padding-right:2.5rem;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/><path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/></svg>') no-repeat right .75rem center;background-size:1.5rem;transition:border-color 0.3s ease}.password-input:focus{border-color:#4299e1;outline:none}.password-input:hover{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#4299e1" viewBox="0 0 16 16"><path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/><path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/></svg>')}.password-input{cursor:pointer}@media (max-width:480px){.password-input{padding-right:2rem;background-size:1.2rem;font-size:.85rem}}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:8px;box-shadow:0 0 20px rgb(0 0 0 / .3);z-index:2000;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.search-bar{display:flex;gap:1rem;margin-bottom:2rem}.journal-item{padding:1rem;border-bottom:1px solid #e2e8f0}.journal-item:last-child{border-bottom:none}.journal-item button{margin-top:.5rem}.chat,.admin-chat,.user-chat{max-width:900px;margin:0 auto;padding:2rem;background:#f5f5f5;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .1);position:relative;z-index:10}.chat-container{background:#fff;border-radius:8px;overflow:hidden;margin-top:1rem;position:relative;z-index:11}.chat-users{background:#fff;border-radius:8px;overflow:hidden;margin-top:1rem;max-height:300px;overflow-y:auto}.chat-messages{height:400px;overflow-y:auto;padding:1rem;position:relative;z-index:12}.message{margin:.5rem 0;padding:.5rem 1rem;border-radius:8px;max-width:70%;clear:both}.user-message{background:#dcf8c6;margin-left:auto;text-align:right}.admin-message{background:#e9ecef;margin-right:auto}.message-sender{font-size:.8rem;color:#666;margin-bottom:.2rem}.user-chat{padding:1rem;border-bottom:1px solid #e2e8f0;cursor:pointer}.user-chat:hover{background:#f8f9fa}.user-chat span{font-weight:700;color:#1a202c}.user-chat p{margin:.2rem 0;color:#666;font-size:.9rem}.chat-form{display:flex;gap:1rem;padding:1rem;background:#fff;border-top:1px solid #e2e8f0}.chat-form input[type="text"]{flex:1;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px}.chat-form button{padding:.5rem 1rem;background:#4299e1;color:#fff;border:none;border-radius:4px;cursor:pointer}.chat-form button:hover{background:#2b6cb0}.admin-login,.admin-dashboard,.papers,.users,.admin-chat{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.admin-sidebar{width:200px;background:#fff;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .1);padding:1rem;margin-right:1rem;float:left;position:relative;z-index:999}.admin-sidebar h3{font-size:1.2rem;color:#1a202c;margin-bottom:1rem}.admin-sidebar ul{list-style:none;padding:0}.admin-sidebar li{margin-bottom:.5rem}.admin-sidebar a{text-decoration:none;color:#4299e1;font-weight:700}.admin-sidebar a:hover{color:#2b6cb0}.dashboard-content-main{overflow:hidden;padding:1rem}.paper,.user{padding:1rem;border:1px solid #e2e8f0;border-radius:4px;margin-bottom:1rem;background:#f9f9f9}.paper form,.user form{display:flex;gap:1rem;align-items:center}@media (max-width:768px){.paper form,.user form{flex-direction:column;align-items:stretch}}.user-table,.paper-table{width:100%;border-collapse:collapse;margin-top:1rem}.user-table th,.user-table td,.paper-table th,.paper-table td{padding:.5rem;border:1px solid #e2e8f0;text-align:left}.user-table th,.paper-table th{background:#4299e1;color:#fff}.button{padding:.3rem .8rem;background:#f9d202;color:#fff;border:none;border-radius:4px;text-decoration:none;cursor:pointer;margin-right:.5rem}.button.danger{background:#e53e3e}.button.danger:hover{background:#b23434}.button:hover{background:#ffe000}footer{background:#713f3f;color:#f9d202;text-align:center;padding:1rem;bottom:0;width:100%;z-index:999;box-shadow:0 -2px 5px rgb(0 0 0 / .2)}.footer-content ul{list-style:none;display:flex;justify-content:center;gap:1.5rem;margin-top:.5rem}.footer-content a{color:#f9d202;text-decoration:none;transition:color 0.3s ease}.footer-content a:hover{color:#4299e1}section{padding:1rem}.search-bar{flex-direction:column}.dashboard nav,.admin-sidebar,.dashboard-content-main{flex-direction:column}.admin-sidebar{width:100%;margin-right:0;margin-bottom:1rem}.paper form,.user form,.chat-form{flex-direction:column;align-items:stretch}.chat-messages{height:250px}.user-table,.paper-table{font-size:.9rem}}@media (max-width:480px){section{padding:.5rem}.chat-form input[type="text"]{padding:.4rem;font-size:.9rem}.chat-form button{padding:.4rem .8rem;font-size:.9rem}.password-input{padding-right:2rem;background-size:1.2rem;font-size:.85rem}}.logo{width:200px}.status-table{width:80%;border-collapse:collapse;background-color:#fff;border-radius:8px;overflow:hidden}.status-table th,.status-table td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.status-table th{background-color:#713f3f;color:#fff;font-size:16px;font-weight:700}.status-table td{background-color:#fff;color:#333;font-size:14px}.status-table tr:nth-child(even) td{background-color:#f9d202}.status-table tr:hover{background-color:#f1f1f1}.status-table{border:1px solid #ddd}.status-table{box-shadow:0 2px 10px rgb(0 0 0 / .1)}.status-table th,.status-table td{transition:background-color 0.3s ease}.status-table td:hover{background-color:#f9d202;cursor:pointer}.status-table th,.status-table td{font-family:Arial,sans-serif}.header{background-color:#713f3f;color:#fff;padding:40px 20px;text-align:center;margin-bottom:40px}.header h1{font-size:36px;margin:0}.header p{font-size:18px;margin:10px 0}.section{padding:40px 20px}.section-title{color:#713f3f;font-size:28px;text-align:center;margin-bottom:20px}.service-section{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:40px;justify-content:space-around}.service-card{text-align:center;width:30%;padding:20px;border-radius:8px;background-color:#f9f9f9;box-shadow:0 4px 10px rgb(0 0 0 / .05);transition:transform 0.3s ease}.service-card h3{color:#713f3f;font-size:22px;margin-bottom:15px}.service-card p{color:#555;font-size:16px;line-height:1.6}.service-card i{font-size:40px;color:#713f3f;margin-bottom:20px}.service-card:hover{transform:translateY(-10px)}.btn{background-color:#f9d202;color:#713f3f;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-weight:700;text-decoration:none}.btn:hover{background-color:#713f3f;color:#fff}.cta-section{background:linear-gradient(to right,#1e3c72,#2a5298);color:#fff;padding:40px 20px;text-align:center}.cta-section h2{font-size:32px;margin-bottom:20px}.cta-section p{font-size:18px;margin-bottom:30px}@media screen and (max-width:768px){.service-card{width:100%}.cta-section h2{font-size:28px}.testimonial-card{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1);width:100%;text-align:center}.testimonial-cards{display:flex;justify-content:center;gap:3px;flex-wrap:wrap}}.testimonials{background-color:#f4f4f4;padding:40px 20px;margin-bottom:40px}.testimonials h2{text-align:center;font-size:28px;color:#713f3f;margin-bottom:20px}.testimonial-cards{display:flex;justify-content:space-between;gap:20px}.testimonial-card{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1);width:30%;text-align:center}.testimonial-card p{font-style:italic;color:#555}.testimonial-card h4{margin-top:15px;color:#713f3f}.hero-container{text-align:center;width:100%;height:60vh;display:flex;justify-content:center;align-items:center;position:relative;background-image:url(https://powerlineresearchpublication.com/assets/images/front.webp);border-radius:10px;color:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .1);overflow:hidden;cursor:url(http://www.rw-designer.com/cursor-extern.php?id=157440),auto;background-repeat:no-repeat;background-size:cover}.typing-text{font-size:2rem;font-weight:700;color:#f9d202;display:inline-block}.cta-button{position:absolute;bottom:30px;background-color:#f39c12;padding:15px 30px;font-size:18px;border-radius:30px;color:#fff;border:none;font-weight:700;cursor:pointer;transition:transform 0.3s ease}.cta-button:hover{background-color:#e67e22;transform:scale(1.1)}.spark{margin:-100px 90px 110px -43px;position:fixed;border-radius:50%;width:40px;height:40px;pointer-events:none;animation:spark-animation 0.5s ease-out infinite;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}@keyframes spark-animation{0%{transform:scale(0);opacity:1}100%{transform:scale(1);opacity:0}}.star-effect{position:fixed;border-radius:50%;width:50px;height:50px;pointer-events:none;animation:star-effect-animation 1s ease-out forwards;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}@keyframes star-effect-animation{0%{transform:scale(0);opacity:1}100%{transform:scale(10);opacity:0}}.testimonials{padding:50px 20px;background:#713f3f;text-align:center;overflow:hidden}.testimonials h2{font-size:2rem;margin-bottom:30px;color:#ffe50a}.testimonial-slider{position:relative;overflow:hidden;width:100%;cursor:grab}.testimonial-track{display:flex;transition:transform 0.5s ease-in-out;will-change:transform}.testimonial-card{flex:0 0 100%;box-sizing:border-box;padding:30px;margin:2px;background:#f4f4f4;border-radius:15px;box-shadow:0 0 10px rgb(0 0 0 / .1);transition:transform 0.3s ease}.testimonial-card:hover{transform:scale(1.03)}.testimonial-card p{font-size:1rem;line-height:1.6;margin-bottom:20px;color:#000}.testimonial-card h4{font-size:1.1rem;font-weight:700;color:#713f3f}@media (min-width:768px){.testimonial-card{flex:0 0 33.3333%}}.testimonial-slider::-webkit-scrollbar{display:none}.testimonial-slider{-ms-overflow-style:none;scrollbar-width:none}.review{width:60px;height:60px;border-radius:50%}.hero-container,.section,.service-section,.testimonials,.cta-section{will-change:transform;transform:translate3d(0,0,0);contain:layout paint}.checked{color:orange}body{font-family:'Segoe UI',sans-serif;background-color:#fff;margin:0;padding:0}.section-title{text-align:center;font-size:2rem;color:#001f3f;margin:40px 0 20px}.swiper{width:100%;padding:0 2% 60px;box-sizing:border-box}.swiper-slide{background:#f4f6f8;border-radius:16px;box-shadow:0 4px 10px rgb(0 0 0 / .08);overflow:hidden;display:flex;flex-direction:column;width:280px;user-select:none}.blog-image{width:100%;height:180px;object-fit:cover}.blog-content{padding:20px}.blog-title{color:#001f3f;font-size:1.25rem;margin:10px 0 5px}.blog-excerpt{color:#333;font-size:.95rem;margin-bottom:20px}.read-more{text-decoration:none;display:inline-block;padding:10px 15px;background-color:#ff6b00;color:#fff;border-radius:8px;transition:background 0.3s}.read-more:hover{background-color:#d95c00}@keyframes pulse{0%{transform:scale(1,1)}50%{opacity:.3}100%{transform:scale(1.45);opacity:0}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}.nav-bottom{display:flex;flex-direction:row;justify-content:flex-end;align-content:flex-end;width:auto;height:auto;position:fixed;z-index:8;bottom:0;left:0;padding:5px;margin:0}@media (max-width:320px){.nav-bottom{width:320px;left:-226px}.whatsapp-popup{left:240px;width:304px;height:408px}}.whatsapp-button{display:flex;justify-content:center;align-content:center;width:60px;height:60px;z-index:8;transition:0.3s;margin:10px;padding:7px;border:none;outline:none;cursor:pointer;border-radius:50%;background-color:#fff;-webkit-box-shadow:1px 1px 6px 0 rgb(68 68 68 / .705);-moz-box-shadow:1px 1px 6px 0 rgb(68 68 68 / .705);box-shadow:1px 1px 6px 0 rgb(68 68 68 / .705)}.circle-anime{display:flex;position:absolute;justify-content:center;align-content:center;width:60px;height:60px;top:15px;right:15px;border-radius:50%;transition:0.3s;background-color:#77bb4a;animation:pulse 1.2s 4s ease 4}.popup-whatsapp>ul>li{text-decoration:none}.popup-whatsapp{text-decoration:none;display:none;position:absolute;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:auto;height:auto;padding:10px;bottom:85px;left:6px;transition:0.5s;border-radius:10px;background-color:#fff;-webkit-box-shadow:2px 1px 6px 0 rgb(68 68 68 / .705);-moz-box-shadow:2px 1px 6px 0 rgb(68 68 68 / .705);box-shadow:2px 1px 6px 0 rgb(68 68 68 / .705);animation:slideInRight 0.6s 0s both}.popup-whatsapp>div{margin:5px}@media (max-width:680px){.popup-whatsapp p{font-size:.9em}}.popup-whatsapp>.content-whatsapp.-top{display:flex;flex-direction:column}.popup-whatsapp>.content-whatsapp.-top p{color:#585858;font-family:"Roboto";font-weight:400;font-size:1em}.popup-whatsapp>.content-whatsapp.-bottom{display:flex;flex-direction:row}.closePopup{display:flex;justify-content:center;align-items:center;width:28px;height:28px;margin:0 0 15px 0;border-radius:50%;border:none;outline:none;cursor:pointer;background-color:#f76060;-webkit-box-shadow:1px 1px 2px 0 rgb(68 68 68 / .705);-moz-box-shadow:1px 1px 2px 0 rgb(68 68 68 / .705);box-shadow:1px 1px 2px 0 rgb(68 68 68 / .705)}.closePopup:hover{background-color:#f71d1d;transition:0.3s}.send-msPopup{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#fff;margin:0 0 0 5px;border:none;outline:none;cursor:pointer;-webkit-box-shadow:1px 1px 2px 0 rgb(68 68 68 / .705);-moz-box-shadow:1px 1px 2px 0 rgb(68 68 68 / .705);box-shadow:1px 1px 2px 0 rgb(68 68 68 / .705)}.send-msPopup:hover{background-color:#f8f8f8;transition:0.3s}.is-active-whatsapp-popup{display:flex;animation:slideInRight 0.6s 0s both}input.whats-input[type=text]{width:250px;height:40px;box-sizing:border-box;border:0 solid #fff;border-radius:20px;font-size:1em;background-color:#fff;padding:0 0 0 10px;-webkit-transition:width 0.3s ease-in-out;transition:width 0.3s ease-in-out;outline:none;transition:0.3s}@media (max-width:420px){input.whats-input[type=text]{width:225px}}input.whats-input::placeholder{color:rgb(68 68 68 / .705);opacity:1}input.whats-input[type=text]:focus{background-color:#f8f8f8;-webkit-transition:width 0.3s ease-in-out;transition:width 0.3s ease-in-out;transition:0.3s}.icon-whatsapp-small{width:24px;height:24px}.icon-whatsapp{width:45px;height:45px}.icon-font-color{color:#fff}.icon-font-color--black{color:#333}#main-content.blur-active{filter:blur(5px);transition:filter 0.3s ease}.cookie-popup{position:fixed;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(3px);background-color:rgb(0 0 0 / .4);z-index:9999;display:none;justify-content:center;align-items:center}.cookie-box{background:#fff;padding:20px 30px;border-radius:8px;max-width:400px;text-align:center;box-shadow:0 8px 24px rgb(0 0 0 / .2);animation:slideIn 0.5s ease;top:100px;position:inherit}.cookie-box p{font-size:16px;color:#333;margin-bottom:15px}.cookie-box a{color:#007BFF;text-decoration:none}.cookie-box a:hover{text-decoration:underline}.cookie-box button{background-color:#f60;color:#fff;border:none;padding:10px 18px;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color 0.3s}.cookie-box button:hover{background-color:#e65c00}@keyframes slideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){main{padding:1rem}section{padding:1rem}h1{font-size:1.5rem}h2{font-size:1.25rem}form{gap:.75rem}input,textarea,select{font-size:.9rem}button{padding:.6rem 1.2rem}.search-bar{flex-direction:column;gap:.5rem}.search-bar input{width:100%}.dashboard nav{flex-direction:column;gap:.5rem}.chat #chat-box{max-height:200px}.paper form,.user form{flex-direction:column;align-items:stretch;gap:.5rem}.footer-content ul{flex-direction:column;gap:.5rem}}@media (max-width:480px){main{padding:.5rem}section{padding:.75rem;border-radius:4px}h1{font-size:1.25rem}h2{font-size:1rem}p{font-size:.9rem}input,textarea,select{padding:.5rem;font-size:.85rem}button{padding:.5rem 1rem;font-size:.9rem}.popup{width:90%;padding:1rem}.popup h2{font-size:1.25rem}.journal-item{padding:.75rem}.journal-item h3{font-size:1rem}.dashboard nav a{font-size:.9rem}.chat #chat-box{max-height:150px}.chat form textarea{min-height:80px}.paper,.user{padding:.75rem}.footer-content{padding:.75rem}.footer-content p{font-size:.85rem}.footer-content ul{gap:.3rem}.footer-content a{font-size:.85rem}}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#713f3f;padding:1rem;position:relative;z-index:1000}.logo img{width:200px}.nav-links{list-style:none;display:flex;gap:20px;padding:0;margin:0;position:relative}.nav-links li{position:relative}.nav-links a{text-decoration:none;color:#ffe502;font-size:16px;padding:10px;display:block;position:relative;z-index:1}.magic-line{position:absolute;bottom:0;left:0;height:2px;background-color:#fff;width:0;transition:all 0.3s ease;z-index:0}.dropdown .banner{display:none;position:absolute;top:100%;left:0;background-color:#713f3f;border:1px solid #ccc;padding:10px;box-shadow:0 2px 5px rgb(0 0 0 / .1);z-index:1000;white-space:nowrap}.dropdown .banner a{color:#ffe502;font-size:14px;padding:5px 0;display:block}.burger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:2000}.burger span{height:3px;width:100%;background:#ffe502;border-radius:2px;transition:all 0.3s ease}.burger.active span:nth-child(1){transform:rotate(45deg) translateY(8px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media (max-width:768px){.burger{display:flex}.burger span{height:3px;width:100%;background:#ffe502;border-radius:2px;transition:all 0.3s ease}.nav-links{flex-direction:column;background-color:#2c3e50;position:absolute;top:100%;left:0;width:100%;padding:10px 0;z-index:1500;transform:translateY(-100%);opacity:0;transition:all 0.3s ease;pointer-events:none}.nav-links.active{transform:translateY(0);opacity:1;pointer-events:auto}.dropdown .banner{position:static;box-shadow:none;border:none;background:#34495e}.dropdown .banner a{color:#ffe502}.magic-line{display:block}}