@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;background:#555;padding:15px 20px;color:#fff;box-shadow:0 4px 10px #0000004d;transition:all .3s ease-in-out}.navbar:hover{background:#1a1a1a}.navbar-main{position:fixed;top:0;left:0;width:100%;z-index:1000}.logo{font-size:1.8rem;font-weight:700;cursor:pointer;transition:transform .3s ease-in-out}.logo .sgc{color:#12bee9}.logo .news{color:#fff}.logo:hover{transform:scale(1.1);color:#fc0}.nav-links{display:flex;gap:20px;list-style:none}.nav-links li{cursor:pointer;font-size:16px;position:relative;transition:color .3s ease-in-out}.nav-links li:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:#fc0;transform:scaleX(0);transition:transform .3s ease-in-out}.nav-links li:hover:after{transform:scaleX(1)}.nav-links li:hover{color:#fc0}.right-section{display:flex;align-items:center;gap:15px}.live-btn{background:red;color:#fff;padding:8px 15px;border:none;cursor:pointer;font-weight:700;border-radius:5px;transition:all .3s ease-in-out;position:relative}.live-btn:hover{background:red;box-shadow:0 0 10px #ff0000b3}.login-icon{font-size:2rem;cursor:pointer;transition:transform .3s ease-in-out}.login-icon:hover{transform:scale(1.2);color:#fc0}.trending-container1{display:flex;align-items:center;background:#fff;color:#fff;overflow:hidden;width:100%;margin-bottom:20px;box-shadow:#00000059 0 5px 15px}.trending-title{margin-left:120px;font-size:1.2rem;font-weight:700;color:#0c0b09;padding:10px 15px;border-right:2px solid #ffcc00;white-space:nowrap}.trending-wrapper{flex:1;overflow:hidden;position:relative}.trending-list{display:flex;gap:15px;animation:scroll-left 40s linear infinite}.trending-item{background:#555;padding:5px 15px;border:1px solid #ffffff;border-radius:5px;font-size:14px;text-align:center;white-space:nowrap;flex-shrink:0}@keyframes scroll-left{0%{transform:translate(100%)}to{transform:translate(-100%)}}*,body{font-family:Lexend,sans-serif}@layer utilities{@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce{animation:bounce 1s infinite}}@layer utilities{@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in 1.5s ease-out}}html,body{margin:0;padding:0;overflow-x:hidden;overflow-y:auto}body{min-height:200vh}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.top-news-container{display:flex;width:85%;margin:120px auto 10px;padding:20px;justify-content:space-between;background-color:#ecece1c7;box-shadow:#00000059 0 5px 15px}.top-trending-news{display:flex;width:70%;margin:0 auto}.topnews{width:50%;display:flex;flex-direction:column;gap:15px;margin:10px}.topnews1{width:50%;display:flex;flex-direction:column;gap:15px;margin:90px 10px 10px}.top-news-left,.top-news-left1{display:flex;align-items:center;gap:10px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.top-news-image-container{width:250px}.top-news-image-container img{width:100%;object-fit:cover;border-radius:5px}.top-news-image-container1{width:100%;overflow:hidden}.top-news-image-container1 img{width:100%;object-fit:cover;border-radius:5px}.top-news-content,.top-news-content1{padding:10px}.top-news-content p,.top-news-content1 p{margin:5px 0;font-size:14px;color:#971616}.top-news-right{width:30%;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:500px;overflow:hidden}.top-news-right-main-container{flex:1;overflow-y:auto;margin-bottom:15px}.top-news-right-main:nth-child(1){display:flex;align-items:center;justify-content:center;gap:10px;margin-top:-30px}.top-news-right-main button{background-color:#fa0404;border:none;padding:4px 10px;color:#fff}.top-news-right-main{padding:10px;border-bottom:1px solid #ddd;height:100px;overflow:hidden}.top-news-right-main h3{font-size:14px;color:red;font-weight:700;margin-bottom:5px}.top-news-right-main p{font-size:14px;color:#333;margin:0;-webkit-box-orient:vertical;overflow:hidden}.top-news-right img{width:100%;height:auto;border-radius:5px;margin-top:auto}@media (max-width: 769px){.top-news-container{flex-direction:row;flex-wrap:wrap;padding:15px}.top-trending-news{flex-direction:row;width:100%;margin:0 0 15px}.topnews,.topnews1{width:48%;margin:0 1%}.top-news-left,.top-news-left1{flex-direction:row}.top-news-image-container,.top-news-image-container img{width:100px;height:100px}.top-news-right{width:100%}}@media (max-width: 360px){.top-news-left,.top-news-left1{padding:8px}.top-news-content p,.top-news-content1 p{font-size:13px}.top-news-right-main h3{font-size:15px}.top-news-right-main p{font-size:13px}}.trending-news-title{width:100%;text-align:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:15px;background-color:#d64343;padding:10px;border-radius:8px}.trending-container10{padding:40px 20px;background-color:#fff;width:85%;margin:10px auto;box-shadow:#00000059 0 5px 15px}.trending-container-header{display:inline-block;padding:5px 20px;border-left:3px solid #007bff;border-right:3px solid #007bff;font-size:20px;font-weight:700;color:#222;text-transform:uppercase}.scroll-btn-container{display:flex;align-items:center;justify-content:center;position:relative}.news-scroll-container{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:20px;padding:20px;width:90%;max-width:1100px;scrollbar-width:none;-ms-overflow-style:none}.news-scroll-container::-webkit-scrollbar{display:none}.news-item{flex:0 0 auto;background:#fff;padding:15px;border-radius:12px;width:250px;height:300px;box-shadow:0 4px 8px #0000001a;text-align:center;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.news-item img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:12px;transition:all .3s ease;position:relative}.news-item:hover img{opacity:.8}.news-item:hover:after{opacity:1}.news-item p{margin:0;padding:5px;white-space:normal;word-break:break-word;font-size:14px;color:#000;transition:color .3s ease}.news-item:hover p{color:#007bff}.scroll-btn{background:#007bff;color:#fff;border:none;padding:10px 15px;font-size:20px;cursor:pointer;border-radius:50%;margin:0 5px;transition:all .3s ease;flex-shrink:0}.scroll-btn:hover{background:#0056b3;transform:scale(1.1)}.top-tech-container{display:flex;width:85%;margin:10px auto;background-color:#f0ece6;padding:20px;justify-content:space-between;box-shadow:#b4b3b359 0 5px 15px}.top-trending-tech{display:flex;width:70%;margin:0 auto}.toptech{width:50%;display:flex;flex-direction:column;gap:15px;margin:10px}.toptech1{width:50%;display:flex;flex-direction:column;gap:15px;margin:90px 10px 10px}.top-tech-left,.top-tech-left1{display:flex;gap:15px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.top-tech-image-container{width:200px;overflow:hidden}.top-tech-image-container img{width:100%;height:100px;object-fit:cover;border-radius:5px}.top-tech-image-container1{width:100%;overflow:hidden}.top-tech-image-container1 img{width:100%;object-fit:cover;border-radius:5px}.top-tech-content,.top-tech-content1{padding:10px}.top-tech-content p,.top-tech-content1 p{margin:5px 0;font-size:14px;color:#971616}.top-tech-right{width:30%;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column}.top-tech-right-header{padding:5px 20px;font-size:20px;border-left:5px solid #d64343;color:#222;text-transform:uppercase}.top-tech-right-main{display:flex;gap:10px;align-items:center;padding:10px;border-bottom:1px solid #ddd}.top-tech-right-main div img{width:60px;height:60px}.top-tech-right-main h3{font-size:16px;color:red;font-weight:700;margin-bottom:5px}.top-tech-right-main p{font-size:14px;color:#333;margin:0;-webkit-box-orient:vertical;overflow:hidden}.top-tech-right-content p{font-size:14px;color:#333;margin:10px 0 0}.top-tech-right img{width:100%;height:auto;border-radius:5px;margin-top:auto}@media (max-width: 769px){.top-tech-container{flex-direction:row;flex-wrap:wrap;padding:15px}.top-trending-tech{flex-direction:row;width:100%;margin:0 0 15px}.toptech,.toptech1{width:48%;margin:0 1%}.top-tech-left,.top-tech-left1{flex-direction:row}.top-tech-image-container,.top-tech-image-container img{width:100px;height:100px}.top-tech-right{width:100%}}@media (max-width: 360px){.top-tech-left,.top-tech-left1{padding:8px}.top-tech-content p,.top-tech-content1 p{font-size:13px}.top-tech-right-main h3{font-size:15px}.top-tech-right-main p{font-size:13px}}.trending-tech-title{width:100%;text-align:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:15px;background-color:#d64343;padding:10px;border-radius:8px}.top-business-container{width:85%;margin:10px auto;padding:20px;box-shadow:#00000059 0 5px 15px;background-color:#e4dfd8}.top-trending-business{display:flex;width:100%;margin:0 auto}.topbusiness{width:40%;display:flex;flex-direction:column;gap:15px;margin:10px}.topbusiness1,.topbusiness2{width:40%;display:flex;flex-direction:column;gap:15px;margin:90px 10px 10px}.top-business-left,.top-business-left1{display:flex;align-items:center;gap:15px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:10px}.top-business-image-container{width:200px}.top-business-image-container img,.top-business-image-container1 img{width:100%;object-fit:cover;border-radius:5px}.top-business-content,.top-business-content1{padding:10px}.top-business-content p,.top-business-content1 p{margin:5px 0;font-size:14px;color:#971616}@media (max-width: 769px){.top-business-container{flex-direction:row;flex-wrap:wrap;padding:15px}.top-trending-business{flex-direction:column;width:100%;margin:0 0 15px}.topbusiness,.topbusiness1{width:48%;margin:0 1%}.top-business-left,.top-business-left1{flex-direction:column}.top-business-image-container,.top-business-image-container img{width:100px;height:100px}.top-business-right{width:100%}}@media (max-width: 360px){.top-business-left,.top-business-left1{padding:8px}.top-business-content p,.top-business-content1 p{font-size:13px}.top-trending-business{flex-direction:column;width:100%;margin:0 0 15px}.topbusiness,.topbusiness1{width:48%;margin:0 1%}.top-business-left,.top-business-left1{flex-direction:column}.top-business-right-main h3{font-size:15px}.top-business-right-main p{font-size:13px}}.trending-business-title{width:100%;text-align:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:15px;background-color:#d64343;padding:10px;border-radius:8px}.state-update-container{padding:20px;background:#f7f7f7}.state-update-container h2{text-align:center;margin-bottom:40px;font-size:24px}.state-tabs{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}.state-tabs button{padding:10px 20px;border:none;background:#ddd;cursor:pointer;border-radius:4px;font-size:14px;transition:background .3s ease}.state-tabs button.active{background:#007bff;color:#fff}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.news-card{background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease}.news-card:hover{transform:translateY(-5px)}.news-card img{width:100%;height:140px;object-fit:cover;border-radius:6px}.news-card p{margin-top:10px;font-size:14px;color:#333}@media screen and (max-width: 1024px){.state-tabs{gap:8px;justify-content:center}.state-tabs button{font-size:13px;padding:8px 16px}.news-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.state-update-container{padding:15px}.state-update-container h2{font-size:20px}.state-tabs{flex-direction:column;gap:10px}.state-tabs button{width:100%;font-size:14px;padding:10px}.news-grid{grid-template-columns:1fr}.news-card img{height:160px}.news-card p{font-size:13px}}.top-education-container{display:flex;width:85%;margin:10px auto;padding:20px;justify-content:space-between;box-shadow:#00000059 0 5px 15px}.top-trending-education{display:flex;width:70%;margin:0 auto}.topeducation{width:50%;display:flex;flex-direction:column;gap:15px;margin:10px}.topeducation1{width:50%;display:flex;flex-direction:column;gap:15px;margin:90px 10px 10px}.top-education-left,.top-education-left1{display:flex;align-items:center;gap:15px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.top-education-image-container{width:220px}.top-education-image-container img{width:100%;height:80px;object-fit:cover;border-radius:5px}.top-education-image-container1{width:100%;overflow:hidden}.top-education-image-container1 img{width:100%;object-fit:cover;border-radius:5px}.top-education-content,.top-education-content1{padding:10px}.top-education-content p,.top-education-content1 p{margin:5px 0;font-size:14px;color:#971616}.top-education-right{width:30%;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;justify-content:center}.top-education-right img{width:100%;height:auto;border-radius:5px;margin-top:auto}@media (max-width: 769px){.top-education-container{flex-direction:row;flex-wrap:wrap;padding:15px}.top-trending-education{flex-direction:row;width:100%;margin:0 0 15px}.topeducation,.topeducation1{width:48%;margin:0 1%}.top-education-left,.top-education-left1{flex-direction:row}.top-education-image-container,.top-education-image-container img{width:100px;height:100px}.top-education-right{width:100%}}@media (max-width: 360px){.top-education-left,.top-education-left1{padding:8px}.top-education-content p,.top-education-content1 p{font-size:13px}.top-education-right-main h3{font-size:15px}.top-education-right-main p{font-size:13px}}.trending-education-title{width:100%;text-align:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:15px;background-color:#d64343;padding:10px;border-radius:8px}.footer{background-color:#101820;color:#d1d1d1;padding:50px 20px 20px;font-size:14px}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;margin-bottom:40px}.footer-column{flex:1 1 220px;min-width:200px}.footer-column h4{color:#fff;margin-bottom:15px;font-size:16px;border-left:4px solid #007bff;padding-left:10px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:10px;color:#ccc;cursor:pointer;transition:color .3s}.footer-column ul li:hover{color:#fff}.footer-section{flex:1 1 220px;min-width:200px}.footer-section h3{color:#fff;margin-bottom:10px;font-size:16px;border-left:4px solid #28a745;margin-top:10px;padding-left:10px}.footer-section p{margin:10px 0 5px;color:#ccc;display:flex;align-items:center;gap:8px}.social-icon{font-size:20px;margin-top:5px;color:#e1306c;transition:transform .3s}.social-icon:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #333;padding-top:15px;display:flex;flex-direction:column;justify-content:center;gap:10px;flex-wrap:wrap;align-items:center;font-size:13px;color:#999}.footer-bottom a{color:#007bff;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width: 768px){.footer-top{flex-direction:column}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px}}
