html {
  scroll-behavior: smooth;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --color-primary: #2cac03;
  --color-gray: #444444;
  --bk-border-color: #dce1e4; /* New added This color */

  --custom-shadow: 0px 5px 10px -6px rgb(235 228 228);
  --section-color: #ffffff;
  ---light-body: #f9fafb;
}

body.dark {
  --white: #000000;
  --black: #fff;
  --color-gray: #8f8f8f;
  --section-color: #18191b;
  ---light-body: #161616;
  --custom-shadow: 0px 7px 11px 1px rgb(0 1 2 / 52%);
  --bk-border-color: #dce1e4; /* New added This color */

  /* Elementor widget custom gobal color  */
  --e-global-color-a6cf942: #ffffff;
  --e-global-color-dc441e9: #000000;
  --e-global-color-c33432c: #161616;
  --e-global-color-29649fb: #8f8f8f;
  --e-global-color-eee20a8: #18191b;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  background-color: var(--section-color);
  color: var(--black);
  overflow-x: hidden;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: var(--color-primary);
  text-decoration: inherit;
  font-family: "Inter", sans-serif;
}
a:hover {
  color: var(--color-gray);
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.bg-black {
  background: #000;
}
.text-white a {
  color: var(--white);
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid var(--color-gray);
  color: var(--white);
  width: fit-content;
  border-radius: 50px;
}
.btn:hover {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}

input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
select {
  display: block;
  width: 100%;
  padding: 0.37rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-heding);
  background-color: var(--white);
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
[type="search"]:focus,
[type="text"]:focus {
  color: var(--color-gray);
  background-color: var(--white);
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
input[type="submit"] {
  padding: 2px 20px;
  vertical-align: middle;
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 50px;
}

input[type="submit"]:hover,
.wp-block-search__inside-wrapper button[type="submit"]:hover {
  color: var(--color-primary);
  background: transparent;
}
input[type="search"] {
  background: var(---light-body);
  border-radius: 50px;
}

.wp-block-search__inside-wrapper button[type="submit"] {
  border-radius: 50px;
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
  transition: all 0.4s ease;
  font-size: 14px;
  padding: 3px 15px;
  border: 1px solid var(--color-primary);
}

/*Secondery color*/

a,
.entry-meta span,
.entry-footer span,
.entry-meta a,
.ghead-meta {
  color: var(--color-primary);
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  background-color: var(--color-primary);
}

/*Primery color*/

a:hover,
.entry-meta a:hover {
  color: var(--color-gray);
}

.modal.show .modal-dialog {
  margin-bottom: 80px;
}

/* Custom Scrollbar */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--color-gray);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 5px;
}

/* Custom Color Added in css class  */

.home-intro-one .mg-card-text.card-body {
  padding: 0;
}

.mpt-tabs .mpdtab-nav-wrap {
  border: none;
}

.row.mgpo-yes .col-sm-auto:first-child {
  flex: none;
}

.mgpd-grid-style3 .card.mg-card .mg-card-text {
  background: var(--section-color);
}

.mgp-card .mgp-ptitle {
  transition: all 0.3s ease;
}

.crime-list-custom-style .card.mg-card .mg-card-text.card-body {
  padding: 1rem 0;
}

.cultural-list-custom-style .card.mg-card .mg-card-text.card-body {
  padding: 1rem 0 0 0;
}

section#aax-sticky {
  position: sticky !important;
  top: 50px;
}

.aa-sports-list-custom ul.mgpdl-hstyle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .aa-sports-list-custom ul.mgpdl-hstyle {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
}

@media only screen and (max-width: 479px) {
  .aa-sports-list-custom ul.mgpdl-hstyle {
    grid-template-columns: 1fr; /* 1 column for mobile */
  }
}

