body {
  margin: 0;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.custom-hr {
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}
.all {
  margin-left: 115px;
  margin-right: 115px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  margin-bottom: 100px;
}
.alll {
  margin-left: 115px;
  margin-right: 115px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  margin-bottom: 100px;
}

.a-container {
  max-width: 100%;
  margin: 0 auto;
  background: white;
  font-family: Georgia, serif;
}

.a-top-border {
  height: 3px;
  background: black;
  margin-bottom: 20px;
}

.a-main-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.a-first-section {
  display: flex;
  flex-direction: column;
  width: 70%;
  border-top: 3px solid black;
}
.a-second-section {
  width: 30%;
}

.a-content-flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.a-image-content {
  width: 100%;
}
.a-text-content {
  width: 75%;
}
.a-top-stories-header {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

.a-main-headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: black;
  margin-bottom: 15px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.a-main-headline a {
  text-decoration: none;
  color: inherit;
}
.a-main-text {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-family: Georgia, serif;
}

.a-main-image {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.a-firefighter-1 {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 60px;
  height: 80px;
  background: #2d1b16;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.a-firefighter-1::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 25px;
  background: #ff6b6b;
  border-radius: 50%;
}

.a-firefighter-2 {
  position: absolute;
  top: 50%;
  right: 35%;
  width: 50px;
  height: 70px;
  background: #2d1b16;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.a-firefighter-2::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 20px;
  background: #ffd700;
  border-radius: 50%;
}

.a-tree-branches {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: repeating-linear-gradient(
    45deg,
    #4a4a4a 0px,
    #4a4a4a 2px,
    transparent 2px,
    transparent 12px
  );
  opacity: 0.6;
}

.a-tree-branches-2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 80px;
  background: repeating-linear-gradient(
    -30deg,
    #4a4a4a 0px,
    #4a4a4a 2px,
    transparent 2px,
    transparent 15px
  );
  opacity: 0.5;
}

.a-ground {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, #8b7355, #b8a082);
}

.a-yellow-tape {
  position: absolute;
  bottom: 60px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: #ffd700;
  transform: rotate(-1deg);
}

.a-newspaper-header {
  text-align: center;
  margin-bottom: 20px;
}

.a-newspaper-title {
  font-size: 48px;
  font-weight: bold;
  color: black;
  font-family: "Old English Text MT", serif;
  letter-spacing: 2px;
}

.a-newspaper-image {
  position: relative;
  overflow: hidden;
  box-shadow: -1px 2px 13px rgba(0, 0, 0, 0.15);
}
.a-newspaper-columns {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.a-column-section {
  background: white;
  padding: 10px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1.2;
}

.a-column-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
  font-size: 11px;
}

.a-column-image {
  width: 100%;
  height: 40px;
  background: #c8b99c;
  border-radius: 2px;
  margin-bottom: 5px;
}

.a-flood-image {
  background: linear-gradient(135deg, #4a90e2, #7bb3f0);
}

.a-farm-image {
  background: linear-gradient(135deg, #8fbc8f, #228b22);
}
.a-read-today {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-top: 15px;
  font-family: Georgia, serif;
  text-align: center;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.a-column-text {
  font-size: 9px;
  line-height: 1.1;
  color: #333;
}
.ccon {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.a-newspaper-image img {
  width: 100%;
}
.a-image-content img {
  width: 100%;
}
header {
  border-bottom: 1px solid #e0e0e0;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  position: fixed;
  width: 100%;
  background-color: white;
  top: 0;
  z-index: 1000;
}

.sections-button {
  border: 1px solid #ecebeb;
  padding: 10px 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sections-button i {
  font-size: 20px;
}

.sections-button span {
  margin-left: 8px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.logo-wrapper {
  width: 55%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wrapper svg {
  margin-left: 6rem;
  width: 100%;
  height: auto;
  display: block;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.subscribe-btn {
  color: #000000;
  display: flex !important
;
  border: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px;
  font: 700 14px / 40px "BentonGothic", sans-serif;
  background-color: #69d3fa;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  overflow: hidden;
  width: 160px;
  height: 40px;
  font-style: normal;
}

.subscrib-btn {
  color: #000000;
  display: flex !important
;
  border: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px;
  font: 700 14px / 40px "BentonGothic", sans-serif;
  background-color: #69d3fa;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  overflow: hidden;
  width: 160px;
  height: 40px;
  font-style: normal;
}

.login-btn {
  border: 1px solid #ccc;
  padding: 10px 16px;
  font-weight: bold;
  background: none;
  font-size: 14px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-icon {
  border: 1px solid #ccc;
  padding: 8px;

  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon i {
  font-size: 20px;
}

.bottom-nav {
  display: flex;
}

.bottom-nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bottom-nav {
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 2.5rem;
  margin-top: 5rem;
  font-size: 15px;
  border-top: 1px solid #eee;
}
.bottom-nav a .fa-chevron-down {
  font-size: 10px;
}
.bottom-nav .no-dropdown .fa-chevron-down {
  display: none;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .bottom-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.news-container {
  display: flex;
  justify-content: space-between;
  margin-left: -3%;
  padding-top: 20px;
}
.news-card {
  width: 34%;
  padding: 0 20px;
  /* padding-left: 20px; */
}
.news-card img {
  width: 100%;
  height: auto;
  display: block;
}

.news-card p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

hr.custom-hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0 0;
}

@media (max-width: 768px) {
  .news-container {
    flex-direction: column;
    gap: 20px;
  }

  .news-card {
    width: 100%;
    padding-left: 0;
    border-left: none !important;
  }
}
.customm-hr {
  border-top: 1px solid #f0f0f0; /* Light Gray */
}

.border-left {
  border-left: 1px solid #ccc; /* Adjust color and thickness as needed */
}
.b-section {
  padding-bottom: 20px;
  border-top: 2px solid #000;
}

.b-section-title {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}
.d-section-title {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}
.b-section-title1 {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.b-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 20px;
}

.n-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
  gap: 20px;
}
.b-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.b-card h3 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.x-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: flex;
}

.x-card h3 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.b-sublabel {
  color: #04669a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
  margin-top: 10px;
}
.b-sublabe {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .b-grid {
    grid-template-columns: 1fr;
  }
}
.b-ad-wrapper {
  margin: 0 auto;
  text-align: center;
  margin: 40px 0;
}
.z-ad-wrapper {
  margin: 0 auto;
  text-align: center;
  margin: 40px 0;
  position: sticky;
  top: 8rem;
}
.z-ad-image{
    width: 90%;
  height: auto;
  border: 1px solid #ccc;
}
.index-wrapper {
  margin: 0 auto;
  text-align: center;
  margin: 40px 0;
  font-size: 12px;
}

.b-ad-label {
  font-size: 12px;
  color: #3333336e;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.index-ad-label {
  font-size: 12px;
  color: #3333336e;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.b-ad-image {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.b-ad-link {
  display: inline-block;
  text-decoration: none;
}
.b-app-promo {
  border-top: 2px solid #000;

  padding: 20px 0;
  max-width: 520px;
  margin: auto;
}

.b-app-container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.b-app-icon {
  width: 100px;
  height: 100px;
  border-radius: 16px;
}

.b-app-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.b-app-text p {
  font-size: 13px;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 600px) {
  .b-app-container {
    flex-direction: column;
    text-align: center;
  }
}
.c-breaking-news {
  border-top: 2px solid #000;
  padding-top: 10px;
  margin-top: 20px;
}

.c-heading {
  justify-content: space-between;

  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
.c-heading i {
  font-size: 16px;
  color: #000;
}

.c-news-item {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.c-news-item:last-child {
  border-bottom: none;
}

.c-news-item p {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 20px;

}
  .jtp{
   color: #666 !important;  font-family: "FBKisDisplay", "Times New Roman", Times, serif !important;
   text-transform: none !important; font-size: 17px !important;
  }
.video-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.video-container::-webkit-scrollbar {
  display: none;
}

.video-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  min-width: calc((100% - 60px) / 4);
  height: 400px;

  flex-shrink: 0;
  cursor: pointer;
  overflow-y: hidden;
}

.video-item img,
.video-item video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-item video {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.video-item:hover video {
  opacity: 1;
}

.video-overlay {
  position: relative;
  height: 100%;

  color: white;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.video-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.video-duration {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.play-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
  z-index: 3;
  user-select: none;
  border-radius: 5px;
  color: black;
  font-weight: bold;
}

.carousel-nav.left {
  left: 0;
}

.carousel-nav.right {
  right: 0;
}
.carousel-nav i {
  font-size: 20px;
}
.d-section {
  display: flex;
  padding-top: 20px;
  gap: 30px;
  margin-bottom: 20px;
}

.d-left {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.d-section-header {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  border-top: 2px solid #000;
}

.d-section-header i {
  font-size: 16px;
}

.d-articles {
  display: flex;
  gap: 20px;
}

.d-article {
  flex: 1;
}

.d-article img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.d-tag {
  color: #0074cc;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

.d-article-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.d-right {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  width: 35%;
}

.d-promo img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.d-promo-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.d-section-header a {
  text-decoration: none;
  color: inherit;
}
.e-section {
  margin-bottom: 40px;
  border-top: 2px solid black;
}

.e-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.e-feature {
  display: flex;
  background-color: #000;
  color: #fff;
  flex-wrap: wrap;
}

.e-left {
  flex: 1;
  padding: 40px 10px 40px 80px;
  min-width: 300px;
  box-sizing: border-box;
}

.e-category {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
}

.e-title {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.e-subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 20px;
}

.e-right {
  flex: 1;
  position: relative;
  min-width: 300px;
  background-color: #222;
}

.e-right img {
  width: 100%;
  height: 100%;

  display: block;
}
.e-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #fff;
  opacity: 0.85;
  cursor: pointer;
}

.e-watermark {
  position: absolute;
  bottom: 10px;
  left: 15px;

  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .e-feature {
    flex-direction: column;
  }

  .e-title {
    font-size: 24px;
  }
}
.f-wrapper {
  margin: 20px auto;

  position: relative;
  border-top: 2px solid black;
}

.f-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  border-top: 2px solid black;
  padding-top: 12px;
}

.f-carousel {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.f-item {
  flex: 0 0 calc((100% - 80px) / 5);
  background-color: #fff;
}

.f-item img {
  width: 100%;
  height: auto;
  display: block;
}

.f-badge {
  color: #0076a8;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
  text-transform: uppercase;
}

.f-description {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.f-descriptionn {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.f-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffffc2;

  width: 36px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.f-nav:hover {
  background-color: #f0f0f0;
}

.f-left {
  left: -10px;
}

.f-right {
  right: -10px;
}

@media (max-width: 1100px) {
  .f-item {
    flex: 0 0 calc((120% - -35px) / 4);
  }
}

@media (max-width: 900px) {
  .f-item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

@media (max-width: 600px) {
  .f-item {
    flex: 0 0 100%;
  }

  .f-nav {
    display: none;
  }
}
.g-wrapper {
  max-width: 1280px;
  margin: 30px auto;
}

.g-header {
  border-top: 2px solid #000;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
  margin-top: 20px;

  gap: 10px;
}

.g-header::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0px 10px;
}

.g-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.g-card {
  flex: 0 0 calc((100% - 100px) / 6);
  text-align: center;
}

.g-image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.g-image img {
  width: 100%;
  height: auto;
  display: block;
}

.g-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

.g-subtitle {
  margin-top: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .g-card {
    flex: 0 0 calc((100% - 80px) / 5);
  }
}

@media (max-width: 992px) {
  .g-card {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}

@media (max-width: 768px) {
  .g-card {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

@media (max-width: 480px) {
  .g-card {
    flex: 0 0 100%;
  }
}
.mail-container {
  max-width: 360px;
  margin: 30px auto;
  padding: 0 20px;
  border-top: 2px solid #000;
  text-align: center;
}

.mail-icon {
  font-size: 32px;
  margin: 20px 0 10px;
  color: #000;
}

.mail-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.mail-subtitle {
  font-size: 16px;
  color: #444;
  margin: 12px 0 20px;
  line-height: 1.4;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
}

.mail-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.mail-button {
  background-color: #0079a7;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 14px 0;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
}

.mail-button:hover {
  background-color: #00658a;
}

.mail-disclaimer {
  font-size: 13px;
  color: #555;
  margin-top: 14px;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
}
.h-section {
  border-top: 2px solid #000;
  padding-top: 20px;
}
.h-c-section {
  padding-top: 20px;
}
.h-c-left {
  display: flex;
  gap: 20px;
  width: 70%;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.h-title {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.h-container {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.h-left {
  display: flex;
  gap: 20px;
  width: 70%;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.h-c-left {
  display: flex;
  gap: 20px;
  width: 70%;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.h-left img {
  width: 100%;
  height: auto;
}

.h-left h2 {
  font-size: 28px;
  margin: 15px 0 10px;
}

.h-c-left img {
  width: 100%;
  height: auto;
}

.h-c-left h2 {
  font-size: 28px;
  margin: 15px 0 10px;
}

.h-right {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
  width: 45%;
}

.h-top-grid .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.h-top-grid img {
  width: 100%;
  height: auto;
}

.h-top-grid p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.h-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h-list-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.h-list-item img {
  width: 40%;
  height: 120px;
  object-fit: cover;
}
.main-left {
  width: 55%;
  border-right: 1px solid #eee;
  padding-left: -4px;
  padding-right: 20px;
}
.h-list-item p {
  font-size: 16px;

  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

@media (max-width: 900px) {
  .h-container {
    flex-direction: column;
  }

  .h-top-grid {
    grid-template-columns: 1fr;
  }

  .h-list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .h-list-item img {
    width: 100%;
    height: auto;
  }
}
.h-ccontainer {
  border-top: 2px solid black;
}

.i-container {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.i-left {
  width: 70%;
  border-top: 2px solid #000;
}

.i-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.i-content-wrap {
  display: flex;
  gap: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin-bottom: 20px;
}

.i-main-article img {
  width: 100%;
  height: auto;
}

.i-main-article h2 {
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 10px;
}

.i-main-article p {
  font-size: 1rem;
  color: #444;
}
.i-main-article {
  width: 50%;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.i-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 50%;
}

.i-grid .i-item img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.i-grid .i-item p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.i-right {
  width: 30%;
}

.i-right img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .i-container {
    flex-direction: column;
  }

  .i-grid {
    grid-template-columns: 1fr;
  }

  .i-left,
  .i-right {
    width: 100%;
  }

  .i-content-wrap {
    flex-direction: column;
  }
}
.right-sectionn {
  width: 30%;
}
.j-container {
  border-top: 2px solid black;
  margin-left: 10px;
}

.j-header {
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.j-item {
  display: flex;
  gap: 12px;
 
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.j-item:last-child {
  border-bottom: none;
}

.i-item {
  display: flex;
  gap: 12px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.i-item:nth-child(4) {
  border-bottom: none;
}
.j-img {
  width: 40%;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
}
.i-item img {
  width: 25%;
  height: 155px;
  object-fit: cover;
  flex-shrink: 0;
}
.j-text {
    font-size: 16px;
    /* letter-spacing: 0px; */
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    /* font-family: "FBKisDisplay", "Times New Roman", Times, serif; */
}
.j-text b {
  font-weight: bold;
}

.l-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;

  padding-top: 20px;
}

.l-column {
  flex: 1;
  max-width: 24%;
}

.l-heading {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
  border-top: 3px solid black;
}

.l-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.l-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.l-item {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.l-item:last-child {
  border-bottom: none;
}

.l-sublabel {
  color: #0077b6;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 6px;
}

.l-voices {
  color: teal;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}
.la-footer {
  background-color: #000;
  color: white;
  font-size: 14px;
  line-height: 1.8;
  padding: 40px 8rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-logo h1 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.footer-logo img {
  width: 25%;
  filter: brightness(0) invert(1);margin-left: -2rem;
}

.footer-logo .ca-times {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.footer-logo .ca-times strong {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-columns div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

.footer-columns a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-columns a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons svg {
  width: 30px;
  height: 30px;
  fill: rgb(255, 255, 255);
}
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-bottom a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
.ca-times img {
  width: 22%;
  margin-bottom: -15px;
}
.footer-logo svg {
  width: 20%;
  margin-bottom: -30px;
}
.bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background-color: #fff;margin-top: 130px;
  border-top: 1px solid #ccc;
  gap: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bottom-bar a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.bottom-bar a.bold {
  font-weight: bold;
}

.bottom-bar .divider {
  height: 14px;
  width: 1px;
  background-color: #ccc;
  margin: 0 5px;
}
.b-ad-img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.index-ad-img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.m-section-label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 12px;

  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.m-title {
  font-size: 50px;
  font-family: "FBKisDisplay";

  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
.m-container {
  display: flex;
  gap: 40px;

  margin: 50px auto;
}

.m-article {
  flex: 2;
}

.m-image {
  width: 100%;
  height: auto;

  border: 1px solid #ccc;
}

.m-sidebar {
  flex: 1;

  padding-left: 0px;
}

.m-sidebar-title {
  font-weight: bold;
  font-size: 22px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-sidebar-title::after {
  content: "›";
  font-size: 22px;
  margin-left: 5px;
}

.m-sidebar-item {
  margin-bottom: 25px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.m-divider {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.m-tag {
  font-weight: bold;
  font-size: 13px;
  color: #0099cc;
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
  display: inline-block;
}

.m-voice-tag {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  color: #1d4e89;
  font-family: Georgia, serif;
  margin-bottom: 5px;
  display: inline-block;
}
.m-caption {
  font-size: 13px;
  color: #111;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 30px;
}

.m-credit {
  color: #5a5a5a;
  font-size: 12px;
}

@media (max-width: 768px) {
  .m-container {
    flex-direction: column;
  }
  .m-sidebar {
    border-left: none;
    padding-left: 0;
  }
}
.n-container {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.n-author-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.n-author-img {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border-radius: 50%;
    margin-right: 14px;
}
.n-author-name {
  font-weight: bold;
  font-size: 18px;
  color: #111;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  margin-top: 8px;
}

.n-author-role {
  color: #333;
  font-size: 16px;

  font-weight: bold;
  font-size: 13px;
  color: #111;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  margin-top: 8px;
}

.n-author-meta {
  font-size: 14px;
}
.n-author-meta a {
  text-decoration: none;
}
.n-follow-link {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}
.n-date {
  font-size: 15px;
  color: #555;
  margin: 10px 0 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.n-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.n-icon {
  background: white;
  font-size: 14px;
  padding: 2px 7px;
  cursor: pointer;
}
.n-paragraph {
  margin-bottom: 20px;
  font-size: 20px;
}

.n-link {
  color: #00778b;
  text-decoration: underline;
}
.subscribe-link {
  font-size: 20px;
  color: #007fa3;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}

.comment-button {
  background-color: black;
  color: white;
  padding: 10px;

  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto 40px;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.tags-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 820px;
}

.tag {
  background-color: #929292;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.email-section {
  border-top: 2px solid black;
  padding-top: 0px;
  margin-top: 20px;
}

.email-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}

.email-icon {
  font-size: 24px;
  margin-right: 10px;
}

.email-title {
  font-weight: bold;
  font-size: 20px;
}

.email-subtitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #555;
}

.email-form {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.email-input {
  flex: 1;
  padding: 16px;
  font-size: 15px;
  border: 1px solid #999;
  border-right: none;
  border-radius: 5px 0 0 5px;
  font-family: Arial, sans-serif;
}

.signup-button {
  background-color: #007fa3;
  color: white;
  border: none;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

.disclaimer {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #444;
}
.auth {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 800px;
}
.author-container {
  margin: 20px 0;
}
.author-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ccc;
}

.author-details {
  flex: 1;
}

.author-name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.author-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.author-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.author-description {
  font-size: 20px;
  line-height: 1.6;
}

.section-title {
  border-top: 2px solid black;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;

  padding-bottom: 20px;
}

.news-item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.n-item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.n-item:nth-last-child(-n + 2) {
  border-bottom: none;
}
.news-image {
  width: 50%;
  height: 140px;

  flex-shrink: 0;
}

.news-content {
  flex: 1;
}

.category {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.headline {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 6px;
}

.time {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666;
}
.j-text p {

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #04669a;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
}
.bottom-barr {
  display: flex;
  margin-top: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  gap: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.a-href {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;

  gap: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.a-href a {
  position: relative;
  color: black;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 0 20px 0;
  transition: color 0.2s ease;
}

.a-href a.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00789c;
  border-radius: 2px;
}

.a-href a:hover {
  color: #00789c;
}

.a-href a.bold {
  font-weight: bold;
}

.section-titlee {
  font-family: "FBKisDisplay";
  font-weight: 700;
  font-size: 35px;
}
.aa-first-section {
  border-top: 3px solid black;
  display: flex;
  flex-direction: column;
  width: 70%;
}
.c-news-itemm p {
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;

  font-family: arial, "helvetica neue", helvetica, sans-serif;
}
.c-news-ite p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;

  font-family: arial, "helvetica neue", helvetica, sans-serif;
}

.c-news-itemm {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.c-news-itemm:last-child {
  border-bottom: none;
}
.timee {
  color: #4d4d4d;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding-top: 10px;
}
.o-section-container {
  border-top: 2px solid black;
  padding-top: 20px;
  display: flex;
  gap: 20px;

  padding-bottom: 20px;
}

.o-left-column {
  flex: 2;
}

.o-section-headingg {
  font-size: 24px;

  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.o-section-heading::after {
  content: "›";
  font-size: 18px;
}

.o-featured-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.o-main-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.o-main-description {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.o-right-column {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.o-right-article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.o-right-article img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
}

.o-right-article-text {
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.o-right-article-text small {
  font-style: italic;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #007fa3;
}

.h-leftt {
  display: flex;
  gap: 20px;
  width: 100%;

  padding-right: 20px;
}
.h-leftt img {
  width: 100%;
  height: auto;
}

.real-section {
  border-top: 2px solid #000;

  margin: 0 auto;
}
.R-container {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.real-left {
  width: 60%;
}
.real-left-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.real-left-title::after {
  content: "›";
  font-size: 24px;
}

.real-main-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.real-label {
  font-size: 14px;
  font-style: italic;
  color: #007ca6;
  margin-bottom: 10px;
}

.real-headline {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.real-summary {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

.real-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.real-item {
  display: flex;
  gap: 12px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.real-item:first-child {
  border-top: none;
  padding-top: 0;
}

.real-thumb {
  width: 120px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}

.real-subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.real-subscriber {
  font-size: 12px;
  color: #007ca6;
  font-weight: bold;
  margin-bottom: 3px;
  display: inline-block;
}
.h-leftt h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.1;
  color: black;
  margin-bottom: 15px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.p-section {
  border-top: 2px solid black;
  padding-top: 20px;
}
.p-content-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;

  padding-top: 20px;
}

.p-feature {
  flex: 0 0 280px;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.p-feature img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.p-feature-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.p-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-heading::after {
  content: "›";
  font-size: 16px;
}

.p-carousel {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.p-item {
  flex: 0 0 180px;
}

.p-item img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  margin-bottom: 8px;
}

.p-item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.p-nav-button {
  background: white;
  border: 1px solid #ccc;
  width: 28px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  margin: auto 10px;
  flex-shrink: 0;
}

.p-carousel-wrapper {
  display: flex;
  align-items: center;
}
.f-wrapperr {
  position: relative;
  width: 63%;
}
.aaa-first-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 3px solid black;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-card3 {
  width: 50%;
  padding: 0 20px;
}

.news-card3 p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.main-left p {
  color: #666;
  font-family: "times new roman", times, serif;
}
.aa-top-stories-header {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}
.columns-section {
  max-width: 350px;
  border-top: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-news-ite {
  padding: 12px 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.columns-section h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.column-main {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.column-main img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.column-content {
  flex: 1;
}

.column-author {
  font-size: 0.75rem;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #8b8989;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
}

.voices-label {
  border-left: 4px solid #1996d3;
  padding-left: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 6px;
}
.voices-labe {
  border-left: 4px solid #1996d3;
  padding-left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 6px;
}

.column-headline {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.column-item {
  border-top: 1px solid #ddd;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 12px;
}
.column-item p {
  font-size: 17px;
  line-height: 1.4;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
}
.voices-label strong {
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  font-size: 16px;
}
.news-containerz {
  display: flex;
  justify-content: space-between;
  margin-left: -3%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.ad-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
}
.paid-program {
  background-color: #f5f5f5;
  padding: 30px;

  width: 70%;
  position: relative;
  margin-top: 25px;
}
.paid-program h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.paid-content {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.paid-content img {
  width: 180px;
  height: 120px;
  object-fit: cover;
}

.paid-text {
  flex: 1;
}

.paid-text h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.paid-text p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #444;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.paid-text .byline {
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 14px;
  color: #1996d3;
  cursor: pointer;
}
.b-ad-wrappero {
  margin: 0 auto;
  text-align: center;

  width: 30%;
}
.section-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.section-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
}

.grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
  column-gap: 10px;
  margin-bottom: 20px;
}

.article {
  display: flex;
  gap: 15px;
}

.article img {
  width: 140px;
  height: 100px;
  object-fit: cover;
}
.d-rightto {
  width: 30%;
}
.section-wrapper {
  width: 70%;
  border-right: 1px solid #eee;
  padding-right: 20px;
}
.headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.for-subs {
  color: #007ca6;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.divider-row {
  grid-column: span 2;
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}
.d-section-headero {
  font-size: 22px;

  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  border-top: 2px solid #000;
}
.r-main-container {
  display: flex;
  gap: 25px;
  padding-top: 20px;
  width: 100%;
}

.r-left-wrapper {
  width: 66%;
  border-top: 2px solid #000;
}
.r-left-wrapper h2 {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.r-left-section {
  display: flex;
  gap: 20px;
  width: 100%;
}

.r-main-article {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.r-main-article img {
  width: 100%;
  margin-bottom: 15px;
}

.r-main-article h2:first-child {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.r-category {
  font-style: italic;
  font-weight: bold;
  color: #1a73e8;
  margin-bottom: 8px;
}

h2:last-of-type {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 0;
  padding-top: 20px;
}

.r-vertical-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 40%;
}

.r-vertical-item {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.r-vertical-item img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
}

.r-vertical-item p {
  font-size: 16px;

  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.r-right-section {
  flex: 1;
  padding-left: 20px;
  border-left: 1px solid #eee;
}

.r-right-title {
  padding-top: 22px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  border-top: 2px solid black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.r-right-list .r-right-item {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.r-right-item img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  flex-shrink: 0;
}
.r-right-item p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.r-right-item:last-child {
  border-bottom: none;
}
.main-article-h2 {
  font-size: 25px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif !important;
}

.x-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.x-left-column {
  flex: 2;
  border-right: 1px solid #000;
  padding-right: 2rem;
}

.x-right-column {
  flex: 1;
}

.x-section-title {
  padding-top: 22px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: black;
  border-top: 2px solid black;
  margin-bottom: 20px;
  font-family: "Arial Black", "Benton Sans", "Franklin Gothic Heavy", sans-serif;
  font-weight: bold;
}

.x-news-item {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #ddd;
  padding: 1.2rem 0;
}

.x-news-item:last-child {
  border-bottom: none;
}

.x-news-item img {
  width: 200px;
  height: 140px;
  object-fit: cover;
}

.x-news-content {
  flex: 1;
}

.x-news-category {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
  margin-top: 10px;
}

.x-news-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}

.x-news-date {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
  margin-top: 10px;
}

.x-ad-block {
  margin-bottom: 2rem;
}

.x-ad-block img {
  width: 100%;
  height: auto;
  display: block;
}

.x-ad-title {
  font-weight: bold;
  font-size: 1rem;
  margin: 0.5rem 0 0.3rem;
}
.x-ad-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.4;
  margin-top: 4px;
}

.x-ad-label {
  font-size: 0.65rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
}

.x-load-more-btn {
  display: block;
  margin: 2rem auto 1rem;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #000;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.x-load-more-btn:hover {
  background-color: #f0f0f0;
}
.voices-labe {
  border-left: 4px solid #1996d3;
  padding-left: 6px;
  font-size: 18px;
}
.sidebarbottom {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 15px 0;margin-bottom: 20px;
  border-top: 1px solid #e0e0e0;
  line-height: 1.5;
}

.sidebarbottom p {
  margin: 0;
}

.sidebarbottom a {
  color: #000000;
  text-decoration: none;
  padding: 0 4px;

}

.sidebarbottom a:hover {
  text-decoration: underline;
}

.sidebar {
  position: fixed;
  overflow-x: hidden;
  top: 100px;
  left: -306px;
  width: 300px;
  height: 90vh;
  background-color: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  scrollbar-width: none;
}
.s-ad-wrapper{
    margin: 0 auto;
  text-align: center;
  margin: 90px 0;
}
.sidebar.active {
  left: 0;
}

.sidebar ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}

.sidebar ul li a {
  text-decoration: none;
  color: black;
  padding: 8px 0;
  flex: 1;
}

.sidebar ul li .arrow-icon {
  color: #999;
  font-size: 16px;
}

.sidebarbottom a {
  text-decoration: none;
  color: black;
}

.sidebar li {
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sidebar li:hover {
  background-color: #f5f5f5;
}

.sidebar li i {
  font-size: 12px;
  color: #000;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}

.menu-item:hover {
  color: #0073e6;
}

.menu-item i {
  font-size: 12px;
}

.main-content {
  width: 100%;
}
.content-section {
  border-radius: 12px;
}
.section-heading {
  font-size: 25px;
  color: #2c2c2c;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #004494;
  font-family: "Noto Serif";
}
.gold-text {
  font-weight: 500;
  margin-bottom: 15px;
  border-left: 3px solid #000000;
  padding-left: 20px;
  font-size: 20px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif;
}
.gold-text,
.hashtag {
  letter-spacing: 0.5px;
}
.sub-heading {
  color: #0056b3;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.styled-paragraph p {
  font-size: 20px;
  font-family: inherit;
  line-height: 1.8;
  color: #272626;
  margin: 10px 0;
}
.hashtag {
  display: inline-block;
  background-color: #e0e0e0;
  border-radius: 1rem;
  padding: 0.3rem 0.8rem;
  margin: 0.2rem;
  color: #272929;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.legacy-list li {
  font-size: 18px;
  padding-bottom: 10px;
}
.content {
  padding: 20px 0;
}
.main-title2 {
  font-size: 26px;
  color: #1a1a1a;
  margin-bottom: 2rem;
  margin-top: -7%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #4148dd;
}
.main-title2,
.subsection-heading2 {
  font-family: "Noto Serif";
}
.section-heading2 {
  font-size: 22px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid black;
  font-family: "FBKisDisplay", "Times New Roman", Times, serif !important;
  margin-bottom: 20px;
  color: #2d2d2d;
}
.main-title2,
.subsection-heading2 {
  font-family: "Noto Serif";
}
.sub-sec p {
  font-size: 18px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

.article-text2 {
  font-size: 20px;
  color: #090909;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.highlight-quote {
  color: #0066a1ab;
  font-style: italic;
  font-weight: 600;
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #0066a182;
}
.logo-wrapper img{
width: 40%;margin-left: 20%;
}




   .au-header {
      display: flex;
      gap: 30px;
      margin-bottom: 40px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }

.au-photo img{
  width: 100%;
}

    .au-info h1 {
      font-size: 2rem;
      margin-bottom: 5px;
      color: #000;
    }

  
.sub-re{
   font-size: 20px;
      color: #666;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
}
  .au-about-text {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 18px;
}

    .au-section {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }

    .au-section:last-child {
      border-bottom: none;
    }
.au-section h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #000;
}
.au-section p{
  font-size: 20px;
}
  .au-story-title {
    font-size: 20px;
    margin-bottom: 5px;
}

    .au-story-title a {
      color: #000;
      text-decoration: none;
    }

    .au-story-title a:hover {
      text-decoration: underline;
    }

    .au-story-excerpt {
      color: #666;
      font-style: italic;
    }
.au-beat-list {
    list-style: none;
    margin-top: 20px;
}
.au-author-link{
  text-decoration: none;
}
    .au-beat-item {
      margin-bottom: 15px;
    }

.au-beat-title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

  .au-beat-description {
    color: #666;
    font-size: 18px;
}

    .au-social-links {
      margin-bottom: 20px;
    }

    .au-icons a {
      margin-right: 15px;
      font-size: 1.2rem;
      color: #333;
      text-decoration: none;
    }

    .au-icons a:hover {
      color: #000;
    }

    .au-contact-link {
      color: #333;
      text-decoration: underline;
    }
.au-container{
    padding: 5rem 10rem;
}
    @media (max-width: 768px) {
      .au-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

   
    }

@media (max-width: 992px) {
  .au-about-text {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 28px;
}
  .sidebar ul li a {
    text-decoration: none;
    color: black;
    padding: 10px 0;
    flex: 1;
    font-size: 30px;
  }
  .sidebar {
    position: fixed;
    overflow-x: hidden;
    top: 120px;
    left: -101%;
    margin-top: 2rem;height: 120vh;
    width: 100%;
  }
  .j-img {
    width: 40%;
    height: auto;
  }
  .headline {
    font-size: 35px;
  }
  .time {
    font-family: Arial, sans-serif;
    font-size: 25px;
  }
  .category {
    font-family: Arial, sans-serif;
    font-size: 25px;
  }
  .news-image {
    width: 40%;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
  }
  .news-grid {
    display: flex;
    flex-direction: column;
  }
  .email-input {
    flex: 1;
    padding: 25px;
    font-size: 30px;
    border: 1px solid #999;
    border-right: none;
  }
  .signup-button {
    padding: 16px 30px;
    font-size: 30px;
  }
  .email-title {
    font-weight: bold;
    font-size: 30px;
  }
  .mail-icon {
    font-size: 50px;
    margin: 20px 0 10px;
    color: #000;
  }
  .tag {
    font-size: 25px;
  }
  .n-date {
    font-size: 11px;
    color: #555;
    margin: 10px 0 8px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
  .n-container {
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: justify;
    line-height: 1.7;
  }
  .comment-button {
    max-width: 100%;
  }
  .m-container {
    display: flex;
    flex-direction: column;
  }
  .sections-button i {
    font-size: 40px;
  }
  .login-btn {
    font-size: 26px;
    padding: 12px;
    color: #000;
  }
  .search-icon i {
    font-size: 30px !important;
    padding: 5px;
  }
  .bottom-barr {
    display: flex;
    margin-top: 8rem;
  }
  .logo-wrapper {
    width: 45%;

    margin-left: 55px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom-bar {
    display: none;
  }
  .logo-wrapper svg {
    margin-left: 3rem;
    width: 100%;
    height: auto;
    display: block;
  }
  .sections-button span {
    display: none !important;
  }
  .subscribe-btn,
  .bottom-nav {
    display: none !important;
  }
  .all {
    margin-left: 50px;
    margin-right: 50px;

    margin-top: 10rem;
    padding: 0;
    font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  }
  .column-item p {
    font-size: 25px;
  }
  .paid-text h3 {
    font-size: 30px;
  }
  .paid-text p {
    font-size: 20px;
  }

  .alll {
    margin-left: 50px;
    margin-right: 50px;

    padding: 0;
    font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  }
  .a-main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .a-first-section {
    width: 100%;
  }
  .j-text {
    font-size: 35px;
    line-height: 1.5;
    font-weight: bold;
    font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  }
  .j-text p {
    font-size: 23px !important;
    color: #666;
    font-family: none !important;
  }
  .m-sidebar {
    flex: 1;
    padding-left: 0px;
  }
  .b-ad-link {
    display: inline-block;
    text-decoration: none;
    width: 100%;
  }
  .la-footer {
    background-color: #000;
    color: white;
    font-size: 25px;
    line-height: 1.8;
    padding: 40px 5rem;
  }
  .footer-logo svg {
    width: 40%;
    margin-bottom: -30px;
  }
  .ca-times img {
    width: 35%;
    margin-bottom: -15px;
  }
  .footer-columns {
    display: grid;

    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footer-bottom {
    font-size: 11px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .footer-columns a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
  }
  .section-titlee {
    font-family: "FBKisDisplay";
    font-weight: 700;
    font-size: 50px;
  }
  .a-href a {
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 30px;
  }
  .aa-first-section {
    border-top: 3px solid black;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .b-sublabel {
    color: #04669a;
    font-size: 20px;
  }
  .ccon {
    display: flex;
    flex-direction: column;
  }
  .a-text-content {
    width: 100%;
    font-size: 25px;
  }
  h2:last-of-type {
    font-size: 70px;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .main-left p {
    color: #666;
    font-size: 25px;
    font-family: "times new roman", times, serif;
  }
  .ad-container {
    display: flex;
    flex-direction: column;
  }
  .paid-program {
    border-top: none;

    width: 100%;
    position: relative;
    margin-top: 20px;
  }

  .section-wrapper {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .b-ad-wrappero {
    width: 100%;
  }
  .h-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
    width: 100%;
  }
  .x-card h3 {
    margin-top: 12px;
    font-size: 35px;
  }
  .a-top-stories-header {
    font-size: 40px;
  }
  .a-main-headline a {
    text-decoration: none;
    color: inherit;
    font-size: 70px;
  }
  .news-container {
    display: flex;
    flex-direction: column;
  }
  .news-card {
    width: 100%;
    display: flex;
    padding: 20px 0px !important;
    gap: 25px;

    border-bottom: 1px solid #aaaaaa;
  }
  .news-card img {
    width: 40%;
  }
  .border-left {
    border-left: none;
  }
  .news-card p {
    margin-top: 0px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    font-family: "FBKisDisplay", "Times New Roman", Times, serif;
  }
  hr.custom-hr {
    border: none;
    border-top: none;
  }
  .news-card p {
    order: 1;
    font-size: 35px;
  }

  .news-card img {
    order: 2;
    width: 70%;
    height: 210px;
  }
  .news-card3 {
    display: none;
  }

  .f-item {
    flex: 0 0 calc((120% - -35px) / 3);
  }
  .a-main-text {
    font-size: 28px;
  }
  .c-heading {
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 33px;
  }
  .f-description {
    margin-top: 12px;
    font-size: 35px;
  }
  .c-news-item p {
    font-size: 30px;
    line-height: 1.5;
  }
  .customm-hr {
    border-top: none !important;
  }
  .columns-section {
    max-width: 100%;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .a-second-section {
    width: 100%;
  }
  .column-author {
    font-size: 25px;
  }
  .voices-label {
    border-left: 4px solid #1996d3;
    padding-left: 6px;
    font-size: 30px;
  }
  .real-summary {
    font-size: 30px;
  }
  .real-thumb {
    width: 40%;
    height: 210px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .g-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 10px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .g-grid::-webkit-scrollbar {
    display: none;
  }
  .column-headline {
    font-weight: bold;
    font-size: 30px;
  }
  .b-section-title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }
  .b-section-title1 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }
  .d-promo-title {
    margin-top: 50px;
    font-size: 40px;
  }
  .mail-container {
    max-width: 100%;
  }
  .mail-title {
    margin-top: 12px;
    font-size: 30px;
  }
  .mail-input {
    width: 100%;
    padding: 30px 15px;
    font-size: 30px;
  }
  .mail-button {
    background-color: #0079a7;
    color: white;
    font-size: 35px;
  }
  .mail-button {
    background-color: #0079a7;
    color: white;
    font-size: 35px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 25px 0;
  }
  .b-grid {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
  }
  .x-card {
    display: flex;
    gap: 20px;
  }
  .x-card img {
    width: 55%;
    height: 210px;
    order: 2;
  }
  .h-leftt {
    display: flex;
    flex-direction: column;
  }
  .main-left {
    width: 100%;
    border-right: none;
    padding-left: -4px;
    padding-right: 0;
  }
  .h-title {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .section-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 35px; text-align: left;
  }
  .grid-2x2 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .article img {
    width: 50%;
    height: 200px;
    object-fit: cover;
  }
  .divider-row {
    grid-column: span 2;

    display: none;
  }
  .b-card {
    display: flex;
    gap: 25px;
  }
  .b-card img {
    width: 35%;
    height: 200px;
    object-fit: cover;
    display: block;
  }
  .R-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .real-left {
    width: 100%;
  }
  .real-headline {
    font-size: 30px;
  }
  .real-subscriber {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .real-item {
    display: flex;
    gap: 25px;
  }
  .real-subtitle {
    font-size: 35px;
  }
  .d-rightto {
    width: 100%;
  }
  .d-section-headero {
    font-size: 30px;
  }
  .column-item {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  .r-main-container {
    display: flex;
    flex-direction: column;
  }
  .r-left-wrapper {
    width: 100%;
  }
  .r-left-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .r-main-article {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .main-article-h2 {
    font-size: 60px !important;
  }
  .r-vertical-articles {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%;
  }
  .r-right-section {
    flex: 1;
    padding-left: 0px;
  }
  .r-right-item img {
    width: 40%;
    height: 210px;
  }
  .r-right-item p {
    font-size: 35px;
  }
  .r-right-title {
    padding-top: 22px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .x-container {
    display: flex;
    flex-direction: column;
  }
  .x-left-column {
    flex: 0;
    border-right: none;
    padding-right: 0;
  }
  .x-news-item img {
    width: 40%;
    height: 240px;
    object-fit: cover;
  }
  .x-news-category {
    color: #666;
    font-size: 25px;
  }
  .x-news-title {
    font-size: 35px;
    margin-top: 20px;
  }
  .x-news-date {
    color: #666;
    font-size: 25px;
  }
  .x-ad-desc {
    font-size: 25px;
  }
  .news-containerz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .b-app-promo {
    border-top: 2px solid #000;
    padding: 20px 0;
    max-width: 100%;
  }
  .b-app-icon {
    width: 20%;
    height: 160px;
    border-radius: 16px;
  }

  .b-app-text h3 {
    font-size: 40px;
  }
  .video-title {
    font-size: 35px;
  }
  .video-duration {
    display: flex;
    align-items: center;
    font-size: 30px;
  }
  .b-app-text p {
    font-size: 25px;
  }

  .video-item {
    position: relative;
    width: calc((200% - 60px) / 4);
    min-width: calc((100% - 60px) / 4);
    height: 550px;
    background-color: #000;
    flex-shrink: 0;
    overflow-y: hidden;
    overflow-y: none;
    cursor: pointer;
  }
  .d-section {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
  }
  .d-left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .n-grid {
    display: flex;
    flex-direction: column;
  }
  .b-card h3 {
    margin-top: 12px;
    font-size: 35px;
  }

  .d-right {
    border-left: none;
    padding-left: 0px;
    width: 100%;
  }
  .h-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
  }
  .h-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .h-top-grid p {
    margin-top: 12px;
    font-size: 30px;
  }
  .c-news-ite p {
    font-size: 25px;
  }
  .h-list-item img {
    width: 40%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
  }
  .h-list-item p {
    font-size: 18px;

    font-size: 30px;
  }
  .a-first-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 3px solid black;
  }
  .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
  }
  .i-container {
    display: flex;
    flex-direction: column;
  }
  .i-left {
    width: 100%;
    border-top: 2px solid #000;
  }
  .i-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-right: none;
  }
  .i-main-article {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .i-main-article p {
    font-size: 25px;
    color: #444;
  }
  .b-ad-wrapper {
    margin: 0 auto;
    text-align: center;
    margin: 40px 0;
    width: 100%;
  }
  .z-ad-wrapper {
    margin: 0 auto;
    text-align: center;
    margin: 40px 0;
    width: 100%;
  }
  .b-ad-label {
    font-size: 25px;
  }
  .right-sectionn {
    width: 100%;
  }
  .j-container {
    border-top: 2px solid black;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .l-container {
    display: flex;
    flex-direction: column;
  }
  .l-column {
    flex: 1;
    max-width: 100%;
  }
  .l-title {
    font-weight: bold;
    font-size: 35px;
  }
  .l-item {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 28px;
    border-top: 1px solid #666;
    padding: 20px 0;
  }
  .l-heading {
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
  }
  .footer-bottom a {
    color: white;
    font-size: 12px;
  }
  .index-wrapper {
    margin: 0 auto;
    text-align: center;

    margin: 20px 0;
  }
  .index-ad-img {
    width: 80%;
    height: auto;
    border: 1px solid #ccc;
  }
  .a-image-content {
    order: 1;
  }

  .a-text-content {
    order: 2;
  }
  .news-container,
  .news-containerz {
    display: flex;
    justify-content: space-between;
    margin-left: 0% !important;
    padding-top: 20px;
  }
  .b-card img {
    order: 2;
    width: 55%;
    height: 210px;
  }
  .e-feature {
    display: flex;
    flex-direction: column-reverse;
    background-color: #000;
    color: #fff;
    flex-wrap: wrap;
  }
  .e-category {
    font-size: 25px;
  }
  .e-left {
    flex: 1;
    padding: 50px;
  }
  .e-title {
    margin-top: 12px;
    font-size: 35px;
  }
  .e-subtitle {
    font-size: 20px;
  }

  .a-href {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 40px;
  }
  .a-main-headline {
    font-size: 50px;
  }
  .index-ad-label {
    font-size: 10px;
  }
  .news-image {
    order: 2;
    width: 35%;
  }
  .n-item {
    display: flex;
    gap: 25px;
  }
  .i-item {
    display: flex;
    gap: 12px;
    margin: 20px 0;
    padding: 20px 0;
  }

  .subscrib-btn {
    color: rgb(0, 0, 0);
    border: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
    font: 700 25px / 40px BentonGothic, sans-serif;
    background-color: rgb(105, 211, 250);
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
    width: 250px;
    height: 80px;
    margin-bottom: 45px;
    display: flex !important
;
  }
  .g-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 35px;
  }
  .g-subtitle {
    display: none;
  }
  .m-section-label {
    font-size: 15px;
  }
  .m-title {
    font-size: 65px;
  }
  .m-caption {
    font-size: 25px;
    color: #444;
  }
  .m-credit {
    color: #5a5a5a;
    font-size: 20px;
  }
  .n-author-img {
   width: 100px;
        /* padding-top: 30px; */
        height: auto;
        border-radius: 50%;
        margin-right: 10px;
        margin-top: 25px;
  }
  .n-author-name {
    font-weight: bold;
    font-size: 30px;
  }
  .n-author-role {
    color: #333;
    font-size: 16px;

    font-weight: bold;
    font-size: 22px;
  }
  .n-follow-link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    font-size: 22px;
  }
  .n-paragraph {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .subscribe-link {
    font-size: 30px;
  }
  .comment-button {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
  .author-image {
    width: 140px;
    height: auto;
    border-radius: 50%;
  }
  .author-name {
    font-size: 30px;
  }
  .author-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
  .author-icons i {
    font-size: 30px;
  }
  .author-description {
    font-size: 30px;
    line-height: 1.6;
  }
  .i-item img {
    width: 35%;
    height: 210px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .sidebarbottom {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
  }

  .d-section-title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;text-align: left;
  }
  .footer-logo img {
    width: 40% !important;
    filter: brightness(0) invert(1);
    margin-left: -2rem;
}
.logo-wrapper img {
    width: 90%;
    margin-left: 35%;
}    .all {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 12rem;}
        .au-header {
    display: flex
;
    flex-direction: column;}.au-container {
    padding: 5rem 5rem;margin-top: 10rem;
}.au-info h1 {
    font-size: 3rem;
    margin-bottom: 5px;
    color: #000;
}
}
