.page-id-4943 .page-header {
  display: none !important;
}

.d-none {
  display: none !important;
}

/* Overlay styles for the tab-content area */
#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: none;
  z-index: 999;
  /* Reduced z-index to cover only tab-content */
}

/* Make sure the #tab-content container is positioned relative */
#tab-content {
  position: relative;
  /* This allows the overlay to be positioned relative to this container */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#tab-content.show {
  opacity: 1;
}


button.e-n-tab-title:nth-child(1) {
  background-color: #169fdb !important;
}

button.e-n-tab-title:nth-child(2) {
  background-color: #bed014 !important;
}

button.e-n-tab-title:nth-child(3) {
  background-color: #f39200 !important;
}

button.e-n-tab-title:nth-child(4) {
  background-color: #d60b52 !important;
}

.tab-content ul {
  padding: 0;
}

ul.dynamic-category-menu li {
  list-style: none !important;
}

ul.dynamic-category-menu {
  display: flex;
  gap: 13px;
  list-style: none;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}

ul.dynamic-category-menu li a {
  transition: background .1s ease;
  font-weight: 700;
  cursor: pointer;
  padding: 7px 14px;
  transition: all .3s;
  background-color: transparent;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  line-height: var(--e-global-typography-accent-line-height);
  border: none;
}

ul.dynamic-category-menu li a:hover {
  background: #C33F02;
  color: #fff;
}

ul.dynamic-category-menu li a.active {
  background: #C33F02;
  color: #fff;
}

.ms-posts {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  ul.dynamic-category-menu {
    display: block;
  }

  ul.dynamic-category-menu li {
    width: 50%;
    float: left;
  }

  ul.dynamic-category-menu li a {
    display: block;
    margin: 5px;
    width: 95%;
    padding: 10px 10px;
    font-size: 10px;
    float: left;
    min-width: 95%;
  }

  .ms-posts .elementor-post__meta-data {
    bottom: 37.5%;
  }

}


.posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 25px;
}

.post-card {
  background: #fff;
  overflow: hidden;
  width: calc(33.333% - 18px);
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;

  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  transition: box-shadow .15s ease;
  border-radius: 4px;
}

.post-card:hover {
  box-shadow: 0 4px 25px -2px rgba(0, 0, 0, .2);
}

.post-image img {
  width: 100%;
  height: auto;
  display: block;
}

.post-content {
  padding: 30px;
}

.post-category {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}



.post-title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  color: #333;
}

.post-author-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.post-excerpt {
  font-size: 16px;
  color: #444;
}


.tab-content .post-card {
  position: relative;
}

.tab-content .post-category {
  position: absolute;
  top: 2%;
  left: 3%;
  background: #27367b;
  padding: 6px 12px;
  border-radius: 4px;
}

.tab-content .post-category a {
  color: #fff !important;
  font-weight: 700;
}

.tab-content .post-category:hover {
  background: #0054f5 !important;
}

.tab-content .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-content h2.post-title {
  font-size: 17px;
  font-weight: 700;
  color: #1D2C5A;
}

body.page-id-4943 {
  background: #f7f7f7;
}


.post-author-date {
  padding: 10px 0;
  font-size: 16px;
  color: #444;
  margin-bottom: 0;
}

.post-author-date .ms-author {
  font-size: 18px;
  color: #4481f7;
  padding-right: 20px;
}

.post-author-date .ms-author:hover {
  color: #003fb8;
}

.category-tabs {
  position: relative;
}

/* Hide the dropdown by default */
.category-dropdown {
  display: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

#category-dropdown {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  padding: 1rem;
  border-radius: 4px;
  color: #27367b;
  -moz-text-align-last: center !important;
  text-align-last: center;
  font-weight: 700;
  cursor: pointer;
  border: none;
  margin-bottom: 2rem;
}


@media (max-width: 767px) {

  .tab-links,
  #dynamic-category-menu {
    display: none;
  }

  .category-dropdown {
    display: block;
  }

  .post-card {
    width: 100%;
  }

  .tab-content h2.post-title {
    font-size: 14px;
  }

  .post-excerpt {
    display: none !important;
  }

  .post-content {
    padding: 15px;
  }

  .post-author-date,
  .ms-author {
    font-size: 16px !important;
  }
}