/*
#
# Header style
#
*/
/*header style one*/
header {
  z-index: 999999;
}
.header-img {
  max-height: 250px;
  overflow: hidden;
}
header a {
  text-decoration: none;
}
header.px-hstyle1 {
  background: var(---light-body);
}
header.px-hstyle2.fix-nav .news-axis-logo-section {
  display: none;
}
.px-hstyle2.fix-nav .ax-social-section {
  display: none;
}
.px-hstyle2
  .news-axis-container.menu-inner
  .site-branding.brand-text.pxlogo-style1 {
  display: none;
}
.px-hstyle2.fix-nav
  .news-axis-container.menu-inner
  .site-branding.brand-text.pxlogo-style1 {
  display: inherit;
}
.px-hstyle2 .site-branding.brand-text.pxlogo-style1 .site-title,
.px-hstyle3 .site-branding.brand-text.pxlogo-style1 .site-title {
  font-size: 1.5rem;
  margin: 0;
}
.pxm-style1 .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header-img img {
  width: 100%;
}
.pxms1-logo h1.site-title {
  font-size: 21px;
  margin: 0;
}
.pxms1-logo h1.site-title a {
  color: var(--black);
}

.head-logo-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}
.px-hstyle2 .head-logo-sec {
  margin: 0;
  justify-content: flex-start;
}
.head-info {
  margin-left: auto;
  margin-right: 0;
}
.px-hstyle1 .site-branding.brand-logo {
  margin-right: 10px;
}
.site-branding.brand-logo img {
  max-width: 10rem;
  max-height: 5rem;
}

.top-menu-style2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top-menu-style2 .icon-menu {
  margin: 0;
}
.px-hstyle2 .news-axis-logo-section .container .row {
  align-items: center;
}
.pxm-style1 .brand-logo img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.brand-text .site-description {
  font-size: 16px;
  margin: 0;
}
.fix-nav .site-description {
  display: none;
}
.news-axis-logo-section {
  border-bottom: 2px solid #fbf7ef;
}

.header.fix-nav {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: var(---light-body);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  -webkit-animation: navScroolDown 0.4s linear;
  animation: navScroolDown 0.4s linear;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

.header.px-hstyle1 {
  padding: 12px 0;
}

@-webkit-keyframes navScroolDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

@keyframes navScroolDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

/* Header Style three  */

.ax-mneu-three.d-flex {
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--bk-border-color);
  align-items: center;
}

.header.site-header.px-hstyle3 .main-navigation {
  text-align: center;
  padding: 1rem 0;
}

/* Main Menu style */
div#wsm-menu {
  display: none;
}
.menu-bar {
  position: relative;
  padding: 10px 0;
}
.px-hstyle2 .news-axis-container.menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.px-hstyle2 .news-axis-container.menu-inner .site-branding.brand-logo {
  display: none;
}

.px-hstyle2.fix-nav .news-axis-container.menu-inner .icon-menu {
  display: inherit;
}

.px-hstyle2.fix-nav
  .news-axis-container.menu-inner
  .site-branding.brand-logo {
  display: inherit;
}

div#news-axis-menu ul {
  margin: 0;
}
.main-navigation ul {
  position: relative;
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
  line-height: 0;
}
.main-navigation ul ul {
  margin: 0;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.menu-item:hover::before {
  transform: translateY(0);
}

.main-navigation ul li a {
  position: relative;
  display: inline-block;
  padding-right: 28px;
  color: var(--black);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  overflow: hidden;
  text-transform: capitalize;
  line-height: 24px;
}
.main-navigation ul li .sub-menu li a::before {
  background: transparent;
}
.main-navigation ul li:hover a {
  color: var(--color-primary);
}

.main-navigation ul li.current_page_item a {
  color: var(--color-primary);
}

.main-navigation ul li:last-child::before {
  display: none;
}
.main-navigation ul li:first-child a {
  margin-left: 0;
}
/*dropdown menu*/

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  padding: 15px 20px;
  left: 0;
  z-index: 9;
  background: var(--white);
  width: 200px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  text-align: left;
  box-shadow: var(--custom-shadow);
}

.main-navigation ul li ul li {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  text-transform: none;
  color: var(--black);
  word-wrap: break-word;
}

