@charset "UTF-8";
/* Overwrite Header*/
.header-bottom-sec {
  display: none;
}

.page__blogs .services.container {
  display: none;
}

.page__blogs .sticky-header.fixed {
  background: linear-gradient(135deg, #a61d1d, #760f0f);
  padding-bottom: 30px;
}

.page__blogs .header-top {
  background: linear-gradient(135deg, #a61d1d, #760f0f);
  border-bottom: 2px solid #9c0d0d;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #c92111, #760f0f);
  border-image-slice: 1;
}

.page__blogs .header-middle {
  background: linear-gradient(135deg, #a61d1d, #760f0f);
  border: 0px;
}

.page__blogs .left-category-menu *,
.page__blogs .header-center-search *,
.top-header-center {
  display: none !important;
}

.mobile-menu-blog-toggler {
  display: none !important;
}

.page__blogs .breadcrumb {
  margin-bottom: 30px;
  margin-top: 20px;
}
.page__blogs .breadcrumb li {
  font-size: 16px;
}

/* Main Grid Layout */
.banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 10px 0px;
}

/* Shared Styles for Each Banner Card */
.banner-feature {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 180px;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

/* Specific Style for Large Left Banner */
.banner-feature.big {
  flex: 1 1 60%;
  min-height: 380px;
}

/* Right Grid of Small Cards */
.banner-right {
  display: grid;
  flex: 1 1 38%;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.content-box .overlay a {
  text-decoration: none;
  color: #fff;
}

/* Nav Styling*/
.page__blogs .header-left .logo,
.page__blogs .blog-nav .logo {
  position: relative;
  display: inline-block;
}
.page__blogs .header-left .logo::after,
.page__blogs .blog-nav .logo::after {
  content: "Blogs";
  position: absolute;
  bottom: -24px;
  right: -18px;
  font-size: 32px;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-style: normal;
}

nav.blog-nav {
  background: #001732;
}
nav.blog-nav .blog-menu-close-container {
  display: none;
}
nav.blog-nav ul {
  padding: 10px;
}
nav.blog-nav ul li {
  list-style: bullet;
  display: inline-block;
  padding: 0 10px;
}
nav.blog-nav ul li :after {
  content: "●";
  color: #e76d2d;
  font-size: 20px;
  margin-left: 20px;
}
nav.blog-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
nav.blog-nav ul li:last-child :after {
  content: "";
}

/* Image Styling */
.banner-feature img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay Text Container */
.banner-feature .overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 80%);
  padding: 1rem;
  color: white;
  width: 100%;
}

.banner-feature .overlay a {
  text-decoration: none;
  color: #fff;
}

/* Tag Style (Category Labels) */
.banner-feature .tag {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 6px;
  display: inline-block;
}

/* Headings */
.banner-feature h2,
.banner-feature h3 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

/* Larger text for the main feature */
.banner-feature.big h2 {
  font-size: 24px;
  color: #fff;
}

/* Responsive: Stack items on mobile */
@media (max-width: 768px) {
  .page__blogs .mobileHeader .mobile-menu-toggler {
    display: none;
  }
  .page__blogs .mobile-menu-blog-toggler {
    background-color: unset;
    border: 0px;
    display: block !important;
  }
  .blog-menu-close-container {
    display: block !important;
    color: #000000;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    background: linear-gradient(135deg, #a61d1d, #760f0f);
    height: 95px;
  }
  .blog-menu-close-container .blog-menu-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .blog-menu-close-container .blog-menu-close i {
    color: #fff;
  }
  .blog-nav {
    background: #faf2f2 !important;
  }
  .blog-nav .container {
    padding: 0;
  }
  .blog-nav {
    position: fixed;
    z-index: 9999;
    transform: translateX(-100%);
    top: 0;
    height: 100vh;
    width: 100%;
    transition: 0.5s;
  }
  .blog-nav ul {
    padding: 0 !important;
  }
  .blog-nav ul li {
    text-align: center;
    list-style: none !important;
    display: block !important;
    padding: 15px !important;
  }
  .blog-nav ul li :after {
    content: "" !important;
  }
  .blog-nav ul li a {
    color: #2f2f2f !important;
    font-size: 20px !important;
  }
  .blog-nav.active {
    transform: translateX(0);
  }
  .banner-grid {
    flex-direction: column;
  }
  .banner-feature.big {
    min-height: 180px;
  }
  .banner-feature.big,
  .banner-right {
    width: 100%;
    flex: 1 1 100%;
  }
  .banner-right {
    grid-template-columns: 1fr;
  }
  .containerx {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.content-sections {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 25px;
}

.content-box {
  flex: 1 1 48%;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /* margin-bottom: 10px; */
  margin-top: 10px;
}

.section-header h3 {
  font-size: 16px;
  font-weight: 600;
}

.section-header .time {
  font-weight: normal;
  font-size: 11px;
  margin-left: 10px;
  background-color: #e6e6e6;
  padding: 2px 8px;
  border-radius: 15px;
}

.section-header a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

.section-header a span {
  color: red;
  font-size: 13px;
  margin-left: 10px;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 280px;
}

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

.card .overlay {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.card .category {
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 4px 8px;
  font-size: 15px;
  border-radius: 4px;
  width: fit-content;
}

.card h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.card .nav-arrows {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.card .nav-arrows button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 6px 10px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}

.card .nav-arrows button:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-sections {
    flex-direction: column;
  }
  .content-box {
    flex: 1 1 100%;
  }
}
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e36414;
  padding-top: 10px;
  margin-bottom: 15px;
}

.news-header h3 {
  font-size: 16px;
  font-weight: 600;
}

.news-header a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

/* Cards Container */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

/* Individual Card */
.news-card {
  background: #f4f4f4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  justify-content: space-evenly;
}

.news-card img {
  width: 100%;
  object-fit: cover;
}

.news-card h4 {
  font-size: 16px;
  line-height: 1.4;
  flex-grow: 1;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.news-card p {
  margin-top: 5px;
}

.news-card .meta {
  justify-content: space-between;
  align-items: end;
  padding: 10px;
  color: #555;
}

.news-card .meta .icon {
  font-size: 12px;
}

.news-card a {
  text-decoration: none;
  font-weight: 500;
}

span.author {
  font-size: 11px;
  font-weight: 600;
}

span.time {
  font-size: 11px;
}

.metaDes {
  display: flex;
  flex-direction: column;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .news-grid {
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
  }
  .news-card {
    flex: 0 1 auto;
  }
}
.containerx {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.main-contentx {
  flex: 2;
  min-width: 300px;
}

.sidebar {
  flex: 1;
  min-width: 250px;
}

.main-contentx .card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  flex-direction: row;
  min-height: auto;
}

.main-contentx .card img {
  width: 253px;
  height: 150px;
  object-fit: inherit;
}

.main-contentx .card-content {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.main-contentx .card-content a {
  text-decoration: none;
  color: #000;
}

.main-contentx .card-content h3 {
  font-size: 21px;
  margin-bottom: 8px;
  font-weight: 600;
}

.main-contentx .card-content p {
  font-size: 12px;
  color: #555;
  margin-bottom: 0px;
}

.sidebar .box {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.addBox {
  margin-bottom: 20px;
}

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

.sidebar .tags a {
  background: #eee;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}

.form-group {
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group textarea {
  resize: vertical;
}

.submit-btn {
  width: 100%;
  background: teal;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .containerx {
    flex-direction: column;
  }
  .main-contentx .card {
    flex-direction: column;
  }
  .main-contentx .card img {
    width: 100%;
    height: auto;
  }
}
.pagination {
  display: contents;
  padding-top: 40px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #35a89f;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.titleHeading {
  font-weight: 600;
}
.titleHeading h1 {
  font-size: 3rem;
  font-weight: 500;
}

.blog-description {
  font-size: 1.5rem;
  font-family: "Roboto";
  font-weight: normal;
  color: #333;
}

.blog-description table td p {
  margin: 0;
}

.blog-description table td {
  padding: 10px;
}

.blog-description ul {
  padding-left: 30px;
}

.meta li {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
}

.meta li .ticon,
.meta li .meta-icon {
  margin-right: 10px;
}

.fas {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 7px;
}

.meta time {
  display: inline;
}

.meta-date .updated:before {
  content: attr(datetime);
}

.wpex-last-mr-0 > :last-child {
  margin-right: 0;
}

.meta a {
  color: inherit;
  text-decoration: none;
}

.wpex-bordered-list ul,
.wpex-bordered-list {
  margin: 0;
  list-style: none;
}

.wpex-bordered-list li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.wpex-bordered-list li:first-child {
  border-top: 1px solid #eee;
}

.wpex-bordered-list ul ul li {
  border: 0;
  padding-left: 15px;
  padding-bottom: 0;
}

.wpex-bordered-list ul ul li:first-child {
  margin-top: 4px;
}

li.cat-item.cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0px;
}

li.cat-item.cat-item a {
  text-decoration: none;
  color: grey;
}

.share-container {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.share-title {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.share-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 0px;
}
.share-buttons a {
  text-decoration: none;
  width: 120px;
}
.share-buttons .btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  min-width: unset;
  padding: 4px;
}
.share-buttons .twitter {
  background-color: #1da1f2;
}
.share-buttons .facebook {
  background-color: #3b5998;
}
.share-buttons .linkedin {
  background-color: #0077b5;
}
.share-buttons .email {
  background-color: #666;
}

.tag-container {
  margin-bottom: 40px;
}
.tag-container p {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tag-container .tag-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-container .tag-inner a {
  background: #e2e2e2;
  padding: 5px;
  border-radius: 5px;
  color: #7b7f83;
  font-weight: 500;
  text-decoration: none;
  margin-right: 5px;
  border: 1px solid #e2e2e2;
  width: fit-content;
}
.tag-container .tag-inner a:hover {
  border: 1px solid #c0c0c0;
}

.author-box {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 3px;
  gap: 15px;
}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 1px solid #ddd;
}

.author-info .author-name {
  font-weight: bold;
  margin: 0;
}

.author-info .author-title {
  margin: 2px 0 0 0;
  color: #666;
  font-size: 14px;
}

.search-box {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.search-box input {
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.search-btn {
  padding: 8px 16px;
  border: 2px solid #35a89f;
  background-color: #35a89f;
  color: white;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 16px;
}

.search-btn i {
  pointer-events: none;
}

@media (max-width: 768px) {
  .share-buttons a {
    width: 33%;
  }
}

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