/*  

Theme name: R News
Author: Zolite Technology Pvt. Ltd.
Description: Information is the biggest strength. In the public interest based on self-respect,freedom and community consciousness, "R News" is an attempt. With the objective of collective consciousness, there is an initiative to move forward with a small but unanimous unified, ideological and sharp team and forge a better society.
Version: 1.0.0


*/

/* ===========================================================================================================
GLOBAL VARIABLES
=========================================================================================================== */

:root {
  --primary-color: #B10507;
  --secondary-color: #222222;
  --primary-font: 'Montserrat', sans-serif;
  --secondary-font: 'Playfair Display', serif;
}

/* ===========================================================================================================
  GLOBAL RESETS
  =========================================================================================================== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  font-family: var(--primary-font);
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  color: var(--secondary-color);
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font);
  font-family: 'Playfair Display', serif;
  color: var(--secondary-color);
  color: black;
  max-width: 95%;
  overflow: hidden;
}

.section-title {
  font-size: 4rem;
  padding: 0.5rem 2rem;
  color: #b31d3a;
  color: var(--primary-color);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-family: var(--primary-font);
}

h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.5rem;
  text-overflow: ellipsis;
}

p {
  max-width: 95%;
}

li {
  list-style-type: none;
}

.category,
.date {
  color: var(--primary-color);
  color: #b31d3a;
  display: block;
  font-family: var(--primary-font);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* ===========================================================================================================
  NAVBAR
  =========================================================================================================== */
header {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  padding-bottom: 2rem;
}

.nav-promo {
  margin-top: 2rem;
  padding-left: 1rem;
}

.contactAds {
  cursor: pointer;
}

.hamburger {
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.ham-btn {
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
}

.ham-bar-1 {
  height: 0.2rem;
  width: 5rem;
  border: 0.15rem solid #b31d3a;
  background-color: var(--primary-color);
  display: block;
  margin: 0.35rem 1rem;
  transition: width 0.4s ease;
}

.ham-bar-2 {
  height: 0.2rem;
  width: 3rem;
  border: 0.15rem solid #b31d3a;
  background-color: var(--primary-color);
  display: block;
  margin: 0.35rem 1rem;
}

.ham-bar-3 {
  height: 0.2rem;
  width: 2rem;
  border: 0.15rem solid #b31d3a;
  background-color: var(--primary-color);
  display: block;
  margin: 0.35rem 1rem;
  transition: width 0.4s ease;
}

.active-1 {
  width: 2rem;
}

.active-2 {
  width: 4rem;
}

.popUpForm-container {
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  background: rgba(179, 29, 58, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}

.popUpForm {
  background-color: #fff;
  padding: 4rem;
  position: relative;
  width: auto;
}

.popUp-close {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

.popUp-close>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popUp-close:focus {
  outline: 1px solid rgba(179, 29, 58, 0.9);
}

.contact-field {
  font-size: 1.6rem;
  text-align: center;
}

.contact-field>p {
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.contact-field>p>a {
  font-weight: 400;
  display: block;
}

.contact-field-head {
  color: #b21c39;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.formField {
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}

.formField>input {
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #b21c39;
  font-size: 1.6rem;
  padding: 0.8rem;
  margin-top: 0.4rem;
}

.formField>input:focus {
  outline: 1px solid rgba(179, 29, 58, 0.7);
}

.nav-bar {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.hamburger {
  display: none;
  order: 2;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.ham-btn {
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
}

.ham-bar-1 {
  height: 0.7rem;
  width: 7rem;
  border: 0.25rem solid #b31d3a;
  background-color: var(--primary-color);
  display: block;
  margin: 0.5rem 1rem;
  transition: width 0.4s ease;
}

.ham-bar-2 {
  height: 0.7rem;
  width: 5rem;
  border: 0.25rem solid #b31d3a;
  background-color: var(--primary-color);
  display: block;
  margin: 0.5rem 1rem;
}

.ham-bar-3 {
  height: 0.7rem;
  width: 4rem;
  border: 0.25rem solid #b31d3a;
  background-color: var(--primary-color);
  display: block;
  margin: 0.5rem 1rem;
  transition: width 0.4s ease;
}

.active-1 {
  width: 4rem;
}

.active-2 {
  width: 7rem;
}

.logo {
  order: 1;
}

.logo img {
  height: 14vh;
  margin: 2rem 0;
}

.submit-article-btn {
  order: 3;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
}

.btn {
  padding: 0.5rem 3rem;
  border: 1px solid #b31d3a;
  margin: auto;
  font-size: 1.5rem;

  color: #b31d3a;
  background-color: white;
  transition: all 0.4s ease;
}

.btn:hover {
  background-color: #b31d3a;
  color: white;
}

.navlinks {
  width: 70%;
  padding: 2rem 0;
  margin: 0 auto;
  align-self: center;
  overflow: hidden;
  position: relative;
}

.navlinks ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 5rem;
}

.navlinks ul li a {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  color: #b31d3a;
}

.navlinks ul li {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  color: #b31d3a;
}

.navlinks ul li::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 10%;
  border-bottom: 0.4rem solid #b31d3a;
  bottom: -1rem;
  left: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

.navlinks ul li:hover::after {
  opacity: 1;
  left: -10%;
}

.header-social-svg {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
}

/* ===========================================================================================================
  HOMEPAGE SLIDER
  =========================================================================================================== */

#homepage-hero {
  margin: 2rem 0;
}

.hero-slider {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  margin: 0 auto;
}

.slide-item {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 70vh;
  margin: 0 2rem;
  background-repeat: no-repeat;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
}

.slide-item h2 {
  max-width: 100%;
  font-size: 3.5rem;
  color: white;
  /* padding: 0 2.5rem; */
  position: absolute;
  top: 50%;
  left: 0;
  /* transform: translateY(-50%); */
}

/* ===========================================================================================================
  SLIDER-ONE
  =========================================================================================================== */

.news-slider-one {
  width: 90vw;
  height: auto;
  overflow: hidden;
  margin: 5rem auto;
}

.news-slider {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  height: 15vh;
}

.slider-section-1-content h2 {
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.25rem 0;
}

/* ===========================================================================================================
  IMAGE BANNER NEWS SECTION
  =========================================================================================================== */

.banner-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 40vh 40vh;
  gap: 2rem;
  padding: 2rem;
  grid-template-areas: 'banner-news-1 banner-news-1 banner-news-2 banner-news-2''banner-news-1 banner-news-1 banner-news-3 banner-news-3';
}

.banner-news-1 {
  grid-area: banner-news-1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner-news-2 {
  grid-area: banner-news-2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner-news-3 {
  grid-area: banner-news-3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner-news h2 {
  color: white;
  font-size: 2rem;
  margin: 0 0 1.5rem 1.5rem;
  font-weight: 900;
  overflow: hidden;
}

.banner-news h2 .date {
  color: white;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

/* ===========================================================================================================
  MAIN NEWS SECTION
  =========================================================================================================== */

#news-grid-1 {
  margin: 5vh 0;
}

/* news-grid */

.news-grid-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh 1rem 12vh;
  grid-template-rows: repeat(12, 12vh);
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 1.5rem;

  grid-template-areas:
    'row1 row3 row6'
    'row1 row3 row7'
    'row1 row3 row8'
    'row1 row3 row9'
    'row1 row4 row10'
    'row1 row4 row11'
    'row2 row4 row12'
    'row2 row4 row13'
    'row2 row5 row14'
    'row2 row5 row15'
    'row2 row5 row16'
    'row2 row5 row17';
}

.news-row {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

.row1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 11;
  -ms-grid-column: 1;
  grid-area: row1;
}

.row2 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 11;
  -ms-grid-column: 1;
  grid-area: row2;
}

.row3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: row3;
}

.row4 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: row4;
}

.row5 {
  -ms-grid-row: 17;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: row5;
}

.row6 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: row6;
}

.row7 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: row7;
}