.main-navigation ul li li:after {
  bottom: auto;
  width: 100%;
  height: 1px;
  top: auto;
  margin-top: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover > a,
.main-navigation ul li li.hover > a {
  color: var(--color-primary);
}

#news-axis-menu li a.active,
.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a {
  color: var(--color-primary);
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50px;
}

.main-navigation ul li ul ul {
  left: 10px;
}
.main-navigation ul li:hover ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.main-navigation ul li:hover ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.main-navigation ul li ul ul {
  left: 190px;
}
.main-navigation ul ul ul ul ul {
  right: 250px;
  left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
  left: auto;
  right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}
.main-navigation ul ul li.menu-item.menu-item-has-children {
  padding-right: 0;
}
.main-navigation ul li.menu-item.menu-item-has-children > a {
  position: relative;
  z-index: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 13px;
  background: transparent;
  z-index: 99999;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navigation ul ul li.menu-item.menu-item-has-children > a:after {
  right: 9px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.admin-bar .fix-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .fix-nav {
    margin-top: 42px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .fix-nav {
    margin-top: 0px;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

/*
 #
 # Widget style
 #
 */
.widget .search-form label,
.widget .search-form .search-submit {
  width: 100%;
  margin: 6px 0;
}
h2.widget-title,
.widget h2 {
  font-size: 24px;
  margin-bottom: 1.5rem;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}
.wp-block-categories-list li.cat-item:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.wp-block-categories-list li.cat-item {
  background: var(---light-body);
  padding: 5px 10px;
  color: var(--color-gray);
  margin-bottom: 15px;
  transition: 0.5s;
  border-radius: 5px;
}

.wp-block-categories-list li.cat-item:hover a {
  color: #ffffff;
}

.widget ul li:last-child {
  border-bottom: 0;
}
.widget ul li a {
  color: inherit;
}

.widget ul li a:hover {
  color: var(--color-primary);
}
.widget .search-form .search-submit {
  width: 97%;
  margin-top: 5px;
}
.tagcloud a {
  border: 1px solid #ededed;
  background: var(--white);
  padding: 5px 7px;
  margin: 0 2px 5px 0;
}
.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  background: var(---light-body);
  padding: 35px;
}
.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* Tag style css  */
.wp-block-tag-cloud:last-child {
  margin-bottom: 0;
}
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 16px !important;
  margin: 0 10px 10px 0;
  padding: 5px 14px;
  background: var(--white);
  color: var(--black);
  border-radius: 5px;
}
.wp-block-tag-cloud a:hover {
  background: var(--color-primary);
  color: var(--white);
  border-color: var(--color-primary);
}

/*
 #
 # page And post style
 #
 */
header.entry-header.page-header {
  margin-bottom: 1.5rem;
}

/*posts List style*/
aside.widget-area {
  position: sticky;
  top: 7rem;
}
.news-axis-text-list,
aside section.widget,
.post-navigation,
.comments-area,
.archive-header,
.search-header {
  border-radius: 5px;
}
.wp-block-post-comments-form .comment-form textarea {
  background: transparent;
}
header.page-header.search-header h1 {
  position: relative;
}
header.page-header.search-header h1::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 1px;
  content: "";
  background: #e9e9e940;
}
header.page-header.search-header span {
  color: var(--black);
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 2rem;
}

header.page-header.archive-header span {
  color: var(--color-primary);
}

header.page-header.search-header span.ax-serach-word {
  text-transform: uppercase;
  font-size: 4rem;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #9595952e;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}

.news-axisdark-list-item,
.news-axisdark-list-item img {
  border-radius: 5px;
}

.news-axisdark-list-item {
  border: 1px solid var(--color-gray);
}

.news-axis-text-list {
  padding: 20px;
}

.news-axis-item.news-axis-text-list .row {
  align-items: center;
}

.grid-head {
  display: flex;
  flex-direction: column;
}

.grid-blog-item {
  border: 1px solid var(--color-gray);
}

.comment-respond {
  border: none;
  margin: 0;
}
.news-axis-text-list a.news-axis-readmore {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-size: 15px;
  background: var(--color-primary);
  padding: 10px 30px;
  color: var(--white);
  margin-top: 1rem;
}
.dark .news-axis-text-list a.news-axis-readmore {
  background: #000;
  color: #fff;
  font-weight: 700;
}




.news-axis-list-item:nth-child(even) .row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.news-axis-text-list .news-axis-text-inner h3.entry-title a,
.news-axis-text-list .news-axis-text-inner h3.entry-title,
h2.entry-title a,
h2.entry-title {
  color: var(--black);
}

.entry-title {
  position: relative;
}
.entry-title::before {
  content: attr(data-text);
  position: absolute;
  color: var(--color-primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.entry-title:hover::before {
  height: 100%;
}

/*posts grid style*/
.grid-item-post,
.widget-area .widget {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget,
.xpost-item {
  border-radius: 0px;
}

h2.entry-title.grid-title {
  font-size: 20px;
}
.grid-blog-item .grid-img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.grid-blog-item .grid-img {
  overflow: hidden;
}
.grid-blog-item:hover .grid-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.entry-meta.grid-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--bk-border-color);
  padding-top: 0.5rem;
  flex-wrap: wrap;
  gap: 0;
}
.grid-meta a,
.grid-meta span {
  font-size: 0.75rem;
}

.grid-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.grid-item-img img {
  transform: scale(1.2);
  transition: 0.4s;
}

.grid-item-post:hover img {
  transform: scale(1);
}

.grid-item-post .grid-item-details {
  margin-bottom: 2rem;
}
.xpost-text-top {
  padding: 20px 20px 40px;
}
.grid-item p {
  color: var(--color-gray);
}

a.catimg-top {
  color: var(--black);
}
.sncats a.catname {
  color: var(--white);
  text-decoration: inherit;
  padding: 2px 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 7px 10px 7px;
  background: var(--color-primary);
}
.entry-meta.grid-meta span,
.entry-meta.grid-meta a {
  font-size: 0.75rem;
  text-decoration: none;
  color: var(--color-gray);
}

.entry-meta.grid-meta a .grid-item-topmeta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grid-item-topmeta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.post-category-theme a:hover,
.post-by_theme span a:hover {
  color: var(--color-primary);
}

.post-by_theme span,
.post-by_theme span a,
.post-category-theme a {
  color: var(--color-gray);
}

.grid-item h2.grid-item-title {
  font-size: 22px;
  line-height: 1.7;
  margin: 1rem 0;
}
.grid-item-topmeta .post-category-theme a,
span.ghead-meta.list-meta a {
  color: var(--black);
  font-size: 0.75rem;
  line-height: 1.2;
  background: var(---light-body);
  padding: 0.25rem 0.375rem;
  border-radius: 2px;
}
.grid-item-topmeta .post-category-theme a:hover,
span.ghead-meta.list-meta a:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.xpost-item {
  width: 100%;
}

.xpost-text img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 5px;
}

.blog .sticky {
  position: relative;
}
.blog .sticky .grid-item-post {
  background: #7798d33d;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
}

.blog .sticky:before {
  position: absolute;
  right: 20px;
  top: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f005";
  color: var(--color-primary);
}

/* Single post css  */

.news-axis-content {
  padding: 2rem 0;
}

.news-axis-category a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.news-axis-category a:hover {
  color: var(--color-gray);
}

.news-axis-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.news-axis-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-gray);
  font-size: 0.9rem;
  margin-bottom: 1.7rem;
}

.news-axis-meta img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.news-axis-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 2rem 0;
  border-radius: 5px;
}

