@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&family=Source+Serif+Pro:wght@600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: rgb(255, 255, 255);
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
}
h1 {
  font-size: clamp(20px, 2.5vw, 26px);
  color: #111111;
  cursor: pointer;
  font-weight: 700;
  font-family: "Source Serif Pro", Georgia, serif;
}
h3 {
  font-size: clamp(18px, 2.3vw, 24px);
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-weight: 700;
  transition: all 0.1s ease;
  font-family: "Source Serif Pro", Georgia, serif;
}
h3:hover {
  color: #ff4500;
  text-decoration: underline;
}
h4 {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.1s ease;
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
}
h5 {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #555555;
  cursor: pointer;
  font-weight: 700;
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
}
h6 {
  font-size: 16px;
  padding: 5px 10px;


  color: white;
  background-color: orangered;
  width: fit-content;
  border-radius: 0px 10px 10px 10px;
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
}

h4:hover {
  color: #ff4500;
  text-decoration: underline;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
p {
  color: rgb(69, 69, 69);
  cursor: pointer;
  letter-spacing: 0.3px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 300;
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
  transition: all 0.1s ease;
}
p:hover {
  color: rgb(65, 182, 94);
  text-decoration: underline;
}
.name {
  color: rgb(65, 182, 94);
  letter-spacing: 0.3px;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 300;
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
  transition: all 0.1s ease;
}
.count {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(65, 182, 94);
  color: white;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  flex-shrink: 0;
}

/* advertisment */

.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumb a {
  text-decoration: none;
  color: orangered;
  margin: 0 1px;
}
.breadcrumb a:last-child {
  color: gray;
}

.breadcrumb span {
  margin: 0 1px;
  color: #555;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.adevertisment-2 {
  max-width: 100%;
}
.adevertisment-2 img {
  max-width: 100%;
  height: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
  object-fit: cover;
}

.advertisment-3 {
  width: 100%;
}
.advertisment-3 img {
  width: 300px;
  height: 150px;
}
.advertisment-10 {
  width: 100%;
  
  
}
.advertisment-10 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.advertisment-12 {
  width: 100%;
  height: 100%;
  border-top: 1px solid rgb(196, 196, 196);
  padding-top: 20px;
}
.advertisment-12 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advertisment-5 {
  width: 100%;
}
.advertisment-5 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.advertisment-8 {
  height: 50%;
  width: 50%;
}
.advertisment-8 img {
  height: 100%;
  width: 100%;
}
.advertisment-7 {
  height: 300px;
  width: 100%;
}
.advertisment-7 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.advertisment-9 {
  width: 100%;
}
.advertisment-9 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.advertisment-11 {
  height: 400px;
  width: 100%;
}
.advertisment-11 img {
  height: 100%;
  width: 100%;
}

.google-aid {
  height: 300px;
  width: 100%;
}
.google-aid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hr1 {
  color: #5d7eac;
}

.hr2 {
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
}


.all-section-pagination{
  text-align: right;
  display: flex;
  gap: 5px;
  justify-content: end;
 
}

.appointment-category .all-section-pagination{
  margin-top: 10px;
}
.all-section-pagination button{
 padding: 5px 10px;
 cursor: pointer;
 font-weight: 500;
 font-size: 10px;
 border: none;
 border-radius: 5px;
 transition: all .1s ease;

 
}
.all-section-pagination button:hover{
background-color: orangered;
color: white;


}


.news-article-card img,

.trending-articles-section img,
.latest-news-section img,
.lifestyle-section img,
.news-category-section img,
.local-sports-section img,
.education-section img,
.entertainment-section img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.news-article-card img:hover,

.trending-articles-section img:hover,
.latest-news-section img:hover,
.lifestyle-section img:hover,
.news-category-section img:hover,
.local-sports-section img:hover,
.education-section img:hover,
.entertainment-section img:hover {
  transform: scale(1.09);
  filter: brightness(0.9);
}
header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 100px 10px 100px;
  border-bottom: 1px solid #d0d0d0;
}