#tab-content {
  opacity: 1;
  transition: opacity 0.6s ease;
}


#loading-overlay {
  display: none !important;
}

.post-meta,
.ms-sidebar,
.related-posts-section,
.related-posts-slider {
  display: none !important;
}



/* signle css  */

.single.single-post .site-main {
  max-width: 1140px;
  margin: 30px auto;
}


.single.single-post .content-wrapper {
  width: 67%;
  float: left;
  padding-right: 30px;
}

.single.single-post .page-header {
  margin-bottom: 20px;
}

.single.single-post .post-meta {
  margin-bottom: 10px;
}

.single.single-post .post-thumbnail {
  margin-bottom: 20px;
}

.single.single-post .page-content {
  margin-bottom: 20px;
}

.single.single-post .post-tags {
  margin-top: 20px;
}

.ms-single-container{
  width: 100%;
  float: left;
  position: relative;
}


.single.single-post .ms-single-post h2,
.single.single-post .ms-single-post h3,
.single.single-post .ms-single-post h1 {
  margin-bottom: 10px !important;
  margin-top: 30px !important;
  font-size: 27px !important;
  color: #27367b !important;
  font-weight: 700 !important;
}

.single.single-post .ms-single-post h1.entry-title {
  font-size: 36px !important;
  font-weight: 700 !important;
}

.single.single-post .ms-single-post .page-content a,
.single.single-post .ms-single-post .post-meta .post-author {
  color: #0054f5 !important;
}

.single.single-post .ms-single-post .post-meta {
  font-size: 18px;
  margin: 20px 0 25px;
}

.single.single-post .ms-single-post .post-thumbnail {
  width: 55%;
}

.single.single-post .ms-single-post .page-content img {
  margin: 10px 0;
  width: 40%;
}

.single.single-post .ms-single-post .post-thumbnail img,
.single.single-post .ms-single-post .page-content img {
  border-radius: 10px;
}

.single.single-post .single-post-box h1,
.single.single-post .single-post-box h2,
.single.single-post .single-post-box h3 {
  font-size: 26px !important;
  color: #fff !important;
  line-height: 1.5;
}

.single.single-post .single-post-box a {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 4px;
  padding: 0 1rem;
  min-height: 40px;
  font-weight: 700;
  justify-content: left;
  transition: all .1s;
  text-align: center;
  background: #dfa4fd;
  width: max-content;
}

@media (min-width: 769px) {
  .single.single-post .page--sidebar-layout .page__content__sidebar {
    align-self: start;
    grid-column: auto/span 4;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
  }
}

.single.single-post .ms-sidebar .cs:not(.cs--v-transparent).cs--v-gradient-f {
  background: radial-gradient(circle at 37.23% 10.94%, #14204a, transparent 77%), radial-gradient(circle at 87.38% 5.41%, #142c63, transparent 76%), radial-gradient(circle at 7% 13.08%, #172454, transparent 49%), radial-gradient(circle at 48.92% 89.81%, #142c63, transparent 58%), radial-gradient(circle at 92.62% 86.54%, #5d5fd1, transparent 75%), radial-gradient(circle at 6.77% 85.03%, #48c7d8, transparent 59%), radial-gradient(circle at 53.92% 50.82%, #172657, transparent 100%), radial-gradient(circle at 50% 50%, #fff, #fff 100%);
}

.single.single-post .ms-sidebar .box.cs:not(.cs--v-transparent) {
  border-radius: 4px;
}

.single.single-post .ms-sidebar .box__link {
  position: absolute;
  inset: 0;
  z-index: 999;
  border-radius: inherit;
  transition: box-shadow .15s ease;
  box-shadow: 0 4px 8px transparent;
}

.single.single-post .ms-sidebar .box__content {
  flex: 1 1;
  position: static !important;
  z-index: 10;
  width: 100%;
  border-radius: inherit;
  padding: 20px 20px 30px 34px;
}

.single.single-post .ms-sidebar .content-flow--flex>* {
  align-self: stretch;
}

.single.single-post .ms-sidebar .content-flow--flex {
  --vertical-margin-baseline: 20px;
  /* Replace with actual vertical margin value */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Replace with actual horizontal alignment value */
  justify-content: center;
  /* Replace with actual vertical alignment value */
}


.single.single-post .ms-sidebar .box.cs:not(.cs--v-transparent)>.box__tp-bg::after {
  content: "";
  position: absolute;


}


.single.single-post .ms-sidebar h2,
.single.single-post .ms-sidebar h3 {
  color: #fff;
  font-size: 32px;
  line-height: 41px;
}

.single.single-post .ms-sidebar .button__link {
  background: #dfa4fd;
  color: #353e85;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 1.3rem;
  font-size: 18px;
  float: left;
  text-decoration: none !important;
}

.single.single-post .ms-sidebar span.fw {
  font-weight: 400 !important;
}

.single.single-post .ms-sidebar span.shade {
  color: #dfa4fd !important;
  /* width: 100%;
  float: left; */
}

section#comments {
  display: none !important;
}