.news-axis-article-header {
  border-bottom: 1px solid var(--bk-border-color);
}

.news-axis-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

.news-axis-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.news-axis-tags a {
  background-color: var(---light-body);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--black);
}

.news-axis-tags a:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.news-axis-social-share {
  display: flex;
  gap: 1rem;
  padding: 1rem 0 1.5rem 0;
  flex-wrap: wrap;
}

.news-axis-social-share a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--bk-border-color);
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

.news-axis-social-share a:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}

.news-axis-author-bio {
  background-color: var(---light-body);
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 8px;
}

.news-axis-author-bio-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.news-axis-author-bio img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.ax-author-details h3 {
  margin-bottom: 0;
}

.ax-author-details p {
  margin: 0;
}

.news-axis-author-social .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.news-axis-author-social .social-links li {
  display: inline-block;
}
.news-axis-author-social .social-links li a {
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  justify-content: center;
}
.news-axis-author-social .social-links li a:hover {
  color: var(--black);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
/* .news-axis-author-social .social-links li a i {
  text-align: center;align-items: center;
} */




.news-axis-related-articles {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 2px solid #eee;
}

.news-axis-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.news-axis-related-grid img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .news-axis-author-bio-header {
    flex-wrap: wrap;
  }
  .news-axis-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Pagination Style  */

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  border: 1px solid var(--color-primary);
  text-align: center;
  border-radius: 30px;
  padding: 5px 20px;
}