.nav-icon {
  color: rgb(0, 0, 0);
  height: 40px;
  width: 40px;
  font-size: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.nav-icon:hover {
  background-color: rgba(128, 128, 128, 0.114);
}

.left .icon i {
  color: rgb(235, 0, 0);
}

/* Navigation Center Styles */
.top-menus {
  display: flex;
  list-style: none;
  width: 100%;
  overflow-x: visible; 
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  position: relative;
}

.top-content-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-menus {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}


.top-menus li a {
  text-decoration: none;
  padding: 10px 0px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.top-menus li.active a {
  color: orangered;
  font-weight: 700;
}

.top-menus li a:hover {
  color: orangered;
}

.top-menus li.dropdown a i {
  margin-left: 5px;
}

/* DROPDOWN CONTENT */
.dropdown-content {
  display: none;
  justify-content: center;
  gap: 20px;
  position: absolute; 
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 50;
  padding: 20px 20px 20px 20px;
  width: 100%;
  overflow-x: scroll;
  box-shadow: 10px 10px 20px rgb(202, 202, 202);
}

.dropdown-content .card-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 200px;
  position: relative;
}

.dropdown-content .card-1 img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.dropdown-content .card-1 img:hover {
  transform: scale(1.07);
}

.dropdown-content .card-1 h4 {
  font-size: 19px;
}

.dropdown-content .card-1 .sticker {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0px 10px 0px;
  font-weight: 500;
  padding: 7px 20px;
  color: white;
  background-color: orangered;
}

/* HOVER RULE */
.dropdown-politics:hover .dropdown-content-politics {
  display: flex;
}


.dropdown-politics {
  position: static; 
}

/* Sidebar Styles */
.sidebar {
  background-color: #ffffff;
  width: 280px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: -300px;
  top: 0;
  height: 100vh;
  z-index: 1001;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-right: 1px solid #f0f0f0;
}

.sidebar.active {
  left: 0;
}

.sidebar-logo {
  display: flex;
  width: 90%;
  margin: 24px 0 16px;
  padding-bottom: 0px;
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sidebar-logo img {
  width: 70%;
  height: 120px;
  object-fit: contain;
}

.close-sidebar {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s ease;
  background-color: #f8f8f8;
}

.close-sidebar:hover {
  background-color: #f0f0f0;
}

.close-sidebar:active {
  transform: scale(0.95);
}

.close-sidebar i {
  color: #555555;
  font-size: 18px;
  transition: color 0.2s ease;
}

.close-sidebar:hover i {
  color: #ff4500;
}

/* Sidebar Search Box */
.sidebar .searchbox {
  width: 90%;
  margin: 8px 0 24px;
  position: relative;
}

.sidebar .searchbox::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaaaaa;
  font-size: 14px;
  pointer-events: none;
}

.sidebar input {
  width: 100%;
  padding: 14px 16px 14px 42px;
  border-radius: 12px;
  color: #333333;
  background-color: #f8f8f8;
  outline: none;
  font-size: 14px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.sidebar input:focus {
  border-color: #ff4500;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(255, 69, 0, 0.1);
}

.sidebar input::placeholder {
  color: #aaaaaa;
  font-weight: 400;
}

/* Sidebar Menu */
.sidebar ul {
  display: flex;
  flex-direction: column;
  width: 90%;
  padding: 0;
  margin: 8px 0;
  gap: 4px;
}

.sidebar ul li {
  list-style: none;
  width: 100%;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.sidebar ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #555555;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 20px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.sidebar ul li:hover {
  background-color: #f8f8f8;
}

.sidebar ul li:hover a {
  color: #ff4500;
  transform: translateX(4px);
}

.sidebar ul li:active {
  transform: scale(0.98);
}

/* Active state for current page */
.sidebar ul li.active {
  background-color: #fff0eb;
}

.sidebar ul li.active a {
  color: #ff4500;
  font-weight: 600;
}

/* Dropdown styles for sidebar */
.sidebar ul li.dropdown a i {
  margin-left: auto;
}

.site-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-bottom: 0;
 
}

.site-branding img {
  height: 80px;
  max-width: 100%;
  object-fit: cover;
}

.site-branding .ads-1 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.site-branding .logo-1 {
  height: 100px;
}

.site-branding h1 {
  font-size: 1.5rem;
  color: orangered;
}

main {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 245px;
}

/* Section - one */
section {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section-one {
  width: 100%;
  margin-bottom: 20px;
}

/* RESPONSIVE STYLES */

.section-one .top-logo {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  align-items: center;
}
.section-one h1 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;

  cursor: default;
}

.top-logo p {
  font-size: clamp(16px, 2vw, 22px);
}

.section-one .navigation-menu {
  margin: 0;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.section-one .navigation-menu li {
  margin: 2px;
  padding: 0;
}

.section-one .navigation-menu li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.section-one .navigation-menu li a:hover {
  background-color: #ff4500;
  color: white;
}
.section-one .main-articles-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-one .featured-news-column h5{
 padding: 5px 10px;
 width: fit-content;
 color: white;
 background-color: orangered;
 border-radius: 0px 10px 10px 10px ;
}

.section-one .main-articles-container .featured-news-column {
  width: 100%;
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 300px;
}

.section-one .news-article-card img {
  height: 100%;
  
}

.section-one .main-articles-container .featured-news-column .news-article-card {
  display: flex;
  gap: 20px;

  height: fit-content;
  width: 100%;
  
  padding-bottom: 10px;
  flex-wrap: wrap;
  padding-top: 20px;
}


.news-article-card-last {
  border-bottom: none;
  padding-bottom: 0px;
}

.section-one
  .main-articles-container
  .featured-news-column
  .news-article-card
  .article-text {
  width: 100%;
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-one
  .main-articles-container
  .featured-news-column
  .news-article-card
  .article-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 1.5;
  min-width: 280px;
}

.section-one
  .main-articles-container
  .featured-news-column
  .news-article-card
  .article-image
  img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.section-one .main-articles-container .opinion-column {
  width: 100%;
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;

  gap: 20px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}

.opinion-column  .business-related-news-right h4{
padding: 5px 10px ;
width: fit-content;
background-color: orangered;
color: white;
margin-bottom: 10px;
border-radius: 0px 10px 10px 10px;
}
.opinion-column  .business-related-news-right .business-news{
display: grid;
grid-template-columns: repeat(2, 2fr);
gap: 10px;
}

.business-news .news-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.business-news .news-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.business-related-news-right .business-news img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.business-news .news-box:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}

.business-news .news-box h5 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.business-news .news-box:hover h5 {
  color: orangered;
}




/* Add these CSS rules to your existing CSS file */
.swiper-container {
  width: 100%;
  height: auto;

}

.swiper-slide {
  width: 100%;
}

.swiper-scrollbar {
  height: 5px;
  background-color: #e0e0e0;
}

.swiper-scrollbar-drag {
  background-color: #ff4500;
}
.swiper-pagination {
  position: relative;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #ff4500;
}

.swiper-scrollbar {
  display: none;
}

/* top-stories-section */
.top-stories-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-stories-section .top-stories-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top-stories-section .top-stories-container .featured-story {
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  min-width: 280px;
}

.top-stories-section .top-stories-container .featured-story img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.top-stories-section .stories-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  min-width: 280px;
}

