.nav-logo {
  font-size: 2rem;
  font-weight: 900;
  color: rgb(215, 25, 45);
  letter-spacing: -2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.nav-logo a{
  color: rgb(215, 25, 45);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  margin: 0;
}

.nav-links,
.logo-row,
.logo-row1 {
  transition: opacity 0.3s ease, height 0.3s ease;
}

.logo-row1 {
  text-align: center;
  display: none;
}

.logo-row1 a {
  padding: 10px 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #d7192d;
  letter-spacing: -3px;
}

body a {
  text-decoration: none;
  color: #111;
}

body a:hover {
  color: #d7192d;
}

.main-header {
  position: fixed;
  /* more stable than sticky */
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
}

/* Add this directly under header to push down the page */
.header-spacer {
  height: 200px;
  /* or match your actual header height */
}

.logo-row {
  display: block;
}

.top-banner {
  background-color: #fff;
  padding: 10px 5px;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.top-banner button {
  background-color: #5bc0ff;
  color: white;
  font-weight: 100;
  border: none;
  padding: 3px 6px;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 13px;
}

/* Row 2: Navigation */
.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
}

.left-nav {
  display: flex;
  align-items: center;
}

.menu-btn {
  border-right: 1px solid #ddd;
  padding: 8px 12px;
  font-size: 20px;
  color: #d7192d;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
}

.nav-links .nav-link:hover {
  background-color: #e10000;
  color: white;
  text-decoration: underline;
}

.nav-link {
  padding: 8px 12px;
  font-size: 14.5px;
  margin-right: -1px;
  text-decoration: none;
  color: black;
  letter-spacing: 0.7px;
}

.right-icons {
  display: flex;
}

.icon-box {
  border-left: 1px solid #ddd;
  padding: 15px 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  cursor: pointer;
}

.logo-row {
  text-align: center;
}

.logo-row a {
  padding: 10px 0;
  font-size: 4.5rem;
  font-weight: 900;
  color: #d7192d;
  letter-spacing: -7px;
}

.top-span {
  font-weight: 700;
}

.text-1 {
  font-size: 9px;
  color: grey;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2rem;
}

.text-2 {
  font-size: 9px;
  color: grey;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0.6rem;
}

.sticky-adv {
  position: sticky;
  top: 0;
  background: white;
  text-align: center;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding-bottom: 4rem;
}

.left-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ad-section img {
  width: 100%;
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-item img {
  width: 100%;
  height: auto;
  display: block;
}

.category {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  color: #777;
}

.headline {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
}

.headline1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.headline2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0px;
}

.subtext {
  font-size: 14px;
  color: #111;
}

.separator {
  width: 33px;
  height: 2px;
  background: #ee0000;
  margin: 5px 0;
}

.plus-icon1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #ae8f02;
  color: white;
  font-size: 17px;
  font-weight: 100;
  text-align: center;
  line-height: 15px;
  margin-right: 5px;
}

.plus-icon {
  display: inline-block;
  width: 28px;
  height: 29px;
  border-radius: 3px;
  background: #ae8f02;
  color: white;
  font-size: 37px;
  font-weight: 100;
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
}

.right-col {
  display: flex;
  flex-direction: column;
}

.right-col img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid;
  border-radius: 50%;
  color: white;
  height: 28px;
  padding-top: 5px;
  padding: 1px 8px;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.image-wrapper {
  position: relative;
}

.Section-1 {
  padding: 0 9rem;
}