.posts-navigation .nav-links .nav-previous:hover a,
.posts-navigation .nav-links .nav-next:hover a {
  background: var(--color-primary);
  color: #ffffff;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
}

.pagination .nav-links a,
.pagination .nav-links span {
  margin-right: 10px;
  border: 1px solid var(--color-gray);
  width: 50px;
  border-radius: 50%;
  height: 50px;
  text-align: center;
  line-height: 3;
}
.pagination .nav-links a.prev.page-numbers {
  border: none;
  margin-right: 2rem;
  color: var(--black);
}

.pagination .nav-links a.prev.page-numbers:hover {
  background: transparent;
  color: var(--color-primary);
}
.pagination .nav-links a:hover,
.pagination .nav-links span {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

.entry-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.entry-meta span.grid-meta-date span,
.entry-meta span.grid-meta-date span a,
.entry-content p,
.archive-description p {
  color: var(--color-gray);
}
.entry-meta span.grid-meta-date span a:hover {
  color: var(--color-primary);
}

.entry-meta a,
.entry-meta span,
.ghead-meta {
  font-size: 16px;
}
.post-thumbnail img {
  width: 100%;
}
span.ghead-meta.list-meta {
  /* background: var(--color-primary);
  color: #000;
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 10px; */
}
.list-bottom-content.d-flex {
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.list-meta.list-author.d-flex {
  align-items: center;
  gap: 0.5rem;
}

.list-meta.list-author.d-flex img {
  border-radius: 50%;
}

.list-author-date.d-flex {
  flex-direction: column;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-gray);
}
.list-button-icon svg {
  width: 20px;
  height: 20px;
  color: var(--black);
  transition: 0.3s;
}

.list-button-icon {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--color-gray);
  text-align: center;
  line-height: 2.6;
  border-radius: 2rem;
  transition: 0.3s;
}

.list-button-icon:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.list-button-icon:hover svg {
  color: #ffffff;
  transform: rotate(45deg);
}

span.ghead-meta.list-meta a {
  margin-bottom: 0.7rem;
}

footer.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

footer.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

footer.entry-footer span,
footer.entry-footer span a {
  font-size: 14px;
}

footer.entry-footer span:last-child {
  border: none;
}
.site-info a {
  color: inherit;
}
.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 3rem 0;
  gap: 1rem;
  justify-content: space-between;
}

.comments-area {
  background: var(---light-body);
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 2rem;
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
}

.comments-area .comment-form-comment label {
  display: block;
}
.comments-area .comment-form-comment textarea {
  width: 100%;
  padding: 14px;
  color: var(--color-gray);
  background: var(--section-color);
  border: none;
  border-radius: 5px;
}
.comments-area p.form-submit {
  max-width: 200px;
}

/* Content None  */

.nothing-found {
  font-size: 2em;
  color: var(--color-primary);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
main#primary {
  min-height: 60vh;
}
/*404 style*/
.xmain-404 {
  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;
  margin: 2rem 0;
}
.xmain-404 h1 {
  font-size: 52px;
  text-transform: uppercase;
}

.btn.btn-back-home {
  margin-top: 40px;
  background: var(--color-primary);
  border-color: var(--color-primary);
  font-size: 15px;
  color: #ffffff;
}

.btn.btn-back-home:hover {
  background: transparent;
  color: var(--color-primary);
}
.error-404 form.search-form {
  margin-top: 2rem;
}
.error-404.not-found input[type="search"] {
  width: 100%;
  padding: 0.36rem 1.5rem;
  background: transparent;
  border: 1px solid var(--bk-border-color);
  border-radius: 50px;
}
/*
# Footer style
*/