.row8 {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: row8;
}

.row9 {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  grid-area: row9;
}

.row10 {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
  grid-area: row10;
}

.row11 {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
  grid-area: row11;
}

.row12 {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
  grid-area: row12;
}

.row13 {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
  grid-area: row13;
}

.row14 {
  -ms-grid-row: 17;
  -ms-grid-column: 5;
  grid-area: row14;
}

.row15 {
  -ms-grid-row: 19;
  -ms-grid-column: 5;
  grid-area: row15;
}

.row16 {
  -ms-grid-row: 21;
  -ms-grid-column: 5;
  grid-area: row16;
}

.row17 {
  -ms-grid-row: 23;
  -ms-grid-column: 5;
  grid-area: row17;
}

.type-1-news {
  height: 100%;
}

.type-1-news-image {
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.type-1-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.type-1-news-content {
  width: 100%;

  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.type-1-news-content h2 {
  font-size: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.25rem 0;
  font-weight: 900;
}

.type-1-news-content p {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0;
}

.type-1-news-content .date {
  font-size: 1.25rem;
}

.three-part .type-1-news-content h2 {
  font-size: 2.25rem;
  font-weight: 900;
}

.type-2-news {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.type-2-news-image {
  width: 30%;
  height: 100%;
}

.type-2-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.type-2-news-content {
  width: 70%;
  height: 100%;
  display: flex;
  padding: 0 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.type-2-news-content h2 {
  font-size: 1.5rem;
  font-weight: 900;
}

/* ===========================================================================================================
  GLOBAL NEWS
  =========================================================================================================== */

#global-news {
  margin: 5vh 0;
}

.global-news-row {
  display: flex;
}

.global-news-col {
  padding: 2rem;
  width: 33%;
  height: 90vh;
}

/* ===========================================================================================================
  GRID 2 NEWS
  =========================================================================================================== */
#news-grid-2 {
  margin: 5vh 0;
}

.grid-2-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(4, 40vh);
  grid-template-areas: 'grid-2-item-1 grid-2-item-1 grid-2-item-3 grid-2-item-3 grid-2-item-7 grid-2-item-7''grid-2-item-1 grid-2-item-1 grid-2-item-4 grid-2-item-4 grid-2-item-7 grid-2-item-7''grid-2-item-2 grid-2-item-2 grid-2-item-5 grid-2-item-5 grid-2-item-8 grid-2-item-8''grid-2-item-2 grid-2-item-2 grid-2-item-6 grid-2-item-6 grid-2-item-8 grid-2-item-8';
}

.grid-2 {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

.grid-2-item-1 {
  grid-area: grid-2-item-1;
}

.grid-2-item-2 {
  grid-area: grid-2-item-2;
}

.grid-2-item-3 {
  grid-area: grid-2-item-3;
}

.grid-2-item-4 {
  grid-area: grid-2-item-4;
}

.grid-2-item-5 {
  grid-area: grid-2-item-5;
}

.grid-2-item-6 {
  grid-area: grid-2-item-6;
}

.grid-2-item-7 {
  grid-area: grid-2-item-7;
}

.grid-2-item-8 {
  grid-area: grid-2-item-8;
}

.grid-2-news {
  height: 100%;
}

.grid-2-news-content h2 {
  font-size: 2rem;
}

.grid-2-item-3,
.grid-2-item-4,
.grid-2-item-5,
.grid-2-item-6 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-position: center;
}

.grid-2-item-3 h2,
.grid-2-item-4 h2,
.grid-2-item-5 h2,
.grid-2-item-6 h2 {
  color: white;
  font-size: 2rem;
  margin: 0 0 1.5rem 1.5rem;
  font-weight: 400;
}

.grid-2-item-3 h2 .date,
.grid-2-item-4 h2 .date,
.grid-2-item-5 h2 .date,
.grid-2-item-6 h2 .date {
  color: white;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* ===========================================================================================================
  GRID 3 NEWS
  =========================================================================================================== */
#news-grid-3 {
  padding: 5vh 0;
  background-color: #e7e7e84b;
}

/* WHITE_BACKGROUND */
.white-bg {
  background-color: white;
}

.grid-3-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  gap: 2rem;

  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(4, 25vh);
  grid-template-areas: 'grid-3-item-1 grid-3-item-1 grid-3-item-2 grid-3-item-4''grid-3-item-1 grid-3-item-1 grid-3-item-2 grid-3-item-4''grid-3-item-1 grid-3-item-1 grid-3-item-3 grid-3-item-5''grid-3-item-1 grid-3-item-1 grid-3-item-3 grid-3-item-5';
}

.grid-3-item-1 {
  grid-area: grid-3-item-1;
  padding: 1rem;
}

.grid-3-item-2 {
  grid-area: grid-3-item-2;
  padding: 1rem;
}

.grid-3-item-3 {
  grid-area: grid-3-item-3;
  padding: 1rem;
}

.grid-3-item-5 {
  grid-area: grid-3-item-5;
  padding: 1rem;
}

.grid-3-item-4 {
  grid-area: grid-3-item-4;
  padding: 1rem;
}

.grid-3-item-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.grid-3-item-1 h2 {
  color: white;
  font-size: 2rem;
  margin: 0 0 1.5rem 1.5rem;
  font-weight: 900;
}

.grid-3-item-1 h2 .date {
  color: white;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.grid-3-news-content h2 {
  font-size: 2rem;
  margin: 1rem 0;
  -webkit-line-clamp: 2;
}

/* ===========================================================================================================
  GRID 4 NEWS
  =========================================================================================================== */
#news-grid-4 {
  padding: 5vh 0;
  background-color: #e7e7e84b;
}

.grid-4-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(4, 25vh);
  grid-template-areas:
    'grid-4-item-1 grid-4-item-2 grid-4-item-5 grid-4-item-5'
    'grid-4-item-1 grid-4-item-2 grid-4-item-5 grid-4-item-5'
    'grid-4-item-3 grid-4-item-4 grid-4-item-5 grid-4-item-5'
    'grid-4-item-3 grid-4-item-4 grid-4-item-5 grid-4-item-5';
}

.grid-4-item-1 {
  grid-area: grid-4-item-1;
  padding: 1rem;
}

