@import url("https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap");

@font-face {
  font-family: "Rowdies Custom";
  font-weight: 300;
  src: url("https://fonts.gstatic.com/s/rowdies/v14/ptRMTieMYWCcHGj8wXh86Q.ttf")
    format("truetype");
}

@font-face {
  font-family: "Rowdies Custom";
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/rowdies/v14/ptRPTieMYWCcHGj8wSDj.ttf")
    format("truetype");
}

@font-face {
  font-family: "Rowdies Custom";
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/rowdies/v14/ptROTieMYWCcHGj8zYhg7g.ttf")
    format("truetype");
}

.custom-homepage-row {
  min-height: 70vh;
}

/* CUSTOM WIDTHS */
.w-10,
.w-xs-10 {
  width: 10% !important;
}

.w-15,
.w-xs-15 {
  width: 15% !important;
}

.w-20,
.w-xs-20 {
  width: 20% !important;
}

/* BREAKPOINTS */
@media (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

/* SM breakpoint */
@media (min-width: 576px) {
  /* CUSTOM WIDTHS */
  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }
}

/* MD breakpoint*/
@media (min-width: 768px) {
  /* CUSTOM WIDTHS */
  .w-md-10 {
    width: 10% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-auto {
    width: auto !important;
  }
}

/* LG breakpoint */
@media (min-width: 992px) {
  /* CUSTOM WIDTHS */
  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;

  font-optical-sizing: auto;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-color-white,
.bg-color-white1 {
  background-color: #ffffff;
}

.bg-color-blue {
  background-color: #fff;
}

p,
a {
  font-weight: 400;
  text-decoration: none;
}

header {
  background: #270763;
}

.logo-width img {
  width: 145px;

  object-fit: contain;
}

.logo-div {
  width: 140px;
}

.form-input {
  width: 60%;
}

.nav-link {
  color: #ffffff;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu {
    right: 0;
    padding: 0;
  }

  .dropdown-menu li:not(last-child) {
    border-bottom: 1px solid #efefef;
  }
}

.card {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.card .card-img {
  border-radius: 0;
}

.date-area {
  margin: 3px 0 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8rem;
  //font-family: "Rowdies", sans-serif;
}

h3.card-title.top-slide-text2 {
  font-size: 0.9rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  line-height: normal;
  //font-family: "Rowdies", sans-serif;
}

h2.card-title.top-slide-text {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: normal;
  //font-family: "Rowdies", sans-serif;
}

.heading {
  border-bottom: 1px solid #e8e8e8;
}

.bottom-title {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  color: #242424;
  width: auto;
  display: inline-block;
}

.other-posts > ul li {
  list-style: none;
}

.bottom-title:after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 1px;
  bottom: -9px;
  left: 0;
  background-color: #5b5b5b;
}

.other-posts > ul {
  padding: 0;
  margin: 0;
}

.other-posts > ul li {
  border-bottom: 1px solid #e8e8e8;
}

.post-details > a,
.post-details > span {
  font-size: 0.8rem;
  font-weight: 500;
}

.post-details > a {
  color: #cc0000;
  text-decoration: none;
}

.post-content span {
  color: #707070;
}

.post-content h2 {
  font-size: 2rem;
  color: #000;
  margin: 0.9rem 0 0.5rem 0;
  font-weight: 700;
  //font-family: "Rowdies", sans-serif;
}

.tag-div,
.latest-post-div {
  margin-top: 20px;
}

.comm-title {
  font-size: 1.6rem;
  color: #000;
  margin: 0.2rem 0 1.2rem 0;
  font-weight: 700;
  //font-family: "Rowdies", sans-serif;
  border-bottom: 2px solid #ffe600;
  padding-bottom: 5px;
}

.post-list-div {
  padding-left: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 20px;
  list-style: none;
}

.post-items {
  width: 100%;
}

.post-items > img {
  width: 100%;
  border-radius: 12px;
}

.bottom-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  gap: 5px;
}

.post-heading {
  color: black;
  font-size: 14.2px;
  font-weight: 600;
  margin-bottom: 0px;
}

.post-date {
  font-size: 12px;
  color: #575757;
  letter-spacing: 1px;
}