.top-stories-section .stories-list a h4 {
  padding-bottom: 20px;

  margin-bottom: 20px;
}

.top-stories-section .stories-list a:not(:last-child) h4 {
  border-bottom: 1px solid #e0e0e0;
}

/* section - three */
.trending-articles-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}
 .section-top h6{
min-width: 150px;
text-align: center;
}

 .section-top{
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}


.states {
  width: 100%;
  max-height: 70px;
  overflow-x: auto; 
  overflow-y: hidden;
 margin: 10px 0px;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  scrollbar-width: thin;
}

.states::-webkit-scrollbar {
  width: 6px;
  height: 6px; 
}

.states::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

 .states::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

 .states a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  text-decoration: none;
  color: #333;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.2s;
  flex-shrink: 0; 
}

 .states a:hover {
  background: rgba(65, 182, 94, 0.221);
  border-color: orangered;
  color: black;
}

.trending-articles-section .trending-list {
  display: flex;
gap: 20px;
justify-content: space-between;
  
  align-items: center;
  flex-wrap: wrap;

  
}

.trending-articles-section .trending-item {
 
  display: flex;
  gap: 20px;
  border-right: none;
  padding: 0 10px;
  
  width: 250px;
 
}

.trending-articles-section .trending-list h4 {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 300;
}

/* section - Four */
.latest-news-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.latest-news-section .latest-news-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.latest-news-section .latest-news-container .latest-news-item {
  display: flex;
  width: 100%;
  gap: 10px;
  border-right: none;
  padding-right: 10px;
}

.latest-news-section .latest-news-container .latest-news-item .news-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 3;
}

.news-text p {
  font-size: 12px;
}

.latest-news-section .latest-news-container .latest-news-item img {
  height: auto;
  width: 80px;
  object-fit: cover;
  flex: 1;
}

/* lifestyle-section */
.lifestyle-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lifestyle-section .lifestyle-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.lifestyle-section .lifestyle-articles-grid .lifestyle-article {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: auto;
  gap: 10px;
}

.lifestyle-section .lifestyle-articles-grid .lifestyle-article img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* News Category Section */
.news-category-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.news-category-section .world-news-column,
.news-category-section .science-news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}

/* Divider between world-news and science-news columns */
.news-category-section .world-news-column {
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.news-category-section .category-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.news-category-section .featured-category-article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  position: relative;
  padding-right: 15px;
}

.news-category-section .featured-category-article img {
  width: 100%;
  max-width: 250px;
  height: 100%;
}
.interest-content {
  border-bottom: none;
 height: fit-content;
 align-items: stretch;
}

.interest-content .all-article img {
  border-radius: 5px;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.interest-content .all-article img:hover {
  transform: scale(1.09);
  cursor: pointer;
}

.news-category-section .category-article-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 1;
  padding-left: 20px;
}

