* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zilla Slab", serif;
}
a{
  text-decoration: none;
   color: inherit;  
}
p,
a,
span,
li {
  font-family: "Nunito Sans", sans-serif;
}

.card {
 background-color: transparent !important;
  /* border-radius: 20px;        */
  border: none;    /* darker border */
}
/* for index page */
 .main-heading-badge{
      font-size: 12px !important;
      padding: 8px 8px !important;
  }
  #fullPageLoader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0,0,0,0.5);
      z-index: 9999;
      display: none; /* hidden initially */
      justify-content: center;
      align-items: center;
      /* display: flex; */
      flex-direction: column;
  }

  #fullPageLoader .spinner-border {
      width: 4rem;
      height: 4rem;
  }
  .politics-in-uk-sec{
      /* margin-top: -60px; */
  }

  /* .previous-news-sec{
      margin-top: -60px;
  } */
  .Follow-Btn-Title{
      width: 100;
      height: 32;
      /* angle: 0 deg; */
      opacity: 1;
      top: 1091px;
      left: 1179px;
      border-width: 1px;
      border-radius: 3px;
      padding-top: 4px;
      padding-right: 10px;
      padding-bottom: 4px;
      padding-left: 10px;
      gap: 10px;
      color: #000000;
      background-color:#FFFFFF
  }
  .select2-selection__rendered{
      padding: 10px !important;
  }

  .select2-selection__arrow{
      padding: 26px !important;
  }
   .select2{
      width: 100% !important;
  }
/* Follow and Subscribe Button Bar */
.follow-bar {
    background: #f5f5f5;       /* light gray background */
    padding: 20px;              /* default padding */
    display: flex;
    justify-content: center;    /* horizontally center content */
    align-items: center;        /* vertically center content */
    gap: 15px;                  /* space between text and button */
    width: 85%;                 /* default desktop width */
    max-width: 1320px;          /* maximum width */
    margin: 20px auto;          /* horizontally center */
    border-radius: 8px;         /* rounded corners */
    box-sizing: border-box;
}

.follow-bar p {
    margin: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
}