.tag-list-div {
  width: 100%;
  padding-left: 0px;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.sidebar-list-div {
  width: 100%;
  padding-left: 0px;
  gap: 18px;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.sidebar-item {
  display: flex;
  gap: 8px;
}

.sidebar-item > img {
  width: 120px;
  height: 70px;
  border-radius: 5px;
  object-fit: fill;
}

.sidebar-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6px;
}

.text-xl {
  font-size: 2rem;
}

.tag-span {
  display: inline;
  width: fit-content;
  color: #000039;
  border-radius: 28px;
  border: 1px solid #000039;
  background: #f0f0fe;
  padding: 1.4px 10px;

  font-size: 12px;
}

.sidebar-item-heading {
  color: black;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.sidebar-item-date {
  font-size: 12px;
  color: #575757;
  letter-spacing: 1px;
}

.tag-list-item {
  display: inline-block;
  padding: 5px 14px 8px 14px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  color: #000000;
  font-size: 14px;
  border-radius: 80px;
  border: 1px solid #000039;
  background: #f0f0fe;
}

.tag-list-item > a {
  color: #000000;
}

.post-content > h2 a {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  line-height: 56px;
  font-weight: 700;
}

.bg-span {
  height: 2px;
  width: 4rem;
  background-color: #cc0000;
  margin: 0.6rem 0;
}

.post-content p {
  font-size: 0.85rem;
  margin: 0;
  color: black;
}

.custom-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffe600;
  color: #000039;
  outline: none;
  border-radius: 20px;
  padding: 8px 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 700;
}

.subscribe-btn {
  padding: 0.55rem 2rem;
  font-weight: 600;
}

.custom-download-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffe600;
  color: #000039;
  outline: none;
  border-radius: 25.5px;
  padding: 0.55rem 1.5rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 1rem;
}

.custom-download-btn:hover {
  color: #000039 !important;
  background-color: #ffe600 !important;
  border-color: transparent !important;
}

.download-ico {
  width: 12px;
}

.subscribe > p {
  color: #707070;
  font-size: 0.9rem;
}

.subscribe > input {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 10px;
  font-size: 0.9rem;
  border-bottom-width: 2px;
  border-bottom-color: #aaaaaa;
}

.carousel-indicators {
  display: none;
}

.search-input {
  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;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 2px;
  width: 100%;
  border-radius: 6px;
}

.search-input input {
  background-color: #ffffff;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 5px;
  font-size: 13px;
}

.search-input button {
  border: 0;
  width: 50px;
  height: 40px;
  background-color: #3861db;
  color: #fff;
  font-weight: 300;
}

.popular-posts {
  padding: 0;
  margin: 25px 0 0 0;
}

.popular-posts li {
  list-style: none;
  margin-bottom: 18px;
}

.popular-posts li a {
  color: #cc0000;
}

.popular-posts li a i {
  font-weight: bold;
  color: #000000;
  margin-right: 5px;
}

footer {
  background-color: #1f1f21;
}

.foot-heading .bottom-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
}

.Quick-links ul {
  list-style: none;
}

.Quick-links ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
}

.android div > i,
.ios div > i {
  color: #ffffff;
  font-size: 2.5rem;
}

.android div p,
.ios div p {
  color: #ffffff;
  font-size: 0.7rem;
  border-color: #8f8f90;
  display: block;
}

.social ul li a {
  width: 3rem;
  height: 3rem;
}

.social ul li a {
  font-size: 1.5rem;
}

.social > p {
  font-size: 0.8rem;
}

.pager ul {
  padding: 0;
  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;
  width: 100%;
}

.pager ul li {
  list-style: none;
}

.pager > ul > li:first-child > a,
.pager > ul > li:last-child > a {
  color: #000000;
}

.pager > ul > li > a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #2f2f2f;
  font-weight: 500;
  border: 1px solid #b7b7b7;
  width: 45px;
  height: 45px;
  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;
}

.pager > ul > li:first-child > a i::before,
.pager > ul > li:last-child > a i::before {
  font-weight: bold !important;
  color: #000000;
}

.top-search-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-search-container input {
  width: 80vw;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 5px 10px;
  outline: none;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-search-container > button {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  position: relative;
}

.top-search-container > button i {
  color: #591508;
  font-size: 1.2rem;
}

.top-search-container .showInput {
  opacity: 1;
  width: 80vw;
}

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

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

.reading-time {
  margin-bottom: 3px;
}

.reading-time i {
  color: #cc0000;
  margin-right: 5px;
}

.reading-time span {
  color: #505050;
}

.post-details {
  text-align: left;
  margin-bottom: 10px;
}

.cs-class li a {
  color: #212121;
  font-size: 1rem;
}

.post-heading h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #2f2f2f;
}

