@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); html, body { font-family: "Inter", sans-serif; transition: background 0.3s, color 0.3s; } a { text-decoration: none; } ul { margin: 0px; padding: 0px; } li { font-family: "Inter", sans-serif; } .discount { background: #333; text-align: center; padding: 5px 0; } .discount p { color: var(--white-color); font-size: 14px; margin-bottom: 0; } .discount h4 { color: var(--white-color); margin-bottom: 0; } h1, h2, h3, h4, h5, h6, a { text-decoration: none; } p { font-family: "Inter", sans-serif; font-size: 16px; } /* ==========================================Pramesh css start===================================================== */ :root { --primary-color: #ffb900; --red-color: #ff0000; --gradient: linear-gradient( 135deg, var(--primary-color), var(--secondary-color) ); --heading-color: #070707; --sub-heading-color: #3b3b3b; --text-color: #555; --white-color: #ffffff; --bg-black: #000000; } .only-mobile { display: none; } .top-logo .black-view { display: none; } body.dark .top-logo .white-view { display: none; } body.dark .top-logo .black-view { display: block; } .top-logo { width: 130px; height: auto; margin: 0 auto; } .top-logo img { width: 100%; height: 100%; object-fit: contain; } .top-ber { padding: 10px 0px; /* background-color: var(--white-color); */ } .top-social ul { display: flex; justify-content: flex-start; gap: 10px; margin-left: 0; padding-left: 0; } .top-social ul li { list-style: none; width: 30px; height: 30px; /* background-color:#ccc; */ display: flex; justify-content: center; align-items: center; border-radius: 50%; } .live-tv a { display: inline-block; padding: 7px 10px; background-color: #fff2f2; color: var(--red-color); font-size: 15px; border-radius: 5px; font-weight: 600; } .common-heading h6 { font-size: 24px; font-weight: 600; } /* Light Mode */ body.light { background-color: var(--white-color); color: var(--bg-black); } /* Dark Mode */ body.dark { background-color: #121212; color: var(--white-color); } body.dark p { color: var(--white-color) !important; } body.dark .special-news .text-area p { color: var(--text-color) !important; } body.dark .top-social ul li:nth-child(2) a img { filter: invert(1) brightness(2); } body.dark .top-heding h6 a { color: var(--white-color) !important; } body.dark .common-heading h6 { color: var(--white-color); } body.dark .view-more { color: var(--white-color) !important; } body.dark .live-tv-main-box .heading p { color: var(--white-color); } body.dark h4 a { color: var(--white-color) !important; } body.dark .latest-news-list .content-box h4 { color: var(--white-color); } body.dark .view-more-button { color: var(--white-color); } body.dark .news-list-content h6 a { color: var(--white-color) !important; } body.dark .video-heading h2 a { color: var(--white-color) !important; } /* body.dark .tob-heading-left h2{ color: var(--white-color); } */ body.dark .tob-heading-left p { color: var(--bg-black) !important; } body.dark .advertisment-box h6 { color: var(--white-color); } body.dark .toggle-group .btn { color: var(--bg-black); } body.dark #aqiBtn { color: var(--white-color) !important; } body.dark .city-card p { color: var(--bg-black) !important; } body.dark .city-card small { color: var(--bg-black); } body.dark .update-text { color: var(--bg-black); } /* body.dark .name-box .name span img{ filter: invert(1) brightness(2); } */ body.dark .i-right-box .icon img { filter: invert(1) brightness(2); } body.dark .heading-tow .text-black { color: var(--white-color) !important; } body.dark .img-headingh h2 a { color: var(--white-color) !important; } body.dark .top-three-heading h2 { color: var(--white-color) !important; } body.dark .special-news { background-color: #fff8e6 !important; } body.dark .special-news .text-area h2 { color: var(--bg-black); } body.dark .special-news .head h2 { color: var(--bg-black); } body.dark .top-head h2 { color: var(--bg-black); } .card.sl-card .cont-text p { color: var(--bg-black); display: -webkit-box; -webkit-line-clamp: 3; /* number of lines you want */ -webkit-box-orient: vertical; overflow: hidden; } body.dark .newsletter-section { background-color: #fff8e6; } body.dark .heading-tow .text-black.drk { color: var(--bg-black) !important; } body.dark .video-card p a { color: var(--white-color) !important; } body.dark .navbar-nav .nav-link { color: var(--white-color) !important; } body.dark .header-icons img { filter: invert(1) brightness(2); } body.dark .header-icons a { color: var(--white-color); } body.dark .moon-mode i { color: var(--white-color); } body.dark .navbar { background-color: #121212; } body.dark .moon-mode { background-color: transparent; } body.dark .news-list-box .news-list-img .img-one img { filter: invert(1) brightness(2); } body.dark .latest-news-list .content-box p { color: var(--white-color); } body.dark .live-tv-main-box .heading p span img { filter: invert(1) brightness(2); } body.dark .np-content ul li { color: var(--bg-black); } body.dark .tab-main-box { background-color: #fff8e6; } body.dark .bat-man-name { color: var(--bg-black); } body.dark .bat-man-run { color: var(--bg-black); } body.dark .name-box { color: var(--bg-black); } body.dark .run-card .text-box h2 { color: var(--bg-black); } body.dark .run-card .text-box p { color: var(--bg-black) !important; } body.dark .heading-box p { color: var(--bg-black) !important; } body.dark .i-right-box .text p a { color: var(--white-color) !important; } body.dark .top-heding h6 { color: var(--white-color); } body.dark .list-box-wrepper .list-box .text-left p a { color: var(--white-color) !important; } body.dark .table-tab-button h5 { color: var(--heading-color) !important; } body.dark #ipl-schedule-container strong { color: var(--heading-color) !important; } body.dark #ipl-schedule-container p { color: var(--heading-color) !important; } body.dark #ipl-schedule-container .small { color: var(--heading-color) !important; } body.dark #ipl-results-container .card .fw-bold { color: var(--heading-color) !important; } body.dark #ipl-results-container .card strong { color: var(--heading-color) !important; } body.dark #ipl-teams-container .fw-bold { color: var(--heading-color) !important; } body.dark .video-actions a img { filter: invert(1) brightness(2) !important; } body.dark .article-actions a img { filter: invert(1) brightness(2) !important; } body.dark .missed-it-icons a img { filter: invert(1) brightness(2) !important; } body.dark #search-results-list li a { color: #fff !important; } body.dark .list-unstyled li a { color: var(--white-color) !important; } body.dark .ticker-symbol { color: var(--white-color) !important; } body.dark .ticker-price { color: var(--white-color) !important; } body.dark .ticker-change { color: var(--white-color) !important; } body.dark .use-news-disclaimer p { color: var(--heading-color) !important; } body.dark .nd-title { color: var(--white-color) !important; } body.dark .nd-latest-info h6 a { color: var(--white-color) !important; } /* ====================Dark mode end========================== */ .list-box-wrepper .list-box .text-left p a { color: var(--heading-color); } .advertising-section { padding: 30px 0px; } .run-card .text-box p { overflow-wrap: break-word; } button.moon-mode { /* padding: 10px 15px; */ cursor: pointer; } .moon-mode { border: none; background: var(--white-color); } .moon-mode i { font-size: 30px; } .top-news-box { width: 100%; height: auto; background-color: #fff8e6; display: flex; justify-content: center; padding: 32px 25px; /*margin-top: 24px;*/ /* border-radius: 8px; */ } .second-news-sec { padding: 30px 0px 30px 0px; } .top-heding { display: flex; align-items: center; justify-content: space-between; } .top-heding h6 { font-size: 24px; font-weight: 600; color: var(--heading-color); } .top-heding .view-more { color: var(--heading-color); font-size: 18px; } .top-news-box .img-box { width: 100%; height: 115px; overflow: hidden; } .top-news-box .img-box img { width: 100%; height: 100%; object-fit: cover; } .news-box-left .news-img { width: 100%; height: 290px; overflow: hidden; border-radius: 8px; } .news-box-left .news-img img { width: 100%; height: 100%; object-fit: cover; } .news-head h4 { font-size: 20px; font-weight: 600; color: var(--sub-heading-color); margin-top: 18px; } .news-box-left { border-right: 2px solid #d9d9d9; padding-right: 15px; } .news-list-main-box .news-list-box { border-bottom: 1px solid #d9d9d9; display: flex; align-items: center; justify-content: space-between; /* margin-bottom: 0px; */ padding: 10px 0px; gap: 20px; } .news-list-box .news-list-img { display: flex; align-items: flex-start; gap: 15px; flex-shrink: 0; } .news-list-box .news-list-img .img-one { width: 20px; height: 20px; object-fit: contain; border-radius: 8px; } .news-list-box .news-list-img .img-one img { width: 100%; height: 100%; object-fit: contain; } .news-list-content h6 { font-size: 16px; /* font-weight: 600; */ color: var(--sub-heading-color); margin-bottom: 0px; } .live-tv-main-box .heading { display: flex; align-items: center; justify-content: space-between; } .live-tv-main-box .heading h3 { font-size: 24px; font-weight: 600; color: var(--red-color); position: relative; padding-left: 15px; } .live-tv-main-box .heading h3 span { display: inline-block; width: 5px; } .live-tv-main-box .heading h3 span i { font-size: 20px; position: absolute; top: 5px; left: 0; } .live-tv-main-box .heading p { color: var(--sub-heading-color); font-size: 16px; margin-bottom: 0px; display: flex; align-items: center; gap: 5px; } .live-tv-main-box .heading p span { width: 28px; height: 28px; overflow: hidden; display: inline-block; align-items: center; } .live-tv-main-box .heading p span img { width: 100%; height: 100%; object-fit: contain; } .section-two .live-tv-main-box { border-right: 0px solid #d9d9d9; padding-right: 0px; } .live-tv-main-box { border-right: 2px solid #d9d9d9; padding-right: 15px; } .live-video-box { width: 100%; height: 220px; border-radius: 8px; overflow: hidden; } .live-video-box img { width: 100%; height: 100%; object-fit: cover; } .video-heading h2 { font-size: 20px; font-weight: 600; color: var(--sub-heading-color); margin-top: 18px; } .live-tv-main-box .news-list-box { border-bottom: 2px solid #d9d9d9; display: flex; align-items: center; justify-content: flex-start; /* margin-bottom: 0px; */ padding: 5px 0px; gap: 15px; } .live-tv-main-box .news-list-box .news-list-content h6 { font-size: 16px; /* font-weight: 600; */ } .live-tv-main-box .news-list-box .news-left-img { width: 80px; height: 80px; overflow: hidden; flex-shrink: 0; border-radius: 8px; } .live-tv-main-box .news-list-box .news-left-img img { width: 100%; height: 100%; object-fit: cover; } .common-heading h2 { font-size: 24px; color: var(--heading-color); font-weight: 600; } .letest-news-main-box { border-right: 2px solid #d9d9d9; padding-right: 15px; } .letest-news-main-box .latest-news-list { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-left: 35px; border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; padding-top: 10px; } .letest-news-main-box .latest-list-main { position: relative; } .letest-news-main-box .latest-list-main:before { position: absolute; content: ""; left: 0; top: 14px; width: 15px; height: 15px; background-color: var(--white-color); border: 2px solid #3b3b3b; border-radius: 50px; z-index: 1; } .letest-news-main-box .latest-list-main:after { position: absolute; content: ""; left: 7px; top: 25px; width: 2px; height: 100%; background-color: #3b3b3b; /* border: 1px solid #ccc; */ /* border-radius: 50px; */ } .latest-news-list .content-box p { font-size: 14px; font-weight: 600; color: var(--sub-heading-color); } .latest-news-list .content-box h4 { font-size: 16px; /* font-weight: 600; */ color: var(--sub-heading-color); } .view-more-button { margin-top: 20px; color: #070707; font-weight: 600; } .view-more-button:hover { color: #070707; } .section-one-wrepper { border-bottom: 2px solid #d9d9d9; padding: 0px 0px 30px 0px; } /* ========================tab css================================== */ /*.top-tab-box nav .nav-tabs button{*/ /* display: inline-block;*/ /* width: 20px;*/ /* height: 20px;*/ /* overflow: hidden;*/ /*}*/ /*.top-tab-box nav .nav-tabs button img{*/ /* width: 100%;*/ /* height: 100%;*/ /* object-fit: contain;*/ /*}*/ .tab-main-box { background-color: #5656e54f; } .tab-main-box .top-tab-box { display: flex; align-items: center; justify-content: space-between; } .tob-heading-left h2 { font-size: 24px; font-weight: 600; color: var(--sub-heading-color); margin-bottom: 5px; } .tob-heading-left p { font-size: 20px; font-weight: 500; color: var(--sub-heading-color); } .top-tab-box .nav-tabs .nav-item.show .nav-link { color: var(--bg-black) !important; background-color: transparent !important; border-color: transparent !important; } .top-tab-box .nav-tabs .nav-item.show .nav-link:hover, .top-tab-box .nav-tabs .nav-link.active { color: var(--bg-black) !important; /* background-color: transparent !important; */ /* border-color: transparent !important; */ } .top-tab-box .nav-tabs .nav-link { margin-left: 10px; background-color: #f9f9f9 !important; color: var(--bg-black) !important; border-radius: 10px !important; border: 1px solid #070707 !important; font-size: 16px; font-weight: 500; padding: 5px 10px; } .top-tab-box .nav-tabs { border-bottom: none !important; } /* .nav-tabs .nav-link.active{ margin-left: 10px; background-color:#F9F9F9 !important; color: #000 !important; border-radius: 10px !important; border: 1px solid #070707 !important; } */ .card.news-p-card { padding: 20px; } .card.news-p-card .np-img { width: 100%; height: 102px; overflow: hidden; border-radius: 6px; } .card.news-p-card .np-img img { width: 100%; height: 100%; object-fit: cover; } .np-content h2 { font-size: 24px; font-weight: 600; color: var(--heading-color); margin-top: 10px; } .np-content ul { margin-left: 0px; padding-left: 0px; } .np-content ul li { position: relative; list-style: none; padding: 5px 0px; padding-left: 20px; } .np-content ul li:before { position: absolute; content: ""; left: 0; top: 12px; width: 10px; height: 10px; background: var(--primary-color); border-radius: 50px; } /* ========================table tab button css================================ */ .table-tab-button h5 { font-size: 16px; } .table-tab-button .nav-tabs .nav-item.show .nav-link { color: var(--bg-black) !important; background-color: transparent !important; border-color: transparent !important; } .table-tab-button .nav-tabs .nav-item.show .nav-link:hover, .top-tab-box .nav-tabs .nav-link.active { color: var(--bg-black) !important; /* background-color: transparent !important; */ /* border-color: transparent !important; */ } .table-tab-button .nav-tabs .nav-link { /* margin-left: 10px; */ background-color: #f9f9f9 !important; color: var(--bg-black) !important; border-radius: 10px 0px 0px 10px !important; border: none !important; font-size: 18px; font-weight: 500; } .table-tab-button .nav-tabs .nav-link.two { /* margin-left: 10px; */ background-color: #f9f9f9 !important; color: var(--bg-black) !important; border-radius: 0px 10px 10px 0px !important; border: none !important; font-size: 18px; font-weight: 500; } .table-tab-button .nav-tabs { border-bottom: none !important; } .table-tab-button .nav-tabs .nav-link.active { border: 1px solid var(--bg-black) !important; } .table { border: 1px solid #ccc; } .advertisment-box h6 { font-size: 12px; font-weight: 400; color: var(--sub-heading-color); text-align: center; } .advertisment-box .adv-img { width: 100%; height: auto; overflow: hidden; } .advertisment-box .adv-img img { width: 100%; height: 100%; object-fit: cover; } .run-card { display: flex; justify-content: space-between; gap: 18px; } .run-card .item { text-align: center; border: 2px solid #ff543e; border-radius: 8px; width: 100%; } .run-card .item.item-1 { border: 2px solid #0094f0; } .run-card .item .number-box { /* width: 165px; */ height: 103px; background-color: #ff543e26; } .run-card .item.item-1 .number-box { /* width: 165px; */ height: 103px; background-color: #0094f026; } .run-card .item.item-2 .number-box { /* width: 165px; */ height: 103px; background-color: #ffdd5526; } .run-card .item .number-box img { width: 100%; height: 100%; object-fit: contain; } .card.sl-card .text-box { padding: 15px; } .temprature-box { margin-top: 50px; } .btn.btn-dark span { width: 24px; height: 24px; display: inline-block; } .btn.btn-dark span img { width: 100%; height: 100%; object-fit: contain; } .weather-wrapper { background: #f5f5f5; border-radius: 12px; overflow: hidden; } .left-panel { background: linear-gradient(#ffffff, #f2d6bf); padding: 40px; border-right: 1px solid #ddd; } .city-select { max-width: 180px; margin: auto; margin-bottom: 30px; border: 1px solid #000; } .main-temp { display: flex; align-items: center; justify-content: center; } .main-temp .icon { font-size: 40px; } .temp { font-size: 65px; font-weight: 600; background: linear-gradient(147.47deg, #fee599 1.54%, #ffae86 53.9%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } .right-panel { padding: 30px; } .toggle-group .btn { border-radius: 20px; padding: 6px 20px; } .city-card { background: var(--white-color); border-radius: 12px; padding: 20px; text-align: center; border: 2px solid transparent; transition: 0.3s; position: relative; } .city-card .link-arrow { position: absolute; top: 0; right: 0; } .city-card h3 { font-weight: 700; display: flex; gap: 5px; justify-content: center; background: linear-gradient(147.47deg, #fee599 1.54%, #ffae86 53.9%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; margin-top: 20px; } .city-card h3 span { width: 20px; height: 20px; } .city-card h3 span img { width: 100%; height: 100%; object-fit: contain; } .orange { /* border-color:#ffb088; */ box-shadow: 0px 0px 5px 0px #ffb086; } .blue { /* border-color:#6aa8ff; */ box-shadow: 0px 0px 5px 0px #2587f4; } .purple { /* border-color:#7a8cff; */ box-shadow: 0px 0px 5px 0px #4860d6; } .grey { /* border-color:#b7c1cc; */ box-shadow: 0px 0px 5px 0px #6d90b7; } .city-card:hover { transform: translateY(-4px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .city-card p { font-size: 16px; font-weight: 600; margin-bottom: 5px; margin-top: 30px; } .update-text { font-size: 16px; font-weight: 400; color: var(--heading-color); } .bg-black { background: var(--bg-black); } .section-three { padding: 50px 0px; } .top-videos h2 { color: var(--white-color); font-size: 26px; font-weight: 600; } /* ============================video sec css================================ */ .view-more.view-more-white { color: var(--white-color); text-decoration: none; font-size: 18px !important; } /* MAIN VIDEO */ .main-video { position: relative; width: 100%; height: 490px; overflow: hidden; } .main-video img { width: 100%; height: 100%; object-fit: cover; } .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; background: rgba(255, 255, 255, 0.8); width: 60px; height: 60px; border-radius: 50%; font-size: 24px; } .video-title { color: var(--white-color); margin-top: 15px; font-size: 18px; } /* RIGHT VIDEO LIST */ .video-list { max-height: 490px; overflow-y: auto; padding-right: 10px; } .video-item { display: flex; gap: 15px; margin-bottom: 20px; color: var(--white-color); border-bottom: 2px solid #cccc; padding-bottom: 20px; } .thumb { width: 120px; height: 80px; object-fit: cover; border-radius: 8px; } .video-info span { font-size: 12px; color: #bbb; } /* SCROLLBAR */ .video-list::-webkit-scrollbar { width: 4px; } .video-list::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; } .view-more { color: var(--white-color); font-size: 18px; font-weight: 500; } .view-more:hover { color: var(--white-color); } .video-info p { font-size: 18px; font-weight: 500; line-height: 24px; } /* =================================slider css======================================= */ .view-more.blck-tnb { color: var(--bg-black) !important; } .view-more { text-decoration: none; color: var(--bg-black); font-size: 18px; } .video-card { /* background:var(--white-color); */ border-radius: 10px; padding-bottom: 10px; } .video-card .video-thumb { width: 100%; height: 404px; overflow: hidden; } .video-card .video-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .video-card p { font-size: 14px; /* margin:10px; */ } .video-icons { display: flex; justify-content: flex-end; gap: 10px; padding: 0 10px; font-size: 18px; color: #666; position: relative; } .video-icons:before { position: absolute; content: ""; left: 0px; top: 10px; width: 70%; height: 2px; background-color: #d9d9d9; } .video-icons span { display: inline-block; width: 20px; height: 18px; } .video-icons span img { width: 100%; height: 100%; object-fit: contain; } /* Owl dots */ .owl-dots { text-align: center; margin-top: 10px; } .owl-dot span { width: 8px; height: 8px; background: #ccc !important; } .owl-dot.active span { background: var(--bg-black) !important; } .short-video-sec { padding: 30px 0px; } .heading-tow .text-black { color: var(--bg-black); font-size: 24px; font-weight: 600; } .owl-dots { text-align: center; margin-top: 20px; } .owl-dots .owl-dot { display: inline-block; margin: 0 5px; } .owl-dots .owl-dot span { width: 8px; height: 8px; background: #cfcfcf; display: block; border-radius: 50%; transition: all 0.3s ease; } .owl-dots .owl-dot.active span { background: var(--bg-black); width: 22px; border-radius: 10px; } .video-card p { font-size: 16px; font-weight: 600; } .player-box-main { display: flex; align-items: center; justify-content: space-between; gap: 10px; } .pleyer-box { width: 100%; display: flex; border: 1px solid #ffffff; border-radius: 8px; margin-top: 10px; padding: 10px; gap: 10px; } .pleyer-box .name-box { /* display: flex; */ align-items: center; justify-content: space-between; width: 100%; } .bat-man-img { width: 70px; height: 70px; overflow: hidden; border: 1px solid var(--primary-color); border-radius: 8px; flex-shrink: 0; } .bat-man-img img { width: 100%; height: 100%; object-fit: contain; } .bat-man-name { font-size: 12px; } .name-box .name { font-size: 12px; } /* ============================last css ===================================== */ /* .india-news-wrepper{ border-right: 2px solid #ccc ; padding-right: 20px; } */ .i-right-box .text { width: 211px; height: auto; } .india-news-wrepper .i-right-box .img-box { width: 100px; height: 67px; overflow: hidden; border-radius: 8px; flex-shrink: 0; } .india-news-wrepper .i-right-box .img-box img { width: 100%; height: 100%; object-fit: cover; } .i-right-box { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0px; border-bottom: 1px solid #ccc; } .i-right-box .icon { flex-shrink: 0; gap: 10px; } .i-right-box .icon img { width: 20px; height: 20px; object-fit: contain; } .sub-headingh h2 { font-size: 20px; color: var(--sub-heading-color); } /* ================================india news css==================================== */ .india-news-sec { padding: 30px 0px; } .india-news-sec .i-left-img { width: 100%; height: 240px; overflow: hidden; border-radius: 8px; } .india-news-sec .i-left-img img { width: 100%; height: 100%; object-fit: cover; } .img-headingh h2 { line-height: 26px; } .img-headingh h2 a { font-size: 20px; font-weight: 600; color: var(--heading-color); margin-top: 18px; } .i-right-box .text p { font-size: 16px; font-weight: 500; line-height: 22px; margin-bottom: 0px; } .sl-top-heading { display: flex; align-items: center; justify-content: space-between; margin-top: 50px; } .icon.tending-icon { display: flex; flex-direction: column; } .tr-news-right .i-right-box .img-box { width: 100px; height: 100px; overflow: hidden; border-radius: 8px; flex-shrink: 0; } .tr-news-right .i-right-box .img-box img { width: 100%; height: 100%; object-fit: cover; } .intertainment-news-box { display: flex; gap: 15px; border-bottom: 2px solid #ccc; margin-bottom: 10px; } .intertainment-news-box .i-right-box { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; padding: 0px 0px 10px 0px; border-bottom: 0px; } .intertainment-news-box .i-right-box .img-box { width: 200px; height: 100px; overflow: hidden; border-radius: 8px; } .intertainment-news-box .i-right-box .img-box img { width: 100%; height: 100%; object-fit: cover; } .intertainment-news-box .i-right-box p { margin-bottom: 0px; } /* ============================top three news css====================================== */ .top-three-news-wrepper { margin-top: 50px; } .top-three-heading h2 { font-size: 18px; font-weight: 600; color: var(--heading-color); } .top-three-news { border-right: 2px solid #ccc; padding-right: 15px; } .list-box-wrepper .list-box { display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #ccc; } .list-box-wrepper .list-box { padding: 10px 0px; } .button-box { margin-top: 30px; } .button-box a { padding: 10px 20px; border-radius: 8px; border: 1px solid var(--heading-color); color: var(--heading-color); background: var(--white-color); } .border-wrepper { border-right: 2px solid #ccc; padding-right: 20px; } .main-content .img-box { width: 100%; height: 240px; overflow: hidden; border-radius: 8px; } .main-content .img-box img { width: 100%; height: 100%; object-fit: cover; } .video-box-news .i-right-box .img-box { width: 121px; height: 100px; overflow: hidden; border-radius: 8px; position: relative; flex-shrink: 0; } .video-box-news .i-right-box .img-box img { width: 100%; height: 100%; object-fit: cover; } .video-box-news .i-right-box .img-box .play-box { position: absolute; width: 18px; height: 18px; left: 5px; bottom: 10px; } .advert-wrepper-box { background-color: #fff8e6; padding: 60px; border-radius: 8px; } .advert-wrepper-box .img-box { width: 100%; height: auto; overflow: hidden; } .advert-wrepper-box .img-box img { width: 100%; height: 100%; object-fit: cover; } .advertiment-sce { padding: 30px 0px; } .sl-visual { width: 100%; height: auto; background-color: var(--bg-black); border-radius: 8px; padding: 20px; } .special-news { width: 100%; height: auto; background-color: #ffb9001a; padding: 22px; border-radius: 8px; } .special-news .img-box { width: 100%; height: 228px; overflow: hidden; border-radius: 8px; } .special-news .img-box img { width: 100%; height: 100%; object-fit: cover; } .special-news .head h2 { font-size: 20px; font-weight: 600; } .special-news .text-area { margin-top: 18px; } .special-news .text-area h2 { line-height: 24px !important; } .special-news .text-area h2 a { font-size: 20px; font-weight: 500; color: var(--heading-color); } .special-news .text-area p { font-size: 16px; color: var(--text-color); } .card.sl-card { background-color: var(--white-color); border-radius: 10px; min-height: 411px; } .card.sl-card .img-box { width: 100%; height: 250px; overflow: hidden; border-radius: 10px 10px 0px 0px; } .card.sl-card .img-box img { width: 100%; height: 100%; object-fit: cover; } .share { display: flex; align-items: center; gap: 5px; } .share img { width: 20px !important; height: 20px; overflow: hidden; object-fit: contain; flex-shrink: 0; } .cont-text { display: flex; align-items: center; justify-content: space-between; gap: 0px; } .cont-text p { max-width: 250px; } .top-head h2 { font-size: 20px; font-weight: 500; } .owl-carousel .owl-dots.disabled.disabled { display: block !important; } .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; background: #ccc !important; border-radius: 50%; display: block; margin: 5px; transition: all 0.3s ease; } .owl-theme .owl-dots .owl-dot.active span { background: #ff6600 !important; transform: scale(1.2); } .owl-theme .owl-dots .owl-dot:hover span { background: #3b3b3b !important; } .owl-dots { text-align: center; margin-top: 20px; } .owl-theme .owl-dots .owl-dot span { width: 25px; height: 6px; background: #ddd !important; border-radius: 10px; } .owl-theme .owl-dots .owl-dot.active span { background: #f9f9f9 !important; } .trending-viodeo-section { padding: 30px 0px; } .t-video-slider .v-image-box { position: relative; width: 100%; height: 211px; overflow: hidden; border-radius: 8px; } .t-video-slider .v-image-box img { width: 100%; height: 100%; object-fit: cover; } .t-video-slider .v-image-box .v-text-box { position: absolute; width: 100%; } .t-video-slider .v-image-box .v-text-box p { text-align: center; /* background-color: #ffb900; */ font-size: 16px; margin-bottom: 0px; padding: 5px; color: var(--white-color); font-weight: 600; } .sl-visual .owl-carousel .owl-dots.disabled, .sl-visual .owl-carousel .owl-nav.disabled { display: block; } /* Position arrows */ #card-trending-video .owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } /* Common button style */ .owl-nav button { position: absolute; background: #ffb900 !important; color: #fff !important; border-radius: 50%; width: 30px; height: 30px; border: none; font-size: 16px; transition: 0.3s; } /* Left arrow */ .owl-nav .owl-prev { left: auto; right: 40px; } /* Right arrow */ .owl-nav .owl-next { right: 0px; } /* Hover effect */ .owl-nav button:hover { background: #ffb900 !important; } .owl-theme .owl-nav { top: -55px; position: absolute; right: 0; } /* Hide on small screens (optional) */ @media (max-width: 576px) { .owl-nav { display: none; } } .form-control:focus, .form-select:focus, textarea:focus { box-shadow: none !important; border-color: inherit !important; outline: none !important; } /* =========================footer css==================================== */ .subscription-section { padding: 30px 0px; } /* Newsletter Section */ .newsletter-section { background: #ffb9001a; padding: 40px 20px; text-align: center; border-radius: 8px; } .newsletter-box { max-width: 500px; margin: auto; } .newsletter-box input { border-radius: 4px 0 0 4px; border: 1px solid #ccc; height: 40px; } .newsletter-box button { background: var(--primary-color); color: var(--white-color); border-radius: 0 4px 4px 0; border: none; height: 40px; padding: 0 20px; } /* Footer */ .footer { background: var(--bg-black); color: var(--white-color); padding: 50px 0; text-align: center; } .footer-logo { width: 160px; height: auto; margin: 0 auto 50px auto; } .social-icons i { font-size: 20px; margin: 0 8px; color: var(--white-color); cursor: pointer; transition: 0.3s; } .social-icons i:hover { color: var(--primary-color); } .footer-links { margin-top: 20px; } .footer-links a { color: var(--white-color); margin: 0 10px; font-size: 14px; text-decoration: none; } .footer-links a:hover { color: var(--white-color); } .footer-links.small-links a { font-size: 14px; color: var(--white-color); } .dropdown-item.active, .dropdown-item:active { background-color: var(--primary-color) !important; } .navbar-expand-lg .navbar-nav .dropdown-menu { border-radius: 5px !important; } .top-video-logo { width: 62px; height: 40px; overflow: hidden; display: inline-block; } .top-video-logo img { width: 100%; height: 100%; object-fit: contain; } /* ==========================================ABOUT US PAGE CSS===================================================== */ /* About Us Section */ .about-us-section { padding: 60px 0; background: var(--white-color); } body.dark .about-us-section { background: #121212; } .about-title { font-size: 36px; font-weight: 700; color: var(--heading-color); margin-bottom: 30px; line-height: 1.2; } body.dark .about-title { color: var(--white-color); } .about-description { font-size: 16px; color: var(--text-color); line-height: 1.8; margin-bottom: 20px; } body.dark .about-description { color: #ccc; } .team-image { width: 100%; height: auto; border-radius: 8px; object-fit: cover; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } body.dark .team-image { box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1); } /* Vision and Mission Section */ .vision-mission-section { padding: 60px 0; background: var(--white-color); } body.dark .vision-mission-section { background: #121212; } .vision-box, .mission-box { padding: 40px; border-radius: 8px; background: #ffff; margin-bottom: 30px; /* border: 1px solid #f8f9fa; */ box-shadow: 0px 0px 4px 0px #00000040; } body.dark .vision-box, body.dark .mission-box { background: #2a2a2a; } .vision-box h3, .mission-box h3 { font-size: 24px; font-weight: 700; color: var(--heading-color); margin-bottom: 20px; } body.dark .vision-box h3, body.dark .mission-box h3 { color: var(--white-color); } .vision-list, .mission-list { list-style: none; padding-left: 0; margin: 0; } .vision-list li, .mission-list li { font-size: 16px; color: var(--text-color); margin-bottom: 15px; padding-left: 25px; position: relative; line-height: 1.6; } body.dark .vision-list li, body.dark .mission-list li { color: #ccc; } .vision-list li:before, .mission-list li:before { content: "✓"; position: absolute; left: 0; color: var(--primary-color); font-weight: bold; font-size: 18px; } /* What We Cover Section */ .what-we-cover-section { padding: 60px 0; background: var(--white-color); } body.dark .what-we-cover-section { background: #121212; } .section-title { font-size: 36px; font-weight: 700; color: var(--heading-color); /* text-align: center; */ margin-bottom: 15px; } body.dark .section-title { color: var(--white-color); } .section-subtitle { font-size: 16px; color: var(--text-color); /* text-align: center; */ margin-bottom: 40px; } body.dark .section-subtitle { color: #ccc; } .coverage-card-box { background: var(--bright, #f9f9f9); box-shadow: 0px 0px 6px 0px #00000040; border-radius: 8px; } .coverage-card { position: relative; overflow: hidden; border-radius: 8px 8px 0px 0px; height: 200px; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; } .coverage-card-box h4 { text-align: center; padding: 10px; } body.dark .coverage-card-box h4 { color: var(--bg-black); } .coverage-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); } body.dark .coverage-card:hover { box-shadow: 0 15px 40px rgba(255, 255, 255, 0.15); } .coverage-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .coverage-card:hover img { transform: scale(1.05); } .coverage-card h4 { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); color: var(--white-color); padding: 15px; font-size: 18px; font-weight: 600; margin: 0; } /* Declaration Section */ .declaration-section { padding: 60px 0; background: var(--white-color); } body.dark .declaration-section { background: #121212; } .declaration-intro { font-size: 16px; color: var(--text-color); /* text-align: center; */ margin-bottom: 40px; /* max-width: 700px; */ /* margin-left: auto; */ /* margin-right: auto; */ line-height: 1.6; } body.dark .declaration-intro { color: #ccc; } .declaration-list { max-width: 100%; margin-top: 30px; } .declaration-list-item { display: flex; align-items: flex-start; gap: 20px; padding: 10px 0; /* border-bottom: 1px solid #e0e0e0; */ transition: all 0.3s ease; align-items: center; } body.dark .declaration-list-item { border-bottom-color: #333; } .declaration-list-item:last-child { border-bottom: none; } .declaration-list-item:hover { padding-left: 10px; /* background: #f8f9fa; */ margin-left: -10px; margin-right: -10px; padding-left: 20px; padding-right: 10px; } body.dark .declaration-list-item:hover { background: #2a2a2a; } .declaration-bullet { font-size: 18px; background-color: var(--primary-color); font-weight: bold; flex-shrink: 0; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50px; /* background: rgba(255, 185, 0, 0.1); */ transition: all 0.3s ease; } body.dark .declaration-bullet { background: rgba(255, 185, 0, 0.2); } .declaration-list-item:hover .declaration-bullet { background: var(--primary-color); color: var(--white-color); transform: scale(1.1); } .declaration-text { flex: 1; } .declaration-text h5 { font-size: 16px; font-weight: 400; color: var(--heading-color); /* margin: 0 0 8px 0; */ margin-bottom: 0px; } body.dark .declaration-text h5 { color: var(--white-color); } .declaration-text p { font-size: 15px; color: var(--text-color); margin: 0; line-height: 1.6; } body.dark .declaration-text p { color: #ccc; } /* Discover More Section */ .discover-more-section { padding: 60px 0; background: var(--white-color); } body.dark .discover-more-section { background: #121212; } .accordion-discover { max-width: 100%; margin-top: 30px; } .accordion-discover .accordion-item { border: 1px solid #e0e0e0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: box-shadow 0.3s ease, border-color 0.3s ease; } body.dark .accordion-discover .accordion-item { border-color: #333; box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05); } .accordion-discover .accordion-item:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); border-color: var(--primary-color); } body.dark .accordion-discover .accordion-item:hover { box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1); } .accordion-discover .accordion-button { background-color: var(--white-color); color: var(--heading-color); border: none; font-size: 16px; font-weight: 500; padding: 18px 25px; transition: all 0.3s ease; position: relative; } body.dark .accordion-discover .accordion-button { background-color: #1a1a1a; color: var(--white-color); } .accordion-discover .accordion-button:not(.collapsed) { background-color: var(--primary-color); color: var(--white-color); box-shadow: none; border: none; } body.dark .accordion-discover .accordion-button:not(.collapsed) { background-color: var(--primary-color); color: var(--white-color); } .accordion-discover .accordion-button:hover { background-color: #f8f9fa; color: var(--heading-color); } body.dark .accordion-discover .accordion-button:hover { background-color: #2a2a2a; color: var(--white-color); } .accordion-discover .accordion-button:focus { background-color: var(--white-color); color: var(--heading-color); box-shadow: none; border-color: var(--primary-color); outline: 2px solid var(--primary-color); outline-offset: -2px; } body.dark .accordion-discover .accordion-button:focus { background-color: #1a1a1a; color: var(--white-color); } .accordion-discover .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFB900' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; transition: transform 0.3s ease; } .accordion-discover .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); } .accordion-discover .accordion-body { padding: 18px 25px; background-color: var(--white-color); color: var(--text-color); font-size: 15px; line-height: 1.8; border-top: 1px solid #e0e0e0; } body.dark .accordion-discover .accordion-body { background-color: #1a1a1a; color: #ccc; border-top-color: #333; } .accordion-discover .accordion-body p { margin: 0; font-size: 15px; } .about-section-one { border-bottom: 1px solid #ccc; padding-bottom: 60px; } /* Responsive Design for Accordion */ @media (max-width: 768px) { .accordion-discover { margin-top: 20px; } .accordion-discover .accordion-button { padding: 16px 20px; font-size: 15px; } .accordion-discover .accordion-body { padding: 16px 20px; font-size: 14px; } } @media (max-width: 576px) { .accordion-discover .accordion-item { margin-bottom: 12px; border-radius: 6px; } .accordion-discover .accordion-button { padding: 14px 15px; font-size: 14px; } .accordion-discover .accordion-body { padding: 14px 15px; font-size: 13px; line-height: 1.6; } .accordion-discover .accordion-body p { font-size: 13px; } } /* Responsive Design */ @media (max-width: 768px) { .about-us-section { padding: 40px 0; } .about-title { font-size: 28px; margin-bottom: 20px; } .about-description { font-size: 15px; margin-bottom: 15px; } .vision-mission-section { padding: 40px 0; } .vision-box, .mission-box { padding: 30px; margin-bottom: 20px; } .vision-box h3, .mission-box h3 { font-size: 20px; margin-bottom: 15px; } .vision-list li, .mission-list li { font-size: 15px; margin-bottom: 12px; } .what-we-cover-section { padding: 40px 0; } .section-title { font-size: 28px; margin-bottom: 10px; } .section-subtitle { font-size: 15px; margin-bottom: 30px; } /* .coverage-card { height: 150px; } */ .coverage-card h4 { font-size: 16px; } .declaration-section { padding: 40px 0; } .declaration-item { padding: 20px; } .declaration-item h5 { font-size: 16px; } .declaration-item p { font-size: 13px; } .discover-more-section { padding: 40px 0; } .discover-item { padding: 15px 20px; } .discover-item a { font-size: 15px; } } @media (max-width: 576px) { .about-us-section { padding: 30px 0; } .about-title { font-size: 24px; } .about-description { font-size: 14px; } .team-image { margin-top: 30px; } .vision-box, .mission-box { padding: 20px; margin-bottom: 15px; } .vision-box h3, .mission-box h3 { font-size: 18px; } .vision-list li, .mission-list li { font-size: 14px; margin-bottom: 10px; padding-left: 20px; } .section-title { font-size: 24px; } .coverage-card { height: 200px; } .coverage-card h4 { font-size: 14px; padding: 10px; } .declaration-item { padding: 15px; } .discover-item { padding: 12px 15px; font-size: 14px; } .discover-item i { font-size: 14px; } } /* ======================category page css============================== */ .world-news-section { padding: 50px 0px; } .world-news-section .left-img { width: 100%; height: 265px; overflow: hidden; border-radius: 8px; } .world-news-section .left-img img { width: 100%; height: 100%; object-fit: cover; } .left-box-wrepeer { border-right: 2px solid #ccc; padding-right: 10px; } .icon.share-bn { display: flex; align-items: center; gap: 10px; } .live-text { font-size: 16px; color: var(--red-color); } .live-text i { font-size: 8px; color: var(--red-color); } .full-w-img { width: 100%; height: 426px; overflow: hidden; border-radius: 8px; } .full-w-img img { width: 100%; height: 100%; object-fit: cover; } .nlw-box { border-top: 2px solid #ccc; /* margin-top: 30px; */ padding: 15px 0px; } .nlw-box .left { width: 150px; height: 150px; overflow: hidden; border-radius: 8px; flex-shrink: 0; } .nlw-box .left img { width: 100%; height: 100%; object-fit: cover; } .nl-list .nlw-box .top-heding { display: flex; gap: 20px; } .top-had-nine .top-heding { display: flex; gap: 20px; } .latest-story { box-shadow: 0px 0px 4px 0px #00000040; padding: 20px; border-radius: 8px; } .post-time { font-size: 14px; font-weight: 600; } .post-time i { color: var(--primary-color); font-size: 8px; display: inline-block; margin-bottom: 10px; } .also-watch.live-tv-main-box { width: 100%; height: auto; background: #f9f9f9; border-radius: 8px; padding: 20px; /* background: var(--bright, #F9F9F9); */ border-right: 0px solid #d9d9d9; } body.dark .also-watch.live-tv-main-box { background-color: #191919; } body.dark .view-all-link a { color: var(--white-color) !important; } .view-all-link { margin-top: 30px; text-align: center; } .view-all-link a { color: var(--bg-black); font-size: 18px; font-weight: 600; } .also-watch .news-list-box .news-left-img { position: relative; } .also-watch .news-list-box .news-left-img .play-icon { position: absolute; z-index: 1; bottom: 5px; left: 8px; } body.dark .video-icons a img { filter: invert(1) brightness(2); } body.dark .recommended-sidebar { background: #202020; } /* ==========================================SEARCH BAR CSS===================================================== */ .search-bar-wrapper { display: flex; align-items: center; background: var(--white-color); border: 1px solid #333; border-radius: 30px; padding: 10px 20px; gap: 12px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } body.dark .search-bar-wrapper { background: #2a2a2a; border-color: #444; box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05); } .search-bar-wrapper:focus-within { border-color: var(--primary-color); box-shadow: 0 4px 12px rgba(255, 185, 0, 0.15); } .search-bar-input { flex: 1; border: none; background: transparent; font-size: 14px; color: var(--heading-color); outline: none; font-family: "Inter", sans-serif; padding: 0; } body.dark .search-bar-input { color: var(--white-color); } .search-bar-input::placeholder { color: #999; } body.dark .search-bar-input::placeholder { color: #777; } .search-bar-btn { background: none; border: none; cursor: pointer; color: #666; font-size: 16px; padding: 0; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } body.dark .search-bar-btn { color: #999; } .search-bar-btn:hover { color: var(--primary-color); transform: scale(1.1); } /* Responsive Design */ @media (max-width: 768px) { .search-bar-wrapper { padding: 8px 15px; border-radius: 25px; } .search-bar-input { font-size: 13px; } .search-bar-btn { font-size: 14px; } } @media (max-width: 576px) { .search-bar-wrapper { padding: 8px 12px; border-radius: 20px; gap: 10px; } .search-bar-input { font-size: 12px; } .search-bar-input::placeholder { font-size: 12px; } .search-bar-btn { font-size: 13px; } } /* ==========================================IN CASE YOU MISSED IT SECTION===================================================== */ .missed-it-section { background: var(--white-color); padding-top: 50px; padding-bottom: 50px; } body.dark .missed-it-section { background: var(--dark-bg); } .section-heading h3 { font-size: 32px; font-weight: 700; color: var(--heading-color); margin-bottom: 0; font-family: "Inter", sans-serif; } body.dark .section-heading h3 { color: var(--white-color); } .missed-it-card { background: var(--white-color); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } body.dark .missed-it-card { background: #2a2a2a; box-shadow: 0 2px 8px rgba(255, 255, 255, 0.08); } .missed-it-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } body.dark .missed-it-card:hover { box-shadow: 0 8px 20px rgba(255, 255, 255, 0.12); } .missed-it-image { width: 100%; height: 200px; overflow: hidden; border-radius: 12px 12px 0 0; } .missed-it-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .missed-it-card:hover .missed-it-image img { transform: scale(1.05); } .missed-it-content { padding: 20px; flex: 1; display: flex; /* flex-direction: column; */ justify-content: space-between; align-items: center; gap: 20px; } .missed-it-title { font-size: 16px; font-weight: 600; color: var(--heading-color); margin: 0 0 15px 0; line-height: 1.5; font-family: "Inter", sans-serif; } body.dark .missed-it-title { color: var(--white-color); } .missed-it-icons { display: flex; gap: 15px; /* margin-top: auto; */ } .icon-btn { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1.5px solid #e0e0e0; border-radius: 50%; color: #666; transition: all 0.3s ease; text-decoration: none; font-size: 16px; } body.dark .icon-btn { border-color: #444; color: #999; } .icon-btn:hover { background: var(--primary-color); border-color: var(--primary-color); color: var(--white-color); } /* Responsive Design */ @media (max-width: 992px) { .section-heading h3 { font-size: 28px; } .missed-it-image { height: 180px; } .missed-it-content { padding: 18px; } .missed-it-title { font-size: 15px; } } @media (max-width: 768px) { .missed-it-section { padding-top: 40px; padding-bottom: 40px; } .section-heading h3 { font-size: 24px; } .missed-it-image { height: 160px; } .missed-it-content { padding: 16px; } .missed-it-title { font-size: 14px; margin-bottom: 12px; } .missed-it-icons { gap: 10px; } .icon-btn { width: 32px; height: 32px; font-size: 14px; } } @media (max-width: 576px) { .missed-it-section { padding-top: 30px; padding-bottom: 30px; } .section-heading h3 { font-size: 20px; margin-bottom: 20px; } .missed-it-image { height: 140px; } .missed-it-content { padding: 14px; } .missed-it-title { font-size: 13px; margin-bottom: 10px; } .missed-it-icons { gap: 8px; } .icon-btn { width: 30px; height: 30px; font-size: 12px; border-width: 1px; } } /* ==========================================VIDEOS SECTION WITH SIDEBAR===================================================== */ .videos-section { background: var(--white-color); } body.dark .videos-section { background: var(--dark-bg); } .videos-content { background: #000; border-radius: 12px; padding: 40px; color: var(--white-color); } body.dark .videos-content { background: #0a0a0a; } .videos-header { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; } .videos-logo { width: 40px; height: 40px; object-fit: contain; } .videos-header h2 { font-size: 24px; font-weight: 700; margin: 0; color: var(--white-color); font-family: "Inter", sans-serif; } .featured-video { display: flex; gap: 30px; align-items: center; border-bottom: 1px solid #333; padding-bottom: 40px; } .featured-video .video-thumbnail { flex: 0 0 45%; min-width: 0; } .featured-video-content { flex: 1; } .video-thumbnail { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; display: inline-block; width: 100%; } .video-thumbnail img { width: 100%; height: auto; display: block; } .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background: rgba(255, 255, 255, 0.3); border: 3px solid var(--white-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--white-color); transition: all 0.3s ease; } .video-thumbnail:hover .play-button { background: rgba(255, 255, 255, 0.5); transform: translate(-50%, -50%) scale(1.1); } .featured-video-content h4 { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: var(--white-color); line-height: 1.4; } .featured-video-content p { font-size: 14px; color: #ccc; margin-bottom: 20px; line-height: 1.6; } .video-actions { display: flex; gap: 15px; } .video-actions a { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; /* border: 1.5px solid #666; */ border-radius: 50%; color: #999; transition: all 0.3s ease; text-decoration: none; font-size: 16px; } .video-actions a:hover { /* border-color: var(--white-color); */ /* color: var(--white-color); */ /* background: rgba(255, 255, 255, 0.1); */ } .video-card { /* background: rgba(0, 0, 0, 0.05); */ border-radius: 8px; overflow: hidden; transition: all 0.3s ease; } .video-card:hover { transform: translateY(-4px); /* background: rgba(255, 255, 255, 0.1); */ } body.dark .icon.share-bn img { filter: invert(1) brightness(2); } .video-card .video-thumbnail { height: 150px; margin-bottom: 0; } .video-card .video-thumbnail img { height: 100%; object-fit: cover; } .video-title { font-size: 15px; font-weight: 600; color: var(--white-color); padding: 10px; margin: 0; line-height: 1.4; } .video-card .video-actions { padding: 0 15px 15px 15px; } .view-more-btn { border: 1.5px solid var(--white-color); background: transparent; color: var(--white-color); padding: 12px 40px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-family: "Inter", sans-serif; } .view-more-btn:hover { background: var(--white-color); color: #000; } /* Sidebar Styles */ .videos-sidebar { display: flex; flex-direction: column; gap: 0; } .sidebar-box { background: #fef5e7; border-radius: 12px; padding: 25px; margin-bottom: 20px; } body.dark .sidebar-box { background: #2a2a2a; } .sidebar-title { font-size: 22px; font-weight: 700; color: var(--heading-color); margin: 0; font-family: "Inter", sans-serif; } body.dark .sidebar-title { color: var(--white-color); } .sidebar-featured-article { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 20px; } body.dark .sidebar-featured-article { border-color: rgba(255, 255, 255, 0.1); } .sidebar-article-img { border-radius: 8px; overflow: hidden; height: 150px; } .sidebar-article-img img { width: 100%; height: 100%; object-fit: cover; } .sidebar-article-title { font-size: 16px; font-weight: 600; color: var(--heading-color); margin: 0; line-height: 1.4; } body.dark .sidebar-article-title { color: var(--white-color); } .article-list { list-style: none; padding: 0; margin: 20px 0; } .article-list li { font-size: 14px; color: var(--heading-color); margin-bottom: 12px; padding-left: 20px; position: relative; line-height: 1.5; } body.dark .article-list li a { color: #ccc !important; } .article-list li:before { content: "•"; position: absolute; left: 0; color: var(--heading-color); } body.dark .article-list li:before { color: #999; } .exclusive-btn { border: 2px solid var(--heading-color); background: transparent; color: var(--heading-color); padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-family: "Inter", sans-serif; } body.dark .exclusive-btn { border-color: var(--white-color); color: var(--white-color); } .exclusive-btn:hover { background: var(--heading-color); color: var(--white-color); } body.dark .exclusive-btn:hover { background: var(--white-color); color: #000; } .livetv-header { display: flex; justify-content: space-between; align-items: center; } .live-badge { color: #ff0000; font-weight: 700; font-size: 16px; } .more-channels { font-size: 13px; color: var(--heading-color); text-decoration: none; display: flex; align-items: center; gap: 5px; transition: all 0.3s ease; } body.dark .more-channels { color: #999; } .more-channels:hover { color: var(--primary-color); } .live-stream-box { position: relative; border-radius: 8px; overflow: hidden; margin-top: 15px; height: 200px; } .live-stream-box img { width: 100%; height: 100%; object-fit: cover; } .play-button-large { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; background: rgba(255, 255, 255, 0.3); border: 3px solid var(--white-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--white-color); transition: all 0.3s ease; } .live-stream-box:hover .play-button-large { background: rgba(255, 255, 255, 0.5); transform: translate(-50%, -50%) scale(1.1); } /* Responsive Design */ @media (max-width: 992px) { .videos-content { padding: 30px; } .videos-header h2 { font-size: 32px; } .featured-video { flex-direction: column; gap: 20px; padding-bottom: 30px; } .featured-video .video-thumbnail { flex: 1; } .featured-video-content h4 { font-size: 20px; } .video-title { font-size: 14px; } .sidebar-box { padding: 20px; } } @media (max-width: 768px) { .videos-content { padding: 20px; border-radius: 8px; } .videos-header { margin-bottom: 25px; } .videos-header h2 { font-size: 28px; } .featured-video { padding-bottom: 20px; gap: 15px; } .featured-video-content h4 { font-size: 18px; margin-bottom: 12px; } .featured-video-content p { font-size: 13px; } .play-button { width: 50px; height: 50px; font-size: 18px; } .video-card .video-thumbnail { height: 120px; } .video-title { font-size: 13px; padding: 12px; } .video-card .video-actions { padding: 0 12px 12px 12px; } .sidebar-title { font-size: 18px; } .sidebar-box { padding: 18px; } .sidebar-article-img { height: 130px; } .live-stream-box { height: 180px; } } @media (max-width: 576px) { .videos-section { padding-top: 30px; padding-bottom: 30px; } .videos-content { padding: 15px; } .videos-header { gap: 10px; margin-bottom: 20px; } .videos-logo { width: 35px; height: 35px; } .videos-header h2 { font-size: 24px; } .featured-video { gap: 12px; padding-bottom: 15px; margin-bottom: 20px; } .featured-video-content h4 { font-size: 16px; margin-bottom: 10px; } .featured-video-content p { font-size: 12px; margin-bottom: 15px; } .play-button { width: 45px; height: 45px; font-size: 16px; } .video-actions a { width: 35px; height: 35px; font-size: 14px; } .video-card .video-thumbnail { height: 250px; } .video-title { font-size: 12px; padding: 10px; } .video-card .video-actions { padding: 0 10px 10px 10px; } .view-more-btn { padding: 10px 32px; font-size: 13px; } .sidebar-box { padding: 15px; margin-bottom: 15px; } .sidebar-title { font-size: 16px; margin-bottom: 15px; } .sidebar-featured-article { padding-bottom: 15px; margin-bottom: 15px; } .sidebar-article-img { height: 250px; margin-bottom: 10px; } .sidebar-article-title { font-size: 14px; } .article-list { margin: 15px 0; } .article-list li { font-size: 13px; margin-bottom: 10px; } .exclusive-btn { padding: 10px 15px; font-size: 13px; } .livetv-header { margin-bottom: 15px; } .livetv-header h4 { font-size: 14px; } .more-channels { font-size: 12px; } .play-button-large { width: 60px; height: 60px; font-size: 24px; } .live-stream-box { height: 150px; margin-top: 12px; } } /* ==========================================ARTICLE DETAIL PAGE===================================================== */ .article-item-list { /* display: flex; */ } .article-detail-section { background: var(--white-color); } body.dark .article-detail-section { background: var(--dark-bg); } .article-item { /* border-bottom: 1px solid #e0e0e0; */ } body.dark .article-item { border-bottom-color: #333; } .article-item:last-child { border-bottom: none; } .article-meta { margin-bottom: 20px; } .article-title { font-size: 32px; font-weight: 700; color: var(--heading-color); margin: 0 0 15px 0; line-height: 1.3; font-family: "Inter", sans-serif; } body.dark .article-title { color: var(--white-color); } .article-title-sm { font-size: 24px; font-weight: 700; color: var(--heading-color); margin: 0 0 15px 0; line-height: 1.3; font-family: "Inter", sans-serif; } body.dark .article-title-sm { color: var(--white-color); } .article-excerpt { font-size: 15px; color: #666; line-height: 1.7; margin-bottom: 15px; } body.dark .article-excerpt { color: #aaa; } .article-actions { display: flex; gap: 15px; } .action-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1.5px solid #e0e0e0; border-radius: 50%; color: #666; transition: all 0.3s ease; text-decoration: none; font-size: 16px; } body.dark .action-icon { border-color: #444; color: #999; } .action-icon:hover { background: var(--primary-color); border-color: var(--primary-color); color: var(--white-color); } .article-featured-image { margin: 30px 0; border-radius: 8px; overflow: hidden; width: 100%; height: 450px; } .article-featured-image img { width: 100%; height: 100%; object-fit: cover; } .article-with-image { float: right; width: 280px; /* margin: 0 0 20px 20px; */ border-radius: 8px; overflow: hidden; flex-shrink: 0; } .article-with-image img { width: 100%; height: auto; display: block; } /* Recommended Sidebar */ .recommended-sidebar { position: sticky; top: 20px; background: #f9f9f9; padding: 20px; border-radius: 8px; } .sidebar-heading { font-size: 24px; font-weight: 700; color: var(--heading-color); margin: 0; font-family: "Inter", sans-serif; } body.dark .sidebar-heading { color: var(--white-color); } .recommended-card { background: #f5f5f5; border-radius: 8px; overflow: hidden; transition: all 0.3s ease; cursor: pointer; } body.dark .recommended-card { background: #2a2a2a; } .recommended-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); } body.dark .recommended-card:hover { box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1); } .recommended-image { width: 100%; height: 120px; overflow: hidden; border-radius: 8px 8px 0 0; } .recommended-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .recommended-card:hover .recommended-image img { transform: scale(1.05); } .recommended-title { font-size: 14px; font-weight: 600; color: var(--heading-color); padding: 12px; margin: 0; line-height: 1.4; } body.dark .recommended-title { color: var(--white-color); } /* Responsive Design */ @media (max-width: 992px) { .article-title { font-size: 28px; } .article-title-sm { font-size: 22px; } .article-with-image { width: 250px; } .recommended-sidebar { position: static; margin-top: 40px; } } @media (max-width: 768px) { .article-detail-section { padding-top: 40px; padding-bottom: 40px; } .article-item { margin-bottom: 30px; } .article-title { font-size: 24px; margin-bottom: 12px; } .article-title-sm { font-size: 20px; margin-bottom: 12px; } .article-excerpt { font-size: 14px; margin-bottom: 12px; } .article-featured-image { margin: 20px 0; } .article-with-image { /* float: right; */ width: 100%; margin: 0 0 15px 0px; } .action-icon { width: 36px; height: 36px; font-size: 14px; } .sidebar-heading { font-size: 20px; margin-bottom: 15px; } .recommended-card { margin-bottom: 15px; } /* .recommended-image { height: 100px; } */ .recommended-title { font-size: 13px; padding: 10px; } } @media (max-width: 576px) { .article-detail-section { padding-top: 30px; padding-bottom: 30px; } .article-item { padding-bottom: 20px; margin-bottom: 0px; border-bottom: 1px solid #ccc; } .article-title { font-size: 20px; margin-bottom: 10px; } .article-title-sm { font-size: 18px; margin-bottom: 10px; } .article-excerpt { font-size: 13px; margin-bottom: 10px; } .article-actions { gap: 10px; } .action-icon { width: 32px; height: 32px; font-size: 12px; border-width: 1px; } .article-featured-image { margin: 15px 0; border-radius: 6px; } /* .article-with-image { float: right; width: 180px; margin: 0 0 12px 10px; border-radius: 6px; } */ .recommended-sidebar { margin-top: 30px; } .sidebar-heading { font-size: 18px; margin-bottom: 12px; } .recommended-card { margin-bottom: 12px; } /* .recommended-image { height: 90px; border-radius: 6px 6px 0 0; } */ .recommended-title { font-size: 12px; padding: 8px; } } /*=============================26-03-2026==================================*/ .latest-news-list .tag-img { width: 80px; height: 80px; overflow: hidden; border-radius: 8px; flex-shrink: 0; } .latest-news-list .tag-img img { width: 100%; height: 100%; object-fit: cover; } .list-box .img-right { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; flex-shrink: 0; } .list-box .img-right img { width: 100%; height: 100%; object-fit: cover; } @media (min-width: 1200px) { /* Additional Search Styles */ } /* Search Overlay Styling */ .search-overlay { position: fixed; top: -100%; left: 0; width: 100%; height: 100vh; background: rgba(255, 255, 255, 0.98); z-index: 10000; transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); visibility: hidden; overflow-y: auto; } .search-overlay.active { top: 0; visibility: visible; } .search-overlay .container { max-width: 800px; margin-top: 80px; } .search-overlay-input { border: 1px solid #e0e0e0; border-radius: 8px; padding: 18px 20px 18px 55px; font-size: 20px; outline: none; background: #fff; color: #333; transition: border-color 0.3s; } .search-overlay-input:focus { border-color: #000; } .search-icon-inner { left: 20px; top: 50%; transform: translateY(-50%); color: #999; font-size: 22px; } .close-overlay { position: absolute; top: 30px; right: 50px; background: none; border: none; font-size: 32px; cursor: pointer; color: #333; transition: transform 0.3s; } .close-overlay:hover { transform: rotate(90deg); } .top-searches h5 { font-size: 18px; letter-spacing: 0.5px; } .top-searches ul li { padding: 15px 0; } .top-searches ul li a { color: #000; font-weight: 500; font-size: 16px; transition: color 0.3s; } .top-searches ul li a:hover { color: #ff0000 !important; } .top-searches .news-title { line-height: 1.4; } /* Dark Mode support for Search Overlay */ body.dark .search-overlay { background: rgba(18, 18, 18, 0.98); } body.dark .search-overlay-input { background: #252525; border-color: #444; color: #fff; } body.dark .close-overlay, body.dark .top-searches h5, body.dark .top-searches ul li a { color: #fff !important; } body.dark .top-searches ul li { border-color: #333 !important; } /* ========================css 26-03-26==================================== */ .latest-story.live-tv-main-box { border-right: 0px solid #d9d9d9; } body.dark .latest-story.live-tv-main-box { background-color: #191919; } .featured-video .video-thumbnail { width: 350px; height: 218px; overflow: hidden; border-radius: 8px; } .social-links a { flex-shrink: 0; display: inline-block; width: 31px; } .coverage-card-box h4 { color: var(--heading-color); } .navbar-light .navbar-nav .nav-link { color: var(--heading-color); } #news-list-container .article-item .row { justify-content: space-between !important; } .visual-storyes { padding: 30px 0px; } .article-item-brl { border-bottom: 1px solid #e0e0e0; padding-bottom: 35px; } /* ===== News Detail Page ===== */ .nd-section { padding: 60px 0; } .nd-meta { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; color: #666; font-size: 14px; } .nd-meta i { color: var(--primary-color); } .nd-title { font-size: 36px; font-weight: 700; margin-bottom: 25px; line-height: 1.3; color: var(--heading-color); } .nd-image-box { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .nd-image-box img { width: 100%; height: auto; object-fit: contain; max-height: 600px; } .nd-content-wrapper { font-size: 18px; line-height: 1.8; color: var(--text-color); margin-bottom: 40px; } .nd-content-wrapper p { margin-bottom: 20px; } .nd-sidebar-widget { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .nd-widget-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--primary-color); display: inline-block; } .nd-latest-item { display: flex; gap: 15px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee; } .nd-latest-item:last-child { border-bottom: none; } .nd-latest-img { width: 80px; height: 80px; flex-shrink: 0; border-radius: 8px; overflow: hidden; } .nd-latest-img img { width: 100%; height: 100%; object-fit: cover; } .nd-latest-info h6 { font-size: 15px; font-weight: 600; margin-bottom: 5px; line-height: 1.4; } .nd-latest-info span { font-size: 12px; color: #999; } .nd-breadcrumb-area { background: #e9e9e9; padding: 8px 15px; margin-bottom: 40px; border-radius: 6px; } .nd-breadcrumb-area .breadcrumb { margin-bottom: 0; } .nd-breadcrumb-area .breadcrumb-item a { color: #000; } /* News Detail Dark Mode */ body.dark .nd-meta { color: #aaa; } body.dark .nd-sidebar-widget { background: #1a1a1a; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } body.dark .nd-latest-item { border-bottom-color: #333; } body.dark .nd-content-wrapper { color: #ccc; } body.dark .nd-breadcrumb-area { background: #121212; border-bottom: 1px solid #333; } .related-top-stories { margin-top: 60px; padding-top: 40px; border-top: 2px solid #eee; } .section-label { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; display: flex; align-items: center; gap: 8px; margin-bottom: 25px; color: #000; } .section-label a { color: inherit; } .top-story-featured .ts-img-box { width: 100%; margin-bottom: 12px; } .top-story-featured .ts-img-box img { width: 100%; height: auto; object-fit: cover; border-radius: 4px; } .ts-img-source { font-size: 11px; color: #888; margin-top: 6px; } .top-story-featured h3 { font-size: 20px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; } .top-story-featured h3 a, .ts-list-item h4 a { color: #000; transition: color 0.3s; } .top-story-featured h3 a:hover, .ts-list-item h4 a:hover { color: var(--primary-color); } .ts-meta { font-size: 12px; color: #666; margin-bottom: 15px; } .ts-actions { display: flex; gap: 12px; } .ts-action-btn { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #666; background: #f4f4f4; cursor: pointer; transition: all 0.2s; } .ts-action-btn:hover { background: #e9e9e9; } .ts-action-btn.share { background: #ffb900; color: #000; } .ts-list-item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; } .ts-list-item:last-child { border-bottom: none; margin-bottom: 0; } .ts-list-item h4 { font-size: 16px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; } body.dark .section-label, body.dark .top-story-featured h3 a, body.dark .ts-list-item h4 a { color: #fff; } body.dark .ts-action-btn { background: #333; color: #ccc; } body.dark .ts-list-item { border-bottom-color: #333; } .ad-label { display: block; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: 1px; color: #888; text-transform: uppercase; margin-bottom: 8px; position: relative; width: 100%; } .ad-label::before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #f0f0f0; z-index: 1; } .ad-label span { position: relative; z-index: 2; background: #fff; padding: 0 10px; } body.dark .ad-label span { background: #1a1a1a; } body.dark .ad-label::before { background: #333; } /* ===== All News Page ===== */ .all-news-section .sl-card { transition: transform 0.2s, box-shadow 0.2s; } .all-news-section .sl-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important; } .all-news-section .card-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .all-news-section .card-text { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } /* All News Page Header */ .an-page-header { border-left: 4px solid var(--primary-color, #c8102e); padding-left: 16px; } .an-page-title { font-size: 28px; font-weight: 800; color: var(--heading-color, #1a1a1a); margin-bottom: 4px; } .an-page-subtitle { font-size: 14px; color: #888; margin-bottom: 0; } /* Filter Bar */ .an-filter-bar { background: #fff; border: 1px solid #e8e8e8; border-radius: 14px; padding: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); } /* Search Input */ .an-search-wrap { position: relative; display: flex; align-items: center; } .an-search-icon { position: absolute; left: 16px; color: #aaa; font-size: 15px; z-index: 2; } .an-search-input { width: 100%; border: 2px solid #eee; border-radius: 50px; padding: 12px 48px 12px 44px; font-size: 15px; color: #333; background: #fafafa; outline: none; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; } .an-search-input:focus { border-color: var(--primary-color, #c8102e); box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1); background: #fff; } .an-search-input::placeholder { color: #bbb; } .an-search-spinner { position: absolute; right: 16px; } /* Category Pills */ .an-category-bar { display: flex; align-items: center; gap: 10px; } .an-category-pills { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; } .an-cat-pill { border: 1.5px solid #ddd; background: #fff; color: #555; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; white-space: nowrap; } .an-cat-pill:hover { border-color: var(--primary-color, #c8102e); color: var(--primary-color, #c8102e); background: rgba(200, 16, 46, 0.04); } .an-cat-pill.active { background: var(--primary-color, #c8102e); color: #fff; border-color: var(--primary-color, #c8102e); } /* Reset Button */ .an-reset-btn { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid #ddd; background: #fff; color: #888; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; flex-shrink: 0; } .an-reset-btn:hover { background: #f0f0f0; color: #333; border-color: #bbb; } /* Result Info */ .an-result-info { font-size: 13px; color: #777; padding: 8px 14px; background: #fef9e7; border-radius: 8px; border-left: 3px solid #f0c040; } /* Dark Mode */ body.dark .an-page-title { color: #fff; } body.dark .an-filter-bar { background: #1e1e1e; border-color: #333; } body.dark .an-search-input { background: #2a2a2a; border-color: #444; color: #eee; } body.dark .an-search-input:focus { background: #333; } body.dark .an-search-icon { color: #666; } body.dark .an-cat-pill { background: #2a2a2a; border-color: #444; color: #bbb; } body.dark .an-cat-pill:hover { background: rgba(200, 16, 46, 0.15); } body.dark .an-cat-pill.active { background: var(--primary-color, #c8102e); color: #fff; } body.dark .an-reset-btn { background: #2a2a2a; border-color: #444; color: #aaa; } body.dark .an-result-info { background: #2a2500; color: #ccc; } body.dark .all-news-section .sl-card { background: #1a1a1a !important; } body.dark .all-news-section .card-title { color: #eee !important; } .gw-widget { background: #001247; border-radius: 12px; overflow: hidden; color: #e8eaed; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; position: relative; min-height: 200px; } .gw-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 0; } .gw-search-bar { padding: 12px 16px 0; } .gw-search-wrap { position: relative; } .gw-search-bar .form-control { color: #fff; font-size: 14px; } .gw-search-bar .form-control::placeholder { color: #9aa0a6; } .gw-search-bar .form-control:focus { box-shadow: none; } .gw-search-bar .input-group { background: rgba(255, 255, 255, 0.1); border-radius: 24px; overflow: hidden; } .gw-search-bar .input-group-text { color: #9aa0a6; padding: 6px 12px; } .gw-suggestions { position: absolute; top: 100%; left: 0; right: 0; z-index: 999; background: #303134; border-radius: 0 0 12px 12px; max-height: 240px; overflow-y: auto; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); } .gw-suggestions .gw-sug-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; cursor: pointer; transition: 0.15s; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .gw-suggestions .gw-sug-item:last-child { border-bottom: none; } .gw-suggestions .gw-sug-item:hover, .gw-suggestions .gw-sug-item.active { background: rgba(255, 255, 255, 0.08); } .gw-suggestions .gw-sug-icon { color: #9aa0a6; font-size: 14px; width: 20px; text-align: center; } .gw-suggestions .gw-sug-text { flex: 1; font-size: 13px; color: #e8eaed; } .gw-suggestions .gw-sug-sub { font-size: 11px; color: #9aa0a6; } .gw-suggestions .gw-sug-loading { padding: 12px 16px; text-align: center; color: #9aa0a6; font-size: 13px; } .gw-tabs { display: flex; gap: 0; padding: 8px 16px 0; } .gw-tab { background: none; border: none; color: #9aa0a6; font-size: 14px; padding: 8px 20px; border-radius: 20px; cursor: pointer; transition: 0.2s; } .gw-tab.active { background: rgba(138, 180, 248, 0.15); color: #8ab4f8; } .gw-current { display: flex; justify-content: space-between; align-items: flex-start; padding: 16px 20px 8px; } .gw-current-left { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; } .gw-icon { font-size: 48px; color: #f9ab00; line-height: 1; } .gw-temp-wrap { display: flex; align-items: flex-start; gap: 2px; } .gw-temp { font-size: 52px; font-weight: 400; line-height: 1; } .gw-unit { font-size: 18px; color: #e8eaed; cursor: pointer; margin-top: 6px; } .gw-unit-sep { font-size: 18px; color: #5f6368; margin-top: 6px; } .gw-unit-alt { font-size: 18px; color: #9aa0a6; cursor: pointer; margin-top: 6px; } .gw-details { display: flex; flex-direction: column; font-size: 12px; color: #bdc1c6; gap: 1px; width: 100%; } .gw-current-right { min-width: 120px; } .gw-label { font-size: 18px; font-weight: 500; color: #e8eaed; } .gw-day { font-size: 13px; color: #9aa0a6; } .gw-condition { font-size: 13px; color: #9aa0a6; } .gw-subtabs { display: flex; gap: 0; padding: 4px 20px; border-bottom: 1px solid #3c4043; } .gw-subtab { background: none; border: none; border-bottom: 2px solid transparent; color: #9aa0a6; font-size: 13px; padding: 6px 16px; cursor: pointer; transition: 0.2s; } .gw-subtab.active { color: #8ab4f8; border-bottom-color: #8ab4f8; } .gw-chart-wrap { padding: 10px 16px 0; height: 110px; } .gw-hourly-times { display: flex; justify-content: space-between; padding: 0 20px 8px; font-size: 11px; color: #9aa0a6; overflow-x: auto; gap: 4px; } .gw-hourly-times span { min-width: 40px; text-align: center; } .gw-forecast { display: flex; justify-content: space-between; padding: 8px 12px 14px; gap: 4px; overflow-x: auto; } .gw-forecast .gw-day-card { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 6px; border-radius: 10px; min-width: 60px; cursor: default; transition: 0.2s; } .gw-forecast .gw-day-card:first-child { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); } .gw-forecast .gw-day-card:hover { background: rgba(255, 255, 255, 0.06); } .gw-forecast .gw-day-name { font-size: 12px; font-weight: 500; color: #e8eaed; } .gw-forecast .gw-day-icon { font-size: 22px; color: #f9ab00; } .gw-forecast .gw-day-temps { font-size: 12px; color: #bdc1c6; } .gw-forecast .gw-day-temps strong { color: #e8eaed; } /* AQI styles */ .gw-aqi-content { padding: 20px; } .gw-aqi-gauge { text-align: center; margin-bottom: 20px; } .gw-aqi-number { font-size: 56px; font-weight: 300; line-height: 1; } .gw-aqi-label { font-size: 16px; font-weight: 500; margin-top: 4px; } .gw-aqi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .gw-aqi-item { background: rgba(255, 255, 255, 0.06); border-radius: 8px; padding: 10px; text-align: center; } .gw-aqi-item .aqi-val { font-size: 20px; font-weight: 500; } .gw-aqi-item .aqi-lbl { font-size: 11px; color: #9aa0a6; margin-top: 2px; } .gw-aqi-bar { height: 6px; border-radius: 3px; margin: 16px 0 6px; background: linear-gradient( to right, #4caf50, #ffeb3b, #ff9800, #f44336, #9c27b0, #7e0023 ); } .gw-aqi-bar-marker { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #fff; position: relative; top: -9px; transition: margin-left 0.5s; } .section-two { padding: 50px 0px; } @media (max-width: 576px) { .gw-current { flex-direction: column; gap: 8px; } .gw-current-right { text-align: left !important; } .gw-temp { font-size: 40px; } .gw-icon { font-size: 36px; } .gw-aqi-grid { grid-template-columns: repeat(2, 1fr); } } /* ======================= MARQUEE TICKER SECTION ======================= */ .marquee-ticker-container { /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); */ padding: 0px 0; overflow: hidden; border: 1px solid #ccc; /* border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; */ } .marquee-ticker-container { display: flex; align-items: center; gap: 20px; /* max-width: 1400px; */ margin: 0 auto; padding: 0 20px; } .marquee-ticker-label { background: #ffb900; color: #1a1a2e; font-weight: 700; padding: 8px 16px; border-radius: 4px; font-size: 12px; white-space: nowrap; flex-shrink: 0; letter-spacing: 1px; } .marquee-ticker-wrapper { flex: 1; overflow: hidden; position: relative; height: 40px; display: flex; align-items: center; } .marquee-ticker-content { display: flex; gap: 20px; animation: marquee 60s linear infinite; will-change: transform; } .marquee-ticker-content:hover { animation-play-state: paused; } @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .ticker-item { display: flex; align-items: center; gap: 15px; padding: 8px 25px 8px 8px; /* background: rgba(255, 255, 255, 0.05); */ /* border-radius: 6px; */ white-space: nowrap; flex-shrink: 0; transition: all 0.3s ease; cursor: pointer; border-right: 1px solid #ccc; } .ticker-item:hover { /* background: rgba(255, 255, 255, 0.15); */ /* transform: scale(1.02); */ } .ticker-symbol { font-weight: 700; font-size: 13px; color: #000; /* min-width: 70px; */ } .ticker-price { font-weight: 600; font-size: 13px; color: #000; /* min-width: 80px; */ text-align: right; } .ticker-change { font-weight: 700; font-size: 12px; padding: 4px 8px; border-radius: 4px; min-width: 60px; text-align: center; } .ticker-change.positive { background: rgba(76, 175, 80, 0.3); color: #4caf50; } .ticker-change.negative { background: rgba(244, 67, 54, 0.3); color: #f44336; } /* Dark Mode Adjustments */ body.dark .marquee-ticker-section { /* background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%); */ border-bottom-color: #ffb900; } body.dark .ticker-item { /* background: rgba(255, 255, 255, 0.08); */ } body.dark .ticker-item:hover { /* background: rgba(255, 255, 255, 0.15); */ } /* Responsive Design */ @media (max-width: 768px) { .marquee-ticker-container { gap: 10px; padding: 0 15px; } .marquee-ticker-label { font-size: 10px; padding: 6px 12px; } .marquee-ticker-wrapper { height: 35px; } .ticker-item { gap: 8px; padding: 6px 10px; } .ticker-symbol { font-size: 11px; min-width: 50px; } .ticker-price { font-size: 11px; min-width: 65px; } .ticker-change { font-size: 10px; padding: 3px 6px; min-width: 50px; } .marquee-ticker-content { gap: 25px; animation: marquee 45s linear infinite; } } @media (max-width: 480px) { .marquee-ticker-section { padding: 12px 0; margin-top: 50px; } .marquee-ticker-container { gap: 8px; padding: 0 10px; } .marquee-ticker-label { font-size: 9px; padding: 5px 10px; } .marquee-ticker-wrapper { height: 30px; } .ticker-item { gap: 6px; padding: 5px 8px; } .ticker-symbol { font-size: 10px; min-width: 40px; } .ticker-price { font-size: 10px; min-width: 55px; } .ticker-change { font-size: 9px; padding: 2px 5px; min-width: 45px; } .marquee-ticker-content { gap: 20px; animation: marquee 40s linear infinite; } } /* Use The News Table Section */ .use-news-box { border: 1px solid #dee2e6; background-color: #fff; /* margin-top: 20px; */ } .use-news-box .header { border-bottom: 1px solid #dee2e6; padding: 0px; } .use-news-box .logo { /* padding: 10px; border-right: 1px solid #dee2e6; */ } .use-news-box .logo .logo-w { font-size: 40px; font-weight: 700; line-height: 1; display: block; font-family: "Serif"; } .use-news-box .logo .logo-text { font-size: 11px; font-weight: 500; letter-spacing: 1px; color: #6c757d; text-transform: uppercase; } .use-news-box .title { font-family: "Serif"; font-weight: 700; font-size: 23px; margin: 0; flex-grow: 1; text-align: center; color: #212529; } .use-news-box .table th { text-align: center; vertical-align: middle; font-weight: 600; font-size: 13px; background-color: #fff; padding: 3px; } .use-news-box .table th.scrip-header { background-color: #e5d3c2 !important; } .use-news-box .table td { text-align: center; vertical-align: middle; font-size: 13px; } .use-news-box .table-bordered > :not(caption) > * > * { border-width: 1px; } .use-news-disclaimer { font-size: 13px; color: #333; margin-top: 10px; line-height: 1.5; } .use-news-disclaimer p { font-size: 10px; } .logo-w img { max-width: 45px; height: auto; } .table > :not(:last-child) > :last-child > * { border-bottom-color: rgb(204 204 204) !important; }