.grid-4-item-2 {
  grid-area: grid-4-item-2;
  padding: 1rem;
}

.grid-4-item-3 {
  grid-area: grid-4-item-3;
  padding: 1rem;
}

.grid-4-item-4 {
  grid-area: grid-4-item-4;
  padding: 1rem;
}

.grid-4-item-5 {
  grid-area: grid-4-item-5;
  padding: 1rem;
}

.grid-4-news-content h2 {
  font-size: 2rem;
  margin: 1rem 0;
  -webkit-line-clamp: 2;
}

.grid-4-item-5-news {
  height: 100%;
}

.grid-4-item-5-image {
  height: 70%;
}

.grid-4-item-5-content {
  height: 30%;
}

.grid-4-item-5-content h2 {
  -webkit-line-clamp: 2;
}

.grid-4-item-5-content p {
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0;
}

/* ===========================================================================================================
  GRID 5 NEWS
  =========================================================================================================== */
#news-grid-5 {
  margin: 5vh 0;
}

.grid-5-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  row-gap: 1.5rem;
  column-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(4, minmax(30vh, 1fr));
  grid-template-areas: 'grid-5-item-1 grid-5-item-3 grid-5-item-3 grid-5-item-4''grid-5-item-1 grid-5-item-3 grid-5-item-3 grid-5-item-4''grid-5-item-2 grid-5-item-3 grid-5-item-3 grid-5-item-5''grid-5-item-2 grid-5-item-3 grid-5-item-3 grid-5-item-5';
}

.grid-5 {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

.grid-5-item-1 {
  grid-area: grid-5-item-1;
}

.grid-5-item-2 {
  grid-area: grid-5-item-2;
}

.grid-5-item-3 {
  grid-area: grid-5-item-3;
}

.grid-5-item-4 {
  grid-area: grid-5-item-4;
}

.grid-5-item-5 {
  grid-area: grid-5-item-5;
}

.grid-5-news {
  height: 100%;
}

.grid-5-news-image {
  height: 60%;
}

.grid-5-news-content {
  height: 40%;
}

.grid-5-news-content h2 {
  font-size: 2rem;
}

.grid-5-news-content p {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0;
}

.grid-5-item-3-news {
  height: 100%;
}

.grid-5-item-3-news-content {
  width: 95%;
  margin: 0 auto;
}

.grid-5-item-3-news-content p {
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0;
}

/* ===========================================================================================================
  GRID 6 NEWS
  =========================================================================================================== */
#news-grid-6 {
  padding: 5vh 0;

  background-color: #e7e7e84b;
}

.grid-6-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(4, minmax(30vh, 1fr));
  grid-template-areas: 'grid-6-item-1 grid-6-item-2 grid-6-item-5 grid-6-item-5''grid-6-item-1 grid-6-item-2 grid-6-item-6 grid-6-item-6''grid-6-item-3 grid-6-item-4 grid-6-item-7 grid-6-item-7''grid-6-item-3 grid-6-item-4 grid-6-item-8 grid-6-item-8';
}

.grid-6-item-1 {
  grid-area: grid-6-item-1;
  padding: 1rem;
}

.grid-6-item-2 {
  grid-area: grid-6-item-2;
  padding: 1rem;
}

.grid-6-item-3 {
  grid-area: grid-6-item-3;
  padding: 1rem;
}

.grid-6-item-4 {
  grid-area: grid-6-item-4;
  padding: 1rem;
}

.grid-6-item-5 {
  grid-area: grid-6-item-5;
  padding: 1rem;
}

.grid-6-item-6 {
  grid-area: grid-6-item-6;
  padding: 1rem;
}

.grid-6-item-7 {
  grid-area: grid-6-item-7;
  padding: 1rem;
}

.grid-6-item-8 {
  grid-area: grid-6-item-8;
  padding: 1rem;
}

.grid-6-news {
  height: 100%;
}

.grid-6-news-image {
  height: 60%;
}

.grid-6-news-content {
  height: 40%;
}

.grid-6-news-content h2 {
  font-size: 2rem;
}

.grid-6-news-content p {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5rem 0;
}

.grid-6-type-2 {
  width: 100%;
}

.grid-6-type-2-image {
  width: 40%;
}

.grid-6-type-2-content {
  width: 60%;
}

.grid-6-type-2-content h2 {
  font-size: 3rem;
  -webkit-line-clamp: 3;
}

.grid-6-type-2-content .date {
  font-size: 1.5rem;
}

/* ===========================================================================================================
  GRID 7 NEWS
  =========================================================================================================== */

#news-grid-7 {
  margin: 5vh 0;
}

.grid-7-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  column-gap: 3rem;
  row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(6, 17vh);
  grid-template-areas: 'grid-7-item-1 grid-7-item-7 grid-7-item-7''grid-7-item-2 grid-7-item-7 grid-7-item-7''grid-7-item-3 grid-7-item-8 grid-7-item-8''grid-7-item-4 grid-7-item-8 grid-7-item-8''grid-7-item-5 grid-7-item-9 grid-7-item-9''grid-7-item-6 grid-7-item-9 grid-7-item-9';
}