/* Follow button */
.follow-btn {
    color: #0c0b0b;
    /* background-color: #ff3b3b;    */
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

/* .follow-btn:hover {
    background-color: #e22d21;
} */

/* Extra large / ultrawide screens > 1920px */
@media (min-width: 1920px) {
    .follow-bar {
        width: 75%;
        padding: 25px;
        gap: 18px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Large desktop (1440px - 1919px) */
@media (min-width: 1400px) and (max-width: 1919px) {
    .follow-bar {
        width: 90%;
        padding: 22px;
        gap: 16px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Medium desktop / small laptop (992px - 1399px) */
@media (min-width: 992px) and (max-width: 1399px) {
    .follow-bar {
        width: 92%;
        padding: 20px;
        gap: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .follow-bar {
        width: 90%;
        padding: 18px;
        gap: 12px;
        flex-direction: column;    /* stack vertically */
        margin-left: auto;
        margin-right: auto;
    }
}

/* Small mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .follow-bar {
        width: 94%;
        padding: 15px;
        gap: 10px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .follow-btn {
        width: 100%;               /* full width button */
    }
}

/* Extra small / very small phones (<576px) */
@media (max-width: 575px) {
    .follow-bar {
        width: 95%;
        padding: 12px;
        gap: 8px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .follow-btn {
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 768px) {
  .header-sec {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header-sec {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transform: translateZ(0);
}

.header-sec .navbar {
  border-bottom: 1px solid #eee;
}
.header-sec .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}
.header-sec .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0.8rem 1rem;
  font-size: 14px;
}
.header-sec .navbar-nav .nav-link.active {
  color: #e85c3b;
  border-bottom: 2px solid #e85c3b;
}
.header-sec .flag-icon {
  width: 25px;
  height: auto;
}
.header-sec .search-wrapper {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.header-sec .search-box {
  max-width: 700px;
  margin: auto;
  display: flex;
  align-items: center;
}
.header-sec .search-box input {
  border-radius: 6px;
  padding: 12px 15px;
}
.header-sec .search-box button {
  border-radius: 3px;
  background: #e85c3b;
  color: #fff;
  padding: 13px 50px;
  border: none;
}
.header-sec .search-button {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  margin-left: 10px;
}
.header-sec .search-box button:hover {
  background: #d14c2f;
}
.after-header-sec {
  padding: 60px 0px;
  margin-top: 120px; /* default for desktop */
}

/* 🔹 For mobile (screen width up to 768px) */
@media (max-width: 768px) {
  .after-header-sec {
    margin-top: 100px;
  }
}

/* 
.after-header-sec {
  padding: 60px 0px;
  margin-top: 150px;

} */
.after-header-sec .in-the-news-today {
  /* Main headline large card */
  /* Cards below */
  margin-top: 40px;
}
.after-header-sec .in-the-news-today .title-section {
  border-bottom: 2px solid #212121;
  margin-bottom: 25px;
}
.after-header-sec .in-the-news-today .title-section h2 {
  font-size: 20px;
  font-weight: 700;
}
.after-header-sec .in-the-news-today .category-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  padding: 4px 8px;
  border-radius: 3px;
  color: white;
  margin-bottom: 0.25rem;
  letter-spacing: 0.01rem;
}
.after-header-sec .in-the-news-today .badge-business {
  background-color: #F66542;
}
.after-header-sec .in-the-news-today .badge-intl-people {
  background-color: #F66542;
}
.after-header-sec .in-the-news-today .badge-intl-business {
  background-color: #fe7144;
}
.after-header-sec .in-the-news-today .badge-people {
  background-color: #F66542;
}
.after-header-sec .in-the-news-today .badge-shell {
  background-color: #F66542;
}
.after-header-sec .in-the-news-today .main-headline {
  position: relative;
  color: white;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 28px;
}
.after-header-sec .in-the-news-today .main-headline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.41);
  border-radius: 5px;
  z-index: 1;
}
.after-header-sec .in-the-news-today .main-headline-content {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.15;
}
.after-header-sec .in-the-news-today .main-headline-content h4 {
  margin-top: 20px;
}
.after-header-sec .in-the-news-today .sidebar-story {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-start;
}
.after-header-sec .in-the-news-today .sidebar-story:last-child {
  margin-bottom: 0;
}
.after-header-sec .in-the-news-today .sidebar-story img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
  .after-header-sec .in-the-news-today .sidebar-story img {
           
            width: 90px;
            height: 90px;
            object-fit: cover;
            border-radius: 4px;
        }
.after-header-sec .in-the-news-today .sidebar-content {
  max-width: calc(100% - 60px);
}
.after-header-sec .in-the-news-today .sidebar-title {
  margin-top: 2px;
  color: #1a1a1a;
}
.after-header-sec .in-the-news-today .sidebar-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .in-the-news-today .lower-card {
  border-radius: 5px;
  transition: box-shadow 0.2s ease;
  height: 100%;
}
.after-header-sec .in-the-news-today .lower-card img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.after-header-sec .in-the-news-today .lower-category {
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 7px;
  border-radius: 2px;
  color: white;
}
.after-header-sec .in-the-news-today .lower-title {
  margin-top: 6px;
  color: #212121;
}
.after-header-sec .in-the-news-today .lower-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .business-news-in-uk-dv {
  padding: 20px 0px;
}
.after-header-sec .business-news-in-uk-dv .header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 2px solid #212121;
  margin-bottom: 25px;
}
.after-header-sec .business-news-in-uk-dv .section-title {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  font-weight: 700;
}
.after-header-sec .business-news-in-uk-dv .follow-btn {
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.after-header-sec .business-news-in-uk-dv .news-label {
  background-color: #F66542;
  color: white;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.after-header-sec .business-news-in-uk-dv .news-card {
  border: none;
  background: transparent;
}
.after-header-sec .business-news-in-uk-dv .news-card img {
  border-radius: 4px;
  height: 343px;
  object-fit: cover;
}
.after-header-sec .business-news-in-uk-dv .news-card .custom-bg {
  background-color: #efefef;
  margin-top: 5px;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
}
.after-header-sec .business-news-in-uk-dv .news-time {
  color: #888;
  font-size: 13px;
  margin-left: 3px;
  padding: 10px 0px;
}
.after-header-sec .business-news-in-uk-dv .news-time i {
  color: #fc7e4a;
}
.after-header-sec .business-news-in-uk-dv .news-title {
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.after-header-sec .business-news-in-uk-dv .news-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .business-news-in-uk-dv .news-text-lg {
  font-size: 24px;
  font-weight: 900;
}
.after-header-sec .business-news-in-uk-dv .news-desc {
  font-size: 0.97rem;
  color: #333;
  margin-top: -6px;
}
.after-header-sec .international-business-news .header-section-inter {
  padding: 10px 0px;
  border-bottom: 2px solid #212121;
  margin-bottom: 25px;
}
.after-header-sec .international-business-news .section-title {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.after-header-sec .international-business-news .news-img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.after-header-sec .international-business-news .news-card {
  background: #fff;
  border: none;
  border-radius: 4px;
  margin-bottom: 24px;
}
.after-header-sec .international-business-news .news-card-cus img {
  width: 100%;
  height: 180px;
}
.after-header-sec .international-business-news .tag {
  display: inline-block;
  background: #f66542;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.after-header-sec .international-business-news .news-title {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #232323;
}
.after-header-sec .international-business-news .news-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .international-business-news .news-meta {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #888;
  font-size: 13px;
  margin-left: 3px;
  padding: 8px 0px;
}
.after-header-sec .international-business-news .news-meta i {
  color: #fc7e4a;
}
.after-header-sec .international-business-news .news-desc {
  color: #444;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.after-header-sec .international-business-news .follow-btn {
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.after-header-sec .international-business-news .follow-btn:hover {
  background: #232323;
  color: #fff;
}
.after-header-sec .international-business-news hr {
  margin: 18px 0 24px 0;
}
.after-header-sec .sidebar-cus-dv {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 5px 10px;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv {
  /* Divider lines between items */
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-container {
  max-width: 400px;
  margin: 40px auto;
  background: #fff;
  border-radius: 8px;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-container h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-container i {
  color: #ec644b;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-container .calendar-section .top-read-input {
  border-right: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-container .calendar-section .input-group-text {
  background-color: transparent;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .top-reads-heading {
  color: #F66542;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  border-bottom: 1px solid #F66542;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .list-group-numbered > .list-group-item::before {
  font-weight: bold;
  font-size: 2rem;
  color: #222;
  margin-right: 24px;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-title {
  font-size: 1.02rem;
  font-family: "Nunito Sans", serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .news-list {
  border: none;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .list-group-item {
  border: none;
  border-bottom: 1px solid #efefef;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .list-group-item:last-child {
  border-bottom: none;
}
.after-header-sec .sidebar-cus-dv .top-reads-dv .input-group-text {
  cursor: pointer;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .section-title-container {
  margin-bottom: 20px;
  max-width: 320px;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .section-title {
  font-weight: 900;
  font-size: 24px;
  color: #ec644b;
  /* dark orange */
  padding-bottom: 4px;
  border-bottom: 1px solid #ec644b;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .section-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .section-title-border {
  border-bottom: 2.5px solid #c67a54;
  width: 100%;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .company-card {
  border-radius: 4px;
  text-align: center;
  background-color: white;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .company-logo {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: contain;
  border-radius: 4px;
}
.after-header-sec .sidebar-cus-dv .companies-in-the-news .company-name {
  font-weight: 600;
  font-family: "Nunito Sans", serif;
  font-size: 16px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 4px;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .after-header-sec .sidebar-cus-dv .companies-in-the-news .section-title-container {
    max-width: 100%;
  }
  .after-header-sec .sidebar-cus-dv .companies-in-the-news .section-title {
    font-size: 20px;
  }
}
.after-header-sec .sidebar-cus-dv .people-in-the-news .person-img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.after-header-sec .sidebar-cus-dv .people-in-the-news .person-name {
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  font-family: "Nunito Sans", serif;
}
.after-header-sec .sidebar-cus-dv .people-in-the-news .section-title {
  font-family: "Nunito Sans", serif;
  font-weight: bold;
  color: #ec644b;
  text-align: left;
  margin-bottom: 0.6em;
  font-size: 1.3rem;
  border-bottom: 1px solid #ec644b;
}
.after-header-sec .sidebar-cus-dv .people-in-the-news .section-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.after-header-sec .sidebar-cus-dv .people-in-the-news hr {
  border-top: 2px solid #e5ae83;
  margin: 0.4em 0 2em 0;
  width: 95%;
}

@media (max-width: 991.98px) {
  .after-header-sec .in-the-news-today .main-headline {
    min-height: 260px;
  }
}
@media (max-width: 575.98px) {
  .after-header-sec .in-the-news-today .main-headline {
    min-height: 180px;
    font-size: 1.25rem;
    padding: 15px 18px;
  }
  .after-header-sec .in-the-news-today .sidebar-title {
    font-size: 0.95rem;
  }
  .after-header-sec .in-the-news-today .sidebar-story img {
    width: 46px;
    height: 46px;
  }
}
.politics-in-uk-sec {
  padding: 0px 0px 20px 0px;
  /* margin-top: 40px; */
}
.politics-in-uk-sec .header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #212121;
  margin-bottom: 25px;
  padding: 10px 0px;
}
.politics-in-uk-sec .header-section h2 {
  letter-spacing: 0.06rem;
  color: black;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
  font-weight: 700;
}
.politics-in-uk-sec .follow-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
}
.politics-in-uk-sec hr {
  margin-bottom: 15px;
}
.politics-in-uk-sec .category-label {
  margin-bottom: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  background: #F66542;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.politics-in-uk-sec .time-text {
  color: #666;
  font-size: 0.85rem;
  margin-left: 6px;
}
.politics-in-uk-sec .time-text i {
  color: #fc7e4a;
}
.politics-in-uk-sec .headline-title {
  font-weight: 800;
  font-size: 1.25rem;
  margin-top: 6px;
  margin-bottom: 4px;
}
.politics-in-uk-sec .headline-title h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.25;
}
.politics-in-uk-sec .headline-title h2 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.politics-in-uk-sec .desc-text {
  font-size: 0.95rem;
  color: #444;
}
.politics-in-uk-sec .article-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.politics-in-uk-sec .left-article-img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.politics-in-uk-sec .right-article-img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.politics-in-uk-sec .center-column > .article:not(:last-child) {
  margin-bottom: 20px;
}

.find-any-business-with-mimoji-sec {
  background-color: #F66542;
  color: #fff;
}
.find-any-business-with-mimoji-sec .find-any-business-heading {
  margin-bottom: 25px;
}
.find-any-business-with-mimoji-sec .find-any-business-heading h2 {
  position: relative;
}
.find-any-business-with-mimoji-sec .find-any-business-heading h2:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #fff;
}
.find-any-business-with-mimoji-sec .find-any-business-heading h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  background-color: #ebebeb;
}
.find-any-business-with-mimoji-sec .heading-bottom {
  font-size: 14px;
  margin-top: 10px;
}
.find-any-business-with-mimoji-sec .section-title {
  font-weight: 700;
  font-size: 2.5rem;
}
.find-any-business-with-mimoji-sec .divider {
  width: 240px;
  height: 3px;
  background: #fff;
  margin: 0.5rem auto 1.5rem auto;
}
.find-any-business-with-mimoji-sec .step-icon {
  font-size: 48px;
  display: block;
  margin: 0 auto 0.75rem auto;
  color: #000;
}
.find-any-business-with-mimoji-sec .step-title {
  font-weight: 700;
  color: #fff;
}
.find-any-business-with-mimoji-sec .step-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.find-any-business-with-mimoji-sec .step-desc {
  color: #fff;
  font-size: 13px;
}

.international-politics-sec {
  padding: 20px 0px 0px 0px;
}
.international-politics-sec .card {
  border: none;
}
/* .international-politics-sec .card img {
  border-radius: 4px;
  height: 200px;
  object-fit: cover;
} */
.card-img-top-right{
 border-radius: 4px;
  height: 316px;
  object-fit: cover;
 }
 .international-first-image{
   border-radius: 4px;
  height: 190px;
  object-fit: cover;
 }
 .international-second-image{
    border-radius: 4px;
  height: 180px;
  object-fit: cover;
 }
 .international-third-image{
    border-radius: 4px;
  height: 180px;
  object-fit: cover;
 }
.international-politics-sec .card .timer-icon {
  color: #888;
  font-size: 13px;
  margin-left: 3px;
  padding: 5px 0px;
}
.international-politics-sec .card .timer-icon i {
  color: #fc7e4a;
}
.international-politics-sec .small-card-content .content-text {
  font-size: 11px;
  color: #333;
  font-weight: 500;
  margin-bottom: 0px;
}
.international-politics-sec .small-card-content .card-title {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.international-politics-sec .last-card-content-cus .card-title {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 0.5rem;
}
.international-politics-sec .international-politics-heading {
  border-bottom: 2px solid #212121;
}
.international-politics-sec .international-politics-heading h3 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.international-politics-sec .international-politics-heading .btn {
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.international-politics-sec .author-label {
  background-color: #F66542;
  color: white;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.international-politics-sec .card-title {
  font-weight: 900;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.international-politics-sec .clock-icon {
  margin-right: 6px;
}
.international-politics-sec .content-text {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.international-politics-sec .grayscale {
  filter: grayscale(100%);
}

.uk-people-in-focus-sec{
      margin-top: -60px;
}
.uk-people-in-focus-sec .uk-people-in-cont {
  padding: 20px;
  background-color: #E7E7E780;
}
.uk-people-in-focus-sec .uk-people-in-cont .card .card-body {
  padding-top: 10px;
}
.uk-people-in-focus-sec .uk-people-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0px;
  border-bottom: 2px solid #212121;
  margin-bottom: 25px;
}
.uk-people-in-focus-sec .card-title {
  font-weight: bold;
  font-size: 13px;
}
.uk-people-in-focus-sec .card-text h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
}
.uk-people-in-focus-sec .category-badge {
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 2px;
  color: white;
  background-color: #F66542;
}
.uk-people-in-focus-sec .feature-divider {
  border-bottom: 2px solid #222;
  margin-bottom: 18px;
  margin-top: 12px;
}
.uk-people-in-focus-sec .icon-clock {
  color: #f2705a;
}
.uk-people-in-focus-sec .follow-btn {
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.uk-people-in-focus-sec .section-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.uk-people-in-focus-sec .section-title h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  font-weight: 700;
}
.uk-people-in-focus-sec .card-info {
  color: #888;
  font-size: 13px;
  margin-left: 3px;
  padding: 10px 0px;
}

.international-people-in-focus-sec {
  padding: 20px 0px 0px 0px;
}
.international-people-in-focus-sec .people-in-focus-first-card p.text-cus-color {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.international-people-in-focus-sec .international-in-focus-heading {
  border-bottom: 2px solid #212121;
  padding-bottom: 10px;
}
.international-people-in-focus-sec .international-in-focus-heading h2 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.international-people-in-focus-sec .international-in-focus-heading .btn {
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.international-people-in-focus-sec .author-tag {
  background-color: #F66542;
  color: white;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
  margin-bottom: 0px;
}
.international-people-in-focus-sec .timestamp {
  color: #888;
  font-size: 13px;
  margin-left: 3px;
  padding: 10px 0px 5px 0px;
  margin-bottom: 0px;
}
.international-people-in-focus-sec .timestamp i {
  color: #fc7e4a;
}
.international-people-in-focus-sec .headline h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 12px 0 8px 0;
}
.international-people-in-focus-sec .card-title {
  min-height: 38px;
}
.international-people-in-focus-sec .card-title h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.international-people-in-focus-sec .card-img-top {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 150px;
  
}
 

.uk-people-focus-img{
height: 185px;
    object-fit: cover;
}
.previous-news-sec {
  padding: 0px 0px 40px 0px;
}
.previous-news-sec .previous-news-heading {
  border-bottom: 2px solid #212121;
  padding-bottom: 10px;
}
.previous-news-sec .previous-news-heading h5 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.previous-news-sec .previous-news-heading h3 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.previous-news-sec .previous-news-heading .btn-follow {
  font-weight: 500;
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 2px;
  border: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.previous-news-sec .news-card {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  align-items: flex-start;
}
.previous-news-sec .news-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.previous-news-sec .news-card img {
  width: 140px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.previous-news-sec .news-content {
  flex: 1;
}
.previous-news-sec .news-category {
  display: inline-block;
  background: #f66542;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.previous-news-sec .news-category:hover {
  filter: brightness(85%);
}
.previous-news-sec .news-headline {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
}
.previous-news-sec .news-description {
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  margin-bottom: 6px;
}
.previous-news-sec .news-timestamp {
  color: #888;
  font-size: 13px;
  margin-left: 3px;
  padding: 10px 0px;
}
.previous-news-sec .news-timestamp i {
  color: #fa7d6c;
}
.previous-news-sec .btn-follow:hover {
  background-color: #F66542;
  color: #fff;
}

.footer-cus .footer-logo {
  height: 60px;
}
.footer-cus .footer-section-title {
     color: #F66542;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.footer-cus .footer-link-title {
  color: #F66542;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
/* .footer-cus .footer-section-title {
  color: #ec7d45;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-cus .footer-link-title {
  color: #ec7d45;
  font-weight: 600;
  margin-bottom: 0.5rem;
} */
.footer-cus .footer-listing {
  font-weight: 600;
}
.footer-cus .footer {
  border-top: 2px solid #f3f3f3;
  font-size: 1rem;
}
.footer-cus .footer .footer-link-sec {
  padding: 60px 0px;
}
.footer-cus .footer-bottom {
  border-top: 1px solid #eee;
  font-size: 0.95rem;
  padding: 40px 0px;
}
.footer-cus .footer a {
  text-decoration: none;
  color: #232323;
}
.footer-cus .footer a:hover {
  color: #ec7d45;
}/*# sourceMappingURL=style.css.map */