.news-category-section .category-article-list a {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.news-category-section .category-article-list a:last-child {
  border-bottom: none;
}

/* Local and Sports Section */
.local-sports-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.local-sports-section .local-news-column,
.local-sports-section .sports-news-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  position: relative;
}

.local-sports-section .local-news-column {
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.local-sports-section .category-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.local-sports-section .featured-category-article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.local-sports-section .featured-category-article img {
  width: 100%;
  max-width: 250px;
  height: 100%;
}

.local-sports-section .category-article-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 1;
  padding-left: 10px;
}

.local-sports-section .category-article-list a {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.local-sports-section .category-article-list a:last-child {
  border-bottom: none;
}
/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .news-category-section,
  .local-sports-section {
    flex-direction: column;
  }

  .news-category-section .world-news-column,
  .local-sports-section .local-news-column {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .news-category-section .category-content,
  .local-sports-section .category-content {
    flex-direction: row;
  }

  .news-category-section .featured-category-article,
  .local-sports-section .featured-category-article {
    min-width: 45%;
  }

  .news-category-section .category-article-list,
  .local-sports-section .category-article-list {
    min-width: 45%;
  }

  .news-category-section .featured-category-article img,
  .local-sports-section .featured-category-article img {
    max-width: 100%;
  }
}

/* Education Section */
.education-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.education-section .education-content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.education-section .education-column {
  flex: 1;
  position: relative;
}

.education-section .education-column:not(:last-child) {
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
}

.education-section .education-column .education-feature {
  height: 250px;
  margin-bottom: 100px;
  position: relative;
}

.education-section .education-column .education-feature .feature-text-box {
  display: flex;
  gap: 20px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  width: 80%;
  position: absolute;
  top: 60%;
  left: 10%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.education-section .education-column .education-feature .feature-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature-text p {
  font-size: 12px;
}

.education-section .education-column .education-feature img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.education-section .education-column .education-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Improved dividers between education articles */
.education-section .education-column .education-article {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.education-section .education-column .education-article:last-child {
  border-bottom: none;
}

.education-section .education-column .education-article .article-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.education-section .education-column .education-article img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}

/* Entertainment Section */
.entertainment-section {
  padding: 1.5rem 1rem;

  margin-top: 30px;
}

.entertainment-section h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.entertainment-menu {
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

.entertainment-menu li {
  flex: 0 0 auto;
  position: relative;
}

.entertainment-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #e0e0e0;
}

.entertainment-menu a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}

.entertainment-menu a i {
  font-size: 0.8rem;
  color: aliceblue;
}

.entertainment-menu a h5 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}

/* main-highlight*/
/* Main Highlight Section */
.main-highlight {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap; /* Added for responsiveness */
}

.main-highlight .highlight-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 300px; /* Minimum width for smaller screens */
}

.highlight-1 h3 {
  line-height: 39px;
  font-size: 20px;
  margin-bottom: 15px;
}

.highlight-1 .live {
  padding: 7px;
  margin-right: 5px;
  z-index: 5;
  background-color: orangered;
  font-weight: 500;
  color: white;
  font-size: 15px;
}

.highlight-1 .highlight {
  color: rgb(65, 182, 94);
}