@media (max-width:767px) {
  .single.single-post .content-wrapper {
    width: 100%;
    padding: 10px 15px !important;
  }

  .single.single-post .ms-sidebar.sidebar {
    display: none !important;
  }

  .single.single-post .ms-single-post h1.entry-title {
    font-size: 22px !important;
    font-weight: 700 !important;
  }

  .single.single-post .ms-single-post .post-thumbnail {
    width: 100%;
  }

  .single.single-post .ms-single-post h2,
  .single.single-post .ms-single-post h3,
  .single.single-post .ms-single-post h1 {
    font-size: 18px !important;
  }
}

.single.single-post .ms-single-post .related-posts-section h2 {
  margin: 0 !important;
}

.single.single-post .post-meta,
.single.single-post .ms-sidebar,
.single.single-post .related-posts-slider {
  display: block !important;
}

.single.single-post .related-posts-section {
  display: flex !important;
  align-items: center;
  margin: 3rem 0 1rem;
}

.single.single-post .related-posts-section .slider-navigation {
  margin-left: auto;
  display: flex;
  gap: 10px;
  margin-top: 37px;
}

.single.single-post .related-posts-section .slider-navigation .slick-arrow {
  position: unset !important;
  background: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  transition: box-shadow .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px;
}

.single.single-post .related-posts-section .slider-navigation .slick-next.slick-arrow::before {
  content: '\e87d';
  color: #0054f5;
  font-size: 30px;
  display: flex;
  align-items: center;
  /* margin-bottom: 18px; */
  font-family: eicons;
}

.single.single-post .related-posts-section .slider-navigation .slick-prev.slick-arrow::before {
  content: '\e87e';
  color: #0054f5;
  font-size: 30px;
  display: flex;
  align-items: center;
  /* margin-bottom: 18px; */
  font-family: eicons;
}

.single.single-post .related-posts-slider .slick-track {
  gap: 20px !important;
  display: flex !important;
  margin-bottom: 15px;
}

.single.single-post .related-posts-slider .slick-track h3,
.single.single-post .related-posts-slider .slick-track h2 {
  font-size: 1.125rem !important;
  margin: 0 0 10px !important;
}

.single.single-post .related-posts-slider .slick-track h3.post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single.single-post .related-posts-slider .slick-track p {
  font-size: 14px !important;
}

.category_link {
  position: absolute;
  padding: 18px;
  width: 200px;
  float: left;
  top: 0;
  left: 0;
}

/* .single.single-post ol,
.single.single-post ul{
  padding-left: 0;
} */

.show-more-button {
  margin: 4rem auto 1rem;
  display: flex;
  justify-content: center;
}


/* .show-more-button {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.show-more-button:disabled {
  background-color: #999;
  cursor: not-allowed;
} */

ul#dynamic-category-menu {
  position: relative;
  z-index: 10;
}


.pl-20 {
  padding-left: 15px;
}

ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
  margin: 0 3px;
}

ul.slick-dots li.slick-active {
  background-color: #27367b;
  opacity: 1;
}

ul.slick-dots li button {
  display: none;
}

