html {
  scroll-behavior: smooth;
}
body{
    font-family: "Work Sans", sans-serif;
    margin: 0;
    padding: 0;
}
/* navbar-section  */
.navbar-section {
  padding: 10px 0px;
  position: relative;
}
.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  position: relative;
}
.menu-icon {
  height: 30px;
  width: auto;
}
.logo-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.logo{
    height: 35px;
    width: auto;
}
.logo-s{
    display: none;
}
.nav-right-section {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.subscribe-btn {
  color: white;
  font-size: 12px;
  font-weight: 700;
  background-color: #004fff;
  padding: 6px 20px;
  margin: 0;
  border-radius: 10px;
  line-height: 1;         /* Fixes vertical spacing */
  display: flex;          /* Ensures centering */
  align-items: center;    /* Vertically center text */
  height: 100%;           /* Optional: ensure uniform height */
}

.user-section {
    display: flex;
    align-items: center;
    gap: 5px;
}
.user-icon{
    height: 15px;
    width: auto;
    border: 3px solid #000;
    border-radius: 50%;
    padding: 5px;
}
.user-text{
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}
.nav-bottom{
  display: flex;
  justify-content: center;
  gap: 30px;
  border-top:1px solid #dcdcdc;
   border-bottom:1px solid #dcdcdc;
   padding: 10px 0px;
}
.cateagory-option{
  font-size: 14px;
  margin: 0;
  color: #282828;
}




/* Sidebar Menu */
.menu-sidebar {
  width: 25%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%; /* hidden by default */
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  overflow-y: auto;
  padding: 20px;
  z-index: 999;
  transition: left 0.5s ease-in-out;
}

/* When menu is active */
.menu-sidebar.active {
  left: 0;
}
.menu-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}

.subscribe-button {
  width: 100%;
  background-color: #004fff;
  color: white;
  font-weight: bold;
  padding: 12px;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.search-bar {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.search-icon {
  height: 18px;
  margin-right: 10px;
}

.search-input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
}

.menu-section {
  margin-bottom: 20px;
}

.menu-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.quick-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.quick-links p {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}

.news-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-links li {
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}


/* dual-part-section */
.dual-part-section{
  display: flex;
  padding: 30px 20px;
  gap: 30px;
}
.dual-part-section-l{
  width: 80%;
}
.dual-part-section-s{
  width: 20%;
}
.main-head{
  font-size: 26px;
  color: #282828;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 800;
}
.horizontal-line {
  height: 0.5px;
  width: 100%; /* or a fixed width like 200px */
  background-color: black;
}
.two-part-section{
display: flex;
gap: 15px;
padding: 20px 0px;
}
.two-part-grid{
  width: 50%;
}
.main-img{
  width: 100%;
  height: auto;
}
.second-head{
  font-size: 26px;
  color: #282828;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.mini-head{
  font-size: 14px;
  margin: 0;
  color: #282828;
}
.time{
  font-size: 12px;
  margin: 0;
  color: #9b9b9b;
  padding: 8px 0px;
}
.light-line {
  height: 0.3px;
  width: 100%; /* or a fixed width like 200px */
  background-color: #d8d8d8;
  margin: 10px 0px;
}
.head-b{
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: #004fff;
  text-transform: uppercase;
  padding: 5px 0px;
}
.third-head{
  color: #282828;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0px;
}
.three-part-section{
  display: flex;
  padding: 50px 0px;
}
.three-part-grid-content{
  padding-top: 15px;
}

.three-part-grid {
  width: 33%;
  flex: 1;
  padding: 0 15px;
  border-right: 0.5px solid #d8d8d8;
}
.three-part-grid:last-child {
  border-right: none;
}
.ad-section{
  padding-bottom: 30px;
}
.video-img-grid {
  width: 100%;
  height: 180px;
  overflow: hidden; 
  padding: 20px 0px;
  position: relative;
}

.today-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* ensures it's centered */
  display: block;
}
.today-video-section .third-head{
color: #282828;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0px
}
.today-video-section .third-head.b{
color: #b0b0b0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0px
}
/* ad-content-section */
.ad-content-section{
  border: 1px solid #2d2d2d;
  padding: 20px;
  margin: 20px;
  display: flex;
  gap: 15px;
}
.ad-content-section-grid{
  width: 33.33%;
  display: flex;
  gap: 15px;
}
.ad-img-wrapper {
  position: relative;
  width: 50%;
}