.grid-7 {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

.grid-7-item-1 {
  grid-area: grid-7-item-1;
}

.grid-7-item-2 {
  grid-area: grid-7-item-2;
}

.grid-7-item-3 {
  grid-area: grid-7-item-3;
}

.grid-7-item-4 {
  grid-area: grid-7-item-4;
}

.grid-7-item-5 {
  grid-area: grid-7-item-5;
}

.grid-7-item-6 {
  grid-area: grid-7-item-6;
}

.grid-7-item-7 {
  grid-area: grid-7-item-7;
}

.grid-7-item-8 {
  grid-area: grid-7-item-8;
}

.grid-7-item-9 {
  grid-area: grid-7-item-9;
}

.grid-7-news-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.grid-7-news-content .date {
  font-size: 1.5rem;
}

.grid-7-news2 {
  width: 100%;
}

.grid-7-news2-image {
  width: 40%;
}

.grid-7-news2-content {
  width: 60%;
}

.grid-7-news2-content h2 {
  font-size: 3rem;
}

.grid-7-news2-content p {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1.5rem 0;
}

.grid-7-news2-content .date {
  font-size: 1.5rem;
}

/* ===========================================================================================================
CATEGORY PAGE
  =========================================================================================================== */
.category-page-item {
  display: flex;
  width: 95%;
  margin: 2rem auto;
  align-items: center;
  justify-content: center;
}

.category-page-item-image {
  width: 35%;
  height: 40vh;
}

.category-page-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-page-item-content {
  width: 65%;
  margin: auto;
  padding: 1rem;
}

.category-page-item-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.category-page-item-content p {
  font-size: 1.25rem;
  padding: 1rem 0;
}

.category-page-item-content span {
  font-size: 1.25rem;
}

/* ===========================================================================================================
  FOOTER START
  =========================================================================================================== */
/* footer {
    background-color: hsl(0, 0%, 0%);
  }
  
  .footer-headings {
    color: #b31d3a;
    color: var(--primary-color);
    font-size: 2.5rem;
    padding: 1rem 0;
  }
  
  .footer-grid-container {
    padding: 4rem;
    width: 100%;
    overflow: hidden;
  
    column-gap: 4rem;
    row-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(30vh, 1fr)) ;
    grid-template-areas: 
    "footer-editor-post footer-popular-post footer-popular-category"
    "footer-logo footer-about-us footer-social-icons";
  }
  
  .footer-editor-post {
    grid-area: footer-editor-post;
  }
  
  .footer-popular-post {
    grid-area: footer-popular-post;
  
  }
  
  .footer-editor-content h2,
  .footer-popular-content h2 {
    color: white;
    font-weight: 400;
  }
  
  .footer-popular-category {
    grid-area: footer-popular-category;
    width: 100%;
    display: grid;
    align-items: start;
    justify-content: stretch;
  }
  
  .footer-logo {
    grid-area: footer-logo;
    align-self: center;
  }
  
  .footer-about-us {
    grid-area: footer-about-us;
  }
  
  .footer-social-icons {
    grid-area: footer-social-icons;
  }
  
  .footer-popular-category ul li {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 0;
    color: white;
  }

  
  .footer-menu-div li {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1rem 0;
    color: white;

  }

  .footer-menu-div li a {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1rem 0;
    color: white;

  }

  .footer-menu-item {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 0;
    color: white;

  }
  
  .footer-about-us p {
    margin: 1.5rem 0;
    font-size: 1.25rem;
    color: white;
  }
  
  .footer-about-us span {
    margin: 1.5rem 0;
    font-size: 1.25rem;
    color: white;
  }
  
  .footer-about-us span a {
    font-size: 1.5rem;
    color: #b31d3a;
  }
  
  .footer-social-icons {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-social-svg {
    width: 5rem;
    height: 5rem;
    margin: 0 1rem;
    padding: 0.5rem;
    border: 1px solid #b31d3a;
  }

   */

/* footer {
  background-color: hsl(0, 0%, 0%);
}

.footer-headings {
  color: #b31d3a;
  color: var(--primary-color);
  font-size: 2.5rem;
  padding: 1rem 0;
}

.footer-grid-container {
  padding: 4rem;
  width: 100%;
  overflow: hidden;

  -webkit-column-gap: 4rem;

     -moz-column-gap: 4rem;

          column-gap: 4rem;
  row-gap: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 2rem 1fr;
  grid-template-rows: 1fr 1fr;
      grid-template-areas: "footer-editor-post footer-popular-post footer-popular-category""footer-logo footer-about-us footer-social-icons";
}

.footer-editor-post {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: footer-editor-post;
}

.footer-popular-post {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: footer-popular-post;
}

.footer-editor-content h2,
.footer-popular-content h2 {
  color: white;
  font-weight: 400;
}

.footer-popular-category {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: footer-popular-category;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.footer-logo {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer-logo;
  -ms-grid-row-align: center;
      align-self: center;
}

.footer-about-us {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: footer-about-us;
}

.footer-social-icons {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: footer-social-icons;
}

.footer-popular-category ul li {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0;
  color: white;
}

.footer-about-us p {
  font-size: 1.25rem;
  color: white;
}

.footer-about-us span {
  font-size: 1.25rem;
  color: white;
}

.footer-about-us span a {
  font-size: 1.5rem;
  color: #b31d3a;
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social-svg {
  width: 5rem;
  height: 5rem;
  margin: 0 1rem;
  padding: 0.5rem;
  border: 1px solid #b31d3a;
} */

footer {
  background-color: #333333;
}

.footer-title {
  font-size: 2.5rem;
  color: #b31d3a;
  font-family: 'Playfair Display', serif;
  font-family: var(--secondary-color);
  margin: 1rem 0;
}

.footer-grid-container {
  padding: 2rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: 'footer-item-1 footer-item-2 footer-item-3''footer-item-4 footer-item-5 footer-item-6';
  align-items: center;
}

.footer-item-1 {
  grid-area: footer-item-1;
}

.footer-item-2 {
  grid-area: footer-item-2;
}

.footer-item-3 {
  grid-area: footer-item-3;
  height: 100%;
}

.footer-item-4 {
  grid-area: footer-item-4;
}

.footer-item-5 {
  grid-area: footer-item-5;
}

.footer-item-6 {
  grid-area: footer-item-6;
  text-align: center;
}

.footer-editor-post,
.footer-popular-post {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 1rem 0;
}

.editor-post-image,
.popular-post-image {
  width: 30%;
  height: 12vh;
}

.editor-post-image img,
.popular-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editor-post-content,
.popular-post-content {
  width: 70%;
  padding-left: 1rem;
}

.editor-post-content h2,
.popular-post-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.popular-category {
  width: 100%;
}

.popular-category li {
  font-size: 1.7rem;
  margin: 1rem 0;
  font-weight: 400;

  width: 70%;
  color: white;
}

.popular-category li a {
  color: white;
}

.footer-logo {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-about-us p {
  color: white;
  font-size: 1.25rem;
  margin: 1rem 0;
}

.footer-about-us span {
  color: white;
  font-size: 1.25rem;
}

.footer-about-us span a {
  font-size: 2rem;
  color: #b31d3a;
}

.footer-icons-svg {
  box-sizing: content-box;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #b31d3a;
  margin: 0 2rem;
}

/*===========================================================================================================
  FOOTER END
  =========================================================================================================== */
/*===========================================================================================================
  FOOTER MEDIA QUER START
  =========================================================================================================== */
/*===========================================================================================================
  FOOTER MEDIA 
  =========================================================================================================== */

/*===========================================================================================================
  NEWS PAGE
  =========================================================================================================== */

#news-page-banner {
  width: 80vw;
  margin: 2rem auto;
}

.news-page-banner-image {
  height: 80vh;
  width: 100%;
}

.news-page-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news-page-content {
  width: 80vw;
  margin: 5rem auto;
}

.news-page-title {
  width: 100%;
}

.news-page-title h1 {
  font-size: 3rem;
  margin: 1rem 0;
  text-align: center;
  max-width: 100%;
}

.news-page-para {
  width: 80%;
  margin: 0 auto;
}

.news-page-para p {
  font-size: 1.5rem;
  line-height: 2.7rem;
  text-align: justify;
  margin: auto;
}

.yotube-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  margin: 2rem auto;
}

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

.share-btns {
  margin: 5rem auto;
  width: 100%;
}

.share-btns span {
  font-size: 1.5rem;
}

.share-btns i {
  margin: 0 1rem;
}

.share-btn {
  width: 2.5rem;
  height: 2.5rem;
  margin: 1rem;
}

#author {
  width: 80vw;
  margin: 5rem auto;
}

.author-detail {
  width: 100%;
  display: flex;
}

.author-image {
  margin-right: 2rem;
}

.author-image img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}

.about-author {
  display: grid;
  justify-content: left;
}

.about-author h2 {
  font-size: 2.5rem;
  color: #b31d3a;
  color: var(--primary-color);
}

.about-author p {
  font-size: 1.25rem;
}

.about-author span {
  font-size: 1.25rem;
}