.news-row {
  display: flex;
  gap: 25px;
  padding-bottom: 3rem;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.main-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.main-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.news-card img {
  width: 225px;
  height: 150px;
  margin-bottom: 8px;
  object-fit: cover;
}

.news-card1 img {
  width: 100%;
  height: 150px;
  margin-bottom: 8px;
  object-fit: cover;
}

.news-card3 img {
  width: 300px;
  height: auto;
  margin-bottom: 8px;
  object-fit: cover;
}

.head-line {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: .5rem;
}

.ad-section {
  padding-bottom: 3rem;
}

.author {
  font-size: 12px;
  color: #686868;
  font-weight: 100;
  margin-top: .3rem;
  text-transform: uppercase;
}

.sponsored-label {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}

.news-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* LEFT SECTION */
.main-feature-block {
  flex: 0 1 563px;
}

.main-feature-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.main-feature-image-grid img {
  width: 563px;
}

.main-feature-text {
  margin-top: 15px;
}

.main-feature-meta {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.main-feature-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.main-feature-author {
  font-size: 11px;
  color: #444;
  margin-bottom: 1.3rem;
}

.main-feature-desc {
  margin-top: 0.8rem;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* RIGHT SECTION */
.mini-article-side-column {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mini-article-snippet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.mini-article-snippet img {
  width: 180px;
  height: 100px;
  object-fit: cover;
}

.mini-article-details {
  flex: 1;
}

.mini-article-category {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.mini-article-title {
  font-size: 14px;
  font-weight: 550;
  color: #2c2c2c;
  line-height: 1.4;
}

.three-col-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 3rem 0;
}

.news-article-card {
  display: flex;
  flex-direction: column;
}

.news-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}

.news-card-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 6px;
}

.news-card-headline {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #000;
}

.news-card-author {
  font-size: 13px;
  color: #444;
}

.opinion-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid black;
  margin-bottom: 40px;
}

.opinion-title-bar h2 {
  font-size: 32px;
  font-weight: bold;
}

.opinion-title-bar a {
  font-size: 16px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.opinion-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.opinion-item {
  width: 180px;
  text-align: center;
}

.opinion-meta {
  font-size: 14px;
  color: gray;
  margin-bottom: 5px;
}

.opinion-category {
  font-size: 14px;
  color: #d5192c;
  margin-bottom: 10px;
}

.opinion-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.opinion-author {
  font-weight: bold;
  color: #d5192c;
  margin-bottom: 5px;
}

.opinion-snippet {
  font-style: italic;
  font-size: 16px;
}

.opinion-section {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 30px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0px;
}

.under-line {
  border-bottom: 2px solid #000;
  width: -webkit-fill-available;
  padding-top: 5px;
}

.see-more {
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.see-more::after {
  content: ">";
  font-weight: bold;
  color: #d7192d;
}

.container1 {
  padding-bottom: 12rem;
  text-align: center;
  overflow: visible;
  position: relative;
}

.columnists-container {
  overflow-x: auto;
  padding: 10px 0;
  margin-top: 20px;
}

.columnists-grid {
  display: flex;
  gap: 25px;
  min-width: max-content;
  padding-bottom: 10px;
}

.columnists-container::-webkit-scrollbar {
  height: 8px;
}

.columnists-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.columnists-container::-webkit-scrollbar-thumb {
  background: rgb(150, 150, 150);
  border-radius: 4px;
}

.columnists-container::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.columnist-card {
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.category-tag {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 8px;
  font-weight: 500;
}

.category-name {
  font-size: 0.7rem;
  color: #e74c3c;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-weight: 100;
}

.columnist-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 15px;
  overflow: hidden;
}

.columnist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.columnist-name {
  font-size: 0.8rem;
  font-weight: bold;
  color: #e63d2b;
  margin-bottom: 8px;
}

.article-title {
  font-size: 1rem;
  color: #282828;
  font-style: italic;
  line-height: 1.4;
  font-weight: 800;
}

.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 4rem;
}

.card {
  flex: 1 1 400px;
  max-width: 500px;
}

.card img {
  width: 100%;
  height: auto;
}

.category {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  margin-top: 10px;
}

.title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

.section-wrapper {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 5rem;
}

.custom-headline {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.headline-text {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 4px solid black;
  /* bold line under text */
  padding-bottom: 4px;
  white-space: nowrap;
}

.line-extension {
  flex: 1;
  height: 0.9px;
  background-color: #ccc;
  margin-top: 39px;
}


.award-grid-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.award-entry-box {
  flex: 1 1 220px;
  max-width: 22%;
  display: flex;
  flex-direction: column;
}

.award-entry-box img {
  width: 100%;
  height: auto;
}

.brand-label {
  margin-top: 8px;
  width: 100px;
  margin-left: auto;
  justify-content: flex-end;
}

.topic-label {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  margin-top: 8px;
}

.entry-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 20px;
}

.events-section {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.events-left {
  flex: 1 1 65%;
  min-width: 300px;
}

.featured-article {
  margin-bottom: 30px;
}

.featured-article img {
  width: 100%;
  height: auto;
  display: block;
}

.category {
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
  margin: 10px 0 5px;
}

.ad-space {
  filter: grayscale(0);
}

.article-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.author {
  font-size: 12px;
  color: #555;
}

.sub-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sub-article {
  flex: 1 1 30%;
  min-width: 200px;
}

.sub-article img {
  width: 100%;
  height: auto;
}

.sub-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #666;
  margin: 6px 0 4px;
}

.sub-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 20px;
  font-size: 15px;
}

.sub-author {
  font-size: 11px;
  color: #555;
}

.ad-space {
  flex: 1 1 25%;
  min-width: 200px;
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.main-sec {
  display: flex;
  column-gap: 33px;
}

.article-t {
  font-size: 2rem;
  font-weight: bold;
}

.city-header-wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}

.city-heading {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  white-space: nowrap;
  display: flex;
}

.city-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  align-items: right;
  background-color: #000;
}