.post-description p {
  color: #707070;
}

.post-description p strong:not(a strong) {
  color: #2f2f2f;
}

.post-description p a span {
  color: inherit !important;
}

.post-description ul li {
  list-style-type: disc !important;
  color: #000000 !important;
}

.post-description > img {
  margin: 20px 0;
  width: 100% !important;
  height: 100% !important;
}

.post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0rem;
}

.post-image {
  border-radius: 10px;
}

.list-post-unstyled {
  margin-bottom: 0%;
  padding-left: 10px;
}

.list-post-unstyled li a {
  width: 3rem;
  font-size: 1.5rem;
  height: 3rem;
  color: #ffffff;
}

.post-social > i {
  margin-right: 4px;
}

.post-social > span {
  color: #000000;
  font-weight: 600;
}

.list-post-unstyled li:first-child a {
  background-color: #1b4b8d;
}

.list-post-unstyled li:nth-child(2) a {
  background-color: #53abec;
}

.list-post-unstyled li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.list-post-unstyled li:nth-child(4) a {
  background-color: #1d98dc;
}

.flex-rev input,
.flex-rev textarea {
  background-color: #f6f7fa;
  border: 1px solid #d9d9d9;
  color: #707070;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px;
}

.form-btn1 {
  background-color: #f6f7fa;
  border-color: #d9d9d9;
  color: #707070;
}

.article-relate .related-article-posts .sidebar-post {
  margin: 0 5px;
}

.related-article-posts {
  width: 100%;
  margin: 0;
}

.sideblog {
  width: 100%;
}

@media (max-width: 767px) {
  .custom-download-btn {
    margin-left: 0px;
  }

  .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: static;
  }

  .post-social {
    flex-direction: column;
    gap: 1rem;
  }

  h2.card-title.top-slide-text {
    display: none;
  }

  .date-area {
    display: none;
  }

  #carouselExampleControls img.card-img.img-fluid {
    border-radius: 10px;
  }

  .logo-width img {
    max-width: 145px;
  }

  .mobile-style {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 54px;
    z-index: 999;
    background: #000000e0;
    left: 0;
  }

  .mobile-style .navbar-nav {
    background: #fff;
    width: 60%;
    padding: 20px;
    margin-left: auto;
  }

  .mobile-style .navbar-nav li:first-child a {
    border-top: 1px solid #efefef;
  }

  .mobile-style .navbar-nav li a {
    color: #2f2f2f !important;
    border-bottom: 1px solid #efefef;
    padding: 13px;
  }

  .mobile-style .navbar-nav li:hover a {
    color: #ffffff !important;
    background-color: #089810;
    border-bottom: 1px solid #efefef;
    padding: 13px;
  }

  .navbar-toggler {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  header {
    height: 56px;
  }

  header > .navbar {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #000039;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #535353;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
  }

  .carousel-indicators [data-bs-target].active::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ba1800;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .carousel-indicators [data-bs-target].active {
    background-color: #ba1800;
  }

  .post-content h2 {
    font-size: 1.2rem;
    margin: 5px 0px;
  }

  .custom-btn {
    font-size: 0.85rem;
  }

  .btn-center {
    text-align: center;
  }

  .other-posts > ul li {
    padding: 1.5rem 0;
  }

  .post-details {
    margin: 10px 0;
  }

  .pager > ul > li > a {
    font-size: 1rem;
    width: 38px;
    height: 38px;
    border-radius: 5px;
  }

  .pager > ul > li:first-child > a {
    margin-left: 0;
    background-color: #f0f0f0;
  }

  .pager > ul > li:last-child > a {
    background-color: #f0f0f0;
  }

  .mob-colum-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0px 20px;
  }

  .bg-color-blue {
    margin-top: 20px;
  }

  .banner-creative {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #0000001a;
    box-shadow: 0 0 10px #0000001a;
    text-align: center;
  }

  .banner-creative img {
    border-radius: 10px;
  }

  .other-sidebar > .search-input {
    display: none;
  }

  .subscribe {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #0000001a;
    box-shadow: 0 0 10px #0000001a;
    margin: 20px 0;
  }

  .subscribe > input {
    border-radius: 5px;
  }

  .trending-news {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #0000001a;
    box-shadow: 0 0 10px #0000001a;
  }

  .display-none-xs {
    display: none;
  }

  .cs-class li a {
    font-size: 0.75rem;
  }

  .reading-time span {
    font-size: 0.85rem;
  }

  .post-image1 img {
    border-radius: 10px;
    margin-bottom: 5px;
  }

  .post-details {
    text-align: left;
  }

  ol.breadcrumb.cs-class {
    margin-bottom: 5px;
  }

  .post-heading h2 {
    font-size: 1.2rem;
  }

  .post-heading {
  }

  .post-heading h2 {
    position: relative;
  }

  .post-heading h2:after {
    content: "";
    position: absolute;
    width: 7rem;
    height: 1px;
    bottom: -9px;
    left: 0;
    background-color: #5b5b5b;
  }

  .hideit {
    display: none;
  }

  .post-description > p > a {
    text-decoration: none;
    color: #ba1800;
    font-weight: bold;
  }

  .share {
    margin-top: 15px;
  }

  .share-icons > div > a {
    width: 60px;
    height: 60px;
    text-decoration: none;
  }

  .fb > a {
    background-color: #1b4b8d;
  }

  .tw > a {
    background-color: #54abee;
  }

  .ins > a {
    background: #d6249f;
    background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );
  }

  .share-icons > div > a > i {
    font-size: 1.8rem;
    color: #fff;
  }

  .flex-rev input,
  .flex-rev textarea {
    border-radius: 8px !important;
  }

  .article-relate {
    display: block;
  }

  .article-relate .related-article-posts .sidebar-post {
    width: 100%;
  }
}