.author-social-links {
  width: 2.5rem;
  height: 2.5rem;
}

#comments {
  width: 80vw;
  margin: 5rem auto;
}

#comments h2 {
  font-size: 2.5rem;
  color: #b31d3a;
  color: var(--primary-color);
}

.comment {
  width: 100%;
  display: flex;
  margin: 2rem 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.commentor-msg {
  width: 100%;
  padding: 2rem;
}

.commentor-msg span {
  font-size: 2rem;
  color: #b31d3a;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-family: 'Montserrat', sans-serif;
}

.commentor-msg p {
  font-size: 1.5rem;
  max-width: 60%;
  margin: 1rem 0;
}

.like-btn,
.reply-btn {
  padding: 0.5rem 3rem;
  color: white;
  background-color: #b31d3a;
  background-color: var(--primary-color);
}

.comment-box {
  width: 100%;
}

.comment-box-name {
  width: 48%;
  border: 1px solid #b31d3a;
  height: 3.5rem;
  margin: 1.5rem 0;
  padding: 0.5rem;

  float: left;
}

.comment-box-email {
  width: 48%;
  border: 1px solid #b31d3a;
  height: 3.5rem;
  float: right;
  margin: 1.5rem 0;
  padding: 0.5rem;
}

.comment-box form textarea {
  resize: vertical;
  width: 100%;
  height: 30vh;
  padding: 0.5rem;
  border: 1px solid #b31d3a;
}

.comment-btn {
  display: block;
  padding: 1rem 8rem;
  margin-top: 1rem;
  background-color: white;
  border: 2px solid #b31d3a;
}

#recent-post h2 {
  font-size: 2.5rem;
  color: #b31d3a;
  margin: auto;
}

.comment-box {
  width: 50%;
  border: 1px solid #b31d3a;
  height: 3.5rem;
  margin: 1rem 0;
  padding: 0.5rem;
}

.comment-form textarea {
  width: 100%;
  border: 1px solid #b31d3a;
  margin: 1rem 0;
  padding: 0.5rem;
}

.submit {
  padding: 1rem 8rem;
  margin-top: 1rem;
  background-color: #b31d3a;
  border: 2px solid #b31d3a;
}

.page-numbers {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0.5rem;
  float: left;
}

.comment-body {
  width: 100%;
  font-size: 1.5rem;
  color: #b31d3a;
  padding: 1.5rem;
}

.comment-body p {
  margin: 1.5rem 0;
}

.vcard {
  width: 25%;
}

.avatar {
  object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}

.comment-reply-link {
  width: 50%;
  border: 1px solid #b31d3a;
  align-items: center;
  padding: 0 2rem;
}

.slide-item {
  position: relative;
}

.slide-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 45px;

  color: #fff;
  z-index: 2;
}

/* Override your existing h2 positioning */
.slide-content h2 {
  position: static !important;

  margin: 0 0 10px 0;

  color: #fff;
  font-size: 32px;
  line-height: 1.25;
}

/* Description */
.slide-description {
  position: static;

  color: #fff;
  font-size: 16px;
  line-height: 1.5;

  margin: 0 0 10px 0;
  max-width: 700px;
}

/* Button */
.slide-read-more {
  display: inline-block;
  position: static;

  background: #b31d3a;
  color: #fff;

  padding: 10px 18px;

  font-size: 14px;
  font-weight: 600;

  text-transform: uppercase;

  text-decoration: none;
}

.slide-read-more i {
  margin-left: 7px;
}

.slide-item {
  position: relative;
}

.slide-category {
  position: absolute;
  top: 20px;
  right: 20px;

  background: #b31d3a;
  color: #fff;

  padding: 6px 14px;

  font-size: 13px;
  font-weight: 600;

  text-transform: uppercase;

  z-index: 10;
}

.slide-date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.slide-date i {
  margin-right: 5px;
}

.article-content p {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.7;
  padding-left: 0 !important;
}

.author-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.author-social-links {
  width: 20px;
  height: 20px;
  display: block;
}

.article-content h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 1.3;
  font-size: 24px;
}

.article-content p {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  line-height: 1.7;
}

.news-page-title {
  max-width: 900px;
  margin: 0 auto 25px;
  padding: 0 15px;
  text-align: center;
  line-height: 1.35;
  font-size: 36px;
}

/* =========================================
   TOP STORIES
========================================= */

.top-stories-section {
  width: 100%;
  max-width: 1300px;
  margin: 40px auto;
  padding: 0 20px;
}


/* =========================================
   HEADER
========================================= */

.top-stories-header {
  border-bottom: 2px solid #b31d3a;
  margin-bottom: 25px;
  padding-bottom: 12px;
}

.top-stories-header h2 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 27px;
  font-weight: 700;
  color: #111;
}


/* Blinking dot */

.live-dot {
  width: 14px;
  height: 14px;
  background: #b31d3a;
  border-radius: 50%;
  display: inline-block;

  animation: topStoriesBlink 1.2s infinite;
}


@keyframes topStoriesBlink {

  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .25;
    transform: scale(.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }

}


/* =========================================
   MAIN LAYOUT
========================================= */

.top-stories-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, .95fr);
  gap: 25px;
}


/* =========================================
   STORIES
========================================= */

.top-stories-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.top-story-item {
  position: relative;

  display: grid;
  grid-template-columns: 325px 1fr;

  min-height: 155px;

  background: #fff;

  border: 1px solid #e8e8e8;
  border-radius: 10px;

  overflow: hidden;

  transition: all .3s ease;
}


.top-story-item:hover {
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}


/* =========================================
   NUMBER
========================================= */

.top-story-number {
  position: absolute;

  left: 0;
  top: 0;

  z-index: 5;

  width: 55px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #b31d3a;
  color: #fff;

  font-size: 20px;
  font-weight: 700;

  border-radius: 0 0 8px 0;
}


/* =========================================
   IMAGE
========================================= */

.top-story-image {
  width: 100%;
  height: 155px;

  display: block;

  overflow: hidden;
}


.top-story-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .5s ease;
}


.top-story-item:hover .top-story-image img {
  transform: scale(1.05);
}


.no-story-image {
  width: 100%;
  height: 100%;
  background: #ddd;
}


/* =========================================
   CONTENT
========================================= */

.top-story-content {
  padding: 18px 22px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}


.top-story-category {
  display: block;

  margin-bottom: 6px;

  color: #b31d3a;

  font-size: 13px;
  font-weight: 700;

  text-transform: uppercase;
}


.top-story-content h3 {
  margin: 0 0 12px;

  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}


.top-story-content h3 a {
  color: #111;
  text-decoration: none;
}


.top-story-content h3 a:hover {
  color: #b31d3a;
}


.top-story-date {
  font-size: 12px;
  color: #555;

  display: flex;
  align-items: center;
  gap: 6px;
}


.top-story-date i {
  font-size: 12px;
}


/* =========================================
   MORE NEWS
========================================= */

.top-stories-more {
  margin-top: 8px;
}