.city-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #b6b6b6;
  padding-left: 31px;
}

.city-nav a {
  text-decoration: none;
  color: #767676;
  white-space: nowrap;
  padding-bottom: 0.7rem;
}

.divider1 {
  padding-left: 0;
}

.container2 {
  background-color: #ebebeb;
  max-width: 1400px;
  margin-bottom: 0.5rem;
  padding: 30px 20px 0px 20px;
}

.header {
  margin-bottom: 40px;
}

.header h1 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #2c2c2c;
  border-bottom: 4px solid #2c2c2c;
  display: inline-block;
  padding-bottom: 8px;
  margin: 0;
}

.galleries-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 27px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.main-item {
  grid-row: span 2;
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 38%;
  object-fit: cover;
  display: block;
}

.camera-overlay {
  position: absolute;
  top: 32%;
  left: 94%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.camera-overlay1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 87%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.main-item .camera-overlay {
  width: 90px;
  height: 90px;
}

.main-item .camera-icon {
  width: 40px;
  height: 40px;
}

.overlay-content {
  padding: 10px 0px;
}

.overlay-category {
  font-size: 0.7rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #8b8b8b;
  opacity: 0.9;
}

.overlay-title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.category {
  font-size: 0.7rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  color: #8b8b8b;
}

.title-1 {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2c2c2c;
  margin: 0;
}

.magazine-row {
  display: flex;
  overflow-x: auto;
  padding-bottom: 3rem;
}

.mag-card {
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 0 10px 0px 0px;
}

.mag-logo {
  display: block;
  max-width: 100px;
  height: 20px;
  margin-bottom: 10px;
}

.divider {
  padding-left: 15px;
}


.mag-image {
  width: 100%;
  height: 100px;
  display: block;
  margin-bottom: 10px;
}

.mag-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #111;
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 3rem;
}

.category-card {
  flex: 0 1 calc(25% - 15px);
  /* 4 per row with spacing */
}

.category-image {
  width: 100%;
  height: 400px;
  display: block;
  margin-bottom: 10px;
}

.category-label {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.category-title {
  font-weight: bold;
  font-size: 16px;
  color: #111;
}

.course-box {
  background-color: #f3f3f3;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 3rem;
}

.main-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #111;
}

.sub-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}

.progress-bar {
  width: 100%;
  max-width: 500px;
  height: 36px;
  background-color: white;
  border-radius: 18px;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  background-color: #cc3333;
  color: white;
  height: 100%;
  width: 9%;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

.study-question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pill-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.pill-button {
  padding: 12px 20px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.pill-button:hover {
  background-color: #cc3333;
  color: white;
}

.pill-button:hover span {
  background-color: white;
}

.pill-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cc3333;
  display: inline-block;
}

.services-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 3rem;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100px;
}

.service-item img {
  width: 44px;
  height: 50px;
  object-fit: contain;
}

.service-item p {
  font-size: 13px;
  color: #111;
}

.main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  max-width: 1400px;
  gap: 30px;
}

.left-side {
  display: flex;
  flex: 1;
  padding: 10px;
  gap: 30px;
  background: #f3f3f3;
}

.image-container {
  position: relative;
  max-width: 200px;
}

.image-container img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.search-icon {
  position: absolute;
  top: 55%;
  right: 10px;
  background: #00000063;
  border: 2px solid white;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-icon img {
  width: 20px;
  height: 20px;
}

.newspaper-content h2 {
  color: #d53030;
  font-size: 14px;
  margin: 15px 0;
}

.newspaper-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.newspaper-content ul li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.subscribe-btn {
  padding: 10px 24px;
  border: 2px solid #d53030;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #d53030;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-btn:hover {
  background: #d53030;
  color: white;
}

.right-side {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-block p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.info-block.no-border p {
  border-bottom: none;
}

.footer-section {
  background-color: #fff;
  padding: 40px 0px;
  color: #000;
}

/* Top menu */
.footer-top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5rem;
}

.line {
  border-bottom: 2px dotted rgb(219, 219, 219);
  margin: 2rem 0;
}

.footer-top-menu a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  transition: color 0.2s ease;
}

.footer-top-menu a:hover {
  color: #534abe;
}