/* Video container for responsive video */
.video-container {
  position: relative;
  width: 100%;
  
  height: 400px;
  overflow: hidden;

  border-radius: 8px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-last-section{
  display: flex;
  gap: 20px;
  height: 440px;
  align-items: stretch;
  
}
.home-last-section .appointment-category{
 display: flex;
 flex-direction: column;
 height: 100%;
 border-left: 1px solid #e0e0e0;
 padding-left: 20px;
 position: relative;
 margin: 0px;
  
}

.home-last-section .appointment-category .all-section-pagination{
  margin-top: 20px;
}

/* Social actions styling */
.social-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.action-btn:hover {
  background-color: #f0f0f0;
  color: #333;
}

.action-btn i {
  font-size: 16px;
}

.like-btn:hover {
  color: #1877f2; /* Facebook blue */
}

.comment-btn:hover {
  color: #00b300; /* Green */
}

.share-btn:hover {
  color: #ff4500; /* Orange red */
}

.engagement-count {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

/* Footer styles */
footer {
  margin-top: 50px;
margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding-left: 100px;
  padding-right: 100px;
  max-width: 1400px;
  margin: 0 auto;

  border-top: 2px solid #eeeded;
  padding: 50px 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.footer-top {
  padding: 0px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 0px 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 200px;
  margin-top: 40px;
  flex: 1;
}

.footer-column p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.footer-column a {
  color: #555;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #000;
}

.footer-column h4 {
  font-size: 12px;
  margin-bottom: 5px;
  color: #4c4c4c;
}

.footer-news-content {
  display: flex;
  gap: 20px;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.About-us-section,
.top-news-section,
.trending-news-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
.About-us-section h3,
.top-news-section h3,
.trending-news-section h3 {
  font-size: 20px;
  padding: 5px 10px;
  background-color: orangered;
  color: rgb(244, 243, 243);
  border-radius: 0px 10px 10px 10px ;
}

.About-us-section {
}

.About-us-section .certification-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.footer-news-content .news img {
  height: 50px;
  width: 100px;
  object-fit: cover;
  border-radius: 5px;
}
.footer-news-content .news-colomn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.footer-news-content .news {
  display: flex;
  cursor: pointer;
  gap: 10px;
  padding: 5px 5px;
  transition: all 0.2s ease;
}
.footer-news-content .news:hover {
  background-color: #ebebeb;
  gap: 15px;
}

.footer-news-content .news h4 {
  font-size: 15px;
  font-weight: 800;
}

.footer-news-pagination {
  display: flex;
  gap: 10px;
  
}
.footer-news-pagination button {
  padding: 3px 7px;
 border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 3px;
}
.footer-news-pagination button:hover {
  background-color: orangered;
  color: white;
}

.footer-bottom {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  padding: 20px;

  font-family: "Franklin Gothic Medium", Arial, sans-serif;
  gap: 20px;
  text-align: center;
}

.copyright {
  color: #333333;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.2px;
}

.social-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e9e9e9;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-icons a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.social-icons a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: orangered;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1;
}

.social-icons a:hover {
  color: #ffffff;
}

.social-icons a:hover:before {
  transform: translateY(0);
}

.social-icons a:hover i {
  transform: scale(1.2);
}

/* Categories page */
.top-section {
  display: flex;
  flex-direction: column;
  align-items: center;

  border-bottom: 1px solid gray;
  padding: 5px 0;
  width: 100%;
}

.top-section .site-branding {
  width: 100%;
}

.top-section h5 {
  font-weight: 400;
  text-decoration: underline;
}
.top-section h1 {
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  color: orangered;
}

/* Categories Tab Layout */
.categories-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;

  gap: 8px;
  margin: 0;
}

.categories-tab a {
  text-decoration: none;
  margin: 2px;
}

.categories-tab span {
  display: inline-block;
  padding: 6px 14px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.categories-tab span:hover {
  color: white;
  background-color: #ff4500;
}

.interest-content {
  
  flex-direction: row;
  gap: 30px;
  padding: 10px 0px 0px 0px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.all-article {
  flex: 3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.action {
  display: flex;
  gap: 30px;
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}

.action i {
  cursor: pointer;
  transition: color 0.2s ease;
}

.action i:hover {
  color: orangered;
}


.article-one {
  display: flex;
height: 215px;
  padding-bottom: 20px;
  gap: 15px;
  transition: all .2s ease;
  cursor: pointer;
}

.article-one:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.article-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 4;
}

.article-date {
  font-size: 12px;
  margin-top: 10px;
}

.article-image img {
  width: 300px;
  object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.most-read-articles {
  display: flex;
  border-left: 1px solid #e0e0e0;
  max-height: 100%;
  position: sticky;
  top: 0;
  overflow-y: auto;
  flex: 1.5;
  gap: 20px;
  flex-direction: column;
 
 
  padding-left: 20px;
}

.most-read-article-name {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.most-read-article-name a {
  display: flex;

  align-items: center;
  color: black;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  text-decoration: none;
}

.most-read-article-name a span {
  font-weight: 600;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(65, 182, 94);
  color: white;
}

.category-pagination {
  display: flex;

  align-items: center;
  gap: 20px;
  
  padding: 0 20px;
  max-width: 600px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.pagination-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background-color: white;
  border: none;
  border-radius: 8px;
  color: #374151;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pagination-btn:hover {
  background-color: #ff4500;

  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 69, 0, 0.2);
}

.pagination-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pagination-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.pagination-btn.prev:hover svg {
  transform: translateX(-3px);
}

.pagination-btn.next:hover svg {
  transform: translateX(3px);
}

.appointment-category{
  display: flex;
  flex-direction: column;
 
  margin-bottom: 20px;
}
.appointment-category .all-appointments{
  display: flex;
  flex-direction: column;
 gap: 10px;
}

.all-appointments .appointment {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  align-items: center;
  padding: 5px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.all-appointments .appointment:hover {
  background-color: #f9f9f9;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.all-appointments .appointment img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 3px solid #ffffff;
}

.all-appointments .appointment:hover img {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 69, 0, 0.1); 
}
.top-news {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 10px;
  align-items: center;
}

.top-news button {
  padding: 10px 10px;
  cursor: pointer;
  width: 100%;
  background-color: orangered;
  outline: none;
  border: none;
  border-radius: 5px;
  color: white;
  letter-spacing: 0.3px;
  font-weight: 500;
  max-width: 150px;
}

.top-news button:hover {
  background-color: rgb(214, 88, 42);
}

.top-news p {
  text-align: center;
}

/* Section details */
.faishon-section,
.the-media-section {
  display: none;
}

/* details page */
.details-top-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.details-top-section h1 {
  font-size: 40px;
  line-height: 60px;
}
.details-top-section h4 {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
}

.details-top-section span {
  font-size: 15px;
  font-weight: 700;
}

.top-section-icons {
  display: flex;
  justify-content: end;

  align-items: center;
  margin-top: 30px;
}

.top-section-icon {
  display: flex;
  gap: 10px;
}

.top-section-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.1s ease;
}
.top-section-icons a:hover {
  background-color: orangered;
  color: white;
}

.top-section-icons a:hover i {
  color: white;
}

.top-section-icons i {
  color: black;
  font-size: 13px;
  margin-right: 5px;
}

.top-section-icons span {
  color: black;
}

/* details-main-content */


.article-heading {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-heading h3{
  cursor: default;
}
.article-heading .article-heading-details {
  display: flex;
  gap: 40px;
}
.article-heading .article-heading-details p {
  font-size: 15px;
  font-weight: 500;
}

.details-main-content {
  display: flex;
  width: 100%;
  height: 100%;
overflow-y: auto;
  border-bottom: none;
  gap: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.synopsis{
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(255, 192, 203, 0.425);
  margin-bottom: 20px;
  border-radius: 10px;

 
}
.synopsis span{
font-size: 14px;
  letter-spacing: .8px;
  font-weight: 200;
 
}


.details-main-content .full-details {
  display: flex;
  flex-direction: column;

  width: 70%;
  overflow: hidden;
  height: 100%;

  
  padding-right: 20px;
}

.details-main-content .full-details p {
  cursor: default;
}
.details-main-content .full-details .news-image {
  width: 100%;
}

.news-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.news-image p {
  font-size: 12px;
}

.details-main-content .top-details {
  width: 30%;
  display: flex;

  border-left: 1px solid #e0e0e0;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;

}

.article-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}

.article-details p {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;

  cursor: default;
}

.related-news-colomn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;

}


.related-news-colomn .related-fact-news {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border: none; /* Removed border in favor of shadow */
}

.related-news-colomn .related-fact-news:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.related-news-colomn .related-fact-news img {
  width: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.related-news-colomn .related-fact-news:hover img {
  transform: scale(1.04);
}

.related-news-colomn .related-fact-news h4 {
  margin-top: 14px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.related-news-colomn .related-fact-news:hover h4 {
  color: orangered;
  text-decoration: none; /* Removing underline for a cleaner look */
}

.more-related-posts {
  border-bottom: none;
  width: 100%;
  display: flex;
  gap: 40px;
}

.related-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.all-related-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related-article {
  display: flex;
  gap: 20px;
}
.related-article:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.related-article img {
  height: 150px;
  width: 200px;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.article-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.related-article img:hover {
  transform: scale(1.09);
}

.details-page-logo {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
  place-items: center;
 
  margin-bottom: 20px;
}
.branding-logos {

  margin-bottom: 10px;
  width: fit-content;
border-radius: 0px 10px 10px 10px;
  color: white;
  padding: 5px 20px;
  background-color: orangered;
  cursor: default;
}
.branding-logos:hover {
  color: white;
}
.details-page-logo img {
  height: 100px;
  width: 120px;
  padding: 5px;
  object-fit: contain;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  filter: brightness(0.98);
  border: 1px solid rgb(200, 199, 199);
}

.details-page-logo img:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.21);
  filter: brightness(1.05);
}

/* Media queries for responsiveness */
@media (max-width: 1050px) {
  .more-related-posts {
    flex-direction: column;
  }
  .related-posts,
  .advertisment-8 {
    width: 100%;
  }

  .section-one
  .main-articles-container
  .featured-news-column
  .news-article-card
  .article-text {
height: fit-content;
}

.section-one
  .main-articles-container
  .featured-news-column
  .news-article-card
  .article-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 1.5;
  min-width: 280px;
}

  .related-article img {
    width: 100px;
    height: 100px;
    margin-left: 20px;
  }
  .featured-news-column .news-article-card{
    padding-bottom: 0px;
  }

  .section-one .main-articles-container .opinion-column {
    border-left: none;
    padding: 0;
  }

  .interest-content,
  .article-one,
  .education-section .education-content-container {
    flex-direction: column;
  }

  .interest-content {
  
    height: fit-content;
  }

  .most-read-articles {
    border-left: none;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }

  .categories-tab {
    padding: 8px 5px;
    gap: 5px;
  }

  .categories-tab span {
    padding: 5px 12px;
    font-size: 13px;
  }

  .footer-container {
    justify-content: flex-start;
  }

  .footer-column {
    width: calc(33.33% - 20px);
  }

  .footer-site-branding {
    flex-direction: row;
  }
  .details-top-section {
    width: 100%;
  }

  .details-main-content {
    flex-direction: column;
   
  }

  .details-main-content .full-details {
    width: 100%;
  }

  .details-main-content .top-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    border-left: none;
    gap: 10px;
    padding: 0px;
  }

  .news-image img {
    height: 200px;
    width: 100%;
  }

  .advertisment-5 {
    text-align: center;
  }

  .details-top-section h1 {
    font-size: 1.9rem;
    line-height: 35px;
  }

  .details-main-content .full-details {
    padding-right: 0;
  }

  .top-details .advertisment-5 img {
    height: 400px;
    width: 80%;
  }

  .brand-logos .top-logos img {
    height: 30px;
    width: 50px;
    object-fit: contain;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
  }
  .article-image img {
    width: 100%;
  }

  .related-news-colomn {
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 0px;
    padding-left: 0px;
  }
  .related-news-colomn h4 {
    font-size: 20px;
  }
  .related-news-colomn img {
    height: 70%;
    width: 100%;
  }
  .most-read-articles {
    border-left: none;
  }
  main {
    margin-top: 200px;
  }

  .site-branding .ads-1 img {
    display: none;
  }

  .site-branding {
    flex-direction: row;
    align-items: center;
    padding: 10px 0px;
  }

  .nav-icon {
    position: inherit;
  }

  .article-one {
    height: fit-content;
  }
  .article-one img{
    height: 200px;
  }
  .section-one
  .main-articles-container
  .featured-news-column
  .news-article-card {
  flex-direction: column;
}

.section-one
  .main-articles-container
  .featured-news-column
  .news-article-card.right {
  order: -1;
}
.news-category-section,
.local-sports-section,
.news-category-section .category-content,
.local-sports-section .category-content,
.main-highlight,
.footer-container {
  flex-direction: column;
}

.trending-articles-section .trending-item {
 
 min-width: 250px;
 flex: 1;
 
}

}

@media (max-width: 768px) {
  /* Layout changes */
 

  /* Site branding adjustments */

  .site-branding h1 {
    font-size: 1.2rem;
  }

  .site-branding img {
    height: 50px;
  }
  .site-branding .ads-1 img {
    height: 200px;
    object-fit: cover;
  }

  .logos.site-branding h1 {
    font-size: 1.2rem;
    text-align: center;
  }

  /* News sections adjustments */
  .news-category-section .world-news-column,
  .local-sports-section .local-news-column,
  .news-category-section .featured-category-article,
  .local-sports-section .featured-category-article,
  .news-category-section .science-news-column,
  .local-sports-section .sports-news-column,
  .news-category-section .category-article-list,
  .local-sports-section .category-article-list {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .news-category-section .world-news-column,
  .local-sports-section .local-news-column,
  .news-category-section .featured-category-article,
  .local-sports-section .featured-category-article {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .news-category-section .featured-category-article img,
  .local-sports-section .featured-category-article img {
    max-width: 100%;
  }

  .news-category-section .category-article-list,
  .local-sports-section .category-article-list {
    padding-left: 0;
    gap: 10px;
  }

  /* Border styles */

  .top-stories-section .right,
  .b-left {
    border-left: none;
  }

  .b-right,
  .trending-articles-section .trending-item,
  .latest-news-section .latest-news-container .latest-news-item {
    border-right: none;
  }

  .trending-articles-section .trending-item:last-child,
  .latest-news-section .latest-news-container .latest-news-item:last-child {
    border-right: none;
  }

  /* Spacing and layout adjustments */
  .top-stories-section .right {
    padding-left: 20px;
  }

  .highlight-1 h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .lifestyle-articles-grid {
    grid-template-columns: 1fr;
  }

  .main-highlight {
    gap: 25px;
  }
  main {
    margin-top: 50px;
  }

  /* Footer adjustments */
  footer {
    padding: 30px 15px 0px 15px;
    margin-top: 20px;
  }

  .footer-container {
    gap: 10px;
    padding: 0px;
  }

  .footer-column {
    width: 100%;
    padding-bottom: 20px;

    margin-top: 0px;
  }

  .footer-column:last-child {
    border-bottom: none;
  }

  .footer-column:not(:last-child)::after,
  .entertainment-menu li:not(:last-child)::after {
    display: none;
  }

  .footer-top .site-branding {
    flex-direction: row;
  }
  .footer-top .site-branding img {
    height: 70px;
    width: 90px;
    object-fit: contain;
  }

  .section-one .main-articles-container .opinion-column {
    gap: 20px;
  }

  section {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .news-category-section .featured-category-article,
  .local-sports-section .featured-category-article {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .news-category-section .featured-category-article {
    gap: 10px;
  }

  .news-category-section .category-content,
  .local-sports-section .category-content {
    gap: 10px;
  }

  .section-one .navigation-menu {
    padding: 8px 2px;
    gap: 4px;
  }

  .section-one .navigation-menu li a {
    padding: 5px 10px;
    font-size: 13px;
  }

  .brand-logos .top-logos img {
    height: 30px;
    width: 50px;
    object-fit: contain;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
  }

  .footer-related-news .related-news-card {
    min-width: 200px;
    width: 200px;
  }

  .footer-related-news .related-news-card img {
    height: 120px;
  }

  .footer-center {
    padding: 15px;
    gap: 10px;
  }
  .top-section-icons {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .top-stories-section .stories-list a h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .details-page-logo {
    padding: 0;
  }

  .footer-news-content {
    flex-direction: column;
    padding: 0px;
  }

  header {
    padding: 0px 20px;
  }

  .top-menus {
    display: none;
  }

  .sidebar {
    height: 100vh;
  }

  .section-top{
    flex-direction: column;
   align-items: baseline;
   gap: 10px;
  }
  .states{
    margin-top: 0px;
  }
  .home-last-section{
    height: fit-content;
    flex-direction: column;
  }
  .home-last-section .appointment-category{
    border-left: none;
    padding: 0;
  }
  .video-container{
    height: 300px;
  }
  .detail-main-section , .category-main-section{
    margin-top: 90px;
  }
 .home-last-section .appointment-category{
  order: 1;
 }
 .home-last-section .video-container{
  order: 2;
 }
 
  
}

@media (max-width: 480px) {
  .categories-tab {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding: 8px 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .categories-tab::-webkit-scrollbar {
    height: 3px;
  }

  .categories-tab::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 3px;
  }

  .categories-tab span {
    padding: 5px 10px;
    font-size: 12px;
  }

  .section-one .navigation-menu {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 8px 0;
  }

  .section-one .navigation-menu::-webkit-scrollbar {
    height: 3px;
  }

  .section-one .navigation-menu::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 3px;
  }

  .section-one .navigation-menu li a {
    padding: 5px 8px;
    font-size: 12px;
  }

  section {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .news-article-card {
    padding-bottom: 5px;
  }

  .site-branding h1 {
    font-size: 1rem;
  }

  main {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* News sections adjustments */
  .news-category-section .world-news-column,
  .news-category-section .science-news-column,
  .local-sports-section .local-news-column,
  .local-sports-section .sports-news-column {
    padding: 0 10px;
    min-width: 100%;
  }

  .news-category-section,
  .local-sports-section {
    gap: 15px;
  }

  /* Typography adjustments */
  .news-category-section .category-article-list h4,
  .local-sports-section .category-article-list h4 {
    font-size: 14px;
  }

  .news-category-section h5,
  .local-sports-section h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .news-category-section .featured-category-article h4,
  .local-sports-section .featured-category-article h4 {
    font-size: 16px;
  }

  /* Articles and content adjustments */
 

  /* Buttons and UI elements */
  nav .right button {
    font-size: 12px;
    padding: 6px 12px;
  }

  .action-btn span {
    display: none;
  }

  .social-icons {
    justify-content: space-around;
  }

  /* Highlight section */
  .highlight-1 h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .highlight-1 .live {
    font-size: 13px;
    padding: 5px;
  }

  /* Trending articles section */
  .trending-articles-section .trending-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .trending-articles-section .trending-item:last-child {
    border-bottom: none;
  }

  /* Interest section */
  .interest-content {
    flex-wrap: wrap;
  }

  /* Footer adjustments */
  footer {
    padding: 20px 10px 0px 10px;
  }

  .logos.site-branding .logo-1 {
    height: 90px;
  }

  .logos.site-branding h1 {
    font-size: 1rem;
  }

  .footer-column p {
    font-size: 18px;
  }

  .footer-column h4 {
    font-size: 11px;
  }

  .top-section h1 {
    font-size: 30px;
  }

  .more-articles {
    flex-direction: column;
  }

  .brand-logos .top-logos img {
    height: 30px;
    width: 50px;
    object-fit: contain;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
  }

  .footer-related-news .related-news-card {
    display: none;
  }

  .footer-related-news .related-news-card img {
    height: 100px;
  }

  .footer-related-news .related-news-card h4 {
    font-size: 12px;
  }

  .footer-center {
    padding: 10px;
    gap: 8px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  main,
  footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .latest-news-section .latest-news-container .latest-news-item {
    border-bottom: none;
  }
}