.top-stories-more a {
  display: inline-flex;

  align-items: center;
  gap: 10px;

  padding: 10px 17px;

  border: 1px solid #b31d3a;
  border-radius: 5px;

  color: #b31d3a;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition: all .3s ease;
}


.top-stories-more a:hover {
  background: #b31d3a;
  color: #fff;
}


/* =========================================
   ADVERTISEMENT
========================================= */

.top-stories-ad {
  position: relative;

  width: 100%;
}


.advertisement-label {
  text-align: center;

  color: #777;

  font-size: 12px;

  margin-bottom: 7px;

  text-transform: uppercase;
}


.ad-slider {
  position: relative;

  width: 100%;

  aspect-ratio: 4 / 5;

  overflow: hidden;

  border-radius: 4px;

  background: #f5f5f5;
}


.ad-slide {
  position: absolute;

  inset: 0;

  opacity: 0;

  transform: scale(1.05);

  transition:
    opacity .8s ease,
    transform 1.2s ease;
}


.ad-slide.active {
  opacity: 1;

  transform: scale(1);
}


.ad-slide img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


/* =========================================
   AD DOTS
========================================= */

.ad-dots {
  display: flex;

  justify-content: center;
  align-items: center;

  gap: 8px;

  margin-top: 12px;
}


.ad-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #ccc;

  cursor: pointer;

  transition: all .3s ease;
}


.ad-dot.active {
  width: 11px;
  height: 11px;

  background: #b31d3a;
}

/* =====================================================
   R NEWS - ABOUT PAGE
===================================================== */

.rnews-about {
  background: #fff;
  color: #111;
}

.rnews-about-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


/* =====================================================
   HERO
===================================================== */