/* Logo + buttons block */
.footer-logo-block {
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo-title {
  font-size: 40px;
  color: #d32f2f;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}


.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.footer-buttons button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 100;
  transition: all 0.2s ease;
}

.footer-buttons button:hover {
  color: #534abe;
  border-color: #534abe;
}

/* Divider */
.footer-line {
  border: none;
  border-top: 2px dotted #d8d8d8;
  margin: 40px 0;
}

/* Bottom Row */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 0 10px;
}

.footer-company {
  font-weight: 400;
}

.footer-ad {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-ad-text {
  font-size: 12px;
}

.footer-logo-img {
  height: 60px;
  object-fit: contain;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.para-f {
  font-size: 14px;
  padding-bottom: 2rem;
}

.para-f1 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1rem;

}

.column h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column li {
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  padding-right: 15px;
}

.column li::after {
  content: '>';
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 13px;
}

.column li:hover {
  text-decoration: underline;
}

.nav-item:hover {
  color: white;
}

.site-bottom {
  background-color: #1e1e1e;
  color: #fff;
  margin: 2rem 0 5rem 0;
  padding: 20px 15px 130px;
}

.brand-info {
  font-size: 13px;
}

.bottom-bar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.brand-info {
  margin-bottom: 15px;
  text-align: center;
}

.link-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.nav-item {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  padding: 0 8px;
}

.nav-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #888;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  min-width: 32px;
  min-height: 32px;
  border-radius: 4px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 12px 16px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background-color: #f8f9fa;
  color: #333;
}

.right-icons {
  display: flex;
  gap: 10px;
}

.icon-box {
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.icon-box i {
  color: #000;
  /* default icon color */
  transition: color 0.3s ease;
}

.icon-box:hover {
  background-color: #ec0404;
}

.icon-box:hover i {
  color: #fff;
}



/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1000;
}

.menu-overlay.active {
  display: block;
}

/* Sidebar */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1002;
  overflow-y: auto;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
}

.sidebar-menu.active {
  left: 0;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15 0px;
  border-bottom: 1px solid #eee;
}

.close-btn {
  font-size: 20px;
  cursor: pointer;
  background: #e41818;
  padding: 5px 12px;
  color: white;
}

.sidebar-logo {
  font-weight: bold;
  font-size: 37px;
  color: #ec0000;
}

.sidebar-icons {
  display: flex;
  gap: 10px;
}

.sidebar-icon {
  cursor: pointer;
  font-size: 18px;
}

.sidebar-top-nav {
  display: flex;
  overflow-x: none;
  white-space: nowrap;
  padding: 10px 15px;
  gap: 10px;
  border-bottom: 1px solid #eee;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar-top-nav::-webkit-scrollbar {
  display: none;
}

.top-nav-item,
.hash {
  white-space: nowrap;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  flex-shrink: 0;
}

.hash {
  color: #e12929;
  font-size: 25px;
}

.sidebar-top-nav {
  background: none;
}

.top-nav-item {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid;
}

.sidebar-content {
  flex: 1;
  padding: 10px 15px;
}

.sidebar-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-weight: 500;
}

.arrow {
  font-size: 14px;
}

/* Social Icons */
.sidebar-social {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  border-top: 1px solid #eee;
}

.social-icon {
  font-size: 18px;
  cursor: pointer;
}

.cordoba-news-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.main-article-image-container {
  position: relative;
}

.main-article-hero-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.main-team-badge {
  position: absolute;
  bottom: 50px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: #dc3545;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-premium-badge {
  position: absolute;
  bottom: 50px;
  right: 16px;
  background: rgb(0 0 0 / 45%);
  color: #cfbe63;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid;
}

.main-article-content {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: -80px;
  padding: 13px;
  color: white;
  z-index: 2;
}

.main-article-headline {
  font-size: 2.1rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
  background: white;
  padding: 10px;
  line-height: 1.2;
}

.main-article-headline1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
  background: white;
  padding: 10px;
  line-height: 1.2;
}

.main-article-author {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  width: fit-content;
  margin: 10px;
  border-bottom: 2px dotted rgba(255, 0, 0, 0.45);
}

.sidebar-articles-column {
  flex-direction: column;
}

.sidebar-article-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-image-container {
  position: relative;
}

.sidebar-article-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.sidebar-category-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #dc3545;
  color: white;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-team-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #dc3545;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-premium-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffd700;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
}

.sidebar-article-content {
  padding: 18px;
}

.sidebar-article-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 12px;
  line-height: 1.3;
}