.sidebar.ms-sidebar h2,
.sidebar.ms-sidebar h3,
.sidebar.ms-sidebar span {
  text-transform: uppercase;
}

.single.single-post .ms-sidebar.sidebar {
  width: 360px;
  float: left;
  margin-top: 2.4rem;
}

.single.single-post .ms-sidebar.is-sticky {
  position: sticky;
  top:6.4rem !important;
  right:0;
  width: 360px !important;
  z-index: 10;
}

.page-id-4943 .entry-title,
.page-id-5183 .entry-title{
  display: none !important;
}

@keyframes post-slide-scale {
  0% {
    transform: translateY(40px) scale(0.9);
    opacity: 0;
  }

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

.post-slide-scale {
  animation: post-slide-scale 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transform-origin: center;
}

@keyframes post-slide-scale-out {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(40px) scale(0.9);
    opacity: 0;
  }
}

.post-slide-scale-out {
  animation: post-slide-scale-out 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


.ms-container {
  max-width: 1160px !important;
}



.post-card.first-post,
.post-card-50,
.post-card.smaller-post-25 {
  width: 48%;
  float: left;
}

.post-card-50 {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}

#news-tab-content.tab-content .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news-tab-content.tab-content .post-card.first-post h2.post-title {
  font-size: 26px;
  margin-top: .5rem;
}

#news-tab-content.tab-content .post-card-50 h2.post-title {
  font-size: 14px;
}

.ms-post-sec {
  background: radial-gradient(circle at 37.23% 10.94%, #14204a, transparent 77%),
    radial-gradient(circle at 87.38% 5.41%, #142c63, transparent 76%),
    radial-gradient(circle at 7% 13.08%, #172454, transparent 49%),
    radial-gradient(circle at 48.92% 89.81%, #142c63, transparent 58%),
    radial-gradient(circle at 92.62% 86.54%, #5d5fd1, transparent 75%),
    radial-gradient(circle at 6.77% 85.03%, #48c7d8, transparent 59%),
    radial-gradient(circle at 53.92% 50.82%, #172657, transparent 100%),
    radial-gradient(circle at 50% 50%, #fff, #fff 100%);
}

.ms-1st,
.ms-2nd,
.ms-3rd {
  width: 100%;
  float: left;
}

.ms-3rd {
  font-size: 24px !important;
  font-weight: 300 !important;
}

.ms-3rd span {
  font-weight: 700 !important;
}

.page-id-4943 .pl-20 {
  padding: 0 !important;
}

.post-card.first-post .post-image{
  position: relative;
}

.post-card.first-post .author-avatar {
  position: absolute;
  bottom: -7%;
  width: 100px;
  left: 3%;
}

.post-card.first-post .author-avatar img{
  border-radius: 50%;
}

/* .ms-custom-posts .post-card{
  border: 1px solid #fd5d14;
} */

.elementor-element-531ef3d8{
  background-color: #fff;
  padding: 50px !important;
  margin-bottom: 0 !important;
}

.elementor-element-1f106e7,
.elementor-element-1f106e7 .elementor-element-cb60c1c{
padding-bottom: 0 !important;
}

.ms-custom-posts .post-content{
  padding: 18px 25px;
}

.ms-custom-posts .post-content h2,
.ms-custom-posts .post-content h2 a{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  color:#000 !important;
  margin-bottom: 15px;
}

.ms-custom-posts .post-content .post-excerpt{
  color:#000;
}

.ms-custom-posts .post-content .read-more{
  color: #fd5d14;
  font-weight: 600;
  font-size: 15px;
  margin: 1.5rem 0 2rem;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width:767px) {

  .post-card.first-post,
  .post-card-50,
  .post-card.smaller-post-25 {
    width: 100%;
    float: left;
  }
  #news-tab-content.tab-content .post-card.first-post h2.post-title {
    font-size: 14px !important;
    margin-top: 1.5rem;
  }
  .post-card.first-post .author-avatar{
    bottom: -13%;
  }
}

.elementor-widget-n-tabs .e-n-tabs-heading{
  display: flex;
  justify-content: center;
  margin: 0 !important;
} 