ul#footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid var(--black);
  padding-top: 20px;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu li:hover {
  color: var(--color-primary);
}

.footer-widget-area .widget-title {
  font-size: 24px;
  margin-bottom: 1.1rem;
}

nav.footer-menu-1 ul,
nav.footer-menu-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.footer-menu-1 ul li a,
nav.footer-menu-2 ul li a {
  color: var(--color-gray);
  transition: 0.4s;
}

nav.footer-menu-1 ul li a:hover,
nav.footer-menu-2 ul li a:hover {
  color: var(--color-primary);
}

.site-footer {
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  color: var(--black);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2rem 0;
  border-top: 1px solid var(--color-gray);
}

.footer-content p {
  margin: 0;
  color: var(--color-gray);
  text-transform: uppercase;
  font-size: 14px;
}

.footer-social-icons {
  display: flex;
  gap: 1.3rem;
}

.footer-social-icons a {
  color: var(--black);
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.footer-social-icons a svg {
  fill: var(--black);
  width: 1.3rem;
  transition: color 0.3s ease;
}

.footer-social-icons a:hover,
.footer-social-icons a:hover svg {
  color: var(--color-gray);
  fill: var(--color-gray);
}

/* Subscribe form  */

.mc4wp-form-fields [type="email"] {
  padding: 0.8rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.3rem;
  color: var(--black);
  background: var(---light-body);
  border: 1px solid var(--bk-border-color);
}

.mc4wp-form-fields [type="submit"] {
  padding: 0.5rem 3rem;
  font-weight: 600;
}
.mc4wp-form-fields [type="submit"]:hover {
  border: 1px solid var(--color-primary);
}
/*Preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--section-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* display: none; */
}

.preloader .content {
  text-align: center;
  transition: transform 0.5s ease;
}

.preloader .content h2 {
  font-size: 2.5rem;
  color: var(--black);
  margin-bottom: 20px;
}

.loading-bar {
  width: 200px;
  height: 4px;
  background-color: #ddd;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.progress {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: -100%;
  animation: progress 2s linear infinite;
}

@keyframes progress {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}

/* Dark Mode Toggle Button */

.icon-menu {
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dark-mode-toggle-btn {
  font-size: 20px;
  border: none;
  border-radius: 50%;
  background: var(--white);
  width: 35px;
  height: 35px;
}

.dark-mode-toggle-btn:hover {
  transform: rotate(360deg);
}

.dark-mode-toggle-btn i {
  color: var(--black);
  transition: color 0.3s ease;
}

.dark-mode-toggle-btn.dark-mode {
  transform: rotate(-360deg);
}

.dark-mode-toggle-btn.dark-mode i {
  transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .icon-menu {
    margin-right: 3rem;
  }
}

/* Modern Modal Search Overlay */
.ax-modal-search-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  transition: opacity 0.4s ease;
}

/* Modal Content Styling */
.ax-modal-search-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
}

/* Search Form Styling */
.ax-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.ax-menu-item svg {
  border-radius: 50%;
  width: 2.25rem;
  color: var(--black);
  background: var(--white);
  padding: 0.5rem;
}
.ax-search-field {
  width: 80%;
  padding: 15px;
  font-size: 18px;
  border: 2px solid var(--color-gray);
  border-radius: 50px;
  transition: border-color 0.3s ease;
}

.ax-search-field:focus {
  outline: none;
  border-color: var(--color-primary);
}

.ax-search-submit {
  font-size: 18px;
  transition: color 0.3s ease;
  background: transparent;
  border: none;
  color: var(--black);
}

.ax-search-submit:hover {
  color: var(--color-primary);
}

/* Close Button Styling */
.ax-close-search {
  position: absolute;
  top: -50%;
  right: -10%;
  font-size: 3rem;
  color: var(--color-primary);
  cursor: pointer;
  transition: color 0.3s ease;
}

.ax-close-search:hover {
  color: var(--black);
}

/* Default search option style  */

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

/* When modal is active */
.ax-modal-search-overlay.show {
  display: block;
  opacity: 1;
}