.sidebar-article-author {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

.custom-wrapper {
  display: flex;
  gap: 32px;
}

.custom-news-area {
  flex: 3;
}

.custom-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.custom-article-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  display: block;
}

.custom-category {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0 4px;
}

.red-text {
  color: #d10000;
}

.custom-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  line-height: 1.4;
}

.custom-author {
  font-size: 14px;
  color: #333;
  border-bottom: 2px dotted rgba(255, 0, 0, 0.719);
  width: fit-content;
}

.custom-ad-label {
  font-size: 12px;
  color: #555;
  margin-bottom: 8px;
  text-align: center;
}

.custom-ad-image {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

.top-sports-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.top-sports-underline {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #d10000;
}

.top-sports-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-sports-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dotted #c9c9c9;
}

.top-sports-number {
  font-weight: bold;
  font-size: 22px;
  margin-right: 12px;
  line-height: 1.2;
}

.button-last {
  text-align: center;
  padding-top: 3rem;
}

.under-line-red {
  border-bottom: 2px solid rgb(193, 25, 25);
  padding-top: 5rem;
}

.button-see {
  background-color: #eb3535;
  text-align: center;
  border: none;
  color: white;
  font-size: 12px;
  padding: 19px 55px;
  font-weight: 700;
}

.top-sports-text {
  font-size: 16px;
  line-height: 1.4;
}

.custom-ad-area {
  width: 35%;
}

.cf-grid-3-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cf-grid-3-card {
  position: relative;
}

.cf-grid-3-image-wrapper {
  position: relative;
}

.cf-grid-3-image-wrapper img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.cf-grid-3-tag {
  color: #ec1111;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 6px;
}

.h-4 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.cf-grid-3-badge {
  background: #cfb961;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 6px;
}

.section-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.cf-grid-3-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.4;
}

.newsmod-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.newsmod-grid1 {
  padding-top: 5rem;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.newsmod-card {
  width: calc((100% - 60px) / 4);
  /* 4 columns with 3 gaps (20px * 3 = 60px) */
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.newsmod-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.newsmod-category {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e60000;
  margin-top: 10px;
  margin-bottom: 6px;
  display: inline-block;
}

.newsmod-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
  margin: 0;
}

.newsblock-section {
  padding-top: 2rem;
}

.newsblock-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.newsblock-mostviewed {
  flex: 1 1 60%;
}

.underline-txt {
  border-top: 4px solid rgb(230, 0, 0);
  width: 5rem;
}

.newsblock-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
  display: inline-block;
  padding-bottom: 4px;
}

.newsblock-listgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.newsblock-list {
  list-style: none;
  padding-left: 0;
  counter-reset: item;
}

.newsblock-list li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
  line-height: 23px;
}

.newsblock-list li span {
  position: absolute;
  left: 0;
  font-size: 23px;
  color: #000000;
  font-weight: bold;
}

/* Right column (The Latest) */
.newsblock-latest {
  flex: 1 1 35%;
}

.newsblock-latestlist {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.newsblock-latestlist li {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 2px dotted #e60404;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.newsblock-time {
  color: #e60404;
  font-size: 13px;
  font-weight: 100;
  margin-right: 8px;
}

.newsblock-section::after {
  content: "";
  display: block;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #fcfcfc, #ff7b7b, 2px, transparent 2px, transparent 4px);
  margin-top: 30px;
}

.topics-wrapper {
  padding-top: 1rem;
}

.topics-heading {
  font-size: 13px;
  font-weight: 100;
  color: #000;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.topics-list {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topics-tag {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}

.topics-tag:hover {
  color: #df0000;
  border-color: #df0000;
}

.article-section {
  display: flex;
  gap: 20px;
}

.cordoba-ciudad-section {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

.submenu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu li {
  white-space: nowrap;
}

.submenu a {
  color: #666;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0;
  display: block;
  transition: color 0.3s ease;
}

.submenu a:hover {
  color: #333;
}

.category-tag {
  color: #e53e3e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.article-title1 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.2;
  margin-bottom: 20px;
}

.article-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.article-image-container {
  position: relative;
  margin-bottom: 15px;
}

.article-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.image-caption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}

.image-credit {
  font-weight: 600;
  color: #333;
}

.publicidad-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  border-radius: 3px;
}

.author-section {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-name {
  color: #e53e3e;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 3px;
}

.article-meta {
  font-size: 0.875rem;
  color: #666;
}

.meta-item {
  margin-right: 15px;
}

.news-container {
  max-width: 800px;
  margin: 0 auto;
}

.featured-news {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.featured-news:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.featured-image {
  width: 160px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.featured-content {
  flex: 1;
}

.featured-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.3;
  margin: 0;
}

.featured-title:hover {
  color: #e53e3e;
  cursor: pointer;
}

.section-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a202c;
}

.article-content {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2d3748;
}

.article-content p {
  margin-bottom: 20px;
}

.highlight-bold {
  font-weight: 700;
  color: #1a202c;
}

.highlight-quotes {
  font-style: italic;
  color: #4a5568;
}

.key-point {
  background-color: #fff5f5;
  border-left: 4px solid #e53e3e;
  padding: 15px 20px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
}

.key-point p {
  margin-bottom: 0;
  font-weight: 600;
  color: #2d3748;
}

.article-container {
  display: flex;
  padding-top: 20px;
  gap: 20px;
  position: relative;
}

.social-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 100;
}

.article-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.article-text p {
  margin-bottom: 20px;
}

.highlight-red {
  color: #e53e3e;
  text-decoration: underline;
  font-weight: 600;
}

.highlight-blue {
  color: #1877F2;
  text-decoration: underline;
}

.sidebar-right {
  padding: 20px;
  border-radius: 8px;
  height: fit-content;
}

.sidebar-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #e53e3e;
  padding-bottom: 8px;
}