.rnews-about-hero {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

.rnews-about-hero-inner {
  width: 90%;
  max-width: 1200px;
  min-height: 480px;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-kicker {
  display: inline-block;

  margin-bottom: 20px;

  color: #b31d3a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.rnews-about-hero h1 {
  max-width: 800px;

  margin: 0 0 25px;

  font-size: 62px;
  line-height: 1.08;
  font-weight: 800;
}

.rnews-about-hero p {
  max-width: 680px;

  margin: 0;

  font-size: 19px;
  line-height: 1.7;
  color: #555;
}


/* Logo mark */

.rnews-about-hero-mark {
  flex-shrink: 0;
}

.rnews-circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid #AE0604 !important;
  background: #FAF0E6;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transform: rotate(-8deg);
}

.rnews-circle span {
  font-size: 110px;
  line-height: .8;
  font-weight: 900;
}

.rnews-circle small {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 700;
}


/* =====================================================
   SECTION LABEL
===================================================== */

.about-section-label {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 55px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #777;
}

.about-section-label span {
  color: #b31d3a;
}


/* =====================================================
   STORY
===================================================== */

.rnews-about-story {
  padding: 100px 0;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.about-story-grid h2 {
  max-width: 480px;

  margin: 0;

  font-size: 43px;
  line-height: 1.2;
}

.about-story-grid p {
  margin: 0 0 22px;

  font-size: 17px;
  line-height: 1.8;
  color: #555;
}


/* =====================================================
   STATEMENT
===================================================== */

.rnews-about-statement {
  padding: 100px 0;

  background: #b31d3a;
  color: #fff;
}

.statement-small {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

.rnews-about-statement h2 {
  max-width: 1000px;

  margin: 30px 0 0;

  font-size: 48px;
  line-height: 1.25;
  font-weight: 700;
}

.rnews-about-statement h2 span {
  color: #ffd6df;
}


/* =====================================================
   VALUES
===================================================== */

.rnews-about-values {
  padding: 100px 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  min-height: 300px;

  padding: 30px;

  border: 1px solid #ddd;
  border-radius: 8px;

  transition: .3s ease;
}

.value-card:hover {
  border-color: #b31d3a;
  transform: translateY(-5px);
}

.value-number {
  margin-bottom: 45px;

  color: #b31d3a;

  font-size: 13px;
  font-weight: 700;
}

.value-card h3 {
  margin: 0 0 15px;

  font-size: 25px;
}

.value-card p {
  margin: 0;

  color: #666;

  font-size: 15px;
  line-height: 1.7;
}


/* =====================================================
   PROCESS
===================================================== */

.rnews-about-process {
  padding: 100px 0;

  background: #171717;
  color: #fff;
}

.about-section-label.light {
  color: #aaa;
}

.process-title {
  max-width: 700px;

  margin: 0 0 70px;

  font-size: 50px;
  line-height: 1.15;
  color: #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-item {
  min-height: 250px;

  padding: 30px;

  border-left: 1px solid #444;
}

.process-item>span {
  color: #d85b76;

  font-size: 13px;
  font-weight: 700;
}

.process-item h3 {
  margin: 35px 0 15px;
  color: #ffffff;
  font-size: 25px;
}

.process-item p {
  margin: 0;

  color: #aaa;

  font-size: 15px;
  line-height: 1.7;
}


/* =====================================================
   COVERAGE
===================================================== */

.rnews-about-coverage {
  padding: 100px 0;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.coverage-grid a {
  padding: 30px;

  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

  color: #111;

  text-decoration: none;

  font-size: 23px;
  font-weight: 700;

  transition: .3s ease;
}

.coverage-grid a span {
  display: block;

  margin-bottom: 25px;

  color: #b31d3a;

  font-size: 12px;
}

.coverage-grid a:hover {
  background: #b31d3a;
  color: #fff;
}

.coverage-grid a:hover span {
  color: #ffd6df;
}


/* =====================================================
   COMMITMENT
===================================================== */

.rnews-about-commitment {
  padding: 110px 20px;

  text-align: center;

  background: #f5f5f5;
}

.commitment-inner {
  max-width: 850px;
  margin: auto;
}

.commitment-inner>span {
  color: #b31d3a;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

.commitment-inner h2 {
  margin: 25px 0;

  font-size: 58px;
  line-height: 1.1;
}

.commitment-inner p {
  max-width: 650px;
  margin: auto;

  color: #666;

  font-size: 17px;
  line-height: 1.8;
}


/* =====================================================
   CONTACT
===================================================== */

.rnews-about-contact {
  padding: 90px 20px;

  background: #b31d3a;

  color: #fff;

  text-align: center;
}

.rnews-about-contact span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.rnews-about-contact h2 {
  margin: 15px 0 25px;

  font-size: 50px;
}

.rnews-about-contact a {
  display: inline-flex;

  align-items: center;
  gap: 10px;

  padding: 13px 24px;

  background: #fff;
  color: #b31d3a;

  border-radius: 4px;

  text-decoration: none;

  font-size: 14px;
  font-weight: 700;
}

.rnews-circle {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
}

.rnews-circle img {
  width: 100%;
  height: auto;
  display: block;
}

.rnews-contact-page {
  background: #fff;
  color: #111;
}

.rnews-contact-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}


/* HERO */

.rnews-contact-hero {
  background: #b31d3a;
  padding: 90px 0 100px;
  color: #F8F4E8;
}

.rnews-contact-kicker {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #F8F4E8;
}

.rnews-contact-hero h1 {
  margin: 0;
  font-size: clamp(55px, 7vw, 100px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -3px;
}

.rnews-contact-hero h1 span {
  color: #F8F4E8;
}

.rnews-contact-hero p {
  max-width: 620px;
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(248, 244, 232, .85);
}


/* MAIN */

.rnews-contact-main {
  padding: 90px 0;
}

.rnews-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}


/* LEFT */

.contact-section-number {
  display: block;
  margin-bottom: 20px;
  color: #b31d3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.rnews-contact-info h2 {
  margin: 0 0 25px;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 800;
}

.rnews-contact-info>p {
  max-width: 480px;
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}


/* DETAILS */

.rnews-contact-details {
  margin-top: 45px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

.contact-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b31d3a;
  color: #F8F4E8;
  font-size: 16px;
}

.contact-detail span {
  display: block;
  margin-bottom: 4px;
  color: #888;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-detail a,
.contact-detail p {
  margin: 0;
  color: #222;
  font-size: 15px;
  text-decoration: none;
}

.contact-detail a:hover {
  color: #b31d3a;
}


/* FORM BOX */

.rnews-contact-form-box {
  padding: 40px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
}

.contact-form-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.contact-form-heading span {
  color: #b31d3a;
  font-size: 13px;
  font-weight: 700;
}

.contact-form-heading h2 {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
}


/* CF7 */

.rnews-contact-form p {
  margin: 0;
}

.rnews-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rnews-form-group {
  margin-bottom: 22px;
}

.rnews-form-group label {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
}

.rnews-form-group input[type="text"],
.rnews-form-group input[type="email"],
.rnews-form-group input[type="tel"],
.rnews-form-group textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  padding: 14px 15px;
  color: #222;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease;
}

.rnews-form-group input[type="text"],
.rnews-form-group input[type="tel"],
.rnews-form-group input[type="email"] {
  height: 50px;
}

.rnews-form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.rnews-form-group input:focus,
.rnews-form-group textarea:focus {
  border-color: #b31d3a;
}


/* BUTTON */

.rnews-form-submit input[type="submit"] {
  border: 0;
  border-radius: 3px;
  background: #b31d3a;
  color: #F8F4E8;
  padding: 14px 28px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}

.rnews-form-submit input[type="submit"]:hover {
  background: #8f1730;
}


/* CF7 RESPONSE */

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 13px;
}


/* NEWS TIP */

.rnews-contact-tip {
  padding: 60px 0;
  background: #f5f3ed;
}

.rnews-contact-tip .rnews-contact-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.rnews-contact-tip span {
  color: #b31d3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.rnews-contact-tip h2 {
  margin: 8px 0 0;
  font-size: 30px;
}

.rnews-contact-tip p {
  max-width: 500px;
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

.navlinks ul li.current-menu-item>a {
  color: #b31d3a;
  font-weight: 700;
  position: relative;
}

.navlinks ul li.current-menu-item>a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  background: #b31d3a;
}

.footer-legal-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(248, 244, 232, 0.25);
}

.footer-legal-links a {
  color: #F8F4E8;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-legal-links a+a {
  border-left: 1px solid rgba(248, 244, 232, 0.35);
  padding-left: 25px;
}

/* ===========================================================================================================
  MEDIA QUERIES
  =========================================================================================================== */

@media screen and (max-width: 786px) {
  h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 2.0rem !important;
  }

  /* p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 0.5rem;
      font-size: 1.2rem !important;
    } */

  /* HEADER MEDIA QURIES */
  .social-links>a {
    padding-top: 10px;
  }



  .nav-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .social-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hamburger {
    display: inline-block;
    width: 20%;
  }

  .submit-article-btn {
    width: 50%;
  }

  .logo {
    padding: 0;
    width: 100%;
  }

  .logo img {
    height: 12vh;
  }

  header {
    position: relative;
    z-index: 1000;
  }

  .navlinks {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    height: 85vh;

    background-color: #b31d3a;

    z-index: 999;

    transform: translateX(-100%);
    transition: transform 0.5s ease;

    padding: 0;
  }


  .navlinks ul {
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .navlinks ul li {
    font-size: 2.5rem;
    text-align: center;
    color: white;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .navlinks ul li a {
    font-size: 1.5rem;
    text-align: center;
    color: white;
    width: 100%;
    padding: 2rem 0;
  }

  .navlinks ul li:nth-last-child(1) {
    border-bottom: none;
  }

  .slide-down {
    transform: translateY(0);
  }

  .slide-item {
    margin: 0 0.25rem;
  }

  .slide-item h2 {
    -webkit-line-clamp: 3;
    font-size: 2rem;
  }

  /* IMAGE  BANNER NEWS SECTION QUERIES */

  .banner-grid-container {
    display: block;
  }

  .banner-news {
    height: 40vh;
    margin: 1rem 0;
  }

  /* MAIN NEWS SECTION QUERIES */
  .news-grid-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  .type-1-news {
    width: 100vw;
    height: 60vh;
    margin: 1rem 0;
  }

  .three-part {
    width: 100vw;
    height: 30vh;
    margin: 1rem 0;
  }

  .type-2-news {
    width: 100vw;
    height: 15vh;
    margin: 1rem 0;
  }

  /* GLOBAL NEWS  QUERIES */
  .global-news-row {
    flex-direction: column;
    width: 95%;
    padding: 0;
  }

  .global-news-col {
    height: 100%;
  }

  /* GRID-2 NEWS  QUERIES */
  .grid-2-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  .grid-2-item-3,
  .grid-2-item-4,
  .grid-2-item-5,
  .grid-2-item-6 {
    height: 40vh;
    margin: 1rem 0;
  }

  /* GRID-3 NEWS  QUERIES */
  .grid-3-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  .grid-3-item-1 {
    height: 40vh;
    padding: 0;
    margin: 1rem 0;
  }

  .grid-3-news-content h2 {
    -webkit-line-clamp: 2;
  }

  /* GRID-4 NEWS  QUERIES */
  .grid-4-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  .grid-4-item-5 {
    display: none;
  }

  /* GRID-5 NEWS  QUERIES */
  .grid-5-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  .grid-5-item-3 {
    display: none;
  }

  /* GRID-6 NEWS  QUERIES */
  .grid-6-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  /* GRID-6 NEWS  QUERIES */
  .grid-7-container {
    display: block;
    width: 95%;
    padding: 0;
  }

  .grid-7-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
    height: 60vh;
  }

  .grid-7-flex-image {
    width: 100%;
  }

  .grid-7-flex-content {
    width: 100%;
  }

  /* FOOTER  QUERIES */
  .footer-grid-container {
    display: block;
    width: 95%;
    padding: 0;
    margin: auto;
  }

  .footer-about-us {
    padding: 1rem 0;
  }

  .footer-about-us p {
    margin: 0;
    padding: 0 1rem;
  }

  .footer-about-us span {
    color: white;
    font-size: 1.25rem;
    padding: 0 1rem;
  }

  .footer-about-us span a {
    font-size: 2rem;
    color: #b31d3a;
    padding: 0 1rem;
  }

  .footer-icons-svg {
    height: 3rem;
    width: 3rem;
  }

  /* NEWS PAGE QUERIES */
  #news-page-banner {
    width: 90vw;
    margin: 2rem auto;
  }

  #news-page-content {
    width: 90vw;
  }

  .news-page-para {
    width: 100%;
    margin: 0 auto;
  }

  .news-page-para p {
    font-size: 1.5rem;
    line-height: 2.7rem;
    text-align: left;
    margin: auto;
  }

  .yotube-video {
    width: 100%;
  }

  #author {
    width: 90vw;
  }

  .author-detail {
    flex-direction: column;
  }

  .author-image {
    width: 100%;
    text-align: center;
  }

  .about-author {
    display: grid;
    justify-content: space-around;
  }

  .about-author h2 {
    font-size: 3rem;
    color: #b31d3a;
    color: var(--primary-color);
    text-align: center;
    margin: 2rem 0;
  }

  .about-author p {
    font-size: 1.5rem;
    max-width: 100%;
    text-align: center;
    margin: 1rem 0;
  }

  .about-author span {
    font-size: 1.25rem;
    text-align: center;
    margin: 2rem 0;
  }

  .about-author span img {
    display: block;
    margin: 1rem auto;
  }

  #comments {
    width: 90vw;
  }

  .commentor-msg p {
    font-size: 1.25rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  /* CATEGORY PAGE  QUERIES */
  .category-page-item {
    flex-direction: column;
    width: 100%;
    margin: 2rem 0;
  }

  .category-page-item-image {
    width: 100%;
  }

  .category-page-item-content {
    width: 95%;
    margin: auto;
  }

  .category-page-item-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
  }

  .category-page-item-content p {
    font-size: 1.25rem;
    padding: 1rem 0;
  }

  .category-page-item-content span {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait),