.ax-modal-search-overlay.show .ax-modal-search-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Animation for the modal */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Back to top  */
.top-btn {
  display: block;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  width: 50px;
  aspect-ratio: 1 / 1;
  position: fixed;
  overflow: hidden;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.top-btn::before,
.top-btn::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  translate: -50% 0;
}

.top-btn::before {
  width: 13px;
  aspect-ratio: 1 / 1;
  border-top: 3px solid var(--black);
  border-left: 3px solid var(--black);
  rotate: 45deg;
}

.top-btn::after {
  width: 3px;
  height: 45%;
  background-color: var(--black);
}

.top-btn:hover::before,
.top-btn:hover::after {
  animation: top 0.8s infinite;
}

@keyframes top {
  0% {
    top: 100%;
  }

  100% {
    top: -50%;
  }
}

/* Post ticker Css */
.ax-ticker-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  display: flex;
}
.ax-new-text {
  display: inline-block;
  z-index: 2;
  height: 100%;
  padding: 10px 10px 10px 0;
  background: var(--section-color);
}
.ax-new-text span {
  background: var(--black);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.ax-ticker {
  display: flex;
  position: relative;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ax-ticker:hover {
  animation-play-state: paused;
}

.ax-post {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1rem;
}
.ax-post img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.ax-post a {
  color: var(--black);
  margin-right: 1rem;
}

.ax-post:hover a {
  color: var(--color-primary);
}

.post-media-wrapper {
  height: 20rem;
}

.xpost-text .post-media-wrapper,
.xpost-text img {
  margin-bottom: 2rem;
}

.xpost-text .entry-footer {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(---light-body);
}

.xpost-text .entry-footer span {
  border: none;
}

.xpost-text .entry-meta {
  border-top: 1px solid var(---light-body);
  width: 100%;
  padding-top: 1rem;
  flex-wrap: wrap;
}

/* Social Icon Css */
.ax-social-section {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ax-social-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ax-social-link svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.ax-social-link i {
  font-size: 16px;
  transition: all 0.3s ease;
}
/* Facebook */
.ax-facebook {
  background: #e6f3ff;
}
.ax-facebook:hover {
  background: #1877f2;
}
.ax-facebook svg {
  fill: #1877f2;
}
.ax-facebook i {
  color: #1877f2;
}
.ax-facebook:hover svg {
  fill: white;
}
.ax-facebook:hover i {
  color: white;
}

/* Twitter */
.ax-twitter {
  background: #e8f5fd;
}
.ax-twitter:hover {
  background: #1da1f2;
}
.ax-twitter svg {
  fill: #1da1f2;
}
.ax-twitter i {
  color: #1da1f2;
}
.ax-twitter:hover svg {
  fill: white;
}
.ax-twitter:hover i {
  color: white;
}

/* LinkedIn */
.ax-linkedin {
  background: #e8f4f9;
}
.ax-linkedin:hover {
  background: #0077b5;
}
.ax-linkedin svg {
  fill: #0077b5;
}
.ax-linkedin i {
  color: #0077b5;
}
.ax-linkedin:hover svg {
  fill: white;
}
.ax-linkedin:hover i {
  color: white;
}

/* Instagram */
.ax-instagram {
  background: #fce7f3;
  position: relative;
  overflow: hidden;
}
.ax-instagram:hover {
  background: #e1306c;
}
.ax-instagram svg {
  fill: #e1306c;
  z-index: 1;
}
.ax-instagram i {
  color: #e1306c;
  z-index: 1;
}
.ax-instagram:hover svg {
  fill: white;
}
.ax-instagram:hover i {
  color: white;
}

.ax-social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 767px) {
  .px-hstyle2 .news-axis-logo-section .head-logo-sec {
    display: none;
  }
  .px-hstyle2 .news-axis-container.menu-inner .site-branding.brand-logo {
    display: inherit;
  }
  .px-hstyle2 .menu-bar {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .px-hstyle2 .ax-social-section {
    display: none;
  }
  .px-hstyle3 .ax-social-section {
    display: none;
  }
  .site-branding.brand-logo img {
    max-width: 7rem;
  }
}

/* Video Post CSS  */
.post-media-wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin-top: 0.6rem;
}

.xpost-text iframe {
  width: 100%;
}