.navbar-toggler {
  padding-left: 0;
  margin-top: 0.4rem;
}

.navbar-toggler-icon {
  background-image: url(https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/version4/promotion_august_22/zenrik_images/ham-burgar-16594387853150.png?v=1659438785);
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 768px) {
  /* .testi-slide {
      min-height: 91px;
      overflow: hidden;
      max-height: 91px;
  } */
  .testi-slide > div > a > img {
    height: 91px;
    object-fit: cover;
  }

  #carouselExampleControls > div > div > div > a > img {
    height: 189px;
    object-fit: cover;
  }
}

@media (min-width: 900px) {
  .display-none-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  /* .testi-slide {
      min-height: 123px;
      overflow: hidden;
      max-height: 123px;
  } */
  .testi-slide > div > a > img {
    height: 254px;
    object-fit: cover;
  }

  #carouselExampleControls > div > div > div > a > img {
    height: 304px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  /* .testi-slide {
      min-height: 148px;
      overflow: hidden;
      max-height: 148px;
  } */
  .display-none-sm {
    display: none;
  }

  .testi-slide > div > a > img {
    height: 148px;
    object-fit: cover;
  }

  #carouselExampleControls > div > div > div > a > img {
    height: 304px;
    object-fit: cover;
  }
}

@media (min-width: 1400px) {
  /* .testi-slide {
      min-height: 148px;
      overflow: hidden;
      max-height: 148px;
  } */
  .testi-slide > div > a > img {
    height: 167px;
    object-fit: cover;
  }

  #carouselExampleControls > div > div > div > a > img {
    height: 343px;
    object-fit: cover;
  }
}

/* Comments */

.commentOuterCustom .comment-thread {
  padding: 0 50px;
  border: 1px solid transparent;
}

.commentOuterCustom .comment {
  position: relative;
  margin: 20px auto;
}

.commentOuterCustom .comment-heading {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 14px;
}

.commentOuterCustom .comment-user-icon {
  width: 35px;
  border-radius: 50%;
  position: relative;
}

.commentOuterCustom .comment-user-icon > img {
  width: 100%;
  border-radius: 50%;
}

.commentOuterCustom .comment-like-button {
  background: 0 0;
}

.commentOuterCustom .comment-info {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}

.commentOuterCustom .comment-info p.m-0 {
  font-size: 11px;
}

.commentOuterCustom .comment-author {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  text-decoration: none;
}

.commentOuterCustom .comment-author:hover {
  text-decoration: underline;
}

.commentOuterCustom .comment-body {
  margin-bottom: 10px;
  margin-left: 45px;
}