.ad-content-section-img {
  width: 100%;
  height: 150px; /* or any consistent height */
  object-fit: cover;
  display: block;
}
.ad-content-section-grid-box{
  width: 50%;
  position: relative;
}
.ad-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px 8px;
  background-color: black;
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.ad-content-section-minihead{
  color: #282828;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.ad-content-section-head{
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

/* most-read-section */
.most-read-section {
  padding: 20px 20px;
}
.ranking-section {
  display: flex;
  gap: 30px;
  margin: 20px 0px;
}

.ranking-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 20%;
  align-items: center;

}

.rank-number {
  font-size: 40px;
  font-weight: 700;
  color: #282828;
  margin: 0;
}

.rank-text-container {
  position: relative;
  padding-left: 10px;
  padding-top: 0px; /* adds space below top line */
}

.rank-text-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5px;
  height: 100%;
  background-color: #9b9b9b;
}

/* Horizontal top border (50px wide only) */
.rank-text-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 0.5px;
  background-color: #9b9b9b;
}


.rank-text {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin: 0;
}


/* dual-part-section  */
.ajc-section{
  display: flex;
  gap: 15px;
padding: 20px 0px;
}
.ajc-section-left{
  width: 40%;
}
.ajc-section-right{
  width: 60%;
  display: flex;
  gap: 15px;
}
.ajc-section-right-grid{
  width: 50%;
}
.ajc-grid{
  display: flex;
  gap: 10px;
  padding: 0px 0px;
}
.ajc-grid-left{
  width: 30%;
}
.ajc-grid-right{
  width: 70%;
}
.ajc-grid-left-img{
  width: 100%;
  height: auto;
}
.ajc-grid .ad-content-section-minihead{
  color: #282828;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.ajc-section-right-grid .light-line {
  height: 0.3px;
  width: 100%; /* or a fixed width like 200px */
  background-color: #d8d8d8;
  margin: 25px 0px;
}
.division-centre{
  padding: 80px 30px;
}
.division-head{
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #282828;
  padding-bottom: 20px;
  line-height: 2.5rem;
}


/* latest-news-section */
.latest-news-section{
  padding: 20px 20px;
}
.latest-box{
  display: flex;
  padding: 40px 0px;
}
.latest-news-grid {
  width: 25%;
  padding: 0px 20px;
  border-right: 0.5px solid #ccc; /* Light gray vertical line */
}

/* Remove right border from the last column */
.latest-news-grid:last-child {
  border-right: none;
}


/* footer */
.footer{
  padding: 20px 0px;
  background-color: #282828;
}
.line {
  width: 100%;
  background-color: white;
}
.footer-line-wrapper {
  position: relative;
  height: 20px; /* enough to show both line & arrow */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer-line-wrapper .line.thin-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.thin-line {
  height: 0.5px;
}

.thick-line {
  height: 1px;
}

.footer-top-wrapper {
  display: flex;
  justify-content: center;
}

.footer-top {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px;
}

.footer-column {
  width: 160px; /* or any size you prefer */
  
}


.footer-column h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.footer-column p {
  font-size: 12px;
  margin: 6px 0;
  color: #dcdcdc;
  cursor: pointer;
  padding: 8px 0px;
}

.footer-column p:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(100);
  cursor: pointer;
}

.footer-bottom {
  background-color: #282828;
  text-align: center;
  padding: 20px 20px;
  font-family: Arial, sans-serif;
  color: #ccc;
  padding-bottom: 0;
}

.footer-logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
  filter: brightness(100); /* ensures logo appears white if SVG supports it */
}

.footer-text {
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.6;
  color: #ccc;
}

.footer-text a {
  color: #4c8df5;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}
.arrow {
  width: 15px;
  height: auto;
  background-color: white;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