(orientation: landscape) and (max-width: 830px) {
  .nav-links {
    position: absolute;
    top: 21rem;
    height: 85vh;
    width: 100vw;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: 2;
    background-color: #b31d3a;
    padding: 0;
  }

  /* .nav-promo>.submit-article-btn>.contactAds {
    width: 100%;
    display: block;
  }

  .nav-promo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .nav-promo {
    display: none;
  }

  .slide-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .slide-content h2 {
    font-size: 32px;
  }

  .slide-description {
    font-size: 14px;
    line-height: 1.4;
  }

  .slide-read-more {
    padding: 8px 14px;
    font-size: 12px;
  }

  .slide-category {
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .slide-item {
    border-radius: 8px;
    overflow: hidden;
    background-position: center 40% !important;
  }

  .article-content h2 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.4;
  }

  .article-content p {
    margin-bottom: 20px;
    line-height: 1.75;
  }



  .author-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .author-social-links {
    width: 20px;
    height: 20px;
    display: block;
  }

  .news-page-title {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.4;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .top-stories-section {
    margin: 25px auto;
    padding: 0 12px;
  }


  .top-stories-header {
    margin-bottom: 15px;
    padding-bottom: 9px;
  }


  .top-stories-header h2 {
    font-size: 21px;
    gap: 9px;
  }


  .live-dot {
    width: 11px;
    height: 11px;
  }


  /* Stack stories + advertisement */

  .top-stories-layout {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }


  /* Story */

  .top-story-item {
    grid-template-columns: 115px 1fr;

    min-height: 115px;

    border-radius: 7px;
  }


  .top-story-image {
    height: 115px;
  }


  .top-story-number {
    width: 40px;
    height: 40px;

    font-size: 15px;

    border-radius: 0 0 6px 0;
  }


  .top-story-content {
    padding: 10px 12px;
  }


  .top-story-category {
    font-size: 10px;
    margin-bottom: 4px;
  }


  .top-story-content h3 {
    font-size: 16px;
    line-height: 1.3;

    margin-bottom: 7px;
  }


  .top-story-date {
    font-size: 10px;
  }


  /* Advertisement */

  .top-stories-ad {
    width: 100%;
  }


  .ad-slider {
    aspect-ratio: 16 / 9;
  }


  .advertisement-label {
    font-size: 10px;
  }


  .top-stories-more {
    margin-top: 5px;
  }

  .rnews-about-hero-inner {
    min-height: auto;

    padding: 65px 0;

    flex-direction: column;
    align-items: flex-start;

    gap: 45px;
  }

  .rnews-about-hero h1 {
    font-size: 39px;
  }

  .rnews-about-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .rnews-about-hero-mark {
    align-self: center;
  }

  .rnews-circle {
    width: 230px;
    height: 230px;
  }

  .rnews-circle span {
    font-size: 75px;
  }

  .rnews-circle small {
    font-size: 13px;
  }


  /* Story */

  .rnews-about-story {
    padding: 65px 0;
  }

  .about-section-label {
    margin-bottom: 30px;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-story-grid h2 {
    font-size: 31px;
  }

  .about-story-grid p {
    font-size: 16px;
  }


  /* Statement */

  .rnews-about-statement {
    padding: 65px 0;
  }

  .rnews-about-statement h2 {
    font-size: 31px;
  }


  /* Values */

  .rnews-about-values {
    padding: 65px 0;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: auto;
  }


  /* Process */

  .rnews-about-process {
    padding: 65px 0;
  }

  .process-title {
    font-size: 35px;
    margin-bottom: 40px;
    color: #ffffff;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-item {
    min-height: auto;
    padding: 25px 0;

    border-left: 0;
    border-bottom: 1px solid #444;
  }


  /* Coverage */

  .rnews-about-coverage {
    padding: 65px 0;
  }

  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coverage-grid a {
    padding: 20px;

    font-size: 18px;
  }


  /* Commitment */

  .rnews-about-commitment {
    padding: 70px 20px;
  }

  .commitment-inner h2 {
    font-size: 40px;
  }


  /* Contact */

  .rnews-about-contact {
    padding: 65px 20px;
  }

  .rnews-about-contact h2 {
    font-size: 38px;
  }

  .rnews-contact-container {
    padding: 0 15px;
  }

  .rnews-contact-hero {
    padding: 60px 0 65px;
  }

  .rnews-contact-hero h1 {
    font-size: 55px;
    letter-spacing: -2px;
  }

  .rnews-contact-hero p {
    font-size: 15px;
    line-height: 1.6;
  }

  .rnews-contact-main {
    padding: 55px 0;
  }

  .rnews-contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .rnews-contact-info h2 {
    font-size: 35px;
  }

  .rnews-contact-form-box {
    padding: 25px 20px;
  }

  .rnews-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-heading h2 {
    font-size: 23px;
  }

  .rnews-contact-tip .rnews-contact-container {
    display: block;
  }

  .rnews-contact-tip h2 {
    font-size: 25px;
  }

  .rnews-contact-tip p {
    margin-top: 20px;
  }
	
  .navlinks ul li.current-menu-item>a {
    color: #ffffff;
    font-weight: 700;
    position: relative;
  }

  .navlinks ul li.current-menu-item>a::after {
    background: #b31d3a;
  }
}