.commentOuterCustom .comment-like-button {
  background: #aa0403;
  border: none;
  border-radius: 10px;
  font-size: 12px;
  padding: 1px 12px;
  letter-spacing: 2px;
  color: #fff;
}

.commentOuterCustom .comment-disabled-publish-overlay {
  position: absolute;
  border-bottom-left-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(170, 4, 3, 0.5);
  background: linear-gradient(
    0deg,
    rgba(170, 4, 3, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 63%
  );
}

.commentOuterCustom .overlay-text-disabled > p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  font-weight: 700;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.commentOuterCustom .overlay-text-disabled {
  text-align: center;
}

.commentOuterCustom .comment-disabled-sec {
  color: transparent;
  text-shadow: 0 0 8px #000;
}

@media (max-width: 991px) {
  .commentOuterCustom .flex-rev.mobile-correct-comment-sec > div:nth-child(2) {
    order: -1;
  }
}

/* Comments */

.span-side-title {
  font-size: 0.8rem;
  line-height: 0px;
  font-weight: 600;
}

.line-height-side {
  line-height: 18px;
}

.popular-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 13px;
}

.darktext {
  color: #000;
}

.post-description > p a u,
.post-description > p a {
  color: #1155cc;
}

.post-img {
  width: 100%;
}

.isMobile {
  display: none;
}

.sticky-section .container {
  padding-left: 10px;
  padding-right: 10px;
}

.col-md-4,
.col-md-12,
.col-sm-6,
.col-xs-6 {
  position: relative;
  min-height: 1px;
}

.sticky-section .registerbtn {
  background: #f2b451 !important;
  color: #000;
  border-color: #f2b451 !important;
}

.sticky-section .btn {
  padding: 7px 0;
  width: calc(50% - 20px);
  background: #1d8722;
  border-color: #1d8722;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
}

.sticky-section .sticky-seperator {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  padding: 4px;
  font-weight: 700;
  font-size: 0.5em;
  margin: 0 3px;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.sticky-section p {
  padding-top: 10px;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

.sticky-section p span {
  color: #f2b451;
}

.sticky-section {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 13px;
  padding: 20px 0 0;
  -webkit-text-size-adjust: 100%;
  z-index: 9;
}

.downLoadIcon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(//d1pmb68mrh7nff.cloudfront.net/images/home-page-v10.png?v=2);
  background-repeat: no-repeat;
  margin-left: 3px;
  vertical-align: middle;
  background-position: 0 -254px;
  background-size: 100px;
}

@media (max-width: 991px) {
  .isMobile {
    display: block;
  }
}

/* copy component css */

.url-copy-container {
  width: 70%;
  margin: auto;
}

.url-copy-box {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.url-input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  background-color: #f6f7fa;
  color: #707070;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.url-copy-btn {
  background-color: #f6f7fa;
  color: black;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
}

.url-copy-btn:hover {
  background-color: #707070;
}

.copy-message {
  color: #089810;
  font-size: 14px;
  margin-top: 8px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}

.copy-message.show-message {
  opacity: 1;
}

.categories-div {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.category-card {
  width: 280px;
  height: 120px;
  background-color: #02023a;
  background-size: 280px 110px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.category-card > span {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .url-input {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }

  .url-copy-container {
    width: 100%;
  }

  .categories-div {
    grid-template-columns: 1fr;
  }

  .category-card {
    margin: 0 auto;
  }

  .post-list-div {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .url-input {
    font-size: 12px;
  }

  .url-copy-btn {
    padding: 10px 15px;
    white-space: nowrap;
  }
}

.homepage-title {
  font-weight: 600;
}

/* Accordion override Bootstrap variables */
/* 1. Remove background and "border" (box-shadow) on open */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  //color: #000000 !important;
  /* Ensure text is black */
  font-weight: bold !important;
  /* Make text bold */
}

/* 2. Optional: Remove the blue glow/outline when clicking */
.accordion-button:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.125);
  /* Match default border if desired */
}

/* 3. Ensure the icon (arrow) also stays visible against transparent */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
  /* Turns the arrow black if it was white */
}

.pager > ul > li > a.active {
  background: #ffe600 !important;
}

.latest-post-div > div > div > ul > li:nth-child(1) a {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.latest-post-div > div > div > ul > li:last-child a {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