.news-item-sec {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.news-item-sec:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.news-image {
  width: 109px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.news-content {
  flex: 1;
}

.news-category {
  color: #e53e3e;
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.news-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin-bottom: 4px;
}

.news-date {
  font-size: 12px;
  color: #666;
}

.ad-banner {
  background-color: #f0f0f0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0;
  border-radius: 4px;
}

.social-icon:hover {
  color: unset;
}

.tags-row {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.tag {
  display: inline-block;
  /* white-space: nowrap; */
  flex: 0 1 auto;
  border: 1px solid #000;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 8px;
  line-height: 1.4;
  background: #fff;
}

.sponsored-heading {
  font-size: 16px;
  font-weight: bold;
  font-family: auto;
  margin-bottom: 16px;
}

.sponsored-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sponsored {
  background: #fff;
  overflow: hidden;
  max-width: 100%;
  flex: 1 1 calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.sponsored img {
  width: 100%;
  display: block;
  height: auto;
}

.card-t {
  padding: 12px;
}

.head-txt {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 6px;
}

.subtext {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.source {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.cta-button {
  font-size: 12px;
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
}

.main-flex {
  display: flex;
  justify-content: space-between;
}

/* Responsive */
@media (max-width: 768px) {
  .sponsored-grid {
    flex-direction: column;
  }

  .sponsored {
    flex: 1 1 100%;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .tags-row {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .article-container {
    flex-direction: column;
    padding: 15px;
  }

  .social-sidebar {
    position: fixed;
    bottom: 20px;
    left: 20px;
    flex-direction: row;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .sidebar-right {
    width: 100%;
    margin-top: 20px;
  }

}

@media (max-width: 768px) {
  .article-container {
    padding: 10px;
  }

  .social-sidebar {
    bottom: 15px;
    left: 15px;
    gap: 6px;
    padding: 8px;
  }

  .news-item-sec {
    flex-direction: column;
    gap: 8px;
  }

  .news-image {
    width: 100%;
    height: 120px;
  }

  .sidebar-right {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .social-sidebar {
    position: unset;
    bottom: 10px;
    left: 10px;
    right: 10px;
    justify-content: center;
    gap: 8px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
    padding: 15px;
  }

  .featured-news {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    text-align: center;
  }

  .featured-image {
    width: 100%;
    height: 200px;
    max-width: 300px;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .article-content {
    font-size: 1rem;
  }

  .key-point {
    padding: 12px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  body {
    padding: 10px;
  }

  .featured-news {
    padding: 12px;
    gap: 12px;
  }

  .featured-image {
    height: 150px;
  }

  .featured-title {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .article-content {
    font-size: 0.95rem;
  }

  .key-point {
    padding: 10px 12px;
    margin: 15px 0;
  }
}

@media (max-width: 360px) {
  .section-title {
    font-size: 1.6rem;
  }

  .featured-title {
    font-size: 1rem;
  }

  .article-content {
    font-size: 0.9rem;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .article-section {
    padding: 15px;
    display: block;
  }

  .article-title1 {
    font-size: 1.8rem;
  }

  .article-subtitle {
    font-size: 1rem;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
  }

  .publicidad-label {
    font-size: 10px;
    padding: 3px 6px;
  }
}

@media (max-width: 480px) {
  .article-section {
    padding: 10px;
  }

  .article-title1 {
    font-size: 1.5rem;
  }

  .author-section {
    align-items: flex-start;
    text-align: left;
  }

  .author-avatar {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* Responsive styles for tablets and mobile */
@media (max-width: 992px) {
  .submenu-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }

  .submenu-container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }

  .submenu {
    flex-wrap: nowrap;
    min-width: max-content;
    gap: 25px;
    padding: 0 5px;
  }

  .container {
    padding: 0 15px;
  }

  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .section-header1 {
    padding: 15px 0 12px 0;
  }

  .section-title {
    font-size: 24px;
  }

  .submenu-container {
    padding: 10px 0;
  }

  .submenu {
    gap: 20px;
  }

  .submenu a {
    font-size: 14px;
  }

  .container {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 22px;
  }

  .submenu {
    gap: 18px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .newsblock-container {
    flex-direction: column;
  }

  .newsblock-listgrid {
    grid-template-columns: 1fr;
  }
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .newsmod-title {
    font-size: 14px;
  }

  .newsmod-grid {
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .Section-1 {
    padding: 0 2rem;
  }
}

@media (max-width: 992px) {
  .newsmod-grid {
    display: block;
  }

  .newsmod-grid1 {
    display: block;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .cf-grid-3-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cf-grid-3-container {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 480px) {
  .top-sports-number {
    font-size: 20px;
  }

  .top-sports-text {
    font-size: 15px;
  }
}

/* Responsive Layout */
@media (max-width: 1100px) {
  .custom-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-wrapper {
    flex-direction: column;
  }

  .custom-ad-area {
    width: 100%;
  }

  .custom-ad-label {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .custom-articles-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  .cordoba-news-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .main-article-headline {
    font-size: 1.7rem;
  }

  .main-article-content {
    padding: 20px;
  }

  .sidebar-article-image {
    height: 160px;
  }

  .sidebar-article-content {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .main-article-headline {
    font-size: 1.4rem;
  }

  .main-article-content {
    padding: 16px;
  }

  .sidebar-article-title {
    font-size: 1rem;
  }
}

/* Mobile styles */
@media (max-width:992px) {
  .newsmod-card {
    width: 100%;
  }

  .under-line-red {
    padding-top: 0;
  }

  .section-flex {
    gap: 0;
  }

  .city-header-wrapper {
    position: relative;
  }

  .menu-toggle {
    display: block;
  }

  .city-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  .bottom-bar {
    flex-direction: row;
    align-items: center;
  }

  .brand-info {
    margin-bottom: 0;
    text-align: left;
  }

  .link-collection {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

@media (min-width: 600px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .footer-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .headline {
    font-size: 15px;
  }

  .news-section-wrapper {
    flex-direction: column;
  }

  .main-feature-image-grid {
    grid-template-columns: 1fr;
  }

  .mini-article-snippet {
    flex-direction: column;
  }

  .mini-article-snippet img {
    width: 100%;
    height: auto;
  }

  .three-col-news-grid {
    grid-template-columns: 1fr;
  }

  .opinion-grid {
    flex-direction: column;
    align-items: center;
  }

  .main-container {
    flex-direction: column;
    padding: 20px;
  }

  .left-side {
    flex-direction: row;
  }

  .subscribe-btn {
    margin: 0 auto;
  }

  .services-grid {
    gap: 30px;
  }

  .service-item {
    width: 80px;
  }

  .service-item img {
    width: 50px;
    height: 50px;
  }

  .container2 {
    padding: 20px 15px;
  }

  .header h1 {
    font-size: 2.2rem;
  }

  .galleries-container {
    grid-template-columns: 1fr;
    height: auto;
    gap: 15px;
  }

  .main-item {
    grid-row: span 1;
    height: 300px;
  }

  .gallery-item {
    height: 250px;
  }

  .overlay-title {
    font-size: 1.3rem;
  }

  .title-1 {
    font-size: 0.9rem;
  }

  .city-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .city-nav {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 15px;
  }

  .events-section {
    flex-direction: column;
  }

  .events-title::after {
    display: none;
  }

  .award-entry-box {
    max-width: 100%;
  }

  .headline-banner {
    font-size: 22px;
  }

  .entry-title {
    font-size: 15px;
  }

  .section {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 100%;
  }

  .title {
    font-size: 18px;
  }

  .opinion-section {
    padding: 20px;
    border-radius: 0;
  }

  .section-header {
    align-items: flex-start;
    gap: 10px;
  }

  .section-title {
    font-size: 2rem;
  }

  .see-more {
    align-self: flex-end;
  }

  .columnists-container {
    margin-top: 15px;
    padding: 5px 0;
  }

  .columnists-grid {
    gap: 20px;
  }

  .columnist-card {
    min-width: 180px;
    padding: 15px;
  }

  .columnist-photo {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
  }

  .category-tag {
    font-size: 0.7rem;
  }

  .category-name {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }

  .columnist-name {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .article-title {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .columnists-container::-webkit-scrollbar {
    height: 6px;
  }
}


@media (max-width: 500px) {
  .services-grid {
    gap: 25px;
  }

  .underline {
    width: 100px;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .pill-button {
    flex: 1 1 100%;
    justify-content: center;
  }

  .category-card {
    flex: 0 1 100%;
  }

  .mag-card {
    flex: 0 0 100%;
  }

  .mag-card .divider {
    border: none;
    padding: 0;
  }

}

/* Tablet: 2 cards per row */
@media (max-width: 900px) {
  .category-card {
    flex: 0 1 calc(50% - 10px);
  }
}

@media (max-width: 1024px) {
  .news-card img {
    width: 100%;
  }
}

.award-entry-box {
  max-width: 45%;
}

.opinion-section {
  padding: 25px 0;
}

.columnist-card {
  min-width: 200px;
  padding: 18px;
}

.columnist-photo {
  width: 110px;
  height: 110px;
}

.mag-card {
  margin-bottom: 20px;
}

.mag-card .divider {
  border-left: none;
  padding-left: 0;
}



/* Responsive Design */
@media (max-width: 1200px) {
  .container2 {
    padding: 30px 20px;
  }

  .galleries-container {
    grid-template-columns: 1.5fr 1fr 1fr;
    height: auto;
    gap: 20px;
  }

  .main-item {
    grid-column: span 1;
    grid-row: span 2;
    min-height: 400px;
  }


}

/* Small mobile styles */
@media (max-width: 480px) {
  .header h1 {
    font-size: 1.8rem;
  }

  .overlay-content {
    padding: 25px 20px 20px;
  }

  .overlay-title {
    font-size: 1.1rem;
  }

  .content-overlay {
    padding: 15px;
  }

  .opinion-section {
    padding: 15px;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .columnist-card {
    min-width: 160px;
    padding: 12px;
  }

  .columnist-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .category-name {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }

  .columnist-name {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }

  .article-title {
    font-size: 0.85rem;
  }
}

/* Extra small screens */
@media (max-width: 360px) {
  .columnist-card {
    min-width: 140px;
    padding: 10px;
  }

  .columnist-photo {
    width: 70px;
    height: 70px;
  }

  .section-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 992px) {
  .news-card1 img {
    height: auto;
  }

  .mag-image {
    height: auto;
  }

  .sidebar-top-nav {
    overflow-x: auto;
  }

  .logo-row1 {
    display: block;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .right-col {
    order: -1;
  }

  .nav-link {
    display: none;
  }

  .logo-row {
    display: none;
  }

  .hide-img {
    display: none;
  }

  .txt-hide {
    display: none;
  }

  .Section-1 {
    padding: 1rem;
  }

  .news-row {
    display: block;
  }

  .news-card img {
    width: 100%;
    height: auto;
  }

  .container1 {
    display: none;
  }

  .main-feature-image-grid img {
    width: 100%;
  }

  .three-col-news-grid {
    grid-template-columns: none;
  }

  .headline-text {
    font-size: unset;
    white-space: unset;
  }

  .award-grid-wrapper {
    display: block;
  }

  .award-entry-box {
    max-width: 100%;
  }

  .news-card3 img {
    width: 100%;
  }

  .events-section {
    padding-bottom: 2rem;
  }

  .news-section-wrapper {
    padding-bottom: 2rem;
  }

  .galleries-container {
    display: block;
  }

  .gallery-image {
    height: auto;
  }

  .camera-overlay {
    top: auto;
  }

  .gallery-item {
    height: auto;
  }

  .magazine-row {
    display: block;
  }

  .mag-card:not(:first-child) .divider {
    height: auto;
  }

  .footer-top-menu {
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 20px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .footer-top-menu a {
    white-space: nowrap;
    margin-right: 20px;
  }

  .image-txt {
    width: 100%;
  }

  .mag-card:not(:first-child) .divider {
    border: none;
  }

  .footer-buttons {
    flex-direction: unset;
  }

  .logo-row {
    font-size: 2rem;
    letter-spacing: -2px;
